~/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.ZAsDJIc2Dd + 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.ZAsDJIc2Dd/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.ZAsDJIc2Dd/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.ZAsDJIc2Dd + J2_VARS_FILE=/tmp/tmp.ZAsDJIc2Dd/tmp.2hLrhuw24k.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.ZAsDJIc2Dd/tmp.2hLrhuw24k.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.ZAsDJIc2Dd/tmp.2hLrhuw24k.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.ZAsDJIc2Dd/tmp.2hLrhuw24k.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.ZAsDJIc2Dd/tmp.2hLrhuw24k.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.ZAsDJIc2Dd/tmp.2hLrhuw24k.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.ZAsDJIc2Dd/tmp.2hLrhuw24k.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.ZAsDJIc2Dd/tmp.2hLrhuw24k.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.ZAsDJIc2Dd/tmp.2hLrhuw24k.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.ZAsDJIc2Dd/tmp.2hLrhuw24k.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.ZAsDJIc2Dd/tmp.2hLrhuw24k.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.ZAsDJIc2Dd/tmp.2hLrhuw24k.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.ZAsDJIc2Dd/tmp.2hLrhuw24k.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.ZAsDJIc2Dd/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.ZAsDJIc2Dd/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.ZAsDJIc2Dd/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.ZAsDJIc2Dd/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.ZAsDJIc2Dd/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 6.3 MB/s | 2.5 MB 00:00 Last metadata expiration check: 0:00:01 ago on Tue Oct 7 08:41:01 2025. Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.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-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.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-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.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-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.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-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): boost-system-1.75.0-8.el9.x86_64.rpm 110 kB/s | 15 kB 00:00 (2/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 411 kB/s | 64 kB 00:00 (3/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.3 MB/s | 223 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 934 kB/s | 98 kB 00:00 (5/399): python3-urllib-gssapi-1.0.2-4.el9.noar 266 kB/s | 24 kB 00:00 (6/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.2 MB/s | 216 kB 00:00 (7/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 190 kB/s | 17 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 612 kB/s | 57 kB 00:00 (9/399): perl-Data-Dumper-2.174-462.el9.x86_64. 595 kB/s | 59 kB 00:00 (10/399): perl-File-Temp-0.231.100-4.el9.noarch 696 kB/s | 63 kB 00:00 (11/399): perl-Exporter-5.74-461.el9.noarch.rpm 337 kB/s | 34 kB 00:00 (12/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 277 kB/s | 25 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 175 kB/s | 16 kB 00:00 (14/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.4 MB/s | 321 kB 00:00 (15/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.4 MB/s | 283 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.2 MB/s | 224 kB 00:00 (17/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 521 kB/s | 45 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.8 MB/s | 392 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.0 MB/s | 92 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.4 MB/s | 229 kB 00:00 (21/399): perl-Term-ANSIColor-5.01-461.el9.noar 564 kB/s | 51 kB 00:00 (22/399): perl-Text-ParseWords-3.30-460.el9.noa 207 kB/s | 18 kB 00:00 (23/399): perl-URI-5.09-3.el9.noarch.rpm 1.4 MB/s | 125 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 1.5 MB/s | 134 kB 00:00 (25/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 309 kB/s | 26 kB 00:00 (26/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 10 MB/s | 1.2 MB 00:00 (27/399): iptables-nft-services-1.8.8-6.el9_1.n 292 kB/s | 28 kB 00:00 (28/399): perl-Carp-1.50-460.el9.noarch.rpm 356 kB/s | 31 kB 00:00 (29/399): perl-Mozilla-CA-20200520-6.el9.noarch 175 kB/s | 14 kB 00:00 (30/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 283 kB/s | 24 kB 00:00 (31/399): perl-Time-Local-1.300-7.el9.noarch.rp 431 kB/s | 37 kB 00:00 (32/399): perl-Encode-3.08-462.el9.x86_64.rpm 6.6 MB/s | 1.7 MB 00:00 (33/399): python3-yubico-1.3.3-7.el9.noarch.rpm 742 kB/s | 73 kB 00:00 (34/399): python3-psutil-5.8.0-12.el9.x86_64.rp 1.3 MB/s | 218 kB 00:00 (35/399): perl-Pod-Escapes-1.07-460.el9.noarch. 255 kB/s | 22 kB 00:00 (36/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 817 kB/s | 76 kB 00:00 (37/399): sshpass-1.09-4.el9.x86_64.rpm 360 kB/s | 30 kB 00:00 (38/399): boost-filesystem-1.75.0-8.el9.x86_64. 674 kB/s | 59 kB 00:00 (39/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.5 MB/s | 410 kB 00:00 (40/399): boost-program-options-1.75.0-8.el9.x8 1.2 MB/s | 108 kB 00:00 (41/399): libburn-1.5.4-4.el9.x86_64.rpm 1.9 MB/s | 175 kB 00:00 (42/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 454 kB/s | 39 kB 00:00 (43/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 226 kB/s | 19 kB 00:00 (44/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 318 kB/s | 34 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 3.6 MB/s | 419 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 338 kB/s | 29 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 432 kB/s | 38 kB 00:00 (48/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.0 MB/s | 92 kB 00:00 (49/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 488 kB/s | 43 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 861 kB/s | 77 kB 00:00 (51/399): perl-Socket-2.031-4.el9.x86_64.rpm 645 kB/s | 58 kB 00:00 (52/399): perl-constant-1.33-461.el9.noarch.rpm 284 kB/s | 25 kB 00:00 (53/399): perl-podlators-4.14-460.el9.noarch.rp 1.2 MB/s | 118 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.2 MB/s | 112 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 315 kB/s | 27 kB 00:00 (56/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 163 kB 00:00 (57/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.1 MB/s | 96 kB 00:00 (58/399): python3-qrcode-core-6.1-12.el9.noarch 690 kB/s | 61 kB 00:00 (59/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 566 kB/s | 48 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 3.0 MB/s | 279 kB 00:00 (61/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.9 MB/s | 221 kB 00:00 (62/399): python3-alembic-1.7.5-3.el9.noarch.rp 7.9 MB/s | 900 kB 00:00 (63/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 4.7 MB/s | 489 kB 00:00 (64/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.4 MB/s | 459 kB 00:00 (65/399): python3-augeas-0.5.0-25.el9.noarch.rp 173 kB/s | 31 kB 00:00 (66/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 673 kB/s | 59 kB 00:00 (67/399): jq-1.6-14.el9.x86_64.rpm 1.8 MB/s | 190 kB 00:00 (68/399): perl-AutoLoader-5.74-480.el9.noarch.r 219 kB/s | 23 kB 00:00 (69/399): perl-B-1.80-480.el9.x86_64.rpm 2.0 MB/s | 185 kB 00:00 (70/399): perl-Class-Struct-0.66-480.el9.noarch 247 kB/s | 24 kB 00:00 (71/399): perl-Errno-1.30-480.el9.x86_64.rpm 187 kB/s | 17 kB 00:00 (72/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 275 kB/s | 23 kB 00:00 (73/399): perl-File-stat-1.09-480.el9.noarch.rp 217 kB/s | 19 kB 00:00 (74/399): perl-File-Basename-2.85-480.el9.noarc 200 kB/s | 19 kB 00:00 (75/399): perl-FileHandle-2.03-480.el9.noarch.r 205 kB/s | 17 kB 00:00 (76/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 284 kB/s | 25 kB 00:00 (77/399): perl-Getopt-Std-1.12-480.el9.noarch.r 178 kB/s | 17 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.0 MB/s | 99 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 159 kB/s | 13 kB 00:00 (80/399): perl-Symbol-1.08-480.el9.noarch.rpm 179 kB/s | 16 kB 00:00 (81/399): perl-interpreter-5.32.1-480.el9.x86_6 836 kB/s | 75 kB 00:00 (82/399): perl-overload-1.31-480.el9.noarch.rpm 540 kB/s | 47 kB 00:00 (83/399): perl-libs-5.32.1-480.el9.x86_64.rpm 17 MB/s | 2.2 MB 00:00 (84/399): perl-overloading-0.02-480.el9.noarch. 162 kB/s | 15 kB 00:00 (85/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.8 MB/s | 259 kB 00:00 (86/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 450 kB/s | 40 kB 00:00 (87/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 463 kB/s | 42 kB 00:00 (88/399): perl-IO-1.43-480.el9.x86_64.rpm 1.0 MB/s | 94 kB 00:00 (89/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 288 kB/s | 25 kB 00:00 (90/399): perl-base-2.27-480.el9.noarch.rpm 191 kB/s | 18 kB 00:00 (91/399): perl-if-0.60.800-480.el9.noarch.rpm 181 kB/s | 16 kB 00:00 (92/399): perl-mro-1.23-480.el9.x86_64.rpm 340 kB/s | 31 kB 00:00 (93/399): perl-subs-1.03-480.el9.noarch.rpm 156 kB/s | 13 kB 00:00 (94/399): perl-vars-1.05-480.el9.noarch.rpm 160 kB/s | 15 kB 00:00 (95/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.9 MB/s | 176 kB 00:00 (96/399): rhel-system-roles-1.21.2-1.el9_2.noar 19 MB/s | 2.4 MB 00:00 (97/399): ipa-client-common-4.10.1-12.el9_2.2.n 459 kB/s | 44 kB 00:00 (98/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 2.2 MB/s | 452 kB 00:00 (99/399): python3-ipaclient-4.10.1-12.el9_2.2.n 6.8 MB/s | 648 kB 00:00 (100/399): ipa-common-4.10.1-12.el9_2.2.noarch. 5.8 MB/s | 656 kB 00:00 (101/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.5 MB/s | 663 kB 00:00 (102/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 647 kB/s | 57 kB 00:00 (103/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 468 kB/s | 41 kB 00:00 (104/399): ruby-default-gems-3.0.4-161.el9_2.2. 522 kB/s | 46 kB 00:00 (105/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 37 MB/s | 7.9 MB 00:00 (106/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 649 kB/s | 55 kB 00:00 (107/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 25 MB/s | 3.3 MB 00:00 (108/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.8 MB/s | 456 kB 00:00 (109/399): rubygem-io-console-0.5.7-161.el9_2.2 299 kB/s | 26 kB 00:00 (110/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 663 kB/s | 59 kB 00:00 (111/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 645 kB/s | 60 kB 00:00 (112/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.3 MB/s | 441 kB 00:00 (113/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.1 MB/s | 110 kB 00:00 (114/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.0 MB/s | 306 kB 00:00 (115/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 20 MB/s | 2.2 MB 00:00 (116/399): buildah-1.29.5-1.el9_2.x86_64.rpm 42 MB/s | 8.6 MB 00:00 (117/399): ansible-collection-ansible-posix-1.2 300 kB/s | 124 kB 00:00 (118/399): ansible-collection-ansible-netcommon 402 kB/s | 181 kB 00:00 (119/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 396 kB/s | 245 kB 00:00 (120/399): ansible-collection-ansible-utils-2.3 1.0 MB/s | 91 kB 00:00 (121/399): golang-github-vbatts-tar-split-0.11. 10 MB/s | 1.0 MB 00:00 (122/399): ansible-collection-community-general 11 MB/s | 1.3 MB 00:00 (123/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 869 kB/s | 77 kB 00:00 (124/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.7 MB/s | 162 kB 00:00 (125/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 2.0 MB/s | 178 kB 00:00 (126/399): puppet-fdio-18.2-1.20220727113954.6f 292 kB/s | 25 kB 00:00 (127/399): python3-ansible-runner-2.0.0a1-3.el9 1.4 MB/s | 122 kB 00:00 (128/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 527 kB/s | 44 kB 00:00 (129/399): python3-beautifulsoup4-4.9.3-2.el9os 2.3 MB/s | 204 kB 00:00 (130/399): python3-croniter-0.3.35-2.el9ost.noa 591 kB/s | 49 kB 00:00 (131/399): python3-daemon-2.3.0-1.el9ost.noarch 428 kB/s | 39 kB 00:00 (132/399): python3-docutils-0.16-6.el9ost.noarc 15 MB/s | 1.5 MB 00:00 (133/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 460 kB/s | 44 kB 00:00 (134/399): python3-gevent-21.1.2-2.el9ost.x86_6 16 MB/s | 1.6 MB 00:00 (135/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.2 MB/s | 107 kB 00:00 (136/399): python3-jeepney-0.6.0-2.el9ost.noarc 3.2 MB/s | 284 kB 00:00 (137/399): python3-jmespath-0.10.0-1.el9ost.noa 543 kB/s | 46 kB 00:00 (138/399): python3-lockfile-0.12.2-2.el9ost.noa 333 kB/s | 31 kB 00:00 (139/399): python3-logutils-0.3.5-15.el9ost.noa 452 kB/s | 47 kB 00:00 (140/399): python3-memcached-1.59-3.el9ost.noar 435 kB/s | 40 kB 00:00 (141/399): python3-migrate-0.13.0-1.el9ost.noar 2.0 MB/s | 224 kB 00:00 (142/399): python3-mimeparse-1.6.0-16.el9ost.no 188 kB/s | 16 kB 00:00 (143/399): python3-natsort-7.1.1-2.el9ost.noarc 674 kB/s | 59 kB 00:00 (144/399): python3-pecan-1.4.0-2.el9ost.noarch. 3.0 MB/s | 273 kB 00:00 (145/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.0 MB/s | 90 kB 00:00 (146/399): python3-passlib-1.7.4-3.el9ost.noarc 6.4 MB/s | 712 kB 00:00 (147/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.3 MB/s | 111 kB 00:00 (148/399): python3-pyperclip-1.8.0-3.el9ost.noa 290 kB/s | 25 kB 00:00 (149/399): python3-setproctitle-1.2.2-1.el9ost. 258 kB/s | 23 kB 00:00 (150/399): python3-smmap-3.0.1-4.el9ost.noarch. 539 kB/s | 47 kB 00:00 (151/399): python3-soupsieve-2.2-1.el9ost.noarc 768 kB/s | 67 kB 00:00 (152/399): python3-sqlalchemy13-1.3.24-3.el9ost 16 MB/s | 1.7 MB 00:00 (153/399): python3-tenacity-6.3.1-1.el9ost.noar 604 kB/s | 51 kB 00:00 (154/399): python3-webtest-2.0.35-6.el9ost.noar 933 kB/s | 82 kB 00:00 (155/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 4.2 MB/s | 396 kB 00:00 (156/399): python3-zope-event-4.2.0-20.el9ost.n 2.2 MB/s | 205 kB 00:00 (157/399): python3-zope-interface-5.4.0-1.el9os 2.3 MB/s | 202 kB 00:00 (158/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.6 MB/s | 243 kB 00:00 (159/399): rubygem-deep_merge-1.2.1-7.el9ost.no 168 kB/s | 14 kB 00:00 (160/399): rubygem-fast_gettext-1.2.0-9.el9ost. 357 kB/s | 34 kB 00:00 (161/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.0 MB/s | 90 kB 00:00 (162/399): rubygem-multi_json-1.15.0-2.el9ost.n 264 kB/s | 22 kB 00:00 (163/399): rubygem-puppet-resource_api-1.8.13-1 414 kB/s | 34 kB 00:00 (164/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 185 kB/s | 16 kB 00:00 (165/399): rubygem-semantic_puppet-1.0.4-2.el9o 240 kB/s | 21 kB 00:00 (166/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.7 MB/s | 433 kB 00:00 (167/399): ansible-config_template-2.0.1-17.1.2 345 kB/s | 29 kB 00:00 (168/399): ansible-role-atos-hsm-1.0.1-17.1.202 202 kB/s | 17 kB 00:00 (169/399): ansible-role-chrony-1.3.1-17.1.20230 264 kB/s | 22 kB 00:00 (170/399): ansible-role-collectd-config-0.0.3-1 617 kB/s | 53 kB 00:00 (171/399): ansible-role-container-registry-1.4. 293 kB/s | 24 kB 00:00 (172/399): ansible-role-openstack-operations-0. 348 kB/s | 30 kB 00:00 (173/399): ansible-role-qdr-config-0.0.2-17.1.2 259 kB/s | 21 kB 00:00 (174/399): ansible-role-redhat-subscription-1.3 337 kB/s | 28 kB 00:00 (175/399): ansible-role-thales-hsm-3.0.1-17.1.2 240 kB/s | 21 kB 00:00 (176/399): ansible-tripleo-ipa-0.3.1-17.1.20230 418 kB/s | 36 kB 00:00 (177/399): ansible-tripleo-ipsec-11.0.1-17.1.20 412 kB/s | 38 kB 00:00 (178/399): dib-utils-0.0.11-17.1.20230620173328 146 kB/s | 12 kB 00:00 (179/399): openstack-heat-agents-2.2.1-17.1.202 112 kB/s | 9.6 kB 00:00 (180/399): ansible-role-tripleo-modify-image-1. 98 kB/s | 27 kB 00:00 (181/399): os-apply-config-13.1.1-17.1.20231020 605 kB/s | 54 kB 00:00 (182/399): os-collect-config-13.1.1-17.1.202310 598 kB/s | 50 kB 00:00 (183/399): os-refresh-config-13.1.1-17.1.202310 224 kB/s | 21 kB 00:00 (184/399): puppet-aodh-18.4.2-17.1.202306201512 668 kB/s | 62 kB 00:00 (185/399): puppet-apache-6.5.2-17.1.20230621001 2.6 MB/s | 259 kB 00:00 (186/399): puppet-auditd-2.2.1-17.1.20230620192 328 kB/s | 28 kB 00:00 (187/399): puppet-archive-4.6.1-17.1.2023062018 412 kB/s | 44 kB 00:00 (188/399): puppet-ceilometer-18.4.3-17.1.202309 824 kB/s | 70 kB 00:00 (189/399): puppet-certmonger-2.7.1-17.1.2023062 301 kB/s | 26 kB 00:00 (190/399): puppet-cinder-18.5.2-17.1.2023062105 1.4 MB/s | 120 kB 00:00 (191/399): puppet-collectd-13.0.1-17.1.20230620 1.5 MB/s | 135 kB 00:00 (192/399): puppet-concat-6.2.1-17.1.20230620181 489 kB/s | 41 kB 00:00 (193/399): puppet-corosync-8.0.1-17.1.202306211 665 kB/s | 68 kB 00:00 (194/399): puppet-designate-18.6.1-17.1.2023062 780 kB/s | 69 kB 00:00 (195/399): puppet-dns-8.2.1-17.1.20230621002045 421 kB/s | 36 kB 00:00 (196/399): puppet-etcd-1.12.3-17.1.202306201932 145 kB/s | 25 kB 00:00 (197/399): puppet-git-0.5.0-17.1.20230620193928 185 kB/s | 23 kB 00:00 (198/399): puppet-firewall-3.4.1-17.1.202306210 440 kB/s | 77 kB 00:00 (199/399): puppet-gnocchi-18.4.3-17.1.202306210 673 kB/s | 58 kB 00:00 (200/399): puppet-haproxy-4.2.2-17.1.2023062019 571 kB/s | 52 kB 00:00 (201/399): puppet-heat-18.4.1-17.1.202306211116 775 kB/s | 70 kB 00:00 (202/399): puppet-horizon-18.6.1-17.1.202306210 721 kB/s | 63 kB 00:00 (203/399): puppet-inifile-4.2.1-17.1.2023062018 489 kB/s | 42 kB 00:00 (204/399): puppet-ipaclient-2.5.2-17.1.20230620 204 kB/s | 17 kB 00:00 (205/399): puppet-keepalived-0.0.2-17.1.2023062 161 kB/s | 14 kB 00:00 (206/399): puppet-kmod-2.5.0-17.1.2023062019064 242 kB/s | 21 kB 00:00 (207/399): puppet-manila-18.5.2-17.1.2023110219 916 kB/s | 81 kB 00:00 (208/399): puppet-memcached-6.0.0-17.1.20230620 262 kB/s | 23 kB 00:00 (209/399): puppet-module-data-0.5.1-17.1.202306 149 kB/s | 13 kB 00:00 (210/399): puppet-mysql-10.6.1-17.1.20230621022 1.1 MB/s | 99 kB 00:00 (211/399): puppet-neutron-18.6.1-17.1.202306210 2.1 MB/s | 196 kB 00:00 (212/399): puppet-nova-18.6.1-17.1.202306210904 2.1 MB/s | 200 kB 00:00 (213/399): puppet-nssdb-1.0.2-17.1.202306201856 132 kB/s | 12 kB 00:00 (214/399): puppet-octavia-18.5.1-17.1.202306210 889 kB/s | 76 kB 00:00 (215/399): puppet-openstack_extras-18.5.1-17.1. 539 kB/s | 48 kB 00:00 (216/399): puppet-openstacklib-18.5.2-17.1.2023 691 kB/s | 62 kB 00:00 (217/399): puppet-oslo-18.5.1-17.1.202306210523 581 kB/s | 48 kB 00:00 (218/399): puppet-placement-5.4.3-17.1.20230621 464 kB/s | 41 kB 00:00 (219/399): puppet-qdr-7.4.1-17.1.20230620195605 352 kB/s | 31 kB 00:00 (220/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.9 MB/s | 266 kB 00:00 (221/399): puppet-redis-6.1.1-17.1.202306201917 574 kB/s | 51 kB 00:00 (222/399): puppet-remote-10.0.0-17.1.2023062019 189 kB/s | 16 kB 00:00 (223/399): puppet-rsync-1.1.4-17.1.202306210028 335 kB/s | 28 kB 00:00 (224/399): puppet-snmp-3.9.1-17.1.2023062020041 417 kB/s | 34 kB 00:00 (225/399): puppet-rsyslog-4.0.1-17.1.2023062020 646 kB/s | 58 kB 00:00 (226/399): puppet-ssh-6.2.1-17.1.20230620190251 337 kB/s | 29 kB 00:00 (227/399): puppet-stdlib-6.3.1-17.1.20230621000 1.7 MB/s | 160 kB 00:00 (228/399): puppet-swift-18.6.1-17.1.20230621052 1.2 MB/s | 115 kB 00:00 (229/399): puppet-sysctl-0.0.13-17.1.2023062018 169 kB/s | 16 kB 00:00 (230/399): puppet-systemd-2.12.1-17.1.202306201 496 kB/s | 42 kB 00:00 (231/399): puppet-vcsrepo-3.1.1-17.1.2023062018 565 kB/s | 50 kB 00:00 (232/399): puppet-vswitch-14.4.3-17.1.202306210 494 kB/s | 41 kB 00:00 (233/399): puppet-xinetd-3.3.1-17.1.20230620185 296 kB/s | 26 kB 00:00 (234/399): python-oslo-cache-lang-2.7.1-17.1.20 221 kB/s | 19 kB 00:00 (235/399): python-oslo-log-lang-4.4.0-17.1.2023 167 kB/s | 14 kB 00:00 (236/399): python-oslo-middleware-lang-4.2.1-17 157 kB/s | 13 kB 00:00 (237/399): python-oslo-policy-lang-3.7.1-17.1.2 158 kB/s | 14 kB 00:00 (238/399): python-oslo-versionedobjects-lang-2. 158 kB/s | 14 kB 00:00 (239/399): python-pycadf-common-3.1.1-17.1.2023 175 kB/s | 15 kB 00:00 (240/399): python3-GitPython-3.1.14-2.el9ost.no 2.6 MB/s | 238 kB 00:00 (241/399): python3-aodhclient-2.2.0-17.1.202306 622 kB/s | 56 kB 00:00 (242/399): python3-cinderclient-7.4.1-17.1.2023 2.2 MB/s | 218 kB 00:00 (243/399): python3-cliff-3.7.0-17.1.20230620172 1.0 MB/s | 95 kB 00:00 (244/399): python3-barbicanclient-5.3.0-17.1.20 697 kB/s | 127 kB 00:00 (245/399): python3-designateclient-4.2.1-17.1.2 1.0 MB/s | 92 kB 00:00 (246/399): python3-futurist-2.3.0-17.1.20230621 755 kB/s | 64 kB 00:00 (247/399): python3-heat-agent-2.2.1-17.1.202306 222 kB/s | 19 kB 00:00 (248/399): python3-heat-agent-apply-config-2.2. 116 kB/s | 9.9 kB 00:00 (249/399): python3-heat-agent-ansible-2.2.1-17. 65 kB/s | 11 kB 00:00 (250/399): python3-heat-agent-docker-cmd-2.2.1- 81 kB/s | 12 kB 00:00 (251/399): python3-heat-agent-hiera-2.2.1-17.1. 123 kB/s | 10 kB 00:00 (252/399): python3-heat-agent-json-file-2.2.1-1 93 kB/s | 9.8 kB 00:00 (253/399): python3-heat-agent-puppet-2.2.1-17.1 132 kB/s | 11 kB 00:00 (254/399): python3-heatclient-2.3.1-17.1.202306 1.7 MB/s | 158 kB 00:00 (255/399): python3-ironic-inspector-client-4.5. 740 kB/s | 67 kB 00:00 (256/399): python3-ironicclient-4.6.4-17.1.2023 3.8 MB/s | 342 kB 00:00 (257/399): python3-keystoneclient-4.3.0-17.1.20 2.6 MB/s | 239 kB 00:00 (258/399): python3-keystonemiddleware-9.2.0-17. 1.0 MB/s | 92 kB 00:00 (259/399): python3-magnumclient-3.4.1-17.1.2023 1.3 MB/s | 121 kB 00:00 (260/399): python3-mistralclient-4.2.0-17.1.202 1.8 MB/s | 166 kB 00:00 (261/399): python3-neutronclient-7.3.1-17.1.202 3.0 MB/s | 298 kB 00:00 (262/399): python3-novaclient-17.4.1-17.1.20230 2.2 MB/s | 201 kB 00:00 (263/399): python3-os-client-config-2.1.0-17.1. 633 kB/s | 55 kB 00:00 (264/399): python3-os-service-types-1.7.0-17.1. 451 kB/s | 38 kB 00:00 (265/399): python3-os-traits-2.5.0-17.1.2023062 544 kB/s | 45 kB 00:00 (266/399): python3-osc-lib-2.3.1-17.1.202306202 908 kB/s | 78 kB 00:00 (267/399): python3-oslo-cache-2.7.1-17.1.202306 642 kB/s | 56 kB 00:00 (268/399): python3-oslo-context-3.2.1-17.1.2023 306 kB/s | 27 kB 00:00 (269/399): python3-oslo-log-4.4.0-17.1.20230620 739 kB/s | 64 kB 00:00 (270/399): python3-oslo-middleware-4.2.1-17.1.2 625 kB/s | 55 kB 00:00 (271/399): python3-oslo-policy-3.7.1-17.1.20230 880 kB/s | 76 kB 00:00 (272/399): python3-oslo-reports-2.2.0-17.1.2023 658 kB/s | 59 kB 00:00 (273/399): python3-oslo-rootwrap-6.3.1-17.1.202 523 kB/s | 46 kB 00:00 (274/399): python3-oslo-serialization-4.1.1-17. 393 kB/s | 34 kB 00:00 (275/399): python3-oslo-upgradecheck-1.3.1-17.1 340 kB/s | 29 kB 00:00 (276/399): python3-osprofiler-3.4.0-17.1.202306 1.5 MB/s | 130 kB 00:00 (277/399): python3-pycadf-3.1.1-17.1.2023062021 578 kB/s | 53 kB 00:00 (278/399): python3-oslo-versionedobjects-2.4.1- 437 kB/s | 79 kB 00:00 (279/399): python3-requestsexceptions-1.4.0-17. 191 kB/s | 17 kB 00:00 (280/399): python3-saharaclient-3.3.0-17.1.2023 2.0 MB/s | 188 kB 00:00 (281/399): python3-shade-1.33.0-17.1.2023062022 5.5 MB/s | 523 kB 00:00 (282/399): python3-statsd-3.2.1-20.1.el9ost.noa 397 kB/s | 35 kB 00:00 (283/399): python3-swiftclient-3.11.1-17.1.2023 1.5 MB/s | 136 kB 00:00 (284/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 597 kB/s | 50 kB 00:00 (285/399): python3-troveclient-7.0.0-17.1.20230 3.8 MB/s | 344 kB 00:00 (286/399): python3-validations-libs-1.9.1-17.1. 1.5 MB/s | 137 kB 00:00 (287/399): python3-zaqarclient-2.4.0-17.1.20230 1.5 MB/s | 129 kB 00:00 (288/399): python3-paramiko-2.11.0-2.el9ost.noa 3.3 MB/s | 299 kB 00:00 (289/399): validations-common-1.9.1-17.1.202310 1.1 MB/s | 111 kB 00:00 (290/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.6 MB/s | 427 kB 00:00 (291/399): ansible-pacemaker-1.0.4-17.1.2023121 250 kB/s | 21 kB 00:00 (292/399): python3-manilaclient-2.6.4-17.1.2024 5.6 MB/s | 528 kB 00:00 (293/399): python3-sqlparse-0.4.1-2.el9ost.noar 963 kB/s | 83 kB 00:00 (294/399): ansible-role-metalsmith-deployment-1 252 kB/s | 21 kB 00:00 (295/399): python3-webob-1.8.7-2.1.el9ost.noarc 1.9 MB/s | 230 kB 00:00 (296/399): openstack-selinux-0.8.37-17.1.202311 2.5 MB/s | 221 kB 00:00 (297/399): puppet-ironic-18.7.1-17.1.2024030521 1.3 MB/s | 121 kB 00:00 (298/399): python-oslo-db-lang-8.5.2-17.1.20240 159 kB/s | 14 kB 00:00 (299/399): python3-glanceclient-3.3.0-17.1.2024 1.6 MB/s | 143 kB 00:00 (300/399): python3-keystoneauth1-4.4.0-17.1.202 4.5 MB/s | 409 kB 00:00 (301/399): python3-metalsmith-1.4.4-17.1.202405 763 kB/s | 65 kB 00:00 (302/399): python3-neutron-lib-2.10.3-17.1.2023 3.8 MB/s | 375 kB 00:00 (303/399): python3-octaviaclient-2.3.1-17.1.202 1.0 MB/s | 91 kB 00:00 (304/399): python3-oslo-db-8.5.2-17.1.202408201 1.7 MB/s | 144 kB 00:00 (305/399): python3-oslo-messaging-12.7.3-17.1.2 2.5 MB/s | 216 kB 00:00 (306/399): python3-oslo-service-2.5.1-17.1.2024 775 kB/s | 71 kB 00:00 (307/399): python3-rhosp-openvswitch-3.3-1.el9o 101 kB/s | 8.3 kB 00:00 (308/399): python3-waitress-2.0.0-4.el9ost.noar 1.2 MB/s | 109 kB 00:00 (309/399): openstack-ansible-core-2.14.2-4.7.el 19 MB/s | 2.3 MB 00:00 (310/399): openstack-tripleo-validations-14.3.2 1.6 MB/s | 204 kB 00:00 (311/399): puppet-glance-18.6.1-17.1.2025022015 977 kB/s | 87 kB 00:00 (312/399): puppet-ovn-18.6.1-17.1.2024092509490 314 kB/s | 29 kB 00:00 (313/399): puppet-pacemaker-1.5.1-17.1.20250214 1.4 MB/s | 158 kB 00:00 (314/399): puppet-tripleo-14.2.3-17.1.202503201 2.3 MB/s | 239 kB 00:00 (315/399): ansible-collection-containers-podman 2.7 MB/s | 243 kB 00:00 (316/399): python3-os-ken-1.4.1-17.1.2024120509 9.9 MB/s | 2.1 MB 00:00 (317/399): ansible-collections-openstack-1.9.1- 1.7 MB/s | 146 kB 00:00 (318/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.8 MB/s | 351 kB 00:00 (319/399): facter-3.14.19-3.el9ost.x86_64.rpm 4.5 MB/s | 518 kB 00:00 (320/399): hiera-3.6.0-6.el9ost.noarch.rpm 385 kB/s | 33 kB 00:00 (321/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.2 MB/s | 405 kB 00:00 (322/399): openstack-tripleo-common-15.4.1-17.1 599 kB/s | 52 kB 00:00 (323/399): openstack-tripleo-common-containers- 870 kB/s | 78 kB 00:00 (324/399): puppet-7.10.0-4.el9ost.noarch.rpm 122 kB/s | 11 kB 00:00 (325/399): puppet-headless-7.10.0-4.el9ost.noar 12 MB/s | 1.4 MB 00:00 (326/399): puppet-keystone-18.6.1-17.1.20250425 1.4 MB/s | 127 kB 00:00 (327/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.0 MB/s | 92 kB 00:00 (328/399): python3-boto-2.45.0-8.1.el9ost.noarc 14 MB/s | 1.3 MB 00:00 (329/399): python3-cachetools-4.2.2-3.el9ost.no 367 kB/s | 33 kB 00:00 (330/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.1 MB/s | 284 kB 00:00 (331/399): python3-colorama-0.4.4-4.el9ost.noar 415 kB/s | 35 kB 00:00 (332/399): python3-dogpile-cache-1.1.5-5.el9ost 1.0 MB/s | 89 kB 00:00 (333/399): python3-extras-1.0.0-17.el9ost.noarc 247 kB/s | 21 kB 00:00 (334/399): python3-fixtures-3.0.0-24.el9ost.noa 1.0 MB/s | 93 kB 00:00 (335/399): python3-keyring-21.8.0-4.el9ost.noar 879 kB/s | 77 kB 00:00 (336/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.5 MB/s | 313 kB 00:00 (337/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.0 MB/s | 87 kB 00:00 (338/399): python3-munch-2.5.0-6.el9ost.noarch. 296 kB/s | 25 kB 00:00 (339/399): python3-openstacksdk-0.55.1-17.1.202 7.7 MB/s | 735 kB 00:00 (340/399): python3-paste-deploy-2.1.1-4.el9ost. 448 kB/s | 41 kB 00:00 (341/399): python3-paste-3.5.0-5.el9ost.noarch. 7.2 MB/s | 776 kB 00:00 (342/399): python3-pystache-0.5.4-15.el9ost.noa 1.4 MB/s | 132 kB 00:00 (343/399): python3-repoze-lru-0.7-12.el9ost.noa 369 kB/s | 32 kB 00:00 (344/399): python3-routes-2.4.1-14.el9ost.noarc 2.1 MB/s | 188 kB 00:00 (345/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 658 kB/s | 57 kB 00:00 (346/399): python3-secretstorage-3.3.1-3.el9ost 411 kB/s | 36 kB 00:00 (347/399): python3-simplejson-3.17.5-3.el9ost.x 2.9 MB/s | 266 kB 00:00 (348/399): python3-testtools-2.4.0-10.el9ost.no 3.6 MB/s | 333 kB 00:00 (349/399): python3-tripleo-common-15.4.1-17.1.2 2.3 MB/s | 202 kB 00:00 (350/399): python3-tempita-0.5.1-27.el9ost.noar 166 kB/s | 36 kB 00:00 (351/399): python3-tripleoclient-16.5.1-17.1.20 5.7 MB/s | 553 kB 00:00 (352/399): python3-vine-5.0.0-5.el9ost.noarch.r 287 kB/s | 26 kB 00:00 (353/399): python3-warlock-1.3.3-7.el9ost.noarc 205 kB/s | 21 kB 00:00 (354/399): python3-yappi-1.3.1-5.el9ost.x86_64. 659 kB/s | 56 kB 00:00 (355/399): python3-yaql-1.1.3-13.el9ost.noarch. 2.0 MB/s | 180 kB 00:00 (356/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 322 kB/s | 29 kB 00:00 (357/399): ruby-facter-3.14.19-3.el9ost.x86_64. 113 kB/s | 9.5 kB 00:00 (358/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.4 MB/s | 123 kB 00:00 (359/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 207 kB/s | 19 kB 00:00 (360/399): openstack-heat-api-16.1.1-17.1.20250 186 kB/s | 16 kB 00:00 (361/399): openstack-heat-common-16.1.1-17.1.20 16 MB/s | 1.6 MB 00:00 (362/399): openstack-heat-engine-16.1.1-17.1.20 167 kB/s | 15 kB 00:00 (363/399): openstack-heat-monolith-16.1.1-17.1. 181 kB/s | 16 kB 00:00 (364/399): openstack-tripleo-heat-templates-14. 6.5 MB/s | 617 kB 00:00 (365/399): puppet-barbican-18.4.2-17.1.20250625 651 kB/s | 57 kB 00:00 (366/399): python-openstackclient-lang-5.5.2-17 671 kB/s | 58 kB 00:00 (367/399): python3-openstackclient-5.5.2-17.1.2 11 MB/s | 1.1 MB 00:00 (368/399): tripleo-ansible-3.3.1-17.1.202507021 5.8 MB/s | 570 kB 00:00 (369/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 707 kB/s | 68 kB 00:00 (370/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.8 MB/s | 354 kB 00:00 (371/399): bash-completion-2.11-4.el9.noarch.rp 4.8 MB/s | 459 kB 00:00 (372/399): device-mapper-persistent-data-0.9.0- 7.5 MB/s | 786 kB 00:00 (373/399): libaio-0.3.111-13.el9.x86_64.rpm 302 kB/s | 26 kB 00:00 (374/399): glibc-langpack-en-2.34-60.el9.x86_64 6.8 MB/s | 675 kB 00:00 (375/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 692 kB/s | 62 kB 00:00 (376/399): krb5-workstation-1.20.1-8.el9.x86_64 5.6 MB/s | 542 kB 00:00 (377/399): libkadm5-1.20.1-8.el9.x86_64.rpm 893 kB/s | 81 kB 00:00 (378/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 402 kB/s | 37 kB 00:00 (379/399): pkgconf-1.7.3-10.el9.x86_64.rpm 495 kB/s | 45 kB 00:00 (380/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 178 kB/s | 16 kB 00:00 (381/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 137 kB/s | 12 kB 00:00 (382/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.5 MB/s | 418 kB 00:00 (383/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 417 kB/s | 36 kB 00:00 (384/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 328 kB/s | 30 kB 00:00 (385/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 203 kB/s | 19 kB 00:00 (386/399): device-mapper-event-1.02.187-7.el9_2 357 kB/s | 32 kB 00:00 (387/399): device-mapper-event-libs-1.02.187-7. 350 kB/s | 31 kB 00:00 (388/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 16 MB/s | 1.5 MB 00:00 (389/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 9.1 MB/s | 1.0 MB 00:00 (390/399): python3-openvswitch3.3-3.3.4-110.el9 3.4 MB/s | 369 kB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.2 MB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.6 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.4 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 753 kB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 350 kB/s | 30 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.8 MB/s | 464 kB 00:00 (397/399): util-linux-2.37.4-11.el9_2.x86_64.rp 17 MB/s | 2.3 MB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.4 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.9 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 7.3 MB/s | 97 MB 00:13 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 : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 89/408 Installing : python3-dns-2.2.1-2.el9.noarch 90/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 91/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 92/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 93/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 94/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 95/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 96/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 97/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 98/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 99/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 100/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 101/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 102/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 103/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 104/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 105/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 106/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 107/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 108/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 109/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 110/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 111/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 112/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 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-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 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 : pkgconf-m4-1.7.3-10.el9.noarch 171/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 172/408 Installing : pkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 174/408 Installing : bash-completion-1:2.11-4.el9.noarch 175/408 Installing : libkadm5-1.20.1-8.el9.x86_64 176/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 177/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 178/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 179/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 180/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 181/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 182/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 183/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 184/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 185/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 186/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 187/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 188/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 189/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 190/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 191/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 192/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 193/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 194/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 195/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 195/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 196/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 197/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 198/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 199/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 200/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 201/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 202/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 203/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 204/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 205/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 206/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 207/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 208/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 209/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 210/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 211/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 212/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 213/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 214/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 215/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 216/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 217/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 218/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 219/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 220/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 221/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 222/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 223/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 224/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 225/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 226/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 227/408 Installing : python3-memcached-1.59-3.el9ost.noarch 228/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 229/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 230/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 231/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 232/408 Installing : python3-docutils-0.16-6.el9ost.noarch 233/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 234/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 235/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 236/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 237/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 238/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 239/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 240/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 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 : libburn-1.5.4-4.el9.x86_64 282/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 283/408 Installing : sshpass-1.09-4.el9.x86_64 284/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 285/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 286/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 287/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 288/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 291/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 292/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 293/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 294/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 295/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 296/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 297/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 299/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 300/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 301/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 302/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 303/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 304/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 305/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 306/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 307/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 308/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 309/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 310/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 311/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 312/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 313/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 314/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 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-Mozilla-CA-20200520-6.el9.noarch 30/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 31/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 32/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 33/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 34/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : sshpass-1.09-4.el9.x86_64 37/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 38/408 Verifying : boost-log-1.75.0-8.el9.x86_64 39/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 40/408 Verifying : libburn-1.5.4-4.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 : augeas-libs-1.13.0-3.el9.x86_64 65/408 Verifying : jq-1.6-14.el9.x86_64 66/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 67/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 68/408 Verifying : perl-B-1.80-480.el9.x86_64 69/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 70/408 Verifying : perl-Errno-1.30-480.el9.x86_64 71/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 72/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 73/408 Verifying : perl-File-stat-1.09-480.el9.noarch 74/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 75/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 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-interpreter-4:5.32.1-480.el9.x86_64 81/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 82/408 Verifying : perl-overload-1.31-480.el9.noarch 83/408 Verifying : perl-overloading-0.02-480.el9.noarch 84/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 85/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 86/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 87/408 Verifying : perl-IO-1.43-480.el9.x86_64 88/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 89/408 Verifying : perl-base-2.27-480.el9.noarch 90/408 Verifying : perl-if-0.60.800-480.el9.noarch 91/408 Verifying : perl-mro-1.23-480.el9.x86_64 92/408 Verifying : perl-subs-1.03-480.el9.noarch 93/408 Verifying : perl-vars-1.05-480.el9.noarch 94/408 Verifying : python3-mako-1.1.4-6.el9.noarch 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 : ipa-client-common-4.10.1-12.el9_2.2.noarch 98/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 101/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 102/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 118/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 119/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 120/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 121/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 122/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 123/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 124/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 125/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 126/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 127/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 128/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 129/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 130/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 131/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 132/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 133/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 134/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 135/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 136/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 137/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 138/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 139/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 140/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 141/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 142/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 143/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 144/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 145/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 146/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 147/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 148/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 149/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 150/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 151/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 152/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 153/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 154/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 155/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 156/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 157/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 158/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 159/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 160/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 161/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 162/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 163/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 166/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 167/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 168/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 169/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 170/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 171/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 172/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 173/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 174/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 175/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 176/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 177/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 178/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 179/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 180/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 181/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 182/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 183/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 184/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 185/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 186/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 187/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 188/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 189/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 190/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 191/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 192/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 193/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 194/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 195/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 196/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 197/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 198/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 199/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 200/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 201/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 202/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 203/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 204/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 205/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 206/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 207/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 208/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 209/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 210/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 211/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 212/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 213/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 214/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 215/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 216/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 217/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 218/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 219/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 220/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 221/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 222/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 223/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 224/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 225/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 226/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 227/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 228/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 229/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 230/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 231/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 232/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 233/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 234/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 235/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 236/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 237/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 238/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 239/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 240/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 241/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 242/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 243/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 244/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 245/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 246/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 247/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 248/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 249/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 250/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 251/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 252/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 253/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 254/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 255/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 256/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 257/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 258/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 260/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 261/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 262/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 263/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 264/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 265/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 266/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 267/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 268/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 269/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 270/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 271/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 272/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 273/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 274/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 275/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 276/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 277/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 278/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 279/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 280/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 281/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 282/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 283/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 284/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 285/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 286/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 287/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 289/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 290/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 291/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 292/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 293/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 294/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 295/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 296/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 297/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 298/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 299/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 300/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 301/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 302/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 303/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 304/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 305/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 306/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 307/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 308/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 309/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 310/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 311/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 312/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 313/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 314/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 315/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 316/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 317/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 318/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 319/408 Verifying : hiera-3.6.0-6.el9ost.noarch 320/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 321/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 322/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 323/408 Verifying : puppet-7.10.0-4.el9ost.noarch 324/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 325/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 326/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 327/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 328/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 329/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 330/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 331/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 332/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 333/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 334/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 335/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 336/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 337/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 338/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 339/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 340/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 341/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 342/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 343/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 344/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 345/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 346/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 347/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 348/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 349/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 350/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 351/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 352/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 353/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 354/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 355/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 356/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 357/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 358/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 359/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 360/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 361/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 362/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 363/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 364/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 365/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 366/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 367/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 368/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 369/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 370/408 Verifying : bash-completion-1:2.11-4.el9.noarch 371/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 372/408 Verifying : libaio-0.3.111-13.el9.x86_64 373/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 374/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 375/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 376/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 377/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 378/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 379/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 380/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 381/408 Verifying : python3-dns-2.2.1-2.el9.noarch 382/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 383/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 386/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 387/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 388/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-07T08:43:02.107612 # # 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, 3.8961e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-10-07 08:43:06.075221 | fa163e28-c234-31c5-c045-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-07 08:43:06.103268 | fa163e28-c234-31c5-c045-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-07 08:43:06.103971 | fa163e28-c234-31c5-c045-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.042811 | 0.03s 2025-10-07 08:43:06.107278 | fa163e28-c234-31c5-c045-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-07 08:43:06.144735 | fa163e28-c234-31c5-c045-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-07 08:43:06.145435 | fa163e28-c234-31c5-c045-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.084276 | 0.04s 2025-10-07 08:43:06.148410 | fa163e28-c234-31c5-c045-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-07 08:43:06.233677 | fa163e28-c234-31c5-c045-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-07 08:43:06.234906 | fa163e28-c234-31c5-c045-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.173737 | 0.09s 2025-10-07 08:43:06.241611 | fa163e28-c234-31c5-c045-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-07 08:43:06.626318 | fa163e28-c234-31c5-c045-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-07 08:43:06.627833 | fa163e28-c234-31c5-c045-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.566663 | 0.38s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-07 08:43:06.652814 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 08:43:06.653568 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 08:43:06.654303 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.593140 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 08:43:06.655092 | UUID | Info | Host | Task Name | Run Time 2025-10-07 08:43:06.655748 | fa163e28-c234-31c5-c045-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.38s 2025-10-07 08:43:06.656461 | fa163e28-c234-31c5-c045-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-10-07 08:43:06.657338 | fa163e28-c234-31c5-c045-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-10-07 08:43:06.658105 | fa163e28-c234-31c5-c045-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.03s 2025-10-07 08:43:06.658767 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-07 08:43:09.116091 | fa163e28-c234-8894-3c0a-000000000005 | TASK | set ssh key path facts 2025-10-07 08:43:09.152867 | fa163e28-c234-8894-3c0a-000000000005 | OK | set ssh key path facts | undercloud 2025-10-07 08:43:09.153508 | fa163e28-c234-8894-3c0a-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.051486 | 0.04s 2025-10-07 08:43:09.156682 | fa163e28-c234-8894-3c0a-000000000006 | TASK | stat private key 2025-10-07 08:43:09.506304 | fa163e28-c234-8894-3c0a-000000000006 | OK | stat private key | undercloud 2025-10-07 08:43:09.507688 | fa163e28-c234-8894-3c0a-000000000006 | TIMING | stat private key | undercloud | 0:00:00.405653 | 0.35s 2025-10-07 08:43:09.514523 | fa163e28-c234-8894-3c0a-000000000007 | TASK | stat public key 2025-10-07 08:43:09.725763 | fa163e28-c234-8894-3c0a-000000000007 | OK | stat public key | undercloud 2025-10-07 08:43:09.727135 | fa163e28-c234-8894-3c0a-000000000007 | TIMING | stat public key | undercloud | 0:00:00.625100 | 0.21s 2025-10-07 08:43:09.734147 | fa163e28-c234-8894-3c0a-000000000008 | TASK | create private key if it does not exist 2025-10-07 08:43:10.766632 | fa163e28-c234-8894-3c0a-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-07 08:43:10.767814 | fa163e28-c234-8894-3c0a-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.665783 | 1.03s 2025-10-07 08:43:10.772269 | fa163e28-c234-8894-3c0a-000000000009 | TASK | create public key if it does not exist 2025-10-07 08:43:11.002397 | fa163e28-c234-8894-3c0a-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-07 08:43:11.003710 | fa163e28-c234-8894-3c0a-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.901676 | 0.23s PLAY [allovercloud] ************************************************************ 2025-10-07 08:43:11.055261 | fa163e28-c234-8894-3c0a-000000000023 | TASK | Get local private key 2025-10-07 08:43:11.376335 | fa163e28-c234-8894-3c0a-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e28-c234-8894-3c0a-000000000023') missing from stats 2025-10-07 08:43:11.388173 | fa163e28-c234-8894-3c0a-000000000024 | TASK | Get local public key 2025-10-07 08:43:11.602057 | fa163e28-c234-8894-3c0a-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e28-c234-8894-3c0a-000000000024') missing from stats 2025-10-07 08:43:11.624789 | fa163e28-c234-8894-3c0a-000000000012 | TASK | create user ceph-admin 2025-10-07 08:43:12.121886 | fa163e28-c234-8894-3c0a-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-07 08:43:12.123184 | fa163e28-c234-8894-3c0a-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.021147 | 0.50s 2025-10-07 08:43:12.132058 | fa163e28-c234-8894-3c0a-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-07 08:43:12.733254 | fa163e28-c234-8894-3c0a-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-07 08:43:12.734446 | fa163e28-c234-8894-3c0a-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.632381 | 0.60s 2025-10-07 08:43:12.742827 | fa163e28-c234-8894-3c0a-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-07 08:43:13.078589 | fa163e28-c234-8894-3c0a-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-07 08:43:13.079772 | fa163e28-c234-8894-3c0a-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.977738 | 0.34s 2025-10-07 08:43:13.088575 | fa163e28-c234-8894-3c0a-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-07 08:43:13.302426 | fa163e28-c234-8894-3c0a-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-07 08:43:13.303650 | fa163e28-c234-8894-3c0a-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.201616 | 0.21s 2025-10-07 08:43:13.312555 | fa163e28-c234-8894-3c0a-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-07 08:43:13.543795 | fa163e28-c234-8894-3c0a-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-07 08:43:13.545013 | fa163e28-c234-8894-3c0a-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.442980 | 0.23s 2025-10-07 08:43:13.553615 | fa163e28-c234-8894-3c0a-000000000017 | TASK | get remote ceph-admin public key 2025-10-07 08:43:13.613028 | fa163e28-c234-8894-3c0a-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-07 08:43:13.614379 | fa163e28-c234-8894-3c0a-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.512342 | 0.06s 2025-10-07 08:43:13.623396 | fa163e28-c234-8894-3c0a-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-07 08:43:13.683275 | fa163e28-c234-8894-3c0a-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-07 08:43:13.684363 | fa163e28-c234-8894-3c0a-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.582328 | 0.06s 2025-10-07 08:43:13.692905 | fa163e28-c234-8894-3c0a-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-07 08:43:14.065030 | fa163e28-c234-8894-3c0a-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-07 08:43:14.066314 | fa163e28-c234-8894-3c0a-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.964279 | 0.37s 2025-10-07 08:43:14.075496 | fa163e28-c234-8894-3c0a-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-07 08:43:14.561984 | fa163e28-c234-8894-3c0a-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-07 08:43:14.563209 | fa163e28-c234-8894-3c0a-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.461173 | 0.49s 2025-10-07 08:43:14.572167 | fa163e28-c234-8894-3c0a-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-07 08:43:15.110012 | fa163e28-c234-8894-3c0a-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-07 08:43:15.111271 | fa163e28-c234-8894-3c0a-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.009235 | 0.54s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-07 08:43:15.139820 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 08:43:15.140417 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 08:43:15.140965 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.038907 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 08:43:15.141517 | UUID | Info | Host | Task Name | Run Time 2025-10-07 08:43:15.142078 | fa163e28-c234-8894-3c0a-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.03s 2025-10-07 08:43:15.142619 | fa163e28-c234-8894-3c0a-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.60s 2025-10-07 08:43:15.143166 | fa163e28-c234-8894-3c0a-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.54s 2025-10-07 08:43:15.143658 | fa163e28-c234-8894-3c0a-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.50s 2025-10-07 08:43:15.144214 | fa163e28-c234-8894-3c0a-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.49s 2025-10-07 08:43:15.144692 | fa163e28-c234-8894-3c0a-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.37s 2025-10-07 08:43:15.145233 | fa163e28-c234-8894-3c0a-000000000006 | SUMMARY | undercloud | stat private key | 0.35s 2025-10-07 08:43:15.145743 | fa163e28-c234-8894-3c0a-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.34s 2025-10-07 08:43:15.146279 | fa163e28-c234-8894-3c0a-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.23s 2025-10-07 08:43:15.146763 | fa163e28-c234-8894-3c0a-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.23s 2025-10-07 08:43:15.147347 | fa163e28-c234-8894-3c0a-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.21s 2025-10-07 08:43:15.147908 | fa163e28-c234-8894-3c0a-000000000007 | SUMMARY | undercloud | stat public key | 0.21s 2025-10-07 08:43:15.148473 | fa163e28-c234-8894-3c0a-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-10-07 08:43:15.148981 | fa163e28-c234-8894-3c0a-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-10-07 08:43:15.149530 | fa163e28-c234-8894-3c0a-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2025-10-07 08:43:15.150061 | fa163e28-c234-8894-3c0a-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-07 08:43:15.150553 | fa163e28-c234-8894-3c0a-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-07 08:43:15.151043 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-07 08:43:17.604663 | fa163e28-c234-8933-f6e3-000000000039 | TASK | Gathering Facts 2025-10-07 08:43:18.136517 | fa163e28-c234-8933-f6e3-000000000039 | OK | Gathering Facts | undercloud 2025-10-07 08:43:18.138174 | fa163e28-c234-8933-f6e3-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.547569 | 0.53s 2025-10-07 08:43:18.161969 | fa163e28-c234-8933-f6e3-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-07 08:43:18.163108 | fa163e28-c234-8933-f6e3-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.572516 | 0.56s 2025-10-07 08:43:18.193510 | fa163e28-c234-8933-f6e3-00000000000a | TASK | Load distro-specific variables 2025-10-07 08:43:18.253988 | fa163e28-c234-8933-f6e3-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.663347 | 0.06s 2025-10-07 08:43:18.285697 | fa163e28-c234-8933-f6e3-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.695103 | 0.08s 2025-10-07 08:43:18.303729 | f5261f38-bbbe-4251-abe8-b58b1ccf29a0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-07 08:43:18.304658 | f5261f38-bbbe-4251-abe8-b58b1ccf29a0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-07 08:43:18.327694 | fa163e28-c234-8933-f6e3-000000000052 | TASK | Load distro-specific variables 2025-10-07 08:43:18.441786 | fa163e28-c234-8933-f6e3-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 08:43:18.443164 | fa163e28-c234-8933-f6e3-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.852561 | 0.11s 2025-10-07 08:43:18.452056 | fa163e28-c234-8933-f6e3-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 08:43:18.453195 | fa163e28-c234-8933-f6e3-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.862605 | 0.11s 2025-10-07 08:43:18.454373 | fa163e28-c234-8933-f6e3-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.863769 | 0.12s 2025-10-07 08:43:18.459917 | fa163e28-c234-8933-f6e3-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.869323 | 0.12s 2025-10-07 08:43:18.468556 | fa163e28-c234-8933-f6e3-00000000000b | TASK | Install chronyd 2025-10-07 08:43:18.540104 | fa163e28-c234-8933-f6e3-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.949484 | 0.07s 2025-10-07 08:43:18.561744 | fa163e28-c234-8933-f6e3-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.971148 | 0.08s 2025-10-07 08:43:18.582371 | aa2f7026-b87a-473c-893e-49feb2ea9f37 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-07 08:43:18.583089 | aa2f7026-b87a-473c-893e-49feb2ea9f37 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-07 08:43:18.609837 | fa163e28-c234-8933-f6e3-0000000000a2 | TASK | Load distro-specific variables 2025-10-07 08:43:18.684674 | fa163e28-c234-8933-f6e3-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.094052 | 0.07s 2025-10-07 08:43:18.696389 | fa163e28-c234-8933-f6e3-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.105796 | 0.08s 2025-10-07 08:43:18.712212 | 96185962-f245-4af2-82d1-7c354c7053f4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-07 08:43:18.712971 | 96185962-f245-4af2-82d1-7c354c7053f4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-07 08:43:18.735029 | fa163e28-c234-8933-f6e3-000000000102 | TASK | Load distro-specific variables 2025-10-07 08:43:18.836337 | fa163e28-c234-8933-f6e3-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 08:43:18.837166 | fa163e28-c234-8933-f6e3-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.246572 | 0.10s 2025-10-07 08:43:18.841665 | fa163e28-c234-8933-f6e3-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.251060 | 0.11s 2025-10-07 08:43:18.849229 | fa163e28-c234-8933-f6e3-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 08:43:18.849893 | fa163e28-c234-8933-f6e3-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.259306 | 0.10s 2025-10-07 08:43:18.853379 | fa163e28-c234-8933-f6e3-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.262785 | 0.11s 2025-10-07 08:43:18.861247 | fa163e28-c234-8933-f6e3-0000000000a3 | TASK | Check for NTP service 2025-10-07 08:43:19.250029 | fa163e28-c234-8933-f6e3-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-07 08:43:19.251299 | fa163e28-c234-8933-f6e3-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.660699 | 0.39s 2025-10-07 08:43:19.252540 | fa163e28-c234-8933-f6e3-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-07 08:43:19.253379 | fa163e28-c234-8933-f6e3-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.662788 | 0.38s 2025-10-07 08:43:19.262303 | fa163e28-c234-8933-f6e3-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-07 08:43:19.335652 | fa163e28-c234-8933-f6e3-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-07 08:43:19.336989 | fa163e28-c234-8933-f6e3-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.746352 | 0.07s 2025-10-07 08:43:19.378581 | fa163e28-c234-8933-f6e3-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-07 08:43:19.379376 | fa163e28-c234-8933-f6e3-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.788784 | 0.10s 2025-10-07 08:43:19.390860 | fa163e28-c234-8933-f6e3-0000000000a5 | TASK | Install chronyd package 2025-10-07 08:43:22.386754 | fa163e28-c234-8933-f6e3-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-07 08:43:22.388132 | fa163e28-c234-8933-f6e3-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.797529 | 3.00s 2025-10-07 08:43:23.964166 | fa163e28-c234-8933-f6e3-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-07 08:43:23.965290 | fa163e28-c234-8933-f6e3-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.374695 | 4.56s 2025-10-07 08:43:23.973421 | fa163e28-c234-8933-f6e3-00000000000c | TASK | Upgrade chronyd 2025-10-07 08:43:24.052286 | fa163e28-c234-8933-f6e3-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-07 08:43:24.053228 | fa163e28-c234-8933-f6e3-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.462632 | 0.08s 2025-10-07 08:43:24.065590 | fa163e28-c234-8933-f6e3-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-07 08:43:24.066142 | fa163e28-c234-8933-f6e3-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.475556 | 0.08s 2025-10-07 08:43:24.071234 | fa163e28-c234-8933-f6e3-00000000000d | TASK | Configure chronyd 2025-10-07 08:43:24.138648 | fa163e28-c234-8933-f6e3-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.548053 | 0.07s 2025-10-07 08:43:24.139272 | fa163e28-c234-8933-f6e3-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.548688 | 0.06s 2025-10-07 08:43:24.149365 | dc1f6b40-5b70-4cad-9dcd-7110d519dc17 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-07 08:43:24.149759 | dc1f6b40-5b70-4cad-9dcd-7110d519dc17 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-07 08:43:24.166271 | fa163e28-c234-8933-f6e3-000000000162 | TASK | Load distro-specific variables 2025-10-07 08:43:24.226856 | fa163e28-c234-8933-f6e3-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.636256 | 0.06s 2025-10-07 08:43:24.237688 | fa163e28-c234-8933-f6e3-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.647105 | 0.06s 2025-10-07 08:43:24.245327 | 6c690349-8909-45d3-b85b-f84587959bdf | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-07 08:43:24.245670 | 6c690349-8909-45d3-b85b-f84587959bdf | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-07 08:43:24.252800 | fa163e28-c234-8933-f6e3-0000000001fa | TASK | Load distro-specific variables 2025-10-07 08:43:24.323586 | fa163e28-c234-8933-f6e3-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 08:43:24.324644 | fa163e28-c234-8933-f6e3-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.734050 | 0.07s 2025-10-07 08:43:24.334476 | fa163e28-c234-8933-f6e3-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.743881 | 0.08s 2025-10-07 08:43:24.351115 | fa163e28-c234-8933-f6e3-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 08:43:24.351871 | fa163e28-c234-8933-f6e3-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.761279 | 0.09s 2025-10-07 08:43:24.356768 | fa163e28-c234-8933-f6e3-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.766179 | 0.10s 2025-10-07 08:43:24.362681 | fa163e28-c234-8933-f6e3-000000000163 | TASK | Install chrony configuration file 2025-10-07 08:43:25.171755 | fa163e28-c234-8933-f6e3-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-07 08:43:25.173747 | fa163e28-c234-8933-f6e3-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.583136 | 0.80s 2025-10-07 08:43:25.247717 | fa163e28-c234-8933-f6e3-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-10-07 08:43:25.248565 | fa163e28-c234-8933-f6e3-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.657976 | 0.88s 2025-10-07 08:43:25.254319 | fa163e28-c234-8933-f6e3-00000000000e | TASK | Run chronyd 2025-10-07 08:43:25.322278 | fa163e28-c234-8933-f6e3-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.731673 | 0.07s 2025-10-07 08:43:25.343609 | fa163e28-c234-8933-f6e3-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.753016 | 0.08s 2025-10-07 08:43:25.352833 | 1ab4bfdf-49ee-4bfa-83c2-d61eda531b89 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-07 08:43:25.353191 | 1ab4bfdf-49ee-4bfa-83c2-d61eda531b89 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-07 08:43:25.386439 | fa163e28-c234-8933-f6e3-000000000233 | TASK | Load distro-specific variables 2025-10-07 08:43:25.454674 | fa163e28-c234-8933-f6e3-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.864066 | 0.07s 2025-10-07 08:43:25.487909 | fa163e28-c234-8933-f6e3-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.897313 | 0.09s 2025-10-07 08:43:25.503818 | 03524b9e-e065-4d75-83fc-164403d0531c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-07 08:43:25.504612 | 03524b9e-e065-4d75-83fc-164403d0531c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-07 08:43:25.524089 | fa163e28-c234-8933-f6e3-0000000002ee | TASK | Load distro-specific variables 2025-10-07 08:43:25.633579 | fa163e28-c234-8933-f6e3-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 08:43:25.634989 | fa163e28-c234-8933-f6e3-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.044384 | 0.11s 2025-10-07 08:43:25.640300 | fa163e28-c234-8933-f6e3-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.049698 | 0.11s 2025-10-07 08:43:25.662037 | fa163e28-c234-8933-f6e3-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 08:43:25.663225 | fa163e28-c234-8933-f6e3-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.072632 | 0.10s 2025-10-07 08:43:25.673056 | fa163e28-c234-8933-f6e3-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.082462 | 0.11s 2025-10-07 08:43:25.681248 | fa163e28-c234-8933-f6e3-000000000234 | TASK | Ensure chronyd is running 2025-10-07 08:43:26.313845 | fa163e28-c234-8933-f6e3-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-07 08:43:26.315780 | fa163e28-c234-8933-f6e3-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.725178 | 0.62s 2025-10-07 08:43:26.318608 | fa163e28-c234-8933-f6e3-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-07 08:43:26.319917 | fa163e28-c234-8933-f6e3-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.729326 | 0.64s 2025-10-07 08:43:26.329472 | fa163e28-c234-8933-f6e3-000000000235 | TASK | Force chronyd restart 2025-10-07 08:43:26.418767 | fa163e28-c234-8933-f6e3-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-10-07 08:43:26.419635 | fa163e28-c234-8933-f6e3-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:08.829039 | 0.09s 2025-10-07 08:43:26.808035 | fa163e28-c234-8933-f6e3-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-07 08:43:26.809532 | fa163e28-c234-8933-f6e3-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.218938 | 0.47s 2025-10-07 08:43:26.819061 | fa163e28-c234-8933-f6e3-00000000000f | TASK | Enable online service 2025-10-07 08:43:26.888318 | fa163e28-c234-8933-f6e3-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.297706 | 0.07s 2025-10-07 08:43:26.911591 | fa163e28-c234-8933-f6e3-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.320998 | 0.08s 2025-10-07 08:43:26.929441 | abf6a06b-f30e-446a-a194-96c7763a6108 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-07 08:43:26.930121 | abf6a06b-f30e-446a-a194-96c7763a6108 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-07 08:43:26.975488 | fa163e28-c234-8933-f6e3-000000000338 | TASK | Create chrony-online.service unit file 2025-10-07 08:43:27.427450 | fa163e28-c234-8933-f6e3-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-10-07 08:43:27.428838 | fa163e28-c234-8933-f6e3-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:09.838237 | 0.44s 2025-10-07 08:43:27.429804 | fa163e28-c234-8933-f6e3-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2025-10-07 08:43:27.430515 | fa163e28-c234-8933-f6e3-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:09.839925 | 0.45s 2025-10-07 08:43:27.438651 | fa163e28-c234-8933-f6e3-000000000339 | TASK | Enable chrony-online.service 2025-10-07 08:43:28.617864 | fa163e28-c234-8933-f6e3-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-07 08:43:28.619757 | fa163e28-c234-8933-f6e3-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.029155 | 1.17s 2025-10-07 08:43:28.622213 | fa163e28-c234-8933-f6e3-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-07 08:43:28.623426 | fa163e28-c234-8933-f6e3-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.032835 | 1.18s 2025-10-07 08:43:28.632397 | fa163e28-c234-8933-f6e3-000000000010 | TASK | Sync chronyc 2025-10-07 08:43:28.714739 | fa163e28-c234-8933-f6e3-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.124097 | 0.08s 2025-10-07 08:43:28.726147 | fa163e28-c234-8933-f6e3-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.135555 | 0.08s 2025-10-07 08:43:28.742566 | cfa690c6-f2ab-46d4-88b5-81431c86c657 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-07 08:43:28.743268 | cfa690c6-f2ab-46d4-88b5-81431c86c657 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-07 08:43:28.787473 | fa163e28-c234-8933-f6e3-00000000042a | TASK | Force NTP sync 2025-10-07 08:43:29.065927 | fa163e28-c234-8933-f6e3-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-07 08:43:29.067382 | fa163e28-c234-8933-f6e3-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.476775 | 0.27s 2025-10-07 08:43:30.040860 | fa163e28-c234-8933-f6e3-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-07 08:43:30.041823 | fa163e28-c234-8933-f6e3-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.451229 | 1.25s 2025-10-07 08:43:30.049769 | fa163e28-c234-8933-f6e3-00000000042b | TASK | Ensure system is NTP time synced 2025-10-07 08:43:40.319694 | fa163e28-c234-8933-f6e3-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-07 08:43:40.327710 | fa163e28-c234-8933-f6e3-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.737110 | 10.26s 2025-10-07 08:43:40.328732 | fa163e28-c234-8933-f6e3-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-07 08:43:40.329570 | fa163e28-c234-8933-f6e3-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.738980 | 10.28s 2025-10-07 08:43:40.351804 | fa163e28-c234-8933-f6e3-00000000002c | TASK | Set timezone 2025-10-07 08:43:40.824117 | fa163e28-c234-8933-f6e3-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-07 08:43:40.825251 | fa163e28-c234-8933-f6e3-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.234650 | 0.47s 2025-10-07 08:43:40.827966 | fa163e28-c234-8933-f6e3-00000000002c | OK | Set timezone | undercloud 2025-10-07 08:43:40.828615 | fa163e28-c234-8933-f6e3-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.238025 | 0.46s 2025-10-07 08:43:40.834332 | fa163e28-c234-8933-f6e3-00000000002d | TASK | Restart time services 2025-10-07 08:43:40.857757 | fa163e28-c234-8933-f6e3-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-07 08:43:40.860978 | fa163e28-c234-8933-f6e3-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-07 08:43:40.869217 | fa163e28-c234-8933-f6e3-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.278602 | 0.03s 2025-10-07 08:43:40.883038 | fa163e28-c234-8933-f6e3-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-07 08:43:40.887848 | fa163e28-c234-8933-f6e3-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-07 08:43:40.891016 | fa163e28-c234-8933-f6e3-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.300416 | 0.05s 2025-10-07 08:43:40.937484 | fa163e28-c234-8933-f6e3-000000000012 | HANDLER | Restart chronyd 2025-10-07 08:43:41.435220 | fa163e28-c234-8933-f6e3-000000000012 | CHANGED | Restart chronyd | undercloud 2025-10-07 08:43:41.437775 | fa163e28-c234-8933-f6e3-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:23.847171 | 0.50s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2025-10-07 08:43:41.456720 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 08:43:41.457506 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 08:43:41.458316 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.867723 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 08:43:41.459082 | UUID | Info | Host | Task Name | Run Time 2025-10-07 08:43:41.459814 | fa163e28-c234-8933-f6e3-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.28s 2025-10-07 08:43:41.460638 | fa163e28-c234-8933-f6e3-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.26s 2025-10-07 08:43:41.461431 | fa163e28-c234-8933-f6e3-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.56s 2025-10-07 08:43:41.462225 | fa163e28-c234-8933-f6e3-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.00s 2025-10-07 08:43:41.462926 | fa163e28-c234-8933-f6e3-00000000042a | SUMMARY | standalone.localdomain | chrony : Force NTP sync | 1.25s 2025-10-07 08:43:41.463690 | fa163e28-c234-8933-f6e3-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.18s 2025-10-07 08:43:41.464479 | fa163e28-c234-8933-f6e3-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.17s 2025-10-07 08:43:41.465257 | fa163e28-c234-8933-f6e3-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.88s 2025-10-07 08:43:41.466036 | fa163e28-c234-8933-f6e3-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.80s 2025-10-07 08:43:41.466768 | fa163e28-c234-8933-f6e3-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.64s 2025-10-07 08:43:41.467531 | fa163e28-c234-8933-f6e3-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.62s 2025-10-07 08:43:41.468321 | fa163e28-c234-8933-f6e3-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.56s 2025-10-07 08:43:41.469107 | fa163e28-c234-8933-f6e3-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.53s 2025-10-07 08:43:41.469787 | fa163e28-c234-8933-f6e3-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.50s 2025-10-07 08:43:41.470546 | fa163e28-c234-8933-f6e3-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.47s 2025-10-07 08:43:41.471293 | fa163e28-c234-8933-f6e3-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.47s 2025-10-07 08:43:41.472062 | fa163e28-c234-8933-f6e3-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.46s 2025-10-07 08:43:41.472790 | fa163e28-c234-8933-f6e3-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.45s 2025-10-07 08:43:41.473553 | fa163e28-c234-8933-f6e3-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.44s 2025-10-07 08:43:41.474318 | fa163e28-c234-8933-f6e3-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.39s 2025-10-07 08:43:41.475057 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-07 08:43:42.359576 | fa163e28-c234-4427-3df0-000000000005 | SKIPPED | fail | undercloud 2025-10-07 08:43:42.360299 | fa163e28-c234-4427-3df0-000000000005 | TIMING | fail | undercloud | 0:00:00.066867 | 0.05s 2025-10-07 08:43:42.418821 | fa163e28-c234-4427-3df0-000000000006 | SKIPPED | fail | undercloud 2025-10-07 08:43:42.420027 | fa163e28-c234-4427-3df0-000000000006 | TIMING | fail | undercloud | 0:00:00.126576 | 0.06s 2025-10-07 08:43:42.427721 | fa163e28-c234-4427-3df0-000000000008 | TASK | Ensure working_dir is provided 2025-10-07 08:43:42.457039 | fa163e28-c234-4427-3df0-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-07 08:43:42.458217 | fa163e28-c234-4427-3df0-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.164774 | 0.03s 2025-10-07 08:43:42.478815 | fa163e28-c234-4427-3df0-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-07 08:43:42.517018 | fa163e28-c234-4427-3df0-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-07 08:43:42.518175 | fa163e28-c234-4427-3df0-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.224732 | 0.04s 2025-10-07 08:43:42.525310 | fa163e28-c234-4427-3df0-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-07 08:43:42.563624 | fa163e28-c234-4427-3df0-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-07 08:43:42.564756 | fa163e28-c234-4427-3df0-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.271314 | 0.04s 2025-10-07 08:43:42.571884 | fa163e28-c234-4427-3df0-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-07 08:43:42.609842 | fa163e28-c234-4427-3df0-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-07 08:43:42.611109 | fa163e28-c234-4427-3df0-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.317664 | 0.04s 2025-10-07 08:43:42.619100 | fa163e28-c234-4427-3df0-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-07 08:43:42.676104 | fa163e28-c234-4427-3df0-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-07 08:43:42.677380 | fa163e28-c234-4427-3df0-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.383936 | 0.06s 2025-10-07 08:43:42.684651 | fa163e28-c234-4427-3df0-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-07 08:43:42.807752 | fa163e28-c234-4427-3df0-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['osd', 'mgr', 'mon', '_admin'], 'service_type': 'host'} 2025-10-07 08:43:42.809516 | fa163e28-c234-4427-3df0-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.516062 | 0.12s 2025-10-07 08:43:42.821616 | fa163e28-c234-4427-3df0-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-07 08:43:42.836449 | fa163e28-c234-4427-3df0-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-07 08:43:42.848540 | fa163e28-c234-4427-3df0-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-07 08:43:42.861249 | fa163e28-c234-4427-3df0-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.567796 | 0.18s 2025-10-07 08:43:42.874377 | fa163e28-c234-4427-3df0-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-07 08:43:42.953569 | fa163e28-c234-4427-3df0-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['osd', 'mgr', 'mon', '_admin'], 'service_type': 'host'} 2025-10-07 08:43:42.967878 | fa163e28-c234-4427-3df0-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-07 08:43:42.985781 | fa163e28-c234-4427-3df0-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-07 08:43:42.995414 | fa163e28-c234-4427-3df0-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-07 08:43:43.001202 | fa163e28-c234-4427-3df0-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.707755 | 0.12s 2025-10-07 08:43:43.006909 | fa163e28-c234-4427-3df0-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-07 08:43:43.052346 | fa163e28-c234-4427-3df0-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-07 08:43:43.053619 | fa163e28-c234-4427-3df0-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.760177 | 0.05s 2025-10-07 08:43:43.061700 | fa163e28-c234-4427-3df0-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-07 08:43:43.088110 | fa163e28-c234-4427-3df0-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-07 08:43:43.089104 | fa163e28-c234-4427-3df0-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.795664 | 0.03s 2025-10-07 08:43:43.090117 | fa163e28-c234-4427-3df0-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.796687 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-07 08:43:43.157364 | fa163e28-c234-4427-3df0-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-07 08:43:43.192675 | fa163e28-c234-4427-3df0-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-07 08:43:43.193867 | fa163e28-c234-4427-3df0-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.900424 | 0.04s 2025-10-07 08:43:43.202271 | fa163e28-c234-4427-3df0-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-07 08:43:43.371063 | fa163e28-c234-4427-3df0-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-07 08:43:43.372317 | fa163e28-c234-4427-3df0-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.078874 | 0.17s 2025-10-07 08:43:43.380275 | fa163e28-c234-4427-3df0-000000000019 | TASK | Set IP address of first monitor 2025-10-07 08:43:43.406411 | fa163e28-c234-4427-3df0-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-07 08:43:43.407620 | fa163e28-c234-4427-3df0-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.114177 | 0.03s 2025-10-07 08:43:43.429055 | fa163e28-c234-4427-3df0-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-07 08:43:43.475460 | fa163e28-c234-4427-3df0-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-07 08:43:43.476764 | fa163e28-c234-4427-3df0-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.183322 | 0.05s 2025-10-07 08:43:43.488133 | fa163e28-c234-4427-3df0-000000000021 | TASK | Install cephadm package 2025-10-07 08:43:46.547014 | fa163e28-c234-4427-3df0-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-07 08:43:46.548582 | fa163e28-c234-4427-3df0-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.255138 | 3.06s 2025-10-07 08:43:46.560038 | fa163e28-c234-4427-3df0-000000000022 | TASK | Stat cephadm file 2025-10-07 08:43:46.924182 | fa163e28-c234-4427-3df0-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-07 08:43:46.925643 | fa163e28-c234-4427-3df0-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.632199 | 0.36s 2025-10-07 08:43:46.936183 | fa163e28-c234-4427-3df0-000000000023 | TASK | Fail if cephadm is not available 2025-10-07 08:43:46.964256 | fa163e28-c234-4427-3df0-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-07 08:43:46.965349 | fa163e28-c234-4427-3df0-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.671906 | 0.03s 2025-10-07 08:43:46.975415 | fa163e28-c234-4427-3df0-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-07 08:43:47.791922 | fa163e28-c234-4427-3df0-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-07 08:43:47.793348 | fa163e28-c234-4427-3df0-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.499904 | 0.82s 2025-10-07 08:43:47.802649 | fa163e28-c234-4427-3df0-000000000026 | TASK | Set list of found FSIDs 2025-10-07 08:43:47.910593 | fa163e28-c234-4427-3df0-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-07 08:43:47.911706 | fa163e28-c234-4427-3df0-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.618262 | 0.11s 2025-10-07 08:43:47.920433 | fa163e28-c234-4427-3df0-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-07 08:43:48.028353 | fa163e28-c234-4427-3df0-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-07 08:43:48.029421 | fa163e28-c234-4427-3df0-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.735980 | 0.11s 2025-10-07 08:43:48.038160 | fa163e28-c234-4427-3df0-000000000028 | TASK | Set FSID to the discovered value 2025-10-07 08:43:48.125331 | fa163e28-c234-4427-3df0-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-07 08:43:48.126619 | fa163e28-c234-4427-3df0-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.833173 | 0.09s 2025-10-07 08:43:48.136586 | fa163e28-c234-4427-3df0-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-07 08:43:48.224461 | fa163e28-c234-4427-3df0-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-07 08:43:48.225785 | fa163e28-c234-4427-3df0-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.932341 | 0.09s 2025-10-07 08:43:48.235444 | fa163e28-c234-4427-3df0-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-07 08:43:48.333825 | fa163e28-c234-4427-3df0-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-07 08:43:48.334979 | fa163e28-c234-4427-3df0-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.041507 | 0.10s 2025-10-07 08:43:48.344214 | fa163e28-c234-4427-3df0-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-07 08:43:48.668829 | fa163e28-c234-4427-3df0-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-07 08:43:48.670305 | fa163e28-c234-4427-3df0-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.376861 | 0.32s 2025-10-07 08:43:48.680034 | fa163e28-c234-4427-3df0-00000000002d | TASK | Ensure specs directory exists 2025-10-07 08:43:48.890025 | fa163e28-c234-4427-3df0-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-07 08:43:48.891368 | fa163e28-c234-4427-3df0-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.597924 | 0.21s 2025-10-07 08:43:48.905412 | fa163e28-c234-4427-3df0-00000000002e | TASK | Stat spec file on ansible host 2025-10-07 08:43:49.137683 | fa163e28-c234-4427-3df0-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e28-c234-4427-3df0-00000000002e') missing from stats 2025-10-07 08:43:49.149686 | fa163e28-c234-4427-3df0-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-07 08:43:49.772644 | fa163e28-c234-4427-3df0-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-07 08:43:49.773989 | fa163e28-c234-4427-3df0-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.480505 | 0.62s 2025-10-07 08:43:49.787922 | fa163e28-c234-4427-3df0-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-07 08:43:50.073436 | fa163e28-c234-4427-3df0-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e28-c234-4427-3df0-000000000031') missing from stats 2025-10-07 08:43:50.084730 | fa163e28-c234-4427-3df0-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-07 08:43:50.593896 | fa163e28-c234-4427-3df0-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-07 08:43:50.595401 | fa163e28-c234-4427-3df0-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.301950 | 0.48s 2025-10-07 08:43:50.618743 | fa163e28-c234-4427-3df0-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-07 08:43:50.728133 | fa163e28-c234-4427-3df0-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-07 08:43:50.729294 | fa163e28-c234-4427-3df0-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.435852 | 0.11s 2025-10-07 08:43:50.745549 | fa163e28-c234-4427-3df0-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-07 08:43:50.826095 | fa163e28-c234-4427-3df0-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-07 08:43:50.826781 | fa163e28-c234-4427-3df0-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.533352 | 0.08s 2025-10-07 08:43:50.831216 | fa163e28-c234-4427-3df0-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-07 08:43:51.059417 | fa163e28-c234-4427-3df0-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-07 08:43:51.060941 | fa163e28-c234-4427-3df0-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.767484 | 0.23s 2025-10-07 08:43:51.261567 | fa163e28-c234-4427-3df0-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-07 08:43:51.262882 | fa163e28-c234-4427-3df0-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.969447 | 0.43s 2025-10-07 08:43:51.299593 | fa163e28-c234-4427-3df0-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.006161 | 0.47s 2025-10-07 08:43:51.304358 | fa163e28-c234-4427-3df0-000000000065 | TASK | Fail if necessary files are missing 2025-10-07 08:43:51.388442 | fa163e28-c234-4427-3df0-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': 352325412, 'dev': 64516, 'nlink': 1, 'atime': 1759826594.528652, 'mtime': 1759826594.3396468, 'ctime': 1759826594.530652, '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': '75f9f70c5ece0d7ba9466feccc8a2ef46891143d', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3290580314', '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-07 08:43:51.395339 | fa163e28-c234-4427-3df0-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': 377494131, 'dev': 64516, 'nlink': 1, 'atime': 1759826595.072667, 'mtime': 1759826594.860661, 'ctime': 1759826595.075667, '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': 'b8ee3d31f74740d35a07806ae2c4046405eba565', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '949233914', '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-07 08:43:51.402917 | fa163e28-c234-4427-3df0-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.109466 | 0.10s 2025-10-07 08:43:51.413446 | fa163e28-c234-4427-3df0-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-07 08:43:51.649055 | fa163e28-c234-4427-3df0-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-07 08:43:51.650427 | fa163e28-c234-4427-3df0-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.356985 | 0.24s 2025-10-07 08:43:51.659862 | fa163e28-c234-4427-3df0-000000000068 | TASK | Run cephadm bootstrap 2025-10-07 08:44:56.969611 | fa163e28-c234-4427-3df0-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-07 08:44:56.970612 | fa163e28-c234-4427-3df0-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:14.677178 | 65.31s 2025-10-07 08:44:56.977513 | fa163e28-c234-4427-3df0-000000000069 | TASK | Show results of bootstrap 2025-10-07 08:44:57.032297 | fa163e28-c234-4427-3df0-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-07 08:44:57.033419 | fa163e28-c234-4427-3df0-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:14.739977 | 0.05s 2025-10-07 08:44:57.042979 | fa163e28-c234-4427-3df0-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-07 08:44:57.104458 | fa163e28-c234-4427-3df0-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:14.811008 | 0.06s 2025-10-07 08:44:57.116850 | 5f24910f-95ed-42b6-b25b-4e2f521be88e | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-07 08:44:57.132111 | fa163e28-c234-4427-3df0-00000000020b | TASK | Set ceph CLI 2025-10-07 08:44:57.311287 | fa163e28-c234-4427-3df0-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-07 08:44:57.312548 | fa163e28-c234-4427-3df0-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:15.019109 | 0.18s 2025-10-07 08:44:57.319161 | fa163e28-c234-4427-3df0-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-07 08:44:58.254910 | fa163e28-c234-4427-3df0-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-07 08:44:58.255729 | fa163e28-c234-4427-3df0-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:15.962298 | 0.94s 2025-10-07 08:44:58.260442 | fa163e28-c234-4427-3df0-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-07 08:44:59.279281 | fa163e28-c234-4427-3df0-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-07 08:44:59.280686 | fa163e28-c234-4427-3df0-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:16.987255 | 1.02s 2025-10-07 08:44:59.285398 | fa163e28-c234-4427-3df0-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-07 08:44:59.330527 | fa163e28-c234-4427-3df0-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-07 08:44:59.331399 | fa163e28-c234-4427-3df0-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:17.037964 | 0.05s 2025-10-07 08:44:59.342809 | fa163e28-c234-4427-3df0-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-07 08:44:59.388244 | fa163e28-c234-4427-3df0-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-07 08:44:59.389344 | fa163e28-c234-4427-3df0-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:17.095909 | 0.05s 2025-10-07 08:44:59.395192 | fa163e28-c234-4427-3df0-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-07 08:44:59.420278 | fa163e28-c234-4427-3df0-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-07 08:44:59.421157 | fa163e28-c234-4427-3df0-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:17.127723 | 0.02s 2025-10-07 08:44:59.428685 | fa163e28-c234-4427-3df0-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-07 08:44:59.505606 | fa163e28-c234-4427-3df0-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-07 08:44:59.507232 | fa163e28-c234-4427-3df0-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.213782 | 0.08s 2025-10-07 08:44:59.512381 | fa163e28-c234-4427-3df0-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-07 08:44:59.513137 | fa163e28-c234-4427-3df0-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.219706 | 0.08s 2025-10-07 08:44:59.519072 | fa163e28-c234-4427-3df0-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-07 08:44:59.519898 | fa163e28-c234-4427-3df0-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.226465 | 0.09s 2025-10-07 08:44:59.524615 | fa163e28-c234-4427-3df0-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-07 08:44:59.525323 | fa163e28-c234-4427-3df0-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.231892 | 0.10s 2025-10-07 08:44:59.530559 | fa163e28-c234-4427-3df0-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.237122 | 0.10s 2025-10-07 08:44:59.543259 | fa163e28-c234-4427-3df0-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-07 08:44:59.680986 | fa163e28-c234-4427-3df0-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-07 08:44:59.737519 | fa163e28-c234-4427-3df0-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-07 08:44:59.796657 | fa163e28-c234-4427-3df0-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-07 08:44:59.855689 | fa163e28-c234-4427-3df0-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-07 08:44:59.917369 | fa163e28-c234-4427-3df0-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-07 08:44:59.976589 | fa163e28-c234-4427-3df0-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-07 08:45:00.035211 | fa163e28-c234-4427-3df0-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-07 08:45:00.092036 | fa163e28-c234-4427-3df0-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-07 08:45:00.103075 | fa163e28-c234-4427-3df0-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:17.809629 | 0.56s 2025-10-07 08:45:00.110540 | fa163e28-c234-4427-3df0-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-07 08:45:01.129700 | fa163e28-c234-4427-3df0-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-07 08:45:01.130668 | fa163e28-c234-4427-3df0-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.837228 | 1.02s 2025-10-07 08:45:01.945582 | fa163e28-c234-4427-3df0-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-07 08:45:01.946335 | fa163e28-c234-4427-3df0-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.652905 | 1.83s 2025-10-07 08:45:02.920555 | fa163e28-c234-4427-3df0-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-07 08:45:02.921745 | fa163e28-c234-4427-3df0-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.628309 | 2.81s 2025-10-07 08:45:03.771200 | fa163e28-c234-4427-3df0-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-07 08:45:03.772541 | fa163e28-c234-4427-3df0-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.479104 | 3.66s 2025-10-07 08:45:03.783412 | fa163e28-c234-4427-3df0-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.489971 | 3.67s 2025-10-07 08:45:03.800867 | fa163e28-c234-4427-3df0-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-07 08:45:04.005579 | fa163e28-c234-4427-3df0-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-07 08:45:04.007081 | fa163e28-c234-4427-3df0-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:21.713636 | 0.20s 2025-10-07 08:45:04.013594 | fa163e28-c234-4427-3df0-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:21.720153 | 0.21s 2025-10-07 08:45:04.023738 | fa163e28-c234-4427-3df0-0000000000a7 | TASK | Fail if spec file is missing 2025-10-07 08:45:04.093663 | fa163e28-c234-4427-3df0-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': 989864737, 'dev': 64516, 'nlink': 1, 'atime': 1759826629.741441, 'mtime': 1759826629.3944314, 'ctime': 1759826629.744441, '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': 'a3ff5c8de4c8569bac76d27af8419132895f6745', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '219922248', '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-07 08:45:04.105526 | fa163e28-c234-4427-3df0-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:21.812072 | 0.08s 2025-10-07 08:45:04.116473 | fa163e28-c234-4427-3df0-0000000000a8 | TASK | Get ceph_cli 2025-10-07 08:45:04.140759 | fa163e28-c234-4427-3df0-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:21.847294 | 0.02s 2025-10-07 08:45:04.155159 | 9bbe4418-045c-4499-9691-2c35adc42f20 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-07 08:45:04.174527 | fa163e28-c234-4427-3df0-000000000270 | TASK | Set ceph CLI 2025-10-07 08:45:04.354557 | fa163e28-c234-4427-3df0-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-07 08:45:04.355991 | fa163e28-c234-4427-3df0-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:22.062548 | 0.18s 2025-10-07 08:45:04.366157 | fa163e28-c234-4427-3df0-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-07 08:45:05.461799 | fa163e28-c234-4427-3df0-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-07 08:45:05.463182 | fa163e28-c234-4427-3df0-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:23.169739 | 1.10s 2025-10-07 08:45:05.473449 | fa163e28-c234-4427-3df0-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-07 08:45:05.530101 | fa163e28-c234-4427-3df0-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-07 08:45:05.531280 | fa163e28-c234-4427-3df0-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:23.237837 | 0.06s 2025-10-07 08:45:05.541108 | fa163e28-c234-4427-3df0-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-07 08:45:05.568114 | fa163e28-c234-4427-3df0-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:23.274661 | 0.03s 2025-10-07 08:45:05.595397 | 0c5c5c6c-fa4b-4b3c-a0da-8d36577e4b0c | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-07 08:45:05.615361 | fa163e28-c234-4427-3df0-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-07 08:45:05.661038 | fa163e28-c234-4427-3df0-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-07 08:45:05.662400 | fa163e28-c234-4427-3df0-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:23.368956 | 0.05s 2025-10-07 08:45:05.673025 | fa163e28-c234-4427-3df0-0000000002a8 | TASK | set cephadm debug level 2025-10-07 08:45:05.723501 | fa163e28-c234-4427-3df0-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-07 08:45:05.725134 | fa163e28-c234-4427-3df0-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:23.431680 | 0.05s 2025-10-07 08:45:05.736197 | fa163e28-c234-4427-3df0-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-07 08:45:05.794964 | fa163e28-c234-4427-3df0-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-07 08:45:05.796096 | fa163e28-c234-4427-3df0-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:23.502653 | 0.06s 2025-10-07 08:45:05.805153 | fa163e28-c234-4427-3df0-0000000002aa | TASK | set container image base in ceph configuration 2025-10-07 08:45:06.689123 | fa163e28-c234-4427-3df0-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-07 08:45:06.690692 | fa163e28-c234-4427-3df0-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:24.397229 | 0.88s 2025-10-07 08:45:06.703207 | fa163e28-c234-4427-3df0-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-07 08:45:06.769585 | fa163e28-c234-4427-3df0-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-07 08:45:06.772863 | fa163e28-c234-4427-3df0-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:24.479409 | 0.07s 2025-10-07 08:45:06.786490 | fa163e28-c234-4427-3df0-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-07 08:45:06.849706 | fa163e28-c234-4427-3df0-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-07 08:45:06.851553 | fa163e28-c234-4427-3df0-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:24.558100 | 0.06s 2025-10-07 08:45:06.865345 | fa163e28-c234-4427-3df0-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-07 08:45:06.926050 | fa163e28-c234-4427-3df0-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-07 08:45:06.927566 | fa163e28-c234-4427-3df0-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:24.634120 | 0.06s 2025-10-07 08:45:06.938725 | fa163e28-c234-4427-3df0-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-07 08:45:07.021045 | fa163e28-c234-4427-3df0-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-07 08:45:07.023693 | fa163e28-c234-4427-3df0-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:24.730246 | 0.08s 2025-10-07 08:45:07.034003 | fa163e28-c234-4427-3df0-0000000000ac | TASK | Apply spec 2025-10-07 08:45:08.611215 | fa163e28-c234-4427-3df0-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-07 08:45:08.612442 | fa163e28-c234-4427-3df0-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:26.319000 | 1.58s 2025-10-07 08:45:08.623772 | fa163e28-c234-4427-3df0-0000000000ad | TASK | Show results of spec apply 2025-10-07 08:45:08.692080 | fa163e28-c234-4427-3df0-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-07 08:45:08.693117 | fa163e28-c234-4427-3df0-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:26.399679 | 0.07s 2025-10-07 08:45:08.700729 | fa163e28-c234-4427-3df0-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-07 08:45:08.756138 | fa163e28-c234-4427-3df0-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:26.462697 | 0.05s 2025-10-07 08:45:08.767624 | 4b983e6a-a5a1-43a9-b56f-a17503f0b946 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-07 08:45:08.797396 | fa163e28-c234-4427-3df0-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-07 08:45:09.741171 | fa163e28-c234-4427-3df0-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-07 08:45:40.787668 | fa163e28-c234-4427-3df0-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-07 08:45:40.789012 | fa163e28-c234-4427-3df0-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:58.495569 | 31.99s 2025-10-07 08:45:40.806898 | fa163e28-c234-4427-3df0-0000000000c9 | TASK | Get ceph_cli 2025-10-07 08:45:40.843806 | fa163e28-c234-4427-3df0-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-07 08:45:40.845158 | fa163e28-c234-4427-3df0-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.551714 | 0.04s 2025-10-07 08:45:40.854467 | fa163e28-c234-4427-3df0-0000000000ca | TASK | Collect ceph config dump 2025-10-07 08:45:40.901300 | fa163e28-c234-4427-3df0-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-07 08:45:40.902526 | fa163e28-c234-4427-3df0-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:58.609084 | 0.05s 2025-10-07 08:45:40.911764 | fa163e28-c234-4427-3df0-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-07 08:45:40.980184 | fa163e28-c234-4427-3df0-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-07 08:45:40.981518 | fa163e28-c234-4427-3df0-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:58.688074 | 0.07s 2025-10-07 08:45:40.990165 | fa163e28-c234-4427-3df0-0000000000cc | TASK | Create pool 2025-10-07 08:45:41.057547 | fa163e28-c234-4427-3df0-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:58.764090 | 0.07s 2025-10-07 08:45:41.071901 | fa163e28-c234-4427-3df0-0000000000cd | TASK | Enable application on Ceph pools 2025-10-07 08:45:41.139146 | fa163e28-c234-4427-3df0-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:58.845698 | 0.07s 2025-10-07 08:45:41.148793 | fa163e28-c234-4427-3df0-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-07 08:45:41.195676 | fa163e28-c234-4427-3df0-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-07 08:45:41.197121 | fa163e28-c234-4427-3df0-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:58.903673 | 0.05s 2025-10-07 08:45:41.206702 | fa163e28-c234-4427-3df0-0000000000d0 | TASK | Set trash interval 2025-10-07 08:45:41.297613 | fa163e28-c234-4427-3df0-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-07 08:45:41.308411 | fa163e28-c234-4427-3df0-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:59.014975 | 0.10s 2025-10-07 08:45:41.319548 | fa163e28-c234-4427-3df0-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-07 08:45:41.385568 | fa163e28-c234-4427-3df0-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:59.092124 | 0.06s 2025-10-07 08:45:41.392373 | fa163e28-c234-4427-3df0-0000000000e9 | TASK | Get ceph_cli 2025-10-07 08:45:41.431726 | fa163e28-c234-4427-3df0-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-07 08:45:41.432615 | fa163e28-c234-4427-3df0-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.139180 | 0.04s 2025-10-07 08:45:41.438710 | fa163e28-c234-4427-3df0-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-07 08:45:41.497990 | fa163e28-c234-4427-3df0-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:59.204545 | 0.06s 2025-10-07 08:45:41.510382 | fa163e28-c234-4427-3df0-0000000000f9 | TASK | Get ceph_cli 2025-10-07 08:45:41.556073 | fa163e28-c234-4427-3df0-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-07 08:45:41.556978 | fa163e28-c234-4427-3df0-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.263543 | 0.05s 2025-10-07 08:45:41.563299 | fa163e28-c234-4427-3df0-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-07 08:45:41.601593 | fa163e28-c234-4427-3df0-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-07 08:45:41.602489 | fa163e28-c234-4427-3df0-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:59.309056 | 0.04s 2025-10-07 08:45:41.608648 | fa163e28-c234-4427-3df0-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-07 08:45:41.647498 | fa163e28-c234-4427-3df0-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-07 08:45:41.648359 | fa163e28-c234-4427-3df0-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:59.354925 | 0.04s 2025-10-07 08:45:41.654494 | fa163e28-c234-4427-3df0-0000000000fc | TASK | Extract mons_json 2025-10-07 08:45:41.692276 | fa163e28-c234-4427-3df0-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-07 08:45:41.693152 | fa163e28-c234-4427-3df0-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:59.399718 | 0.04s 2025-10-07 08:45:41.699139 | fa163e28-c234-4427-3df0-0000000000fd | TASK | Build mons_list 2025-10-07 08:45:41.737815 | fa163e28-c234-4427-3df0-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-07 08:45:41.738731 | fa163e28-c234-4427-3df0-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:59.445295 | 0.04s 2025-10-07 08:45:41.744590 | fa163e28-c234-4427-3df0-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-07 08:45:41.783715 | fa163e28-c234-4427-3df0-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-07 08:45:41.784617 | fa163e28-c234-4427-3df0-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:59.491182 | 0.04s 2025-10-07 08:45:41.791021 | fa163e28-c234-4427-3df0-0000000000ff | TASK | Verify the keyring 2025-10-07 08:45:41.837669 | fa163e28-c234-4427-3df0-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:59.544225 | 0.05s 2025-10-07 08:45:41.847095 | fa163e28-c234-4427-3df0-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-07 08:45:41.892489 | fa163e28-c234-4427-3df0-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-07 08:45:41.893371 | fa163e28-c234-4427-3df0-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:59.599936 | 0.05s 2025-10-07 08:45:41.902476 | fa163e28-c234-4427-3df0-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-07 08:45:41.939242 | fa163e28-c234-4427-3df0-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-07 08:45:41.940231 | fa163e28-c234-4427-3df0-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:59.646789 | 0.04s 2025-10-07 08:45:41.956639 | fa163e28-c234-4427-3df0-00000000011c | TASK | Get ceph_cli 2025-10-07 08:45:41.982763 | fa163e28-c234-4427-3df0-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.689319 | 0.02s 2025-10-07 08:45:41.993112 | e9328380-a5ad-4684-b55b-45ab711e3707 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-07 08:45:42.006013 | fa163e28-c234-4427-3df0-0000000003c0 | TASK | Set ceph CLI 2025-10-07 08:45:42.174899 | fa163e28-c234-4427-3df0-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-07 08:45:42.176109 | fa163e28-c234-4427-3df0-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:59.882668 | 0.17s 2025-10-07 08:45:42.184853 | fa163e28-c234-4427-3df0-00000000011d | TASK | Get the ceph orchestrator status 2025-10-07 08:45:43.013283 | fa163e28-c234-4427-3df0-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-07 08:45:43.015058 | fa163e28-c234-4427-3df0-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:00.721615 | 0.83s 2025-10-07 08:45:43.024291 | fa163e28-c234-4427-3df0-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-07 08:45:43.082668 | fa163e28-c234-4427-3df0-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-07 08:45:43.084060 | fa163e28-c234-4427-3df0-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:00.790615 | 0.06s 2025-10-07 08:45:43.094156 | fa163e28-c234-4427-3df0-000000000120 | TASK | Show the deployed daemons 2025-10-07 08:45:43.954037 | fa163e28-c234-4427-3df0-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-07 08:45:43.955597 | fa163e28-c234-4427-3df0-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:01.662147 | 0.86s 2025-10-07 08:45:43.965252 | fa163e28-c234-4427-3df0-000000000121 | TASK | Deployed daemons 2025-10-07 08:45:44.022082 | fa163e28-c234-4427-3df0-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-07 08:45:44.023203 | fa163e28-c234-4427-3df0-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:01.729760 | 0.06s 2025-10-07 08:45:44.032460 | fa163e28-c234-4427-3df0-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-07 08:45:44.889230 | fa163e28-c234-4427-3df0-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-07 08:45:44.890567 | fa163e28-c234-4427-3df0-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:02.597125 | 0.86s 2025-10-07 08:45:44.900257 | fa163e28-c234-4427-3df0-000000000123 | TASK | Ceph cluster status 2025-10-07 08:45:44.937413 | fa163e28-c234-4427-3df0-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 712b7002-51d6-57aa-b952-4d9638ee9c30", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 81s)", " mgr: standalone.azfktc(active, since 65s)", " osd: 1 osds: 1 up (since 15s), 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-07 08:45:44.938653 | fa163e28-c234-4427-3df0-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:02.645211 | 0.04s 2025-10-07 08:45:44.960988 | fa163e28-c234-4427-3df0-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-07 08:45:45.519246 | fa163e28-c234-4427-3df0-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e28-c234-4427-3df0-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-07 08:45:45.561218 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 08:45:45.561784 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 08:45:45.562309 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:03.268874 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 08:45:45.562838 | UUID | Info | Host | Task Name | Run Time 2025-10-07 08:45:45.563367 | fa163e28-c234-4427-3df0-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 65.31s 2025-10-07 08:45:45.563884 | fa163e28-c234-4427-3df0-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.99s 2025-10-07 08:45:45.564381 | fa163e28-c234-4427-3df0-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.67s 2025-10-07 08:45:45.564843 | fa163e28-c234-4427-3df0-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.06s 2025-10-07 08:45:45.565400 | fa163e28-c234-4427-3df0-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.58s 2025-10-07 08:45:45.565851 | fa163e28-c234-4427-3df0-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.10s 2025-10-07 08:45:45.566343 | fa163e28-c234-4427-3df0-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.02s 2025-10-07 08:45:45.566791 | fa163e28-c234-4427-3df0-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.94s 2025-10-07 08:45:45.567362 | fa163e28-c234-4427-3df0-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.88s 2025-10-07 08:45:45.568195 | fa163e28-c234-4427-3df0-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.86s 2025-10-07 08:45:45.568738 | fa163e28-c234-4427-3df0-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.86s 2025-10-07 08:45:45.569391 | fa163e28-c234-4427-3df0-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.83s 2025-10-07 08:45:45.569856 | fa163e28-c234-4427-3df0-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.82s 2025-10-07 08:45:45.570425 | fa163e28-c234-4427-3df0-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.62s 2025-10-07 08:45:45.570913 | fa163e28-c234-4427-3df0-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.56s 2025-10-07 08:45:45.571491 | fa163e28-c234-4427-3df0-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.48s 2025-10-07 08:45:45.571986 | fa163e28-c234-4427-3df0-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.47s 2025-10-07 08:45:45.572475 | fa163e28-c234-4427-3df0-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.36s 2025-10-07 08:45:45.573110 | fa163e28-c234-4427-3df0-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.32s 2025-10-07 08:45:45.573752 | fa163e28-c234-4427-3df0-000000000066 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | 0.24s 2025-10-07 08:45:45.574493 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-07 08:45:48.596 41370 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-07 08:45:48.619 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.620 41370 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-07 08:45:48.621 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.621 41370 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-07 08:45:48.623 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.623 41370 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-07 08:45:48.625 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.625 41370 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-07 08:45:48.627 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.627 41370 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-07 08:45:48.628 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.629 41370 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-07 08:45:48.653 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.653 41370 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-07 08:45:48.671 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.671 41370 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-07 08:45:48.673 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.673 41370 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-07 08:45:48.674 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.674 41370 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-07 08:45:48.676 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.676 41370 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-07 08:45:48.678 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.678 41370 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-07 08:45:48.680 41370 INFO migrate.versioning.api [-] done 2025-10-07 08:45:48.680 41370 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-07 08:45:48.702 41370 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-07 08:45:57Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:45:57Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-07 08:45:57Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:45:57Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-07 08:45:57Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-07 08:45:58Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-07 08:45:58Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-07 08:45:58Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:45:58Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-07 08:45:58Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-07 08:45:58Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:45:58Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-07 08:45:58Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:45:59Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-07 08:45:59Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:45:59Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-07 08:45:59Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-07 08:45:59Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:45:59Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-07 08:45:59Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-07 08:46:00Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-07 08:46:00Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:00Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:00Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:00Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:00Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-07 08:46:00Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:00Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-07 08:46:00Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:01Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-07 08:46:01Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:01Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:01Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:01Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-07 08:46:01Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:01Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-07 08:46:01Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:01Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:02Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-07 08:46:02Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:02Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-07 08:46:02Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:02Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:02Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-07 08:46:02Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:02Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-07 08:46:02Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-07 08:46:03Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:03Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-07 08:46:03Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:03Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-07 08:46:03Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:03Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-07 08:46:04Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:04Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-07 08:46:04Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:05Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-07 08:46:05Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:05Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:05Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:05Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:05Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:05Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-07 08:46:05Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-07 08:46:05Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:05Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:05Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-07 08:46:06Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-07 08:46:06Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-07 08:46:06Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-07 08:46:06Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-07 08:46:06Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:06Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:07Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:07Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-07 08:46:07Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:08Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-07 08:46:08Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:08Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:08Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-07 08:46:09Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-07 08:46:09Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:09Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-07 08:46:09Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:09Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:10Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:11Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:12Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:12Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:14Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:14Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:46:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:46:15Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:16Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:16Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-07 08:46:17Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:17Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:17Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:46:17Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:17Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 08:46:17Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:18Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:46:18Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:18Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-07 08:46:19Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:19Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:19Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:19Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:46:20Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:21Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:21Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:46:22Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:22Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:46:23Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-07 08:46:23Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:24Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-07 08:46:25Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:25Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:25Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:26Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:26Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:46:27Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:27Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-07 08:46:28Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:28Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:46:28Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:46:28Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:29Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-07 08:46:29Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:29Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:29Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:30Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:31Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:46:31Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:31Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:46:32Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:46:32Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:33Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-07 08:46:34Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:34Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-07 08:46:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:35Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:35Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:46:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:36Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-07 08:46:36Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:36Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:37Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:38Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:38Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:38Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:46:38Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:38Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 08:46:38Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:39Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:46:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:46:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:40Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:40Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:46:40Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-07 08:46:41Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:42Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:42Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-07 08:46:43Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:46:43Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:43Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-07 08:46:44Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:45Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-07 08:46:46Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:47Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-07 08:46:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:47Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:47Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:46:48Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:49Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:49Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:46:50Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:46:50Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:51Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-07 08:46:52Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:52Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:52Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:53Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:53Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:46:53Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:46:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:46:55Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:56Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-07 08:46:56Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:56Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:46:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-07 08:46:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-07 08:46:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-07 08:46:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-07 08:46:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-07 08:46:58Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:46:59Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-07 08:47:00Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:01Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-07 08:47:01Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:01Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-07 08:47:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-07 08:47:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-07 08:47:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-07 08:47:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:03Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:04Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-07 08:47:05Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:05Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-07 08:47:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-07 08:47:06Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:06Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-07 08:47:06Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:07Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:07Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:08Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-07 08:47:08Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:08Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:08Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:08Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-07 08:47:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-07 08:47:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-07 08:47:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:11Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:11Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:11Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-07 08:47:12Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:12Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:12Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:13Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:13Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:13Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:13Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:14Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 08:47:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:14Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 08:47:15Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:15Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:15Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:15Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:16Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:16Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:47:16Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:16Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:17Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:18Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:47:18Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:19Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-07 08:47:20Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:20Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:47:21Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:22Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:22Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:47:22Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:47:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:47:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:24Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 08:47:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:25Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 08:47:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:26Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:27Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-07 08:47:28Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:28Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:28Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:29Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:29Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:47:30Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:30Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:30Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:30Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:31Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:31Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:31Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 08:47:32Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:32Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:47:32Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:32Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:32Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:33Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:33Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:34Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-07 08:47:34Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:35Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:35Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:35Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:47:36Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:37Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:37Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:47:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:38Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:47:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:47:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 08:47:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 08:47:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:44Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-07 08:47:46Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:46Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:46Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:46Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:46Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:46Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:47:47Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:47Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:48Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:48Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:47:48Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:48Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:48Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:49Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:49Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:50Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:50Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:51Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-07 08:47:51Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:52Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:52Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:52Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:47:53Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:54Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:54Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:47:55Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:55Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:47:56Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-07 08:47:56Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:57Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-07 08:47:57Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:57Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:47:58Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:59Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:47:59Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:47:59Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:47:59Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:00Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-07 08:48:00Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:01Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-07 08:48:01Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:01Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:02Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:02Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:02Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:02Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:48:02Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:03Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:03Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-07 08:48:04Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:04Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 08:48:05Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:05Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:48:05Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:48:06Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:06Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-07 08:48:07Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:08Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:48:08Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:09Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-07 08:48:09Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:09Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:09Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:09Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:48:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:48:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-07 08:48:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:12Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:12Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:48:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:48:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:13Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:48:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:14Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-07 08:48:14Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:48:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 08:48:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-07 08:48:16Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:48:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-07 08:48:18Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:19Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-07 08:48:20Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:20Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:20Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:20Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:48:21Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:22Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:22Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:48:23Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:23Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:23Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:48:23Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:23Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 08:48:23Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:24Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:24Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:48:25Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:48:25Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:26Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-07 08:48:27Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:27Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:27Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:28Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:28Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:48:28Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:48:29Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:30Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:30Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:48:31Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:48:31Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:32Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-07 08:48:32Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:32Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:32Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:33Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:34Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:48:34Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:34Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:48:35Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:48:35Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:37Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:48:37Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:37Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-07 08:48:38Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:38Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:38Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:39Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:39Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-07 08:48:39Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:48:40Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:41Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:41Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:48:41Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-07 08:48:42Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:42Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:42Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-07 08:48:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:48:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:48:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-07 08:48:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-07 08:48:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-07 08:48:48Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:49Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-07 08:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 08:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:51Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:51Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:48:51Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:48:52Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:53Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-07 08:48:54Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:48:55Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-07 08:48:55Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:56Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-07 08:48:56Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:56Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:48:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 08:48:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:48:58Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:58Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:48:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:48:59Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-07 08:49:00Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:01Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:01Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:01Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-07 08:49:01Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:02Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-07 08:49:02Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:02Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:02Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:03Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:03Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-07 08:49:03Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:04Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:04Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:04Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:04Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:04Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-07 08:49:05Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:05Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:06Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:06Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:06Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:49:06Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:07Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-07 08:49:08Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:08Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:08Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:08Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:09Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:10Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:10Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:11Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-07 08:49:11Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:11Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:13Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:13Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:13Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:14Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-07 08:49:14Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:14Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:14Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:14Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:14Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:15Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-07 08:49:15Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:15Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:16Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:17Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:17Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:17Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:17Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:17Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:17Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:18Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-07 08:49:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 08:49:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:19Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:19Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:49:20Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:20Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:20Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:49:20Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:21Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-07 08:49:21Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:21Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:21Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:21Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:22Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:22Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 08:49:22Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:22Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:22Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:49:23Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:24Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-07 08:49:24Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:25Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:25Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:25Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:26Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:49:26Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:26Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-07 08:49:27Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:28Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-07 08:49:28Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:28Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:29Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:30Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:30Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:31Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:31Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:31Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-07 08:49:32Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:33Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:49:33Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:34Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-07 08:49:34Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:34Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:34Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:34Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:35Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:36Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:49:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-07 08:49:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:49:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-07 08:49:44Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-07 08:49:46Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:46Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:46Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:47Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:47Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:47Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:47Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:48Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-07 08:49:48Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:49Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:49Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:50Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:50Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-07 08:49:51Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:51Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:51Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:51Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:52Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-07 08:49:52Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:53Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-07 08:49:54Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:54Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:54Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:55Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:49:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:49:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:49:56Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:56Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-07 08:49:57Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:57Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:49:57Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:49:58Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:59Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:49:59Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-07 08:49:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-07 08:49:59Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:00Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-07 08:50:00Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:00Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:00Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:00Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-07 08:50:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-07 08:50:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-07 08:50:04Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:05Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-07 08:50:06Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:06Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:06Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:06Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:07Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:08Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-07 08:50:09Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:09Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:50:10Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-07 08:50:10Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:11Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-07 08:50:12Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:12Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:12Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:13Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:13Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-07 08:50:14Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:14Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:50:15Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:15Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:15Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-07 08:50:15Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:16Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-07 08:50:16Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:16Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:16Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:17Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:17Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:17Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:17Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:17Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:17Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 08:50:18Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:19Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:19Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:19Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 08:50:19Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:20Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:50:20Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-07 08:50:21Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:22Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:50:22Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:23Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:50:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-07 08:50:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:25Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-07 08:50:25Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:25Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-07 08:50:26Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:26Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:26Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:27Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:27Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:27Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:50:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-07 08:50:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:29Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-07 08:50:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-07 08:50:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:31Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:50:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 08:50:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-07 08:50:33Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:33Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-07 08:50:34Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:34Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:34Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:34Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:34Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:34Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:34Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:35Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:35Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:35Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 08:50:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:37Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:37Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:37Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-07 08:50:37Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:37Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 08:50:37Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:38Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:38Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:50:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:39Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:50:40Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:40Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:50:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-07 08:50:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-07 08:50:42Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:43Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-07 08:50:44Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:44Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:44Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:45Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:45Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:45Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:45Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:45Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:50:45Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:45Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-07 08:50:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:47Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-07 08:50:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-07 08:50:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:48Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:50:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 08:50:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-07 08:50:50Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:51Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-07 08:50:52Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:52Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:52Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:52Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-07 08:50:53Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:54Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-07 08:50:54Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 08:50:55Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:55Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:55Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:50:55Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:55Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:50:55Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 08:50:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-07 08:50:57Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:50:58Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-07 08:50:59Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:59Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:50:59Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:50:59Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:00Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:01Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-07 08:51:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:02Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:04Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 08:51:04Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:05Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-07 08:51:05Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:05Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:06Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:06Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:07Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:08Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:08Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:09Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-07 08:51:09Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:10Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-07 08:51:10Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:10Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:10Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:11Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:11Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-07 08:51:12Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:12Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:51:13Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:13Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:13Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-07 08:51:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:15Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 08:51:15Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-07 08:51:15Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:16Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-07 08:51:17Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:17Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:17Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:17Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:18Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:19Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:19Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:19Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:19Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:20Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-07 08:51:20Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:20Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:20Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:21Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:21Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:21Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:22Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:22Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-07 08:51:23Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:23Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:23Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:24Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:24Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-07 08:51:25Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:25Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:26Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:26Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:26Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-07 08:51:26Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:27Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-07 08:51:27Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:28Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:28Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:28Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:28Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:29Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:29Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:29Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-07 08:51:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:51:31Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:31Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-07 08:51:31Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:32Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:32Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:51:32Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-07 08:51:32Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:33Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:33Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:33Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:33Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-07 08:51:33Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:34Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-07 08:51:34Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:35Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:35Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:35Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-07 08:51:35Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:36Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-07 08:51:36Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:36Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:36Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:37Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:37Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:37Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:51:38Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:39Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:39Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-07 08:51:40Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:40Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:41Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-07 08:51:41Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:42Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:42Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:42Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:43Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:44Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:44Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-07 08:51:45Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:45Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:46Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:51:46Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:47Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-07 08:51:47Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:47Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:47Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:47Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:48Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:49Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:49Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:51:50Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:50Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-07 08:51:51Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:51Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:52Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-07 08:51:53Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:54Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-07 08:51:54Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:54Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:54Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:55Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:55Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:56Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-07 08:51:57Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:57Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:57Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:57Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:57Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:57Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:51:57Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:58Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:58Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:58Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:58Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:58Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:58Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:51:59Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:59Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:59Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:59Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:51:59Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:51:59Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:51:59Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:51:59Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:00Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-07 08:52:00Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:01Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-07 08:52:01Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:02Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-07 08:52:03Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:03Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:52:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:52:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 08:52:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:04Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:04Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 08:52:05Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:05Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:52:05Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:52:05Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:05Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:52:05Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:06Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:06Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:52:06Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-07 08:52:07Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:08Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 08:52:08Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:09Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-07 08:52:09Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:11Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-07 08:52:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:52:11Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:12Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:12Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:52:12Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:52:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:52:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:14Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:14Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:52:14Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:52:15Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:16Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-07 08:52:16Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:17Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-07 08:52:17Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:18Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-07 08:52:18Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:20Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-07 08:52:20Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:21Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-07 08:52:21Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:23Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-07 08:52:23Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:23Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:52:23Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:24Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:24Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:52:24Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:52:25Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:25Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-07 08:52:26Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:27Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-07 08:52:27Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:28Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-07 08:52:28Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:29Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:52:29Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:29Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:52:29Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:30Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-07 08:52:30Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:30Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:52:30Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:30Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:52:31Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:32Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:32Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-07 08:52:33Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 08:52:33Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:34Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-07 08:52:34Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:36Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-07 08:52:36Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:37Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-07 08:52:37Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:38Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-07 08:52:39Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:39Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:52:39Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:39Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:52:39Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:40Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-07 08:52:40Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:40Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:52:40Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:40Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:52:41Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:42Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-07 08:52:42Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:43Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-07 08:52:44Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:44Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:52:44Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:44Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 08:52:44Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:45Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-07 08:52:45Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:45Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-07 08:52:47Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:48Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:48Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:48Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:48Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:48Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:48Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:48Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:49Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:49Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-07 08:52:49Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:49Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:49Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:49Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-07 08:52:49Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:50Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:50Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:50Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-07 08:52:50Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:50Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-07 08:52:51Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:51Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:51Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:51Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:51Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:51Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-07 08:52:51Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:52Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:52Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:52Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-07 08:52:52Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:53Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:53Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:53Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:53Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:53Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-07 08:52:53Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:54Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:54Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:54Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-07 08:52:54Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:54Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-07 08:52:54Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:55Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-07 08:52:55Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:55Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:55Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:55Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:55Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:56Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-07 08:52:56Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:56Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:56Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:56Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-07 08:52:56Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:57Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:57Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:57Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:57Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:57Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-07 08:52:57Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:57Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:57Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-07 08:52:57Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-07 08:52:57Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:52:58Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-07 08:52:59Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:59Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-07 08:52:59Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:59Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:59Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-07 08:52:59Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-07 08:52:59Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-07 08:52:59Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-07 08:52:59Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:00Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:00Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-07 08:53:00Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:00Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:53:00Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-07 08:53:00Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:53:00Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:00Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-07 08:53:01Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-07 08:53:01Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:01Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:53:01Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:01Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:53:01Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:02Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:02Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-07 08:53:02Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:02Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-07 08:53:02Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-07 08:53:02Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:53:03Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:53:04Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:53:04Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:53:04Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:53:04Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:53:04Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:53:04Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:53:04Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:53:04Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:53:04Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-07 08:53:04Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:53:05Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-07 08:53:05Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-07 08:53:05Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-07 08:53:05Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-07 08:53:05Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:05Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-07 08:53:05Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-07 08:53:05Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:05Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:53:05Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:05Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-07 08:53:05Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:53:06Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-07 08:53:06Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-07 08:53:06Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:53:07Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-07 08:53:07Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-07 08:53:08Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-07 08:53:08Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:08Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:08Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:08Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:08Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-07 08:53:08Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-07 08:53:08Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-07 08:53:09Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:09Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:09Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-07 08:53:09Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:09Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-07 08:53:09Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-07 08:53:09Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:09Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-07 08:53:09Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:09Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-07 08:53:09Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:09Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:53:09Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 08:53:09Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:09Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-07 08:53:09Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:09Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-07 08:53:10Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:10Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-07 08:53:10Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:53:10Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:10Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-07 08:53:11Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-07 08:53:11Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:12Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:12Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-07 08:53:12Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-07 08:53:13Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:13Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-07 08:53:13Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:13Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-07 08:53:14Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:14Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-07 08:53:15Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:15Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-07 08:53:16Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 08:53:16Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-07 08:53:16Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 08:53:17Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-07 08:53:17Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/d031bbf7-8fb4-4c35-b3cf-bfbab82f6a17 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-07 08:53:38.662975 | fa163e28-c234-2db7-e43a-000000000006 | TASK | External deployment step 0 2025-10-07 08:53:38.688069 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-000000000006') missing from stats 2025-10-07 08:53:38.737503 | fa163e28-c234-2db7-e43a-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.125684 | 0.03s 2025-10-07 08:53:38.744108 | 719ff9bf-3f4f-44eb-9014-aee614571e72 | INCLUDED | /root/standalone-ansible-7rzon_tu/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-07 08:53:38.758880 | fa163e28-c234-2db7-e43a-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-07 08:53:39.703025 | fa163e28-c234-2db7-e43a-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-07 08:53:39.704467 | fa163e28-c234-2db7-e43a-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.092643 | 0.94s 2025-10-07 08:53:39.723492 | fa163e28-c234-2db7-e43a-000000000129 | TASK | create redis virtual ip 2025-10-07 08:53:40.609240 | fa163e28-c234-2db7-e43a-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-07 08:53:40.610759 | fa163e28-c234-2db7-e43a-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.998935 | 0.89s PLAY [Check if required variables are defined] ********************************* 2025-10-07 08:53:40.690427 | fa163e28-c234-2db7-e43a-000000000138 | TASK | Gathering Facts 2025-10-07 08:53:41.242851 | fa163e28-c234-2db7-e43a-000000000138 | OK | Gathering Facts | localhost 2025-10-07 08:53:41.244451 | fa163e28-c234-2db7-e43a-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.632625 | 0.55s 2025-10-07 08:53:41.308420 | fa163e28-c234-2db7-e43a-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-07 08:53:41.309636 | fa163e28-c234-2db7-e43a-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.697810 | 0.05s 2025-10-07 08:53:41.360988 | fa163e28-c234-2db7-e43a-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-07 08:53:41.362049 | fa163e28-c234-2db7-e43a-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.750226 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-07 08:53:41.476954 | fa163e28-c234-2db7-e43a-000000000160 | TASK | Gathering Facts 2025-10-07 08:53:41.486622 | fa163e28-c234-2db7-e43a-000000000160 | TASK | Gathering Facts 2025-10-07 08:53:41.797303 | fa163e28-c234-2db7-e43a-000000000160 | OK | Gathering Facts | undercloud 2025-10-07 08:53:41.798279 | fa163e28-c234-2db7-e43a-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.186460 | 0.32s 2025-10-07 08:53:41.799838 | fa163e28-c234-2db7-e43a-000000000160 | OK | Gathering Facts | standalone 2025-10-07 08:53:41.800549 | fa163e28-c234-2db7-e43a-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.188737 | 0.31s 2025-10-07 08:53:41.839305 | fa163e28-c234-2db7-e43a-000000000012 | TASK | Set legacy facts 2025-10-07 08:53:41.850115 | fa163e28-c234-2db7-e43a-000000000012 | TASK | Set legacy facts 2025-10-07 08:53:41.878090 | fa163e28-c234-2db7-e43a-000000000012 | OK | Set legacy facts | undercloud 2025-10-07 08:53:41.878664 | fa163e28-c234-2db7-e43a-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.266850 | 0.04s 2025-10-07 08:53:41.878976 | fa163e28-c234-2db7-e43a-000000000012 | OK | Set legacy facts | standalone 2025-10-07 08:53:41.879244 | fa163e28-c234-2db7-e43a-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.267433 | 0.03s PLAY [Load global variables] *************************************************** 2025-10-07 08:53:42.048835 | fa163e28-c234-2db7-e43a-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-07 08:53:42.049612 | fa163e28-c234-2db7-e43a-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.437792 | 0.04s 2025-10-07 08:53:42.064795 | fa163e28-c234-2db7-e43a-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-07 08:53:42.065223 | fa163e28-c234-2db7-e43a-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.453410 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-07 08:53:42.138068 | fa163e28-c234-2db7-e43a-000000000018 | TASK | Include Service VIP vars 2025-10-07 08:53:42.173567 | fa163e28-c234-2db7-e43a-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-07 08:53:42.174239 | fa163e28-c234-2db7-e43a-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.562423 | 0.04s 2025-10-07 08:53:42.174545 | fa163e28-c234-2db7-e43a-000000000018 | OK | Include Service VIP vars | standalone 2025-10-07 08:53:42.174816 | fa163e28-c234-2db7-e43a-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.563005 | 0.03s 2025-10-07 08:53:42.177897 | fa163e28-c234-2db7-e43a-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-07 08:53:42.214370 | fa163e28-c234-2db7-e43a-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-07 08:53:42.215062 | fa163e28-c234-2db7-e43a-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.603245 | 0.04s 2025-10-07 08:53:42.215517 | fa163e28-c234-2db7-e43a-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-07 08:53:42.215838 | fa163e28-c234-2db7-e43a-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.604026 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-07 08:53:42.300844 | fa163e28-c234-2db7-e43a-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-07 08:53:43.001287 | fa163e28-c234-2db7-e43a-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e28-c234-2db7-e43a-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-07 08:53:43.101028 | fa163e28-c234-2db7-e43a-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-07 08:53:43.136164 | fa163e28-c234-2db7-e43a-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-07 08:53:43.136875 | fa163e28-c234-2db7-e43a-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.524995 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-07 08:53:43.211832 | fa163e28-c234-2db7-e43a-000000000023 | TASK | Set selinux state 2025-10-07 08:53:43.779254 | fa163e28-c234-2db7-e43a-000000000023 | OK | Set selinux state | standalone 2025-10-07 08:53:43.780564 | fa163e28-c234-2db7-e43a-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.168731 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-07 08:53:43.922441 | fa163e28-c234-2db7-e43a-000000000026 | TASK | Configure Hosts Entries 2025-10-07 08:53:43.979722 | fa163e28-c234-2db7-e43a-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.367878 | 0.04s 2025-10-07 08:53:43.986759 | fa163e28-c234-2db7-e43a-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.374933 | 0.06s 2025-10-07 08:53:44.036103 | fa163e28-c234-2db7-e43a-0000000001f1 | TASK | Create temporary file for hosts 2025-10-07 08:53:44.354710 | fa163e28-c234-2db7-e43a-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-07 08:53:44.355692 | fa163e28-c234-2db7-e43a-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.743872 | 0.32s 2025-10-07 08:53:44.358333 | fa163e28-c234-2db7-e43a-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-07 08:53:44.358657 | fa163e28-c234-2db7-e43a-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.746845 | 0.31s 2025-10-07 08:53:44.376624 | fa163e28-c234-2db7-e43a-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-07 08:53:44.728378 | fa163e28-c234-2db7-e43a-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-07 08:53:44.730104 | fa163e28-c234-2db7-e43a-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.118263 | 0.35s 2025-10-07 08:53:44.772122 | fa163e28-c234-2db7-e43a-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-07 08:53:44.772855 | fa163e28-c234-2db7-e43a-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.161036 | 0.38s 2025-10-07 08:53:44.787935 | fa163e28-c234-2db7-e43a-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-07 08:53:45.113393 | fa163e28-c234-2db7-e43a-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-07 08:53:45.114906 | fa163e28-c234-2db7-e43a-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.503077 | 0.31s 2025-10-07 08:53:45.137506 | fa163e28-c234-2db7-e43a-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-07 08:53:45.138640 | fa163e28-c234-2db7-e43a-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.526817 | 0.35s 2025-10-07 08:53:45.157256 | fa163e28-c234-2db7-e43a-0000000001f4 | TASK | Render out the hosts entries 2025-10-07 08:53:45.288266 | fa163e28-c234-2db7-e43a-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-07 08:53:45.289346 | fa163e28-c234-2db7-e43a-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.677524 | 0.13s 2025-10-07 08:53:45.304977 | fa163e28-c234-2db7-e43a-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-07 08:53:45.552328 | fa163e28-c234-2db7-e43a-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-07 08:53:45.553881 | fa163e28-c234-2db7-e43a-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.942052 | 0.25s 2025-10-07 08:53:45.606779 | fa163e28-c234-2db7-e43a-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-07 08:53:45.607996 | fa163e28-c234-2db7-e43a-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.996173 | 0.29s 2025-10-07 08:53:45.626866 | fa163e28-c234-2db7-e43a-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-07 08:53:45.977327 | fa163e28-c234-2db7-e43a-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-07 08:53:45.978893 | fa163e28-c234-2db7-e43a-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.367060 | 0.35s 2025-10-07 08:53:45.990126 | fa163e28-c234-2db7-e43a-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-07 08:53:45.990895 | fa163e28-c234-2db7-e43a-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.379076 | 0.34s 2025-10-07 08:53:46.009494 | fa163e28-c234-2db7-e43a-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-07 08:53:46.378981 | fa163e28-c234-2db7-e43a-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-07 08:53:46.380058 | fa163e28-c234-2db7-e43a-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.768233 | 0.35s 2025-10-07 08:53:46.390771 | fa163e28-c234-2db7-e43a-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-07 08:53:46.391459 | fa163e28-c234-2db7-e43a-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.779647 | 0.38s PLAY [Common roles for TripleO servers] **************************************** 2025-10-07 08:53:46.498566 | fa163e28-c234-2db7-e43a-00000000002a | TASK | Common roles for TripleO servers 2025-10-07 08:53:46.525066 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-00000000002a') missing from stats 2025-10-07 08:53:46.594048 | fa163e28-c234-2db7-e43a-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.982219 | 0.02s 2025-10-07 08:53:46.654267 | fa163e28-c234-2db7-e43a-000000000254 | TASK | Gather variables for each operating system 2025-10-07 08:53:46.730717 | fa163e28-c234-2db7-e43a-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-07 08:53:46.732025 | fa163e28-c234-2db7-e43a-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.120199 | 0.08s 2025-10-07 08:53:46.741774 | fa163e28-c234-2db7-e43a-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.129953 | 0.09s 2025-10-07 08:53:46.766442 | fa163e28-c234-2db7-e43a-000000000256 | TASK | Check release version package is installed 2025-10-07 08:53:47.080175 | fa163e28-c234-2db7-e43a-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-07 08:53:47.081768 | fa163e28-c234-2db7-e43a-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.469936 | 0.31s 2025-10-07 08:53:47.109124 | fa163e28-c234-2db7-e43a-000000000257 | TASK | Deploy release version package 2025-10-07 08:53:51.542535 | fa163e28-c234-2db7-e43a-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-07 08:53:51.543891 | fa163e28-c234-2db7-e43a-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.932066 | 4.43s 2025-10-07 08:53:51.569109 | fa163e28-c234-2db7-e43a-000000000259 | TASK | Include packages tasks 2025-10-07 08:53:51.596528 | fa163e28-c234-2db7-e43a-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.984677 | 0.03s 2025-10-07 08:53:51.624039 | 63080e73-e7ea-45cd-9994-3f6a42656c06 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-07 08:53:51.655830 | fa163e28-c234-2db7-e43a-0000000002ad | TASK | Gather facts if they don't exist 2025-10-07 08:53:51.714277 | fa163e28-c234-2db7-e43a-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-07 08:53:51.715609 | fa163e28-c234-2db7-e43a-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.103772 | 0.06s 2025-10-07 08:53:51.741107 | fa163e28-c234-2db7-e43a-0000000002ae | TASK | Gather variables for each operating system 2025-10-07 08:53:51.867793 | fa163e28-c234-2db7-e43a-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-07 08:53:51.874868 | fa163e28-c234-2db7-e43a-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.263020 | 0.13s 2025-10-07 08:53:51.901822 | fa163e28-c234-2db7-e43a-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-07 08:53:52.169241 | fa163e28-c234-2db7-e43a-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-07 08:53:52.171075 | fa163e28-c234-2db7-e43a-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.559245 | 0.27s 2025-10-07 08:53:52.197181 | fa163e28-c234-2db7-e43a-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-07 08:53:57.825905 | fa163e28-c234-2db7-e43a-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-07 08:53:57.827129 | fa163e28-c234-2db7-e43a-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.215308 | 5.63s 2025-10-07 08:53:57.848393 | fa163e28-c234-2db7-e43a-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-07 08:53:58.830334 | fa163e28-c234-2db7-e43a-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-07 08:53:58.831966 | fa163e28-c234-2db7-e43a-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.220107 | 0.98s 2025-10-07 08:53:58.862252 | fa163e28-c234-2db7-e43a-00000000025a | TASK | Enable openvswitch service if installed 2025-10-07 08:53:59.860369 | fa163e28-c234-2db7-e43a-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-07 08:53:59.862298 | fa163e28-c234-2db7-e43a-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.250471 | 1.00s 2025-10-07 08:53:59.893816 | fa163e28-c234-2db7-e43a-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-07 08:54:00.106530 | fa163e28-c234-2db7-e43a-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-07 08:54:00.107877 | fa163e28-c234-2db7-e43a-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.496052 | 0.21s 2025-10-07 08:54:00.133634 | fa163e28-c234-2db7-e43a-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-07 08:54:00.386735 | fa163e28-c234-2db7-e43a-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-07 08:54:00.388079 | fa163e28-c234-2db7-e43a-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.776253 | 0.25s 2025-10-07 08:54:00.413533 | fa163e28-c234-2db7-e43a-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-07 08:54:00.470514 | fa163e28-c234-2db7-e43a-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-07 08:54:00.471728 | fa163e28-c234-2db7-e43a-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.859900 | 0.06s 2025-10-07 08:54:00.499469 | fa163e28-c234-2db7-e43a-00000000025f | TASK | Ensure network service is enabled 2025-10-07 08:54:00.950304 | fa163e28-c234-2db7-e43a-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-07 08:54:00.952293 | fa163e28-c234-2db7-e43a-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.340461 | 0.45s 2025-10-07 08:54:00.979067 | fa163e28-c234-2db7-e43a-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-07 08:54:01.349681 | fa163e28-c234-2db7-e43a-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-07 08:54:01.351034 | fa163e28-c234-2db7-e43a-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.739205 | 0.37s 2025-10-07 08:54:01.377721 | fa163e28-c234-2db7-e43a-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-07 08:54:01.623102 | fa163e28-c234-2db7-e43a-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-07 08:54:01.624470 | fa163e28-c234-2db7-e43a-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.012645 | 0.24s 2025-10-07 08:54:01.646542 | fa163e28-c234-2db7-e43a-000000000263 | TASK | Reload NetworkManager 2025-10-07 08:54:02.051542 | fa163e28-c234-2db7-e43a-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-07 08:54:02.053411 | fa163e28-c234-2db7-e43a-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.441583 | 0.41s 2025-10-07 08:54:02.080396 | fa163e28-c234-2db7-e43a-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-07 08:54:02.302838 | fa163e28-c234-2db7-e43a-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-07 08:54:02.304235 | fa163e28-c234-2db7-e43a-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.692410 | 0.22s 2025-10-07 08:54:02.330001 | fa163e28-c234-2db7-e43a-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-07 08:54:02.652754 | fa163e28-c234-2db7-e43a-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-07 08:54:02.654128 | fa163e28-c234-2db7-e43a-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.042303 | 0.32s 2025-10-07 08:54:02.680386 | fa163e28-c234-2db7-e43a-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-07 08:54:02.892528 | fa163e28-c234-2db7-e43a-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-07 08:54:02.893889 | fa163e28-c234-2db7-e43a-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.282062 | 0.21s 2025-10-07 08:54:02.918882 | fa163e28-c234-2db7-e43a-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-07 08:54:03.129598 | fa163e28-c234-2db7-e43a-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-07 08:54:03.131094 | fa163e28-c234-2db7-e43a-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.519238 | 0.21s 2025-10-07 08:54:03.206036 | fa163e28-c234-2db7-e43a-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.594204 | 0.03s 2025-10-07 08:54:03.288144 | fa163e28-c234-2db7-e43a-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-07 08:54:03.497013 | fa163e28-c234-2db7-e43a-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-07 08:54:03.498344 | fa163e28-c234-2db7-e43a-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.886517 | 0.21s 2025-10-07 08:54:03.523548 | fa163e28-c234-2db7-e43a-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-07 08:54:03.738897 | fa163e28-c234-2db7-e43a-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-07 08:54:03.740318 | fa163e28-c234-2db7-e43a-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.128487 | 0.22s 2025-10-07 08:54:03.765603 | fa163e28-c234-2db7-e43a-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-07 08:54:03.792148 | fa163e28-c234-2db7-e43a-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-07 08:54:03.793280 | fa163e28-c234-2db7-e43a-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.181455 | 0.03s 2025-10-07 08:54:03.821157 | fa163e28-c234-2db7-e43a-000000000364 | TASK | Write temporary file 2025-10-07 08:54:03.852519 | fa163e28-c234-2db7-e43a-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-07 08:54:03.853901 | fa163e28-c234-2db7-e43a-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.242073 | 0.03s 2025-10-07 08:54:03.878856 | fa163e28-c234-2db7-e43a-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-07 08:54:03.957666 | fa163e28-c234-2db7-e43a-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-07 08:54:03.958992 | fa163e28-c234-2db7-e43a-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.347165 | 0.08s 2025-10-07 08:54:03.984068 | fa163e28-c234-2db7-e43a-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-07 08:54:04.206630 | fa163e28-c234-2db7-e43a-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-07 08:54:04.208507 | fa163e28-c234-2db7-e43a-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.596679 | 0.22s 2025-10-07 08:54:04.234339 | fa163e28-c234-2db7-e43a-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-07 08:54:04.458794 | fa163e28-c234-2db7-e43a-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-07 08:54:04.460080 | fa163e28-c234-2db7-e43a-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.848256 | 0.22s 2025-10-07 08:54:04.481568 | fa163e28-c234-2db7-e43a-000000000368 | TASK | Remove temp file 2025-10-07 08:54:04.706373 | fa163e28-c234-2db7-e43a-000000000368 | CHANGED | Remove temp file | standalone 2025-10-07 08:54:04.707722 | fa163e28-c234-2db7-e43a-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.095897 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-07 08:54:04.846151 | fa163e28-c234-2db7-e43a-000000000034 | TASK | Deploy step tasks for step 0 2025-10-07 08:54:04.906138 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-000000000034') missing from stats 2025-10-07 08:54:04.924239 | fa163e28-c234-2db7-e43a-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-07 08:54:05.160810 | fa163e28-c234-2db7-e43a-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-07 08:54:05.162255 | fa163e28-c234-2db7-e43a-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.550431 | 0.24s 2025-10-07 08:54:05.188620 | fa163e28-c234-2db7-e43a-000000000036 | TASK | Check cloud-init status 2025-10-07 08:54:05.429438 | fa163e28-c234-2db7-e43a-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-07 08:54:05.430995 | fa163e28-c234-2db7-e43a-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.819170 | 0.24s 2025-10-07 08:54:05.457316 | fa163e28-c234-2db7-e43a-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-07 08:54:05.687344 | fa163e28-c234-2db7-e43a-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-07 08:54:05.688771 | fa163e28-c234-2db7-e43a-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.076943 | 0.23s 2025-10-07 08:54:05.716163 | fa163e28-c234-2db7-e43a-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-07 08:54:06.108859 | fa163e28-c234-2db7-e43a-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-07 08:54:06.110200 | fa163e28-c234-2db7-e43a-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.498378 | 0.39s 2025-10-07 08:54:06.137357 | fa163e28-c234-2db7-e43a-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-07 08:54:06.361565 | fa163e28-c234-2db7-e43a-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-07 08:54:06.362708 | fa163e28-c234-2db7-e43a-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.750886 | 0.22s 2025-10-07 08:54:06.387844 | fa163e28-c234-2db7-e43a-00000000003a | TASK | Write container-puppet.sh 2025-10-07 08:54:06.851466 | fa163e28-c234-2db7-e43a-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-07 08:54:06.852887 | fa163e28-c234-2db7-e43a-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.241061 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 08:54:06.918007 | fa163e28-c234-2db7-e43a-00000000003b | TIMING | include_tasks | standalone | 0:00:28.306183 | 0.04s 2025-10-07 08:54:06.931764 | 1e49dbda-de7f-46c5-b81b-7ba7a8e2e5fe | INCLUDED | /root/standalone-ansible-7rzon_tu/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-07 08:54:06.956595 | fa163e28-c234-2db7-e43a-000000000416 | TASK | Configure tuned before reboot 2025-10-07 08:54:07.004723 | fa163e28-c234-2db7-e43a-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.392888 | 0.05s 2025-10-07 08:54:07.062404 | fa163e28-c234-2db7-e43a-000000000455 | TASK | Gather variables for each operating system 2025-10-07 08:54:07.163331 | fa163e28-c234-2db7-e43a-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-07 08:54:07.164903 | fa163e28-c234-2db7-e43a-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.553078 | 0.10s 2025-10-07 08:54:07.175251 | fa163e28-c234-2db7-e43a-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.563438 | 0.11s 2025-10-07 08:54:07.254611 | fa163e28-c234-2db7-e43a-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.642780 | 0.06s 2025-10-07 08:54:07.275386 | c081eaf8-eed7-4f6a-9066-377e7e2a5eca | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-07 08:54:07.311723 | fa163e28-c234-2db7-e43a-00000000047f | TASK | Check tuned package is installed 2025-10-07 08:54:07.579099 | fa163e28-c234-2db7-e43a-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-07 08:54:07.580378 | fa163e28-c234-2db7-e43a-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.968555 | 0.27s 2025-10-07 08:54:07.606855 | fa163e28-c234-2db7-e43a-000000000480 | TASK | Install tuned 2025-10-07 08:54:14.123881 | fa163e28-c234-2db7-e43a-000000000480 | CHANGED | Install tuned | standalone 2025-10-07 08:54:14.125184 | fa163e28-c234-2db7-e43a-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.513361 | 6.52s 2025-10-07 08:54:14.151910 | fa163e28-c234-2db7-e43a-000000000481 | TASK | Restart tuned 2025-10-07 08:54:15.920781 | fa163e28-c234-2db7-e43a-000000000481 | CHANGED | Restart tuned | standalone 2025-10-07 08:54:15.922250 | fa163e28-c234-2db7-e43a-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.310432 | 1.77s 2025-10-07 08:54:15.944524 | fa163e28-c234-2db7-e43a-000000000457 | TASK | Check for tuned-adm 2025-10-07 08:54:16.156882 | fa163e28-c234-2db7-e43a-000000000457 | OK | Check for tuned-adm | standalone 2025-10-07 08:54:16.158146 | fa163e28-c234-2db7-e43a-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.546322 | 0.21s 2025-10-07 08:54:16.212624 | fa163e28-c234-2db7-e43a-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.600790 | 0.03s 2025-10-07 08:54:16.242460 | 9b09393a-9e60-4c18-9954-4fd91d6f5665 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-07 08:54:16.279740 | fa163e28-c234-2db7-e43a-0000000004b6 | TASK | Ensure profile directory exists 2025-10-07 08:54:16.347918 | fa163e28-c234-2db7-e43a-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-07 08:54:16.349147 | fa163e28-c234-2db7-e43a-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.737320 | 0.07s 2025-10-07 08:54:16.375263 | fa163e28-c234-2db7-e43a-0000000004b7 | TASK | Create custom tuned profile 2025-10-07 08:54:16.436462 | fa163e28-c234-2db7-e43a-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-07 08:54:16.437743 | fa163e28-c234-2db7-e43a-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.825920 | 0.06s 2025-10-07 08:54:16.464268 | fa163e28-c234-2db7-e43a-0000000004b8 | TASK | Check tuned active profile 2025-10-07 08:54:16.802531 | fa163e28-c234-2db7-e43a-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-07 08:54:16.803784 | fa163e28-c234-2db7-e43a-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.191960 | 0.34s 2025-10-07 08:54:16.831601 | fa163e28-c234-2db7-e43a-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-07 08:54:17.063995 | fa163e28-c234-2db7-e43a-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-07 08:54:17.065258 | fa163e28-c234-2db7-e43a-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.453434 | 0.23s 2025-10-07 08:54:17.091734 | fa163e28-c234-2db7-e43a-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-07 08:54:17.154781 | fa163e28-c234-2db7-e43a-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-07 08:54:17.156004 | fa163e28-c234-2db7-e43a-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.544178 | 0.06s 2025-10-07 08:54:17.183920 | fa163e28-c234-2db7-e43a-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-07 08:54:17.233545 | fa163e28-c234-2db7-e43a-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-07 08:54:17.234841 | fa163e28-c234-2db7-e43a-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.623016 | 0.05s 2025-10-07 08:54:17.261253 | fa163e28-c234-2db7-e43a-0000000004bc | TASK | Enable tuned profile 2025-10-07 08:54:18.673959 | fa163e28-c234-2db7-e43a-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-07 08:54:18.675316 | fa163e28-c234-2db7-e43a-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.063493 | 1.41s 2025-10-07 08:54:18.726057 | fa163e28-c234-2db7-e43a-000000000417 | TASK | Configure kernel args and reboot 2025-10-07 08:54:18.776515 | fa163e28-c234-2db7-e43a-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.164685 | 0.05s 2025-10-07 08:54:18.918200 | fa163e28-c234-2db7-e43a-000000000569 | TASK | Get the command line args of the node 2025-10-07 08:54:19.125000 | fa163e28-c234-2db7-e43a-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-07 08:54:19.126408 | fa163e28-c234-2db7-e43a-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.514583 | 0.21s 2025-10-07 08:54:19.152802 | fa163e28-c234-2db7-e43a-00000000056b | TASK | Check if node has a nova.conf 2025-10-07 08:54:19.364094 | fa163e28-c234-2db7-e43a-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-07 08:54:19.365402 | fa163e28-c234-2db7-e43a-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.753577 | 0.21s 2025-10-07 08:54:19.392680 | fa163e28-c234-2db7-e43a-00000000056d | TASK | Warn operator about workload protection 2025-10-07 08:54:19.420588 | fa163e28-c234-2db7-e43a-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-07 08:54:19.421760 | fa163e28-c234-2db7-e43a-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.809935 | 0.03s 2025-10-07 08:54:19.449201 | fa163e28-c234-2db7-e43a-00000000056e | TASK | Setting defer reboot fact 2025-10-07 08:54:19.491233 | fa163e28-c234-2db7-e43a-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-07 08:54:19.492568 | fa163e28-c234-2db7-e43a-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.880743 | 0.04s 2025-10-07 08:54:19.519217 | fa163e28-c234-2db7-e43a-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-07 08:54:19.547176 | fa163e28-c234-2db7-e43a-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.935342 | 0.03s 2025-10-07 08:54:19.565977 | fa163e28-c234-2db7-e43a-000000000575 | TASK | Find hugepages in cmdline 2025-10-07 08:54:19.590746 | fa163e28-c234-2db7-e43a-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-07 08:54:19.591862 | fa163e28-c234-2db7-e43a-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.980039 | 0.03s 2025-10-07 08:54:19.618507 | fa163e28-c234-2db7-e43a-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-07 08:54:19.660425 | fa163e28-c234-2db7-e43a-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-07 08:54:19.661127 | fa163e28-c234-2db7-e43a-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.049312 | 0.04s 2025-10-07 08:54:19.679343 | fa163e28-c234-2db7-e43a-00000000057a | TASK | Find desired default hugepage size 2025-10-07 08:54:19.705017 | fa163e28-c234-2db7-e43a-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-07 08:54:19.706103 | fa163e28-c234-2db7-e43a-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.094278 | 0.03s 2025-10-07 08:54:19.732803 | fa163e28-c234-2db7-e43a-00000000057c | TASK | Storing non-configured hugepages 2025-10-07 08:54:19.751416 | fa163e28-c234-2db7-e43a-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.139593 | 0.02s 2025-10-07 08:54:19.769251 | fa163e28-c234-2db7-e43a-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-07 08:54:19.794070 | fa163e28-c234-2db7-e43a-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-07 08:54:19.794788 | fa163e28-c234-2db7-e43a-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.182972 | 0.02s 2025-10-07 08:54:19.821550 | fa163e28-c234-2db7-e43a-00000000057f | TASK | Determining the default hugepagesz 2025-10-07 08:54:19.863918 | fa163e28-c234-2db7-e43a-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-07 08:54:19.865150 | fa163e28-c234-2db7-e43a-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.253326 | 0.04s 2025-10-07 08:54:19.891145 | fa163e28-c234-2db7-e43a-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-07 08:54:19.942039 | fa163e28-c234-2db7-e43a-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-07 08:54:19.943281 | fa163e28-c234-2db7-e43a-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.331455 | 0.05s 2025-10-07 08:54:19.969622 | fa163e28-c234-2db7-e43a-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-07 08:54:20.021757 | fa163e28-c234-2db7-e43a-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-07 08:54:20.023019 | fa163e28-c234-2db7-e43a-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.411194 | 0.05s 2025-10-07 08:54:20.050998 | fa163e28-c234-2db7-e43a-000000000583 | TASK | Warn about possible modifications 2025-10-07 08:54:20.093253 | fa163e28-c234-2db7-e43a-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-07 08:54:20.094471 | fa163e28-c234-2db7-e43a-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.482643 | 0.04s 2025-10-07 08:54:20.120850 | fa163e28-c234-2db7-e43a-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-07 08:54:20.153632 | fa163e28-c234-2db7-e43a-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-07 08:54:20.154813 | fa163e28-c234-2db7-e43a-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.542989 | 0.03s 2025-10-07 08:54:20.181509 | fa163e28-c234-2db7-e43a-000000000585 | TASK | Cleaning up whitespaces 2025-10-07 08:54:20.213635 | fa163e28-c234-2db7-e43a-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-07 08:54:20.214771 | fa163e28-c234-2db7-e43a-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.602947 | 0.03s 2025-10-07 08:54:20.241966 | fa163e28-c234-2db7-e43a-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-07 08:54:20.570646 | fa163e28-c234-2db7-e43a-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-07 08:54:20.571902 | fa163e28-c234-2db7-e43a-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.960078 | 0.33s 2025-10-07 08:54:20.599023 | fa163e28-c234-2db7-e43a-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-07 08:54:20.662719 | fa163e28-c234-2db7-e43a-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-07 08:54:20.664038 | fa163e28-c234-2db7-e43a-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.052212 | 0.06s 2025-10-07 08:54:20.692792 | fa163e28-c234-2db7-e43a-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-07 08:54:20.752859 | fa163e28-c234-2db7-e43a-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-07 08:54:20.754089 | fa163e28-c234-2db7-e43a-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.142264 | 0.06s 2025-10-07 08:54:20.780258 | fa163e28-c234-2db7-e43a-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-07 08:54:20.840198 | fa163e28-c234-2db7-e43a-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-07 08:54:20.841357 | fa163e28-c234-2db7-e43a-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.229531 | 0.06s 2025-10-07 08:54:20.867428 | fa163e28-c234-2db7-e43a-00000000058c | TASK | Generate grub config 2025-10-07 08:54:20.929255 | fa163e28-c234-2db7-e43a-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-07 08:54:20.930423 | fa163e28-c234-2db7-e43a-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.318598 | 0.06s 2025-10-07 08:54:20.957044 | fa163e28-c234-2db7-e43a-000000000590 | TASK | Get the block device that /boot is on 2025-10-07 08:54:20.996521 | fa163e28-c234-2db7-e43a-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-07 08:54:20.997659 | fa163e28-c234-2db7-e43a-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.385834 | 0.04s 2025-10-07 08:54:21.024529 | fa163e28-c234-2db7-e43a-000000000591 | TASK | Get the mount point that /boot is in 2025-10-07 08:54:21.063360 | fa163e28-c234-2db7-e43a-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-07 08:54:21.064569 | fa163e28-c234-2db7-e43a-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.452744 | 0.04s 2025-10-07 08:54:21.091794 | fa163e28-c234-2db7-e43a-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-07 08:54:21.131100 | fa163e28-c234-2db7-e43a-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-07 08:54:21.132302 | fa163e28-c234-2db7-e43a-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.520477 | 0.04s 2025-10-07 08:54:21.158959 | fa163e28-c234-2db7-e43a-000000000593 | TASK | Executed script to fix grub-menu 2025-10-07 08:54:21.197573 | fa163e28-c234-2db7-e43a-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-07 08:54:21.198701 | fa163e28-c234-2db7-e43a-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.586877 | 0.04s 2025-10-07 08:54:21.225668 | fa163e28-c234-2db7-e43a-000000000594 | TASK | Check grub config paths 2025-10-07 08:54:21.268018 | fa163e28-c234-2db7-e43a-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-07 08:54:21.280225 | fa163e28-c234-2db7-e43a-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-07 08:54:21.293493 | fa163e28-c234-2db7-e43a-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.681661 | 0.07s 2025-10-07 08:54:21.320728 | fa163e28-c234-2db7-e43a-000000000595 | TASK | Write EFI grub.cfg 2025-10-07 08:54:21.365890 | fa163e28-c234-2db7-e43a-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-07 08:54:21.378452 | fa163e28-c234-2db7-e43a-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-07 08:54:21.384449 | fa163e28-c234-2db7-e43a-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.772619 | 0.06s 2025-10-07 08:54:21.413277 | fa163e28-c234-2db7-e43a-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-07 08:54:21.452085 | fa163e28-c234-2db7-e43a-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-07 08:54:21.453402 | fa163e28-c234-2db7-e43a-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.841577 | 0.04s 2025-10-07 08:54:21.481198 | fa163e28-c234-2db7-e43a-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-07 08:54:21.542902 | fa163e28-c234-2db7-e43a-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-07 08:54:21.544062 | fa163e28-c234-2db7-e43a-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.932238 | 0.06s 2025-10-07 08:54:21.570328 | fa163e28-c234-2db7-e43a-000000000598 | TASK | Execute grub2-mkconfig 2025-10-07 08:54:21.608981 | fa163e28-c234-2db7-e43a-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-07 08:54:21.610109 | fa163e28-c234-2db7-e43a-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:42.998282 | 0.04s 2025-10-07 08:54:21.637462 | fa163e28-c234-2db7-e43a-000000000599 | TASK | Check for active tuned profile 2025-10-07 08:54:21.676087 | fa163e28-c234-2db7-e43a-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-07 08:54:21.677375 | fa163e28-c234-2db7-e43a-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.065547 | 0.04s 2025-10-07 08:54:21.706084 | fa163e28-c234-2db7-e43a-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-07 08:54:21.758453 | fa163e28-c234-2db7-e43a-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-07 08:54:21.759685 | fa163e28-c234-2db7-e43a-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.147860 | 0.05s 2025-10-07 08:54:21.786698 | fa163e28-c234-2db7-e43a-00000000059b | TASK | Set reboot required fact 2025-10-07 08:54:21.840313 | fa163e28-c234-2db7-e43a-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-07 08:54:21.841397 | fa163e28-c234-2db7-e43a-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.229572 | 0.05s 2025-10-07 08:54:21.868227 | fa163e28-c234-2db7-e43a-00000000059d | TASK | Apply DPDK workarounds 2025-10-07 08:54:21.919207 | fa163e28-c234-2db7-e43a-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-07 08:54:21.920400 | fa163e28-c234-2db7-e43a-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.308574 | 0.05s 2025-10-07 08:54:21.946316 | fa163e28-c234-2db7-e43a-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-07 08:54:21.985123 | fa163e28-c234-2db7-e43a-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-07 08:54:21.986192 | fa163e28-c234-2db7-e43a-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.374367 | 0.04s 2025-10-07 08:54:22.012372 | fa163e28-c234-2db7-e43a-0000000005a0 | TASK | Load modules 2025-10-07 08:54:22.057396 | fa163e28-c234-2db7-e43a-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-07 08:54:22.064014 | fa163e28-c234-2db7-e43a-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.452183 | 0.05s 2025-10-07 08:54:22.091027 | fa163e28-c234-2db7-e43a-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-07 08:54:22.135654 | fa163e28-c234-2db7-e43a-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-07 08:54:22.140104 | fa163e28-c234-2db7-e43a-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.528272 | 0.05s 2025-10-07 08:54:22.166418 | fa163e28-c234-2db7-e43a-0000000005a4 | TASK | Drop module persistence 2025-10-07 08:54:22.210138 | fa163e28-c234-2db7-e43a-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-07 08:54:22.215854 | fa163e28-c234-2db7-e43a-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.604025 | 0.05s 2025-10-07 08:54:22.241872 | fa163e28-c234-2db7-e43a-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-07 08:54:22.267540 | fa163e28-c234-2db7-e43a-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-07 08:54:22.271959 | fa163e28-c234-2db7-e43a-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.660106 | 0.03s 2025-10-07 08:54:22.299217 | fa163e28-c234-2db7-e43a-0000000005a8 | TASK | Modules reload 2025-10-07 08:54:22.338010 | fa163e28-c234-2db7-e43a-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-07 08:54:22.339225 | fa163e28-c234-2db7-e43a-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.727401 | 0.04s 2025-10-07 08:54:22.366102 | fa163e28-c234-2db7-e43a-0000000005aa | TASK | Reboot tasks 2025-10-07 08:54:22.415869 | fa163e28-c234-2db7-e43a-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-07 08:54:22.417197 | fa163e28-c234-2db7-e43a-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:43.805370 | 0.05s 2025-10-07 08:54:22.444197 | fa163e28-c234-2db7-e43a-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-07 08:54:22.496296 | fa163e28-c234-2db7-e43a-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-07 08:54:22.497474 | fa163e28-c234-2db7-e43a-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:43.885650 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-07 08:54:22.683731 | fa163e28-c234-2db7-e43a-00000000003f | TASK | Server pre-network deployments 2025-10-07 08:54:22.710289 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-00000000003f') missing from stats 2025-10-07 08:54:22.738577 | fa163e28-c234-2db7-e43a-000000000043 | TASK | Hiera config 2025-10-07 08:54:22.766424 | fa163e28-c234-2db7-e43a-000000000043 | TIMING | Hiera config | standalone | 0:00:44.154592 | 0.03s 2025-10-07 08:54:22.821003 | fa163e28-c234-2db7-e43a-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-07 08:54:23.053251 | fa163e28-c234-2db7-e43a-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-07 08:54:23.054650 | fa163e28-c234-2db7-e43a-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.442825 | 0.23s 2025-10-07 08:54:23.080446 | fa163e28-c234-2db7-e43a-000000000722 | TASK | Write hiera config 2025-10-07 08:54:23.612883 | fa163e28-c234-2db7-e43a-000000000722 | CHANGED | Write hiera config | standalone 2025-10-07 08:54:23.614143 | fa163e28-c234-2db7-e43a-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.002319 | 0.53s 2025-10-07 08:54:23.664347 | fa163e28-c234-2db7-e43a-000000000044 | TASK | Hiera symlink 2025-10-07 08:54:23.886595 | fa163e28-c234-2db7-e43a-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-07 08:54:23.887877 | fa163e28-c234-2db7-e43a-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.276055 | 0.22s 2025-10-07 08:54:23.913549 | fa163e28-c234-2db7-e43a-000000000045 | TASK | Hieradata from vars 2025-10-07 08:54:23.940920 | fa163e28-c234-2db7-e43a-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.329081 | 0.03s 2025-10-07 08:54:24.006275 | fa163e28-c234-2db7-e43a-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-07 08:54:24.470207 | fa163e28-c234-2db7-e43a-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-07 08:54:24.471736 | fa163e28-c234-2db7-e43a-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.859909 | 0.46s 2025-10-07 08:54:24.498975 | fa163e28-c234-2db7-e43a-00000000077d | TASK | Render hieradata from template 2025-10-07 08:54:25.042338 | fa163e28-c234-2db7-e43a-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-07 08:54:25.044039 | fa163e28-c234-2db7-e43a-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.432209 | 0.54s 2025-10-07 08:54:25.581179 | fa163e28-c234-2db7-e43a-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-07 08:54:25.583042 | fa163e28-c234-2db7-e43a-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.971226 | 1.08s 2025-10-07 08:54:26.158187 | fa163e28-c234-2db7-e43a-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-07 08:54:26.160115 | fa163e28-c234-2db7-e43a-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.548292 | 1.66s 2025-10-07 08:54:26.556138 | fa163e28-c234-2db7-e43a-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-07 08:54:26.557201 | fa163e28-c234-2db7-e43a-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.945379 | 2.06s 2025-10-07 08:54:27.023527 | fa163e28-c234-2db7-e43a-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-07 08:54:27.024637 | fa163e28-c234-2db7-e43a-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.412816 | 2.52s 2025-10-07 08:54:27.509455 | fa163e28-c234-2db7-e43a-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-07 08:54:27.511611 | fa163e28-c234-2db7-e43a-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.899787 | 3.01s 2025-10-07 08:54:27.973814 | fa163e28-c234-2db7-e43a-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-07 08:54:27.975900 | fa163e28-c234-2db7-e43a-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.364075 | 3.48s 2025-10-07 08:54:28.457657 | fa163e28-c234-2db7-e43a-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-07 08:54:28.459745 | fa163e28-c234-2db7-e43a-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.847920 | 3.96s 2025-10-07 08:54:28.895129 | fa163e28-c234-2db7-e43a-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-07 08:54:28.897196 | fa163e28-c234-2db7-e43a-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.285372 | 4.40s 2025-10-07 08:54:29.341552 | fa163e28-c234-2db7-e43a-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-07 08:54:29.343650 | fa163e28-c234-2db7-e43a-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.731827 | 4.84s 2025-10-07 08:54:29.356278 | fa163e28-c234-2db7-e43a-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.744443 | 4.86s 2025-10-07 08:54:29.412713 | fa163e28-c234-2db7-e43a-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-07 08:54:29.441523 | fa163e28-c234-2db7-e43a-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:50.829684 | 0.03s 2025-10-07 08:54:29.515854 | fa163e28-c234-2db7-e43a-000000000821 | TASK | Check for hieradata file 2025-10-07 08:54:29.693013 | fa163e28-c234-2db7-e43a-000000000821 | OK | Check for hieradata file | standalone 2025-10-07 08:54:29.694239 | fa163e28-c234-2db7-e43a-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.082414 | 0.18s 2025-10-07 08:54:29.720475 | fa163e28-c234-2db7-e43a-000000000823 | TASK | Get existing data 2025-10-07 08:54:29.761656 | fa163e28-c234-2db7-e43a-000000000823 | SKIPPED | Get existing data | standalone 2025-10-07 08:54:29.762661 | fa163e28-c234-2db7-e43a-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.150842 | 0.04s 2025-10-07 08:54:29.784840 | fa163e28-c234-2db7-e43a-000000000824 | TASK | Set data fact 2025-10-07 08:54:29.832984 | fa163e28-c234-2db7-e43a-000000000824 | SKIPPED | Set data fact | standalone 2025-10-07 08:54:29.833788 | fa163e28-c234-2db7-e43a-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.221971 | 0.05s 2025-10-07 08:54:29.861762 | fa163e28-c234-2db7-e43a-000000000826 | TASK | Write ansible hieradata file 2025-10-07 08:54:30.404283 | fa163e28-c234-2db7-e43a-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-07 08:54:30.405102 | fa163e28-c234-2db7-e43a-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:51.793286 | 0.54s 2025-10-07 08:54:30.484645 | fa163e28-c234-2db7-e43a-000000000047 | TIMING | include_tasks | standalone | 0:00:51.872812 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-07 08:54:30.652385 | fa163e28-c234-2db7-e43a-00000000004b | TASK | Network Configuration 2025-10-07 08:54:30.677894 | fa163e28-c234-2db7-e43a-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e28-c234-2db7-e43a-00000000004b') missing from stats 2025-10-07 08:54:30.701468 | fa163e28-c234-2db7-e43a-00000000004c | TASK | Check NetworkConfig script existence 2025-10-07 08:54:30.726693 | fa163e28-c234-2db7-e43a-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-07 08:54:30.727534 | fa163e28-c234-2db7-e43a-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.115715 | 0.03s 2025-10-07 08:54:30.747736 | fa163e28-c234-2db7-e43a-000000000052 | TASK | Gather SELinux fact if needed 2025-10-07 08:54:30.794077 | fa163e28-c234-2db7-e43a-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-07 08:54:30.795196 | fa163e28-c234-2db7-e43a-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.183366 | 0.05s 2025-10-07 08:54:30.820427 | fa163e28-c234-2db7-e43a-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-07 08:54:31.506980 | fa163e28-c234-2db7-e43a-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-07 08:54:31.508474 | fa163e28-c234-2db7-e43a-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:52.896647 | 0.69s 2025-10-07 08:54:31.535538 | fa163e28-c234-2db7-e43a-000000000054 | TASK | Ensure requirements are satisfied 2025-10-07 08:54:31.564034 | fa163e28-c234-2db7-e43a-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:52.952205 | 0.03s 2025-10-07 08:54:31.625643 | fa163e28-c234-2db7-e43a-0000000008bf | TASK | Gather facts if they don't exist 2025-10-07 08:54:31.673515 | fa163e28-c234-2db7-e43a-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-07 08:54:31.674317 | fa163e28-c234-2db7-e43a-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.062498 | 0.05s 2025-10-07 08:54:31.694498 | fa163e28-c234-2db7-e43a-0000000008c0 | TASK | Gather variables for each operating system 2025-10-07 08:54:31.806005 | fa163e28-c234-2db7-e43a-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-07 08:54:31.818007 | fa163e28-c234-2db7-e43a-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.206176 | 0.12s 2025-10-07 08:54:31.843801 | fa163e28-c234-2db7-e43a-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-07 08:54:32.127494 | fa163e28-c234-2db7-e43a-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-07 08:54:32.128523 | fa163e28-c234-2db7-e43a-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.516704 | 0.28s 2025-10-07 08:54:32.149217 | fa163e28-c234-2db7-e43a-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-07 08:54:32.185399 | fa163e28-c234-2db7-e43a-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-07 08:54:32.186149 | fa163e28-c234-2db7-e43a-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.574330 | 0.04s 2025-10-07 08:54:32.211564 | fa163e28-c234-2db7-e43a-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-07 08:54:33.221889 | fa163e28-c234-2db7-e43a-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-07 08:54:33.223289 | fa163e28-c234-2db7-e43a-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.611465 | 1.01s 2025-10-07 08:54:33.273467 | fa163e28-c234-2db7-e43a-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-07 08:54:33.509521 | fa163e28-c234-2db7-e43a-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-07 08:54:33.510867 | fa163e28-c234-2db7-e43a-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:54.899044 | 0.24s 2025-10-07 08:54:33.536691 | fa163e28-c234-2db7-e43a-000000000057 | TASK | Reload NetworkManager 2025-10-07 08:54:33.960311 | fa163e28-c234-2db7-e43a-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-07 08:54:33.962059 | fa163e28-c234-2db7-e43a-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.350235 | 0.42s 2025-10-07 08:54:33.990899 | fa163e28-c234-2db7-e43a-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-07 08:54:34.231447 | fa163e28-c234-2db7-e43a-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-07 08:54:34.232993 | fa163e28-c234-2db7-e43a-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.621167 | 0.24s 2025-10-07 08:54:34.260641 | fa163e28-c234-2db7-e43a-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-07 08:54:34.492021 | fa163e28-c234-2db7-e43a-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-07 08:54:34.493542 | fa163e28-c234-2db7-e43a-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:55.881717 | 0.23s 2025-10-07 08:54:34.520070 | fa163e28-c234-2db7-e43a-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-07 08:54:34.547518 | fa163e28-c234-2db7-e43a-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-07 08:54:34.548649 | fa163e28-c234-2db7-e43a-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:55.936823 | 0.03s 2025-10-07 08:54:34.575676 | fa163e28-c234-2db7-e43a-00000000005c | TASK | Ensure we get cloud-init 2025-10-07 08:54:34.807656 | fa163e28-c234-2db7-e43a-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-07 08:54:34.809176 | fa163e28-c234-2db7-e43a-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.197352 | 0.23s 2025-10-07 08:54:34.836512 | fa163e28-c234-2db7-e43a-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-07 08:54:35.071007 | fa163e28-c234-2db7-e43a-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-07 08:54:35.071909 | fa163e28-c234-2db7-e43a-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.460091 | 0.23s 2025-10-07 08:54:35.092033 | fa163e28-c234-2db7-e43a-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-07 08:54:35.477636 | fa163e28-c234-2db7-e43a-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-07 08:54:35.478852 | fa163e28-c234-2db7-e43a-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:56.867028 | 0.39s 2025-10-07 08:54:35.504264 | fa163e28-c234-2db7-e43a-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-07 08:54:35.555760 | fa163e28-c234-2db7-e43a-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-07 08:54:35.556878 | fa163e28-c234-2db7-e43a-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:56.945053 | 0.05s 2025-10-07 08:54:35.582640 | fa163e28-c234-2db7-e43a-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-07 08:54:35.839148 | fa163e28-c234-2db7-e43a-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-07 08:54:35.840511 | fa163e28-c234-2db7-e43a-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.228687 | 0.26s 2025-10-07 08:54:35.867053 | fa163e28-c234-2db7-e43a-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-07 08:54:35.937629 | fa163e28-c234-2db7-e43a-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.325796 | 0.07s 2025-10-07 08:54:35.964878 | 10b6df7a-c12d-4e57-83c1-7e05b92f0e9b | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-07 08:54:35.998751 | fa163e28-c234-2db7-e43a-000000000909 | TASK | Set nic_config_file fact 2025-10-07 08:54:36.081250 | fa163e28-c234-2db7-e43a-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-07 08:54:36.082508 | fa163e28-c234-2db7-e43a-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.470678 | 0.08s 2025-10-07 08:54:36.109302 | fa163e28-c234-2db7-e43a-00000000090a | TASK | Render overidden network config 2025-10-07 08:54:36.191473 | fa163e28-c234-2db7-e43a-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-07 08:54:36.192820 | fa163e28-c234-2db7-e43a-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.580987 | 0.08s 2025-10-07 08:54:36.220189 | fa163e28-c234-2db7-e43a-00000000090b | TASK | Render network_config 2025-10-07 08:54:36.292285 | fa163e28-c234-2db7-e43a-00000000090b | SKIPPED | Render network_config | standalone 2025-10-07 08:54:36.293489 | fa163e28-c234-2db7-e43a-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.681659 | 0.07s 2025-10-07 08:54:36.322744 | fa163e28-c234-2db7-e43a-00000000090c | TASK | Render network_config from template 2025-10-07 08:54:36.899352 | fa163e28-c234-2db7-e43a-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-07 08:54:36.901091 | fa163e28-c234-2db7-e43a-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.289258 | 0.58s 2025-10-07 08:54:36.929033 | fa163e28-c234-2db7-e43a-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=138547325296.44369 2025-10-07 08:54:41.021622 | fa163e28-c234-2db7-e43a-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-07 08:54:41.023640 | fa163e28-c234-2db7-e43a-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.411815 | 4.09s 2025-10-07 08:54:41.052857 | fa163e28-c234-2db7-e43a-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-07 08:54:41.527186 | fa163e28-c234-2db7-e43a-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-07 08:54:41.528598 | fa163e28-c234-2db7-e43a-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:02.916774 | 0.47s 2025-10-07 08:54:41.555194 | fa163e28-c234-2db7-e43a-000000000065 | TASK | Disable cloud-init network config 2025-10-07 08:54:42.082046 | fa163e28-c234-2db7-e43a-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-07 08:54:42.083394 | fa163e28-c234-2db7-e43a-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.471569 | 0.53s 2025-10-07 08:54:42.109327 | fa163e28-c234-2db7-e43a-000000000066 | TASK | Ensure network service is enabled 2025-10-07 08:54:42.516896 | fa163e28-c234-2db7-e43a-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-07 08:54:42.518672 | fa163e28-c234-2db7-e43a-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:03.906848 | 0.41s PLAY [Server network validation] *********************************************** 2025-10-07 08:54:42.698316 | fa163e28-c234-2db7-e43a-000000000096 | TASK | Basic Network Validation 2025-10-07 08:54:42.724143 | fa163e28-c234-2db7-e43a-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.112302 | 0.02s 2025-10-07 08:54:42.766653 | fa163e28-c234-2db7-e43a-000000000945 | TASK | Collect default network fact 2025-10-07 08:54:43.291984 | fa163e28-c234-2db7-e43a-000000000945 | OK | Collect default network fact | standalone 2025-10-07 08:54:43.293356 | fa163e28-c234-2db7-e43a-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:04.681530 | 0.53s 2025-10-07 08:54:43.318371 | fa163e28-c234-2db7-e43a-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-07 08:54:43.346838 | fa163e28-c234-2db7-e43a-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-07 08:54:43.347863 | fa163e28-c234-2db7-e43a-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:04.736038 | 0.03s 2025-10-07 08:54:43.376513 | fa163e28-c234-2db7-e43a-000000000947 | TASK | Check all networks Gateway availability 2025-10-07 08:54:43.407699 | fa163e28-c234-2db7-e43a-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:04.795866 | 0.03s 2025-10-07 08:54:43.437776 | fa163e28-c234-2db7-e43a-000000000949 | TASK | Check Controllers availability 2025-10-07 08:54:43.500900 | fa163e28-c234-2db7-e43a-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-07 08:54:43.508034 | fa163e28-c234-2db7-e43a-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-07 08:54:43.513248 | fa163e28-c234-2db7-e43a-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-07 08:54:43.520461 | fa163e28-c234-2db7-e43a-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-07 08:54:43.526254 | fa163e28-c234-2db7-e43a-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-07 08:54:43.532195 | fa163e28-c234-2db7-e43a-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-07 08:54:43.539703 | fa163e28-c234-2db7-e43a-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:04.927869 | 0.10s 2025-10-07 08:54:43.564886 | fa163e28-c234-2db7-e43a-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-07 08:54:43.593341 | fa163e28-c234-2db7-e43a-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-07 08:54:43.594427 | fa163e28-c234-2db7-e43a-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:04.982603 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-07 08:54:43.778564 | fa163e28-c234-2db7-e43a-00000000009a | TASK | Server pre deployments 2025-10-07 08:54:43.805237 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-00000000009a') missing from stats 2025-10-07 08:54:43.825718 | fa163e28-c234-2db7-e43a-00000000009e | TASK | Hiera config 2025-10-07 08:54:43.853590 | fa163e28-c234-2db7-e43a-00000000009e | TIMING | Hiera config | standalone | 0:01:05.241767 | 0.03s 2025-10-07 08:54:43.894358 | fa163e28-c234-2db7-e43a-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-07 08:54:44.122078 | fa163e28-c234-2db7-e43a-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-07 08:54:44.123421 | fa163e28-c234-2db7-e43a-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.511595 | 0.23s 2025-10-07 08:54:44.149336 | fa163e28-c234-2db7-e43a-00000000099f | TASK | Write hiera config 2025-10-07 08:54:44.585194 | fa163e28-c234-2db7-e43a-00000000099f | OK | Write hiera config | standalone 2025-10-07 08:54:44.586565 | fa163e28-c234-2db7-e43a-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:05.974742 | 0.44s 2025-10-07 08:54:44.635754 | fa163e28-c234-2db7-e43a-00000000009f | TASK | Hiera symlink 2025-10-07 08:54:44.866029 | fa163e28-c234-2db7-e43a-00000000009f | OK | Hiera symlink | standalone 2025-10-07 08:54:44.867424 | fa163e28-c234-2db7-e43a-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.255601 | 0.23s 2025-10-07 08:54:44.893316 | fa163e28-c234-2db7-e43a-0000000000a0 | TASK | Hieradata from vars 2025-10-07 08:54:44.920858 | fa163e28-c234-2db7-e43a-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.309026 | 0.03s 2025-10-07 08:54:44.980122 | fa163e28-c234-2db7-e43a-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-07 08:54:45.430429 | fa163e28-c234-2db7-e43a-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-07 08:54:45.431781 | fa163e28-c234-2db7-e43a-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:06.819957 | 0.45s 2025-10-07 08:54:45.458810 | fa163e28-c234-2db7-e43a-0000000009fa | TASK | Render hieradata from template 2025-10-07 08:54:45.993725 | fa163e28-c234-2db7-e43a-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-07 08:54:45.994622 | fa163e28-c234-2db7-e43a-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.382805 | 0.53s 2025-10-07 08:54:46.542359 | fa163e28-c234-2db7-e43a-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-07 08:54:46.545382 | fa163e28-c234-2db7-e43a-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.933553 | 1.09s 2025-10-07 08:54:47.150595 | fa163e28-c234-2db7-e43a-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-07 08:54:47.151342 | fa163e28-c234-2db7-e43a-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.539527 | 1.69s 2025-10-07 08:54:47.624446 | fa163e28-c234-2db7-e43a-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-07 08:54:47.625506 | fa163e28-c234-2db7-e43a-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.013683 | 2.17s 2025-10-07 08:54:48.130779 | fa163e28-c234-2db7-e43a-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-07 08:54:48.131413 | fa163e28-c234-2db7-e43a-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.519598 | 2.67s 2025-10-07 08:54:48.609215 | fa163e28-c234-2db7-e43a-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-07 08:54:48.609869 | fa163e28-c234-2db7-e43a-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.998053 | 3.15s 2025-10-07 08:54:49.113160 | fa163e28-c234-2db7-e43a-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-07 08:54:49.115347 | fa163e28-c234-2db7-e43a-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.503518 | 3.66s 2025-10-07 08:54:49.609450 | fa163e28-c234-2db7-e43a-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-07 08:54:49.610518 | fa163e28-c234-2db7-e43a-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.998695 | 4.15s 2025-10-07 08:54:50.064249 | fa163e28-c234-2db7-e43a-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-07 08:54:50.065486 | fa163e28-c234-2db7-e43a-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.453657 | 4.61s 2025-10-07 08:54:50.543141 | fa163e28-c234-2db7-e43a-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-07 08:54:50.543818 | fa163e28-c234-2db7-e43a-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.932002 | 5.08s 2025-10-07 08:54:50.552695 | fa163e28-c234-2db7-e43a-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.940864 | 5.09s 2025-10-07 08:54:50.615858 | fa163e28-c234-2db7-e43a-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-07 08:54:50.644674 | fa163e28-c234-2db7-e43a-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.032842 | 0.03s 2025-10-07 08:54:50.718036 | fa163e28-c234-2db7-e43a-000000000a9e | TASK | Check for hieradata file 2025-10-07 08:54:50.948060 | fa163e28-c234-2db7-e43a-000000000a9e | OK | Check for hieradata file | standalone 2025-10-07 08:54:50.949448 | fa163e28-c234-2db7-e43a-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.337621 | 0.23s 2025-10-07 08:54:50.976852 | fa163e28-c234-2db7-e43a-000000000aa0 | TASK | Get existing data 2025-10-07 08:54:51.015182 | fa163e28-c234-2db7-e43a-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-07 08:54:51.016465 | fa163e28-c234-2db7-e43a-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.404639 | 0.04s 2025-10-07 08:54:51.043133 | fa163e28-c234-2db7-e43a-000000000aa1 | TASK | Set data fact 2025-10-07 08:54:51.094767 | fa163e28-c234-2db7-e43a-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-07 08:54:51.096066 | fa163e28-c234-2db7-e43a-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.484241 | 0.05s 2025-10-07 08:54:51.121984 | fa163e28-c234-2db7-e43a-000000000aa3 | TASK | Write ansible hieradata file 2025-10-07 08:54:51.631488 | fa163e28-c234-2db7-e43a-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-07 08:54:51.632818 | fa163e28-c234-2db7-e43a-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.020995 | 0.51s 2025-10-07 08:54:51.734617 | fa163e28-c234-2db7-e43a-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.122783 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-07 08:54:51.894885 | fa163e28-c234-2db7-e43a-0000000000a6 | TASK | Host prep steps 2025-10-07 08:54:51.921245 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000a6') missing from stats 2025-10-07 08:54:51.993164 | fa163e28-c234-2db7-e43a-0000000000a7 | TASK | Deploy Artifacts 2025-10-07 08:54:52.102849 | fa163e28-c234-2db7-e43a-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-07 08:54:52.103543 | fa163e28-c234-2db7-e43a-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.491728 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 08:54:52.160384 | fa163e28-c234-2db7-e43a-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.548557 | 0.04s 2025-10-07 08:54:52.361782 | 9139b81a-ad23-44d7-9565-e8790483932a | INCLUDED | /root/standalone-ansible-7rzon_tu/Standalone/host_prep_tasks.yaml | standalone 2025-10-07 08:54:52.421823 | fa163e28-c234-2db7-e43a-000000000b1e | TASK | Run firewall role 2025-10-07 08:54:52.462465 | fa163e28-c234-2db7-e43a-000000000b1e | TIMING | Run firewall role | standalone | 0:01:13.850632 | 0.04s 2025-10-07 08:54:52.526829 | fa163e28-c234-2db7-e43a-000000000c36 | TASK | Gather variables for each operating system 2025-10-07 08:54:52.643728 | fa163e28-c234-2db7-e43a-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-07 08:54:52.644790 | fa163e28-c234-2db7-e43a-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.032969 | 0.12s 2025-10-07 08:54:52.649302 | fa163e28-c234-2db7-e43a-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.037472 | 0.12s 2025-10-07 08:54:52.676699 | fa163e28-c234-2db7-e43a-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-07 08:54:55.485179 | fa163e28-c234-2db7-e43a-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-07 08:54:55.485859 | fa163e28-c234-2db7-e43a-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:16.874042 | 2.81s 2025-10-07 08:54:55.503436 | fa163e28-c234-2db7-e43a-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-07 08:54:55.537913 | fa163e28-c234-2db7-e43a-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-07 08:54:55.538736 | fa163e28-c234-2db7-e43a-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:16.926918 | 0.03s 2025-10-07 08:54:55.558675 | fa163e28-c234-2db7-e43a-000000000c3c | TASK | Enable masquerade 2025-10-07 08:54:55.606319 | fa163e28-c234-2db7-e43a-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-07 08:54:55.607512 | fa163e28-c234-2db7-e43a-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:16.995686 | 0.05s 2025-10-07 08:54:55.632531 | fa163e28-c234-2db7-e43a-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-07 08:54:55.663964 | fa163e28-c234-2db7-e43a-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-07 08:54:55.665118 | fa163e28-c234-2db7-e43a-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.053295 | 0.03s 2025-10-07 08:54:55.690986 | fa163e28-c234-2db7-e43a-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-07 08:54:55.740675 | fa163e28-c234-2db7-e43a-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-07 08:54:55.742240 | fa163e28-c234-2db7-e43a-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.130414 | 0.05s 2025-10-07 08:54:55.769155 | fa163e28-c234-2db7-e43a-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-07 08:54:55.808565 | fa163e28-c234-2db7-e43a-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-07 08:54:55.809771 | fa163e28-c234-2db7-e43a-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.197947 | 0.04s 2025-10-07 08:54:55.834900 | fa163e28-c234-2db7-e43a-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-07 08:54:55.865412 | fa163e28-c234-2db7-e43a-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-07 08:54:55.866642 | fa163e28-c234-2db7-e43a-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.254810 | 0.03s 2025-10-07 08:54:55.892679 | fa163e28-c234-2db7-e43a-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-07 08:54:55.926112 | fa163e28-c234-2db7-e43a-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-07 08:54:55.927323 | fa163e28-c234-2db7-e43a-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.315492 | 0.03s 2025-10-07 08:54:55.953219 | fa163e28-c234-2db7-e43a-000000000c46 | TASK | Enable LOG rules 2025-10-07 08:54:55.982141 | fa163e28-c234-2db7-e43a-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-07 08:54:55.983465 | fa163e28-c234-2db7-e43a-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.371639 | 0.03s 2025-10-07 08:54:56.011927 | fa163e28-c234-2db7-e43a-000000000c47 | TASK | Set rule fact 2025-10-07 08:54:56.117218 | fa163e28-c234-2db7-e43a-000000000c47 | OK | Set rule fact | standalone 2025-10-07 08:54:56.120246 | fa163e28-c234-2db7-e43a-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.508421 | 0.11s 2025-10-07 08:54:56.151501 | fa163e28-c234-2db7-e43a-000000000c48 | TASK | Manage rules via nftables 2025-10-07 08:54:56.181155 | fa163e28-c234-2db7-e43a-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:17.569312 | 0.03s 2025-10-07 08:54:56.264854 | fa163e28-c234-2db7-e43a-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.653024 | 0.03s 2025-10-07 08:54:56.280766 | b3b60ed4-1446-4636-bb67-fc942fc978dd | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-07 08:54:56.306923 | fa163e28-c234-2db7-e43a-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-07 08:54:56.710624 | fa163e28-c234-2db7-e43a-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-07 08:54:56.713451 | fa163e28-c234-2db7-e43a-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.101618 | 0.41s 2025-10-07 08:54:57.091033 | fa163e28-c234-2db7-e43a-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-07 08:54:57.092970 | fa163e28-c234-2db7-e43a-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.481104 | 0.78s 2025-10-07 08:54:57.114463 | fa163e28-c234-2db7-e43a-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.502632 | 0.81s 2025-10-07 08:54:57.144577 | fa163e28-c234-2db7-e43a-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-07 08:54:58.905756 | fa163e28-c234-2db7-e43a-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-07 08:54:58.907588 | fa163e28-c234-2db7-e43a-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.295763 | 1.76s 2025-10-07 08:54:58.937334 | fa163e28-c234-2db7-e43a-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-07 08:54:58.978375 | fa163e28-c234-2db7-e43a-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-07 08:54:58.979628 | fa163e28-c234-2db7-e43a-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:20.367802 | 0.04s 2025-10-07 08:54:59.035991 | fa163e28-c234-2db7-e43a-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.424162 | 0.03s 2025-10-07 08:54:59.063148 | 2331dcbc-5935-43d9-8ca8-851c436bab14 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-07 08:54:59.100621 | fa163e28-c234-2db7-e43a-000000000d40 | TASK | Push empty ruleset 2025-10-07 08:54:59.596757 | fa163e28-c234-2db7-e43a-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-07 08:54:59.598064 | fa163e28-c234-2db7-e43a-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.986239 | 0.50s 2025-10-07 08:54:59.626871 | fa163e28-c234-2db7-e43a-000000000d41 | TASK | Load empty ruleset 2025-10-07 08:54:59.895664 | fa163e28-c234-2db7-e43a-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-07 08:54:59.897106 | fa163e28-c234-2db7-e43a-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.285280 | 0.27s 2025-10-07 08:54:59.925116 | fa163e28-c234-2db7-e43a-000000000d43 | TASK | Use default rules 2025-10-07 08:55:00.022221 | fa163e28-c234-2db7-e43a-000000000d43 | OK | Use default rules | standalone 2025-10-07 08:55:00.025101 | fa163e28-c234-2db7-e43a-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:21.413276 | 0.10s 2025-10-07 08:55:00.055535 | fa163e28-c234-2db7-e43a-000000000d44 | TASK | Enable LOG rules 2025-10-07 08:55:00.165234 | fa163e28-c234-2db7-e43a-000000000d44 | OK | Enable LOG rules | standalone 2025-10-07 08:55:00.166836 | fa163e28-c234-2db7-e43a-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:21.555020 | 0.11s 2025-10-07 08:55:00.198123 | fa163e28-c234-2db7-e43a-000000000d46 | TASK | Get current nftables content 2025-10-07 08:55:00.411916 | fa163e28-c234-2db7-e43a-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-07 08:55:00.413386 | fa163e28-c234-2db7-e43a-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.801561 | 0.21s 2025-10-07 08:55:00.441876 | fa163e28-c234-2db7-e43a-000000000d48 | TASK | Generate chain jumps 2025-10-07 08:55:00.974188 | fa163e28-c234-2db7-e43a-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-07 08:55:00.975600 | fa163e28-c234-2db7-e43a-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.363775 | 0.53s 2025-10-07 08:55:01.003619 | fa163e28-c234-2db7-e43a-000000000d49 | TASK | Generate chain jumps 2025-10-07 08:55:01.560370 | fa163e28-c234-2db7-e43a-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-07 08:55:01.561715 | fa163e28-c234-2db7-e43a-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.949891 | 0.56s 2025-10-07 08:55:01.588156 | fa163e28-c234-2db7-e43a-000000000d4a | TASK | Generate nft flushes 2025-10-07 08:55:02.198033 | fa163e28-c234-2db7-e43a-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-07 08:55:02.199379 | fa163e28-c234-2db7-e43a-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:23.587556 | 0.61s 2025-10-07 08:55:02.227683 | fa163e28-c234-2db7-e43a-000000000d4b | TASK | Generate nft tripleo chains 2025-10-07 08:55:02.704173 | fa163e28-c234-2db7-e43a-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-07 08:55:02.705882 | fa163e28-c234-2db7-e43a-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.094058 | 0.48s 2025-10-07 08:55:02.733315 | fa163e28-c234-2db7-e43a-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-07 08:55:04.384450 | fa163e28-c234-2db7-e43a-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-07 08:55:04.385975 | fa163e28-c234-2db7-e43a-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.774122 | 1.65s 2025-10-07 08:55:04.413865 | fa163e28-c234-2db7-e43a-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-07 08:55:05.075216 | fa163e28-c234-2db7-e43a-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-07 08:55:05.076748 | fa163e28-c234-2db7-e43a-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.464922 | 0.66s 2025-10-07 08:55:05.105738 | fa163e28-c234-2db7-e43a-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-07 08:55:05.367844 | fa163e28-c234-2db7-e43a-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-07 08:55:05.368866 | fa163e28-c234-2db7-e43a-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:26.757048 | 0.26s 2025-10-07 08:55:05.417306 | fa163e28-c234-2db7-e43a-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.805476 | 0.03s 2025-10-07 08:55:05.437845 | 9804f315-02ac-4933-9e90-396f0ee4e589 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-07 08:55:05.491028 | fa163e28-c234-2db7-e43a-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-07 08:55:05.733256 | fa163e28-c234-2db7-e43a-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-07 08:55:05.734540 | fa163e28-c234-2db7-e43a-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:27.122716 | 0.24s 2025-10-07 08:55:05.761186 | fa163e28-c234-2db7-e43a-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-07 08:55:06.055399 | fa163e28-c234-2db7-e43a-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-07 08:55:06.056717 | fa163e28-c234-2db7-e43a-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.444892 | 0.29s 2025-10-07 08:55:06.131382 | fa163e28-c234-2db7-e43a-000000000b1f | TASK | create persistent logs directory 2025-10-07 08:55:06.399089 | fa163e28-c234-2db7-e43a-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-07 08:55:06.400690 | fa163e28-c234-2db7-e43a-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.788862 | 0.27s 2025-10-07 08:55:06.588141 | fa163e28-c234-2db7-e43a-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-07 08:55:06.589249 | fa163e28-c234-2db7-e43a-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.977427 | 0.46s 2025-10-07 08:55:06.596582 | fa163e28-c234-2db7-e43a-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.984751 | 0.46s 2025-10-07 08:55:06.622668 | fa163e28-c234-2db7-e43a-000000000b20 | TASK | create persistent directories 2025-10-07 08:55:06.838705 | fa163e28-c234-2db7-e43a-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-07 08:55:06.840187 | fa163e28-c234-2db7-e43a-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.228359 | 0.22s 2025-10-07 08:55:06.846262 | fa163e28-c234-2db7-e43a-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.234432 | 0.22s 2025-10-07 08:55:06.872641 | fa163e28-c234-2db7-e43a-000000000b21 | TASK | create persistent directories 2025-10-07 08:55:07.116177 | fa163e28-c234-2db7-e43a-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-07 08:55:07.118674 | fa163e28-c234-2db7-e43a-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.506844 | 0.24s 2025-10-07 08:55:07.344371 | fa163e28-c234-2db7-e43a-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-07 08:55:07.346457 | fa163e28-c234-2db7-e43a-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.734634 | 0.47s 2025-10-07 08:55:07.357723 | fa163e28-c234-2db7-e43a-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.745891 | 0.48s 2025-10-07 08:55:07.388645 | fa163e28-c234-2db7-e43a-000000000b22 | TASK | create persistent directories 2025-10-07 08:55:07.638820 | fa163e28-c234-2db7-e43a-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-07 08:55:07.640628 | fa163e28-c234-2db7-e43a-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.028796 | 0.25s 2025-10-07 08:55:07.849084 | fa163e28-c234-2db7-e43a-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-07 08:55:07.851090 | fa163e28-c234-2db7-e43a-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.239266 | 0.46s 2025-10-07 08:55:07.861563 | fa163e28-c234-2db7-e43a-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.249732 | 0.47s 2025-10-07 08:55:07.889188 | fa163e28-c234-2db7-e43a-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-07 08:55:09.037147 | fa163e28-c234-2db7-e43a-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-07 08:55:09.038734 | fa163e28-c234-2db7-e43a-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.426909 | 1.15s 2025-10-07 08:55:09.064645 | fa163e28-c234-2db7-e43a-000000000b24 | TASK | create persistent directories 2025-10-07 08:55:09.324492 | fa163e28-c234-2db7-e43a-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-07 08:55:09.325846 | fa163e28-c234-2db7-e43a-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.714020 | 0.26s 2025-10-07 08:55:09.332578 | fa163e28-c234-2db7-e43a-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.720747 | 0.27s 2025-10-07 08:55:09.359143 | fa163e28-c234-2db7-e43a-000000000b25 | TASK | create persistent directories 2025-10-07 08:55:09.642707 | fa163e28-c234-2db7-e43a-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-07 08:55:09.645308 | fa163e28-c234-2db7-e43a-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.033476 | 0.28s 2025-10-07 08:55:09.866358 | fa163e28-c234-2db7-e43a-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-07 08:55:09.867441 | fa163e28-c234-2db7-e43a-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.255618 | 0.51s 2025-10-07 08:55:09.880529 | fa163e28-c234-2db7-e43a-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.268699 | 0.52s 2025-10-07 08:55:09.906837 | fa163e28-c234-2db7-e43a-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-07 08:55:11.273991 | fa163e28-c234-2db7-e43a-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-07 08:55:11.275518 | fa163e28-c234-2db7-e43a-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:32.663692 | 1.37s 2025-10-07 08:55:11.301321 | fa163e28-c234-2db7-e43a-000000000b27 | TASK | create persistent directories 2025-10-07 08:55:11.537685 | fa163e28-c234-2db7-e43a-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-07 08:55:11.539199 | fa163e28-c234-2db7-e43a-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.927369 | 0.24s 2025-10-07 08:55:11.763931 | fa163e28-c234-2db7-e43a-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-07 08:55:11.765098 | fa163e28-c234-2db7-e43a-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.153272 | 0.46s 2025-10-07 08:55:11.771866 | fa163e28-c234-2db7-e43a-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.160034 | 0.47s 2025-10-07 08:55:11.798451 | fa163e28-c234-2db7-e43a-000000000b28 | TASK | ensure ceph configurations exist 2025-10-07 08:55:12.035163 | fa163e28-c234-2db7-e43a-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-07 08:55:12.036490 | fa163e28-c234-2db7-e43a-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:33.424667 | 0.24s 2025-10-07 08:55:12.064099 | fa163e28-c234-2db7-e43a-000000000b29 | TASK | create persistent directories 2025-10-07 08:55:12.287586 | fa163e28-c234-2db7-e43a-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-07 08:55:12.289293 | fa163e28-c234-2db7-e43a-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.677471 | 0.22s 2025-10-07 08:55:12.299818 | fa163e28-c234-2db7-e43a-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.687989 | 0.23s 2025-10-07 08:55:12.320740 | fa163e28-c234-2db7-e43a-000000000b2b | TASK | Create cinder image conversion directory 2025-10-07 08:55:12.346686 | fa163e28-c234-2db7-e43a-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-07 08:55:12.347516 | fa163e28-c234-2db7-e43a-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:33.735697 | 0.03s 2025-10-07 08:55:12.367648 | fa163e28-c234-2db7-e43a-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-07 08:55:12.396327 | fa163e28-c234-2db7-e43a-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-07 08:55:12.397183 | fa163e28-c234-2db7-e43a-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.785364 | 0.03s 2025-10-07 08:55:12.417186 | fa163e28-c234-2db7-e43a-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-07 08:55:12.447316 | fa163e28-c234-2db7-e43a-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-07 08:55:12.448185 | fa163e28-c234-2db7-e43a-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.836367 | 0.03s 2025-10-07 08:55:12.474330 | fa163e28-c234-2db7-e43a-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-07 08:55:12.502384 | fa163e28-c234-2db7-e43a-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-07 08:55:12.503770 | fa163e28-c234-2db7-e43a-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:33.891944 | 0.03s 2025-10-07 08:55:12.529907 | fa163e28-c234-2db7-e43a-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-07 08:55:12.558633 | fa163e28-c234-2db7-e43a-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-07 08:55:12.559751 | fa163e28-c234-2db7-e43a-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:33.947926 | 0.03s 2025-10-07 08:55:12.585285 | fa163e28-c234-2db7-e43a-000000000b32 | TASK | Get or create LVM loopback device 2025-10-07 08:55:12.613974 | fa163e28-c234-2db7-e43a-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-07 08:55:12.615175 | fa163e28-c234-2db7-e43a-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:34.003349 | 0.03s 2025-10-07 08:55:12.641903 | fa163e28-c234-2db7-e43a-000000000b33 | TASK | Create LVM volume group 2025-10-07 08:55:12.671376 | fa163e28-c234-2db7-e43a-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-07 08:55:12.672657 | fa163e28-c234-2db7-e43a-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:34.060831 | 0.03s 2025-10-07 08:55:12.698234 | fa163e28-c234-2db7-e43a-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-07 08:55:12.728146 | fa163e28-c234-2db7-e43a-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-07 08:55:12.729373 | fa163e28-c234-2db7-e43a-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:34.117547 | 0.03s 2025-10-07 08:55:12.755283 | fa163e28-c234-2db7-e43a-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-07 08:55:12.782515 | fa163e28-c234-2db7-e43a-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-07 08:55:12.783743 | fa163e28-c234-2db7-e43a-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:34.171918 | 0.03s 2025-10-07 08:55:12.809726 | fa163e28-c234-2db7-e43a-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-07 08:55:13.762034 | fa163e28-c234-2db7-e43a-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-07 08:55:13.764231 | fa163e28-c234-2db7-e43a-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:35.152403 | 0.95s 2025-10-07 08:55:13.789697 | fa163e28-c234-2db7-e43a-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-07 08:55:15.994198 | fa163e28-c234-2db7-e43a-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-07 08:55:15.996095 | fa163e28-c234-2db7-e43a-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:37.384269 | 2.20s 2025-10-07 08:55:16.050325 | fa163e28-c234-2db7-e43a-000000000b3a | OK | set_fact | standalone 2025-10-07 08:55:16.051597 | fa163e28-c234-2db7-e43a-000000000b3a | TIMING | set_fact | standalone | 0:01:37.439772 | 0.03s 2025-10-07 08:55:16.097262 | fa163e28-c234-2db7-e43a-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:37.485402 | 0.02s 2025-10-07 08:55:16.152759 | fa163e28-c234-2db7-e43a-000000000f04 | TASK | ensure apache is installed 2025-10-07 08:55:22.029407 | fa163e28-c234-2db7-e43a-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-07 08:55:22.031840 | fa163e28-c234-2db7-e43a-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:43.420009 | 5.88s 2025-10-07 08:55:22.060093 | fa163e28-c234-2db7-e43a-000000000f05 | TASK | create image data directory 2025-10-07 08:55:22.317555 | fa163e28-c234-2db7-e43a-000000000f05 | CHANGED | create image data directory | standalone 2025-10-07 08:55:22.318538 | fa163e28-c234-2db7-e43a-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:43.706721 | 0.26s 2025-10-07 08:55:22.338538 | fa163e28-c234-2db7-e43a-000000000f06 | TASK | create /v2/ response file 2025-10-07 08:55:22.716700 | fa163e28-c234-2db7-e43a-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-07 08:55:22.718355 | fa163e28-c234-2db7-e43a-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:44.106531 | 0.38s 2025-10-07 08:55:22.748257 | fa163e28-c234-2db7-e43a-000000000f07 | TASK | Add listen line 2025-10-07 08:55:23.099054 | fa163e28-c234-2db7-e43a-000000000f07 | CHANGED | Add listen line | standalone 2025-10-07 08:55:23.100439 | fa163e28-c234-2db7-e43a-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:44.488614 | 0.35s 2025-10-07 08:55:23.127433 | fa163e28-c234-2db7-e43a-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-07 08:55:23.650333 | fa163e28-c234-2db7-e43a-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-07 08:55:23.651782 | fa163e28-c234-2db7-e43a-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:45.039958 | 0.52s 2025-10-07 08:55:23.678638 | fa163e28-c234-2db7-e43a-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-07 08:55:24.617694 | fa163e28-c234-2db7-e43a-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-07 08:55:24.620151 | fa163e28-c234-2db7-e43a-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:46.008325 | 0.94s 2025-10-07 08:55:24.671465 | fa163e28-c234-2db7-e43a-000000000b3d | TASK | create persistent logs directory 2025-10-07 08:55:24.921044 | fa163e28-c234-2db7-e43a-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-07 08:55:24.922032 | fa163e28-c234-2db7-e43a-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.310214 | 0.25s 2025-10-07 08:55:25.127685 | fa163e28-c234-2db7-e43a-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-07 08:55:25.130035 | fa163e28-c234-2db7-e43a-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.518205 | 0.46s 2025-10-07 08:55:25.139836 | fa163e28-c234-2db7-e43a-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.528014 | 0.47s 2025-10-07 08:55:25.159832 | fa163e28-c234-2db7-e43a-000000000b3e | TASK | Mount NFS on host 2025-10-07 08:55:25.186627 | fa163e28-c234-2db7-e43a-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-07 08:55:25.188046 | fa163e28-c234-2db7-e43a-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:46.576218 | 0.03s 2025-10-07 08:55:25.214386 | fa163e28-c234-2db7-e43a-000000000b3f | TASK | Mount Node Staging Location 2025-10-07 08:55:25.245025 | fa163e28-c234-2db7-e43a-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-07 08:55:25.246311 | fa163e28-c234-2db7-e43a-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:46.634484 | 0.03s 2025-10-07 08:55:25.271768 | fa163e28-c234-2db7-e43a-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-07 08:55:25.504566 | fa163e28-c234-2db7-e43a-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-07 08:55:25.506247 | fa163e28-c234-2db7-e43a-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:46.894421 | 0.23s 2025-10-07 08:55:25.529401 | fa163e28-c234-2db7-e43a-000000000b41 | TASK | create logs directory 2025-10-07 08:55:25.774882 | fa163e28-c234-2db7-e43a-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-07 08:55:25.776499 | fa163e28-c234-2db7-e43a-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.164670 | 0.25s 2025-10-07 08:55:26.029752 | fa163e28-c234-2db7-e43a-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-07 08:55:26.030375 | fa163e28-c234-2db7-e43a-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.418561 | 0.50s 2025-10-07 08:55:26.034068 | fa163e28-c234-2db7-e43a-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.422247 | 0.50s 2025-10-07 08:55:26.060706 | fa163e28-c234-2db7-e43a-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-07 08:55:26.088763 | fa163e28-c234-2db7-e43a-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-07 08:55:26.090340 | fa163e28-c234-2db7-e43a-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:47.478511 | 0.03s 2025-10-07 08:55:26.115136 | fa163e28-c234-2db7-e43a-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-07 08:55:26.355681 | fa163e28-c234-2db7-e43a-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-07 08:55:26.357295 | fa163e28-c234-2db7-e43a-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:47.745465 | 0.24s 2025-10-07 08:55:26.386217 | fa163e28-c234-2db7-e43a-000000000b44 | TASK | create persistent directories 2025-10-07 08:55:26.636704 | fa163e28-c234-2db7-e43a-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-07 08:55:26.638692 | fa163e28-c234-2db7-e43a-000000000b44 | TIMING | create persistent directories | standalone | 0:01:48.026865 | 0.25s 2025-10-07 08:55:26.648479 | fa163e28-c234-2db7-e43a-000000000b44 | TIMING | create persistent directories | standalone | 0:01:48.036655 | 0.26s 2025-10-07 08:55:26.666954 | fa163e28-c234-2db7-e43a-000000000b45 | TASK | create persistent data directory 2025-10-07 08:55:26.875060 | fa163e28-c234-2db7-e43a-000000000b45 | OK | create persistent data directory | standalone 2025-10-07 08:55:26.876661 | fa163e28-c234-2db7-e43a-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:48.264837 | 0.21s 2025-10-07 08:55:26.903309 | fa163e28-c234-2db7-e43a-000000000b46 | TASK | get parameters 2025-10-07 08:55:26.942024 | fa163e28-c234-2db7-e43a-000000000b46 | OK | get parameters | standalone 2025-10-07 08:55:26.943165 | fa163e28-c234-2db7-e43a-000000000b46 | TIMING | get parameters | standalone | 0:01:48.331341 | 0.04s 2025-10-07 08:55:26.968635 | fa163e28-c234-2db7-e43a-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-07 08:55:27.017908 | fa163e28-c234-2db7-e43a-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-07 08:55:27.019285 | fa163e28-c234-2db7-e43a-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:48.407460 | 0.05s 2025-10-07 08:55:27.045742 | fa163e28-c234-2db7-e43a-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-07 08:55:27.095109 | fa163e28-c234-2db7-e43a-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-07 08:55:27.096280 | fa163e28-c234-2db7-e43a-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:48.484454 | 0.05s 2025-10-07 08:55:27.122412 | fa163e28-c234-2db7-e43a-000000000b4a | TASK | get haproxy status 2025-10-07 08:55:27.171633 | fa163e28-c234-2db7-e43a-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-07 08:55:27.173049 | fa163e28-c234-2db7-e43a-000000000b4a | TIMING | get haproxy status | standalone | 0:01:48.561218 | 0.05s 2025-10-07 08:55:27.203829 | fa163e28-c234-2db7-e43a-000000000b4b | TASK | get pacemaker status 2025-10-07 08:55:27.247458 | fa163e28-c234-2db7-e43a-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-07 08:55:27.248696 | fa163e28-c234-2db7-e43a-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:48.636871 | 0.04s 2025-10-07 08:55:27.274356 | fa163e28-c234-2db7-e43a-000000000b4c | TASK | get docker status 2025-10-07 08:55:27.326065 | fa163e28-c234-2db7-e43a-000000000b4c | SKIPPED | get docker status | standalone 2025-10-07 08:55:27.327349 | fa163e28-c234-2db7-e43a-000000000b4c | TIMING | get docker status | standalone | 0:01:48.715524 | 0.05s 2025-10-07 08:55:27.353061 | fa163e28-c234-2db7-e43a-000000000b4d | TASK | get container_id 2025-10-07 08:55:27.395495 | fa163e28-c234-2db7-e43a-000000000b4d | SKIPPED | get container_id | standalone 2025-10-07 08:55:27.396642 | fa163e28-c234-2db7-e43a-000000000b4d | TIMING | get container_id | standalone | 0:01:48.784816 | 0.04s 2025-10-07 08:55:27.422966 | fa163e28-c234-2db7-e43a-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-07 08:55:27.466583 | fa163e28-c234-2db7-e43a-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-07 08:55:27.467832 | fa163e28-c234-2db7-e43a-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:48.856007 | 0.04s 2025-10-07 08:55:27.493394 | fa163e28-c234-2db7-e43a-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-07 08:55:27.538188 | fa163e28-c234-2db7-e43a-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-07 08:55:27.539378 | fa163e28-c234-2db7-e43a-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:48.927554 | 0.04s 2025-10-07 08:55:27.564014 | fa163e28-c234-2db7-e43a-000000000b50 | TASK | push certificate content 2025-10-07 08:55:27.613234 | fa163e28-c234-2db7-e43a-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-07 08:55:27.614269 | fa163e28-c234-2db7-e43a-000000000b50 | TIMING | push certificate content | standalone | 0:01:49.002445 | 0.05s 2025-10-07 08:55:27.639724 | fa163e28-c234-2db7-e43a-000000000b52 | TASK | set certificate ownership 2025-10-07 08:55:27.683622 | fa163e28-c234-2db7-e43a-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-07 08:55:27.685040 | fa163e28-c234-2db7-e43a-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:49.073214 | 0.04s 2025-10-07 08:55:27.712136 | fa163e28-c234-2db7-e43a-000000000b53 | TASK | reload haproxy if enabled 2025-10-07 08:55:27.757640 | fa163e28-c234-2db7-e43a-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-07 08:55:27.758964 | fa163e28-c234-2db7-e43a-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:49.147113 | 0.05s 2025-10-07 08:55:27.786107 | fa163e28-c234-2db7-e43a-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-07 08:55:27.841006 | fa163e28-c234-2db7-e43a-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-07 08:55:27.842720 | fa163e28-c234-2db7-e43a-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:49.230889 | 0.06s 2025-10-07 08:55:27.870231 | fa163e28-c234-2db7-e43a-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-07 08:55:27.922064 | fa163e28-c234-2db7-e43a-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-07 08:55:27.923320 | fa163e28-c234-2db7-e43a-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:49.311495 | 0.05s 2025-10-07 08:55:27.950178 | fa163e28-c234-2db7-e43a-000000000b58 | TASK | create persistent directories 2025-10-07 08:55:28.211446 | fa163e28-c234-2db7-e43a-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-07 08:55:28.213751 | fa163e28-c234-2db7-e43a-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.601920 | 0.26s 2025-10-07 08:55:28.429862 | fa163e28-c234-2db7-e43a-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-07 08:55:28.431682 | fa163e28-c234-2db7-e43a-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.819859 | 0.48s 2025-10-07 08:55:28.442048 | fa163e28-c234-2db7-e43a-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.830220 | 0.49s 2025-10-07 08:55:28.467804 | fa163e28-c234-2db7-e43a-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-07 08:55:33.748128 | fa163e28-c234-2db7-e43a-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-07 08:55:33.749108 | fa163e28-c234-2db7-e43a-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:55.137288 | 5.28s 2025-10-07 08:55:33.769145 | fa163e28-c234-2db7-e43a-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-07 08:55:33.849181 | fa163e28-c234-2db7-e43a-000000000b5a | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.70 seconds", "Notice: Applied catalog in 0.26 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.26", " Catalog application: 0.26", " Config retrieval: 0.77", " Last run: 1759827333", " Total: 0.26", "Version:", " Config: 1759827332", " 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-07 08:55:33.850466 | fa163e28-c234-2db7-e43a-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:55.238642 | 0.08s 2025-10-07 08:55:33.876160 | fa163e28-c234-2db7-e43a-000000000b5b | TASK | create persistent directories 2025-10-07 08:55:34.126192 | fa163e28-c234-2db7-e43a-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-07 08:55:34.127787 | fa163e28-c234-2db7-e43a-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.515957 | 0.25s 2025-10-07 08:55:34.333643 | fa163e28-c234-2db7-e43a-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-07 08:55:34.335404 | fa163e28-c234-2db7-e43a-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.723581 | 0.46s 2025-10-07 08:55:34.346285 | fa163e28-c234-2db7-e43a-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.734453 | 0.47s 2025-10-07 08:55:34.372700 | fa163e28-c234-2db7-e43a-000000000b5c | TASK | create persistent directories 2025-10-07 08:55:34.588406 | fa163e28-c234-2db7-e43a-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-07 08:55:34.590027 | fa163e28-c234-2db7-e43a-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.978196 | 0.22s 2025-10-07 08:55:34.805189 | fa163e28-c234-2db7-e43a-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-07 08:55:34.807048 | fa163e28-c234-2db7-e43a-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.195224 | 0.43s 2025-10-07 08:55:34.817456 | fa163e28-c234-2db7-e43a-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.205627 | 0.44s 2025-10-07 08:55:34.845276 | fa163e28-c234-2db7-e43a-000000000b5d | TASK | create persistent directories 2025-10-07 08:55:35.074692 | fa163e28-c234-2db7-e43a-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-07 08:55:35.076555 | fa163e28-c234-2db7-e43a-000000000b5d | TIMING | create persistent directories | standalone | 0:01:56.464730 | 0.23s 2025-10-07 08:55:35.086647 | fa163e28-c234-2db7-e43a-000000000b5d | TIMING | create persistent directories | standalone | 0:01:56.474826 | 0.24s 2025-10-07 08:55:35.112398 | fa163e28-c234-2db7-e43a-000000000b5e | TASK | create persistent directories 2025-10-07 08:55:35.360605 | fa163e28-c234-2db7-e43a-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-07 08:55:35.361762 | fa163e28-c234-2db7-e43a-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.749940 | 0.25s 2025-10-07 08:55:35.598231 | fa163e28-c234-2db7-e43a-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-07 08:55:35.599887 | fa163e28-c234-2db7-e43a-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.988065 | 0.49s 2025-10-07 08:55:35.814853 | fa163e28-c234-2db7-e43a-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-07 08:55:35.816613 | fa163e28-c234-2db7-e43a-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.204790 | 0.70s 2025-10-07 08:55:36.038963 | fa163e28-c234-2db7-e43a-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-07 08:55:36.040954 | fa163e28-c234-2db7-e43a-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.429104 | 0.93s 2025-10-07 08:55:36.051990 | fa163e28-c234-2db7-e43a-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.440161 | 0.94s 2025-10-07 08:55:36.078849 | fa163e28-c234-2db7-e43a-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-07 08:55:36.489990 | fa163e28-c234-2db7-e43a-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-07 08:55:36.491400 | fa163e28-c234-2db7-e43a-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:57.879576 | 0.41s 2025-10-07 08:55:36.516828 | fa163e28-c234-2db7-e43a-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-07 08:55:37.811349 | fa163e28-c234-2db7-e43a-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-07 08:55:37.813775 | fa163e28-c234-2db7-e43a-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.201943 | 1.30s 2025-10-07 08:55:39.116011 | fa163e28-c234-2db7-e43a-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-07 08:55:39.116959 | fa163e28-c234-2db7-e43a-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.505145 | 2.60s 2025-10-07 08:55:40.355168 | fa163e28-c234-2db7-e43a-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-07 08:55:40.358096 | fa163e28-c234-2db7-e43a-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.746148 | 3.84s 2025-10-07 08:55:40.366160 | fa163e28-c234-2db7-e43a-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.754328 | 3.85s 2025-10-07 08:55:40.393299 | fa163e28-c234-2db7-e43a-000000000b61 | TASK | create persistent directories 2025-10-07 08:55:40.650325 | fa163e28-c234-2db7-e43a-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-07 08:55:40.652064 | fa163e28-c234-2db7-e43a-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.040244 | 0.26s 2025-10-07 08:55:40.880658 | fa163e28-c234-2db7-e43a-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-07 08:55:40.881868 | fa163e28-c234-2db7-e43a-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.270044 | 0.49s 2025-10-07 08:55:41.088566 | fa163e28-c234-2db7-e43a-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-07 08:55:41.090283 | fa163e28-c234-2db7-e43a-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.478459 | 0.70s 2025-10-07 08:55:41.097486 | fa163e28-c234-2db7-e43a-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.485665 | 0.70s 2025-10-07 08:55:41.116379 | fa163e28-c234-2db7-e43a-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-07 08:55:41.326330 | fa163e28-c234-2db7-e43a-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-07 08:55:41.327714 | fa163e28-c234-2db7-e43a-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:02.715890 | 0.21s 2025-10-07 08:55:41.352994 | fa163e28-c234-2db7-e43a-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-07 08:55:41.381878 | fa163e28-c234-2db7-e43a-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-07 08:55:41.383196 | fa163e28-c234-2db7-e43a-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:02.771371 | 0.03s 2025-10-07 08:55:41.408414 | fa163e28-c234-2db7-e43a-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-07 08:55:41.643869 | fa163e28-c234-2db7-e43a-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-07 08:55:41.645281 | fa163e28-c234-2db7-e43a-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:03.033457 | 0.24s 2025-10-07 08:55:41.670440 | fa163e28-c234-2db7-e43a-000000000b65 | TASK | Stop iscsi.service 2025-10-07 08:55:41.712242 | fa163e28-c234-2db7-e43a-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-07 08:55:41.713544 | fa163e28-c234-2db7-e43a-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:03.101718 | 0.04s 2025-10-07 08:55:41.767358 | fa163e28-c234-2db7-e43a-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:03.155518 | 0.03s 2025-10-07 08:55:41.860885 | fa163e28-c234-2db7-e43a-000000001067 | TASK | Install additional packages 2025-10-07 08:55:41.885997 | fa163e28-c234-2db7-e43a-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:03.274175 | 0.02s 2025-10-07 08:55:41.903500 | fa163e28-c234-2db7-e43a-000000001068 | TASK | Remove dracut-config-generic 2025-10-07 08:55:45.644225 | fa163e28-c234-2db7-e43a-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-07 08:55:45.645624 | fa163e28-c234-2db7-e43a-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:07.033799 | 3.74s 2025-10-07 08:55:45.671531 | fa163e28-c234-2db7-e43a-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-07 08:55:45.893545 | fa163e28-c234-2db7-e43a-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-07 08:55:45.894929 | fa163e28-c234-2db7-e43a-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:07.283103 | 0.22s 2025-10-07 08:55:45.922538 | fa163e28-c234-2db7-e43a-00000000106a | TASK | Write list of modules to load at boot 2025-10-07 08:55:46.393544 | fa163e28-c234-2db7-e43a-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-07 08:55:46.394863 | fa163e28-c234-2db7-e43a-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:07.783040 | 0.47s 2025-10-07 08:55:46.421712 | fa163e28-c234-2db7-e43a-00000000106b | TASK | Modules reload 2025-10-07 08:55:46.920660 | fa163e28-c234-2db7-e43a-00000000106b | CHANGED | Modules reload | standalone 2025-10-07 08:55:46.922920 | fa163e28-c234-2db7-e43a-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:08.311094 | 0.50s 2025-10-07 08:55:46.952054 | fa163e28-c234-2db7-e43a-00000000106c | TASK | Set default sysctl options 2025-10-07 08:55:47.456186 | fa163e28-c234-2db7-e43a-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-07 08:55:47.457463 | fa163e28-c234-2db7-e43a-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:08.845640 | 0.50s 2025-10-07 08:55:47.483773 | fa163e28-c234-2db7-e43a-00000000106d | TASK | Set extra sysctl options 2025-10-07 08:55:47.823632 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-07 08:55:47.824614 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.212795 | 0.34s 2025-10-07 08:55:48.049680 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-07 08:55:48.050677 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.438856 | 0.56s 2025-10-07 08:55:48.266160 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-07 08:55:48.267108 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.655287 | 0.78s 2025-10-07 08:55:48.519123 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-07 08:55:48.520896 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.909075 | 1.04s 2025-10-07 08:55:48.731559 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-07 08:55:48.732636 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.120814 | 1.25s 2025-10-07 08:55:48.978453 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-07 08:55:48.980645 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.368822 | 1.49s 2025-10-07 08:55:49.225553 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-07 08:55:49.227510 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.615682 | 1.74s 2025-10-07 08:55:49.446226 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-07 08:55:49.448117 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.836295 | 1.96s 2025-10-07 08:55:49.688836 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-07 08:55:49.689775 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.077955 | 2.20s 2025-10-07 08:55:49.980854 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-07 08:55:49.981830 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.370010 | 2.50s 2025-10-07 08:55:50.221293 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-07 08:55:50.222740 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.610919 | 2.74s 2025-10-07 08:55:50.454337 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-07 08:55:50.455811 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.843988 | 2.97s 2025-10-07 08:55:50.705143 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-07 08:55:50.706856 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.095033 | 3.22s 2025-10-07 08:55:50.936407 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-07 08:55:50.938093 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.326259 | 3.45s 2025-10-07 08:55:51.175965 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-07 08:55:51.178117 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.566293 | 3.69s 2025-10-07 08:55:51.420331 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-07 08:55:51.421990 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.810164 | 3.94s 2025-10-07 08:55:51.647333 | fa163e28-c234-2db7-e43a-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-07 08:55:51.649411 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.037587 | 4.16s 2025-10-07 08:55:51.662015 | fa163e28-c234-2db7-e43a-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.050183 | 4.18s 2025-10-07 08:55:51.692450 | fa163e28-c234-2db7-e43a-00000000106f | TASK | Sysctl reload 2025-10-07 08:55:52.118739 | fa163e28-c234-2db7-e43a-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-07 08:55:52.120753 | fa163e28-c234-2db7-e43a-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:13.508928 | 0.43s 2025-10-07 08:55:52.172417 | fa163e28-c234-2db7-e43a-000000000b67 | TASK | create persistent directories 2025-10-07 08:55:52.431698 | fa163e28-c234-2db7-e43a-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-07 08:55:52.433349 | fa163e28-c234-2db7-e43a-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.821520 | 0.26s 2025-10-07 08:55:52.646343 | fa163e28-c234-2db7-e43a-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-07 08:55:52.647476 | fa163e28-c234-2db7-e43a-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.035653 | 0.47s 2025-10-07 08:55:52.654509 | fa163e28-c234-2db7-e43a-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.042678 | 0.48s 2025-10-07 08:55:52.680838 | fa163e28-c234-2db7-e43a-000000000b68 | TASK | Check if file certs_valid exist 2025-10-07 08:55:52.864344 | fa163e28-c234-2db7-e43a-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-07 08:55:52.865607 | fa163e28-c234-2db7-e43a-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:14.253784 | 0.18s 2025-10-07 08:55:52.890199 | fa163e28-c234-2db7-e43a-000000000b69 | TASK | Check if file cert9.db exist 2025-10-07 08:55:53.086206 | fa163e28-c234-2db7-e43a-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-07 08:55:53.087164 | fa163e28-c234-2db7-e43a-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:14.475346 | 0.20s 2025-10-07 08:55:53.106239 | fa163e28-c234-2db7-e43a-000000000b6a | TASK | Check if file key4.db exist 2025-10-07 08:55:53.269918 | fa163e28-c234-2db7-e43a-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-07 08:55:53.270835 | fa163e28-c234-2db7-e43a-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:14.659019 | 0.16s 2025-10-07 08:55:53.320691 | fa163e28-c234-2db7-e43a-000000000b6b | SKIPPED | fail | standalone 2025-10-07 08:55:53.321699 | fa163e28-c234-2db7-e43a-000000000b6b | TIMING | fail | standalone | 0:02:14.709877 | 0.03s 2025-10-07 08:55:53.341981 | fa163e28-c234-2db7-e43a-000000000b6c | TASK | Create persistent directories 2025-10-07 08:55:53.651043 | fa163e28-c234-2db7-e43a-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-07 08:55:53.652650 | fa163e28-c234-2db7-e43a-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.040821 | 0.31s 2025-10-07 08:55:53.879007 | fa163e28-c234-2db7-e43a-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-07 08:55:53.880798 | fa163e28-c234-2db7-e43a-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.268979 | 0.54s 2025-10-07 08:55:53.891307 | fa163e28-c234-2db7-e43a-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.279476 | 0.55s 2025-10-07 08:55:53.917788 | fa163e28-c234-2db7-e43a-000000000b6d | TASK | create persistent directories 2025-10-07 08:55:54.158896 | fa163e28-c234-2db7-e43a-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-07 08:55:54.160492 | fa163e28-c234-2db7-e43a-000000000b6d | TIMING | create persistent directories | standalone | 0:02:15.548667 | 0.24s 2025-10-07 08:55:54.172544 | fa163e28-c234-2db7-e43a-000000000b6d | TIMING | create persistent directories | standalone | 0:02:15.560714 | 0.25s 2025-10-07 08:55:54.199283 | fa163e28-c234-2db7-e43a-000000000b6e | TASK | create persistent directories 2025-10-07 08:55:54.469520 | fa163e28-c234-2db7-e43a-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-07 08:55:54.471797 | fa163e28-c234-2db7-e43a-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.859969 | 0.27s 2025-10-07 08:55:54.678981 | fa163e28-c234-2db7-e43a-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-07 08:55:54.679788 | fa163e28-c234-2db7-e43a-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.067972 | 0.48s 2025-10-07 08:55:54.685849 | fa163e28-c234-2db7-e43a-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.074020 | 0.49s 2025-10-07 08:55:54.711805 | fa163e28-c234-2db7-e43a-000000000b6f | TASK | create persistent directories 2025-10-07 08:55:54.974540 | fa163e28-c234-2db7-e43a-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-07 08:55:54.975998 | fa163e28-c234-2db7-e43a-000000000b6f | TIMING | create persistent directories | standalone | 0:02:16.364172 | 0.26s 2025-10-07 08:55:54.982853 | fa163e28-c234-2db7-e43a-000000000b6f | TIMING | create persistent directories | standalone | 0:02:16.371022 | 0.27s 2025-10-07 08:55:55.009443 | fa163e28-c234-2db7-e43a-000000000b70 | TASK | create persistent directories 2025-10-07 08:55:55.282309 | fa163e28-c234-2db7-e43a-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-07 08:55:55.284706 | fa163e28-c234-2db7-e43a-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.672866 | 0.27s 2025-10-07 08:55:55.501429 | fa163e28-c234-2db7-e43a-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-07 08:55:55.503225 | fa163e28-c234-2db7-e43a-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.891401 | 0.49s 2025-10-07 08:55:55.758619 | fa163e28-c234-2db7-e43a-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-07 08:55:55.760310 | fa163e28-c234-2db7-e43a-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.148485 | 0.75s 2025-10-07 08:55:55.771303 | fa163e28-c234-2db7-e43a-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.159473 | 0.76s 2025-10-07 08:55:55.797782 | fa163e28-c234-2db7-e43a-000000000b71 | TASK | create persistent directories 2025-10-07 08:55:56.027290 | fa163e28-c234-2db7-e43a-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-07 08:55:56.028838 | fa163e28-c234-2db7-e43a-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.417019 | 0.23s 2025-10-07 08:55:56.238371 | fa163e28-c234-2db7-e43a-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-07 08:55:56.239929 | fa163e28-c234-2db7-e43a-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.628101 | 0.44s 2025-10-07 08:55:56.252626 | fa163e28-c234-2db7-e43a-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.640792 | 0.45s 2025-10-07 08:55:56.279755 | fa163e28-c234-2db7-e43a-000000000b72 | TASK | create persistent directories 2025-10-07 08:55:56.490412 | fa163e28-c234-2db7-e43a-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-07 08:55:56.492512 | fa163e28-c234-2db7-e43a-000000000b72 | TIMING | create persistent directories | standalone | 0:02:17.880684 | 0.21s 2025-10-07 08:55:56.502643 | fa163e28-c234-2db7-e43a-000000000b72 | TIMING | create persistent directories | standalone | 0:02:17.890811 | 0.22s 2025-10-07 08:55:56.529335 | fa163e28-c234-2db7-e43a-000000000b73 | TASK | creating directory 2025-10-07 08:55:56.750441 | fa163e28-c234-2db7-e43a-000000000b73 | CHANGED | creating directory | standalone 2025-10-07 08:55:56.751872 | fa163e28-c234-2db7-e43a-000000000b73 | TIMING | creating directory | standalone | 0:02:18.140049 | 0.22s 2025-10-07 08:55:56.778093 | fa163e28-c234-2db7-e43a-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-07 08:55:57.152845 | fa163e28-c234-2db7-e43a-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-07 08:55:57.154389 | fa163e28-c234-2db7-e43a-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:18.542565 | 0.37s 2025-10-07 08:55:57.180512 | fa163e28-c234-2db7-e43a-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-07 08:55:58.019580 | fa163e28-c234-2db7-e43a-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-07 08:55:58.021125 | fa163e28-c234-2db7-e43a-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:19.409301 | 0.84s 2025-10-07 08:55:58.047629 | fa163e28-c234-2db7-e43a-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-07 08:55:58.266369 | fa163e28-c234-2db7-e43a-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-07 08:55:58.267733 | fa163e28-c234-2db7-e43a-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:19.655908 | 0.22s 2025-10-07 08:55:58.293707 | fa163e28-c234-2db7-e43a-000000000b77 | TASK | remove temp namespace 2025-10-07 08:55:58.516397 | fa163e28-c234-2db7-e43a-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-07 08:55:58.517878 | fa163e28-c234-2db7-e43a-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:19.906054 | 0.22s 2025-10-07 08:55:58.544227 | fa163e28-c234-2db7-e43a-000000000b78 | TASK | create /var/lib/neutron 2025-10-07 08:55:58.785862 | fa163e28-c234-2db7-e43a-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-07 08:55:58.787374 | fa163e28-c234-2db7-e43a-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:20.175550 | 0.24s 2025-10-07 08:55:58.813065 | fa163e28-c234-2db7-e43a-000000000b79 | TASK | set conditions 2025-10-07 08:55:58.843808 | fa163e28-c234-2db7-e43a-000000000b79 | OK | set conditions | standalone 2025-10-07 08:55:58.845067 | fa163e28-c234-2db7-e43a-000000000b79 | TIMING | set conditions | standalone | 0:02:20.233242 | 0.03s 2025-10-07 08:55:58.870800 | fa163e28-c234-2db7-e43a-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-07 08:55:59.106505 | fa163e28-c234-2db7-e43a-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-07 08:55:59.108428 | fa163e28-c234-2db7-e43a-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:20.496603 | 0.24s 2025-10-07 08:55:59.134890 | fa163e28-c234-2db7-e43a-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-07 08:55:59.643843 | fa163e28-c234-2db7-e43a-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-07 08:55:59.645442 | fa163e28-c234-2db7-e43a-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:21.033616 | 0.51s 2025-10-07 08:55:59.670683 | fa163e28-c234-2db7-e43a-000000000b7c | TASK | create haproxy kill script 2025-10-07 08:56:00.147792 | fa163e28-c234-2db7-e43a-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-07 08:56:00.148719 | fa163e28-c234-2db7-e43a-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:21.536901 | 0.48s 2025-10-07 08:56:00.172108 | fa163e28-c234-2db7-e43a-000000000b7d | TASK | create persistent directories 2025-10-07 08:56:00.426138 | fa163e28-c234-2db7-e43a-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-07 08:56:00.427719 | fa163e28-c234-2db7-e43a-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.815891 | 0.25s 2025-10-07 08:56:00.599717 | fa163e28-c234-2db7-e43a-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-07 08:56:00.601639 | fa163e28-c234-2db7-e43a-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.989812 | 0.43s 2025-10-07 08:56:00.612029 | fa163e28-c234-2db7-e43a-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.000201 | 0.44s 2025-10-07 08:56:00.638055 | fa163e28-c234-2db7-e43a-000000000b7e | TASK | create persistent directories 2025-10-07 08:56:00.863913 | fa163e28-c234-2db7-e43a-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-07 08:56:00.865540 | fa163e28-c234-2db7-e43a-000000000b7e | TIMING | create persistent directories | standalone | 0:02:22.253706 | 0.23s 2025-10-07 08:56:00.871973 | fa163e28-c234-2db7-e43a-000000000b7e | TIMING | create persistent directories | standalone | 0:02:22.260152 | 0.23s 2025-10-07 08:56:00.889748 | fa163e28-c234-2db7-e43a-000000000b7f | TASK | create persistent directories 2025-10-07 08:56:01.117861 | fa163e28-c234-2db7-e43a-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-07 08:56:01.119386 | fa163e28-c234-2db7-e43a-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.507561 | 0.23s 2025-10-07 08:56:01.330584 | fa163e28-c234-2db7-e43a-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-07 08:56:01.331700 | fa163e28-c234-2db7-e43a-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.719878 | 0.44s 2025-10-07 08:56:01.337881 | fa163e28-c234-2db7-e43a-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.726058 | 0.45s 2025-10-07 08:56:01.355863 | fa163e28-c234-2db7-e43a-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-07 08:56:01.581838 | fa163e28-c234-2db7-e43a-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-07 08:56:01.582864 | fa163e28-c234-2db7-e43a-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:22.971045 | 0.23s 2025-10-07 08:56:01.601992 | fa163e28-c234-2db7-e43a-000000000b81 | TASK | create persistent directories 2025-10-07 08:56:01.843638 | fa163e28-c234-2db7-e43a-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-07 08:56:01.846120 | fa163e28-c234-2db7-e43a-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.234289 | 0.24s 2025-10-07 08:56:02.068177 | fa163e28-c234-2db7-e43a-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-07 08:56:02.070109 | fa163e28-c234-2db7-e43a-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.458279 | 0.47s 2025-10-07 08:56:02.289607 | fa163e28-c234-2db7-e43a-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-07 08:56:02.290866 | fa163e28-c234-2db7-e43a-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.679038 | 0.69s 2025-10-07 08:56:02.519309 | fa163e28-c234-2db7-e43a-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-07 08:56:02.520626 | fa163e28-c234-2db7-e43a-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.908799 | 0.92s 2025-10-07 08:56:02.742680 | fa163e28-c234-2db7-e43a-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-07 08:56:02.744175 | fa163e28-c234-2db7-e43a-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.132345 | 1.14s 2025-10-07 08:56:02.754256 | fa163e28-c234-2db7-e43a-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.142418 | 1.15s 2025-10-07 08:56:02.790414 | fa163e28-c234-2db7-e43a-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-07 08:56:03.263296 | fa163e28-c234-2db7-e43a-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-07 08:56:03.264181 | fa163e28-c234-2db7-e43a-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:24.652365 | 0.47s 2025-10-07 08:56:03.283586 | fa163e28-c234-2db7-e43a-000000000b83 | TASK | create tempfiles 2025-10-07 08:56:03.582668 | fa163e28-c234-2db7-e43a-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-07 08:56:03.584152 | fa163e28-c234-2db7-e43a-000000000b83 | TIMING | create tempfiles | standalone | 0:02:24.972327 | 0.30s 2025-10-07 08:56:03.609716 | fa163e28-c234-2db7-e43a-000000000b84 | TASK | Mount Nova NFS Share 2025-10-07 08:56:03.639324 | fa163e28-c234-2db7-e43a-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-07 08:56:03.640629 | fa163e28-c234-2db7-e43a-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:25.028803 | 0.03s 2025-10-07 08:56:03.663591 | fa163e28-c234-2db7-e43a-000000000b86 | TASK | check systemd-container package installed or not 2025-10-07 08:56:03.692018 | fa163e28-c234-2db7-e43a-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-07 08:56:03.692742 | fa163e28-c234-2db7-e43a-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:25.080923 | 0.03s 2025-10-07 08:56:03.713386 | fa163e28-c234-2db7-e43a-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-07 08:56:03.739578 | fa163e28-c234-2db7-e43a-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-07 08:56:03.740331 | fa163e28-c234-2db7-e43a-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:25.128513 | 0.03s 2025-10-07 08:56:03.761044 | fa163e28-c234-2db7-e43a-000000000b88 | TASK | Install systemd-container package on boot 2025-10-07 08:56:03.787273 | fa163e28-c234-2db7-e43a-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-07 08:56:03.788044 | fa163e28-c234-2db7-e43a-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:25.176225 | 0.03s 2025-10-07 08:56:03.808674 | fa163e28-c234-2db7-e43a-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-07 08:56:03.835431 | fa163e28-c234-2db7-e43a-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-07 08:56:03.836334 | fa163e28-c234-2db7-e43a-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:25.224516 | 0.03s 2025-10-07 08:56:03.856383 | fa163e28-c234-2db7-e43a-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-07 08:56:03.886205 | fa163e28-c234-2db7-e43a-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-07 08:56:03.886997 | fa163e28-c234-2db7-e43a-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:25.275180 | 0.03s 2025-10-07 08:56:03.906274 | fa163e28-c234-2db7-e43a-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-07 08:56:03.933300 | fa163e28-c234-2db7-e43a-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-07 08:56:03.934186 | fa163e28-c234-2db7-e43a-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:25.322368 | 0.03s 2025-10-07 08:56:03.953699 | fa163e28-c234-2db7-e43a-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-07 08:56:03.979670 | fa163e28-c234-2db7-e43a-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-07 08:56:03.980528 | fa163e28-c234-2db7-e43a-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:25.368710 | 0.03s 2025-10-07 08:56:03.999984 | fa163e28-c234-2db7-e43a-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-07 08:56:04.025350 | fa163e28-c234-2db7-e43a-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-07 08:56:04.026292 | fa163e28-c234-2db7-e43a-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:25.414474 | 0.03s 2025-10-07 08:56:04.046520 | fa163e28-c234-2db7-e43a-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-07 08:56:04.072995 | fa163e28-c234-2db7-e43a-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-07 08:56:04.073860 | fa163e28-c234-2db7-e43a-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:25.462042 | 0.03s 2025-10-07 08:56:04.093619 | fa163e28-c234-2db7-e43a-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-07 08:56:04.120050 | fa163e28-c234-2db7-e43a-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-07 08:56:04.121010 | fa163e28-c234-2db7-e43a-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:25.509185 | 0.03s 2025-10-07 08:56:04.142818 | fa163e28-c234-2db7-e43a-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-07 08:56:04.170917 | fa163e28-c234-2db7-e43a-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-07 08:56:04.172138 | fa163e28-c234-2db7-e43a-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:25.560317 | 0.03s 2025-10-07 08:56:04.194838 | fa163e28-c234-2db7-e43a-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-07 08:56:04.222495 | fa163e28-c234-2db7-e43a-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-07 08:56:04.223986 | fa163e28-c234-2db7-e43a-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:25.612159 | 0.03s 2025-10-07 08:56:04.246024 | fa163e28-c234-2db7-e43a-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-07 08:56:04.276063 | fa163e28-c234-2db7-e43a-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-07 08:56:04.277166 | fa163e28-c234-2db7-e43a-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:25.665345 | 0.03s 2025-10-07 08:56:04.298379 | fa163e28-c234-2db7-e43a-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-07 08:56:04.327772 | fa163e28-c234-2db7-e43a-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-07 08:56:04.328783 | fa163e28-c234-2db7-e43a-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:25.716964 | 0.03s 2025-10-07 08:56:04.349375 | fa163e28-c234-2db7-e43a-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-07 08:56:04.379054 | fa163e28-c234-2db7-e43a-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-07 08:56:04.379867 | fa163e28-c234-2db7-e43a-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:25.768050 | 0.03s 2025-10-07 08:56:04.400072 | fa163e28-c234-2db7-e43a-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-07 08:56:04.446890 | fa163e28-c234-2db7-e43a-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-07 08:56:04.448122 | fa163e28-c234-2db7-e43a-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:25.836298 | 0.05s 2025-10-07 08:56:04.475055 | fa163e28-c234-2db7-e43a-000000000b9a | TASK | Is irqbalance enabled 2025-10-07 08:56:04.504725 | fa163e28-c234-2db7-e43a-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-07 08:56:04.506084 | fa163e28-c234-2db7-e43a-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:25.894260 | 0.03s 2025-10-07 08:56:04.532247 | fa163e28-c234-2db7-e43a-000000000b9b | TASK | disable irqbalance service on compute 2025-10-07 08:56:04.561134 | fa163e28-c234-2db7-e43a-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-07 08:56:04.562176 | fa163e28-c234-2db7-e43a-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:25.950352 | 0.03s 2025-10-07 08:56:04.586980 | fa163e28-c234-2db7-e43a-000000000b9c | TASK | create persistent directories 2025-10-07 08:56:04.824195 | fa163e28-c234-2db7-e43a-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-07 08:56:04.825694 | fa163e28-c234-2db7-e43a-000000000b9c | TIMING | create persistent directories | standalone | 0:02:26.213867 | 0.24s 2025-10-07 08:56:04.835288 | fa163e28-c234-2db7-e43a-000000000b9c | TIMING | create persistent directories | standalone | 0:02:26.223459 | 0.25s 2025-10-07 08:56:04.861576 | fa163e28-c234-2db7-e43a-000000000b9d | TASK | create libvirt persistent data directories 2025-10-07 08:56:05.134712 | fa163e28-c234-2db7-e43a-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-07 08:56:05.137206 | fa163e28-c234-2db7-e43a-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.525373 | 0.27s 2025-10-07 08:56:05.388575 | fa163e28-c234-2db7-e43a-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-07 08:56:05.389704 | fa163e28-c234-2db7-e43a-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.777881 | 0.53s 2025-10-07 08:56:05.635678 | fa163e28-c234-2db7-e43a-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-07 08:56:05.636849 | fa163e28-c234-2db7-e43a-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.025026 | 0.77s 2025-10-07 08:56:05.834239 | fa163e28-c234-2db7-e43a-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-07 08:56:05.835305 | fa163e28-c234-2db7-e43a-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.223483 | 0.97s 2025-10-07 08:56:06.043247 | fa163e28-c234-2db7-e43a-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-07 08:56:06.044766 | fa163e28-c234-2db7-e43a-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.432945 | 1.18s 2025-10-07 08:56:06.248186 | fa163e28-c234-2db7-e43a-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-07 08:56:06.250364 | fa163e28-c234-2db7-e43a-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.638541 | 1.39s 2025-10-07 08:56:06.486485 | fa163e28-c234-2db7-e43a-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-07 08:56:06.488245 | fa163e28-c234-2db7-e43a-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.876422 | 1.63s 2025-10-07 08:56:06.702434 | fa163e28-c234-2db7-e43a-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-07 08:56:06.703136 | fa163e28-c234-2db7-e43a-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.091321 | 1.84s 2025-10-07 08:56:06.713368 | fa163e28-c234-2db7-e43a-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.101538 | 1.85s 2025-10-07 08:56:06.745649 | fa163e28-c234-2db7-e43a-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-07 08:56:07.178278 | fa163e28-c234-2db7-e43a-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-07 08:56:07.179609 | fa163e28-c234-2db7-e43a-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:28.567785 | 0.43s 2025-10-07 08:56:07.205675 | fa163e28-c234-2db7-e43a-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-07 08:56:07.713426 | fa163e28-c234-2db7-e43a-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-07 08:56:07.714883 | fa163e28-c234-2db7-e43a-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:29.103058 | 0.51s 2025-10-07 08:56:07.741412 | fa163e28-c234-2db7-e43a-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-07 08:56:07.963125 | fa163e28-c234-2db7-e43a-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-07 08:56:07.964530 | fa163e28-c234-2db7-e43a-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:29.352706 | 0.22s 2025-10-07 08:56:07.990592 | fa163e28-c234-2db7-e43a-000000000ba1 | TASK | check if libvirt is installed 2025-10-07 08:56:08.265076 | fa163e28-c234-2db7-e43a-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-07 08:56:08.266146 | fa163e28-c234-2db7-e43a-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:29.654327 | 0.27s 2025-10-07 08:56:08.286829 | fa163e28-c234-2db7-e43a-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-07 08:56:08.328627 | fa163e28-c234-2db7-e43a-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-07 08:56:08.336233 | fa163e28-c234-2db7-e43a-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-07 08:56:08.342736 | fa163e28-c234-2db7-e43a-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:29.730900 | 0.05s 2025-10-07 08:56:08.370125 | fa163e28-c234-2db7-e43a-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-07 08:56:08.815195 | fa163e28-c234-2db7-e43a-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-07 08:56:08.816298 | fa163e28-c234-2db7-e43a-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:30.204479 | 0.44s 2025-10-07 08:56:08.834760 | fa163e28-c234-2db7-e43a-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-07 08:56:09.774355 | fa163e28-c234-2db7-e43a-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-07 08:56:09.776022 | fa163e28-c234-2db7-e43a-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:31.164196 | 0.94s 2025-10-07 08:56:09.802895 | fa163e28-c234-2db7-e43a-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-07 08:56:10.048693 | fa163e28-c234-2db7-e43a-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-07 08:56:10.050218 | fa163e28-c234-2db7-e43a-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.438391 | 0.25s 2025-10-07 08:56:10.056737 | fa163e28-c234-2db7-e43a-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.444907 | 0.25s 2025-10-07 08:56:10.082893 | fa163e28-c234-2db7-e43a-000000000ba6 | TASK | create persistent directories 2025-10-07 08:56:10.372763 | fa163e28-c234-2db7-e43a-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-07 08:56:10.374522 | fa163e28-c234-2db7-e43a-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:31.762692 | 0.29s 2025-10-07 08:56:10.600695 | fa163e28-c234-2db7-e43a-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-07 08:56:10.602572 | fa163e28-c234-2db7-e43a-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:31.990747 | 0.52s 2025-10-07 08:56:10.613284 | fa163e28-c234-2db7-e43a-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:32.001453 | 0.53s 2025-10-07 08:56:10.640352 | fa163e28-c234-2db7-e43a-000000000ba7 | TASK | Copy in cleanup script 2025-10-07 08:56:11.117686 | fa163e28-c234-2db7-e43a-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-07 08:56:11.119221 | fa163e28-c234-2db7-e43a-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:32.507395 | 0.48s 2025-10-07 08:56:11.144503 | fa163e28-c234-2db7-e43a-000000000ba8 | TASK | Copy in cleanup service 2025-10-07 08:56:11.618531 | fa163e28-c234-2db7-e43a-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-07 08:56:11.619867 | fa163e28-c234-2db7-e43a-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:33.008042 | 0.47s 2025-10-07 08:56:11.645624 | fa163e28-c234-2db7-e43a-000000000ba9 | TASK | Enabling the cleanup service 2025-10-07 08:56:12.346139 | fa163e28-c234-2db7-e43a-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-07 08:56:12.347897 | fa163e28-c234-2db7-e43a-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:33.736072 | 0.70s 2025-10-07 08:56:12.374364 | fa163e28-c234-2db7-e43a-000000000baa | TASK | create persistent directories 2025-10-07 08:56:12.627756 | fa163e28-c234-2db7-e43a-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-07 08:56:12.629812 | fa163e28-c234-2db7-e43a-000000000baa | TIMING | create persistent directories | standalone | 0:02:34.017984 | 0.25s 2025-10-07 08:56:12.850196 | fa163e28-c234-2db7-e43a-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-07 08:56:12.851839 | fa163e28-c234-2db7-e43a-000000000baa | TIMING | create persistent directories | standalone | 0:02:34.240018 | 0.48s 2025-10-07 08:56:12.862314 | fa163e28-c234-2db7-e43a-000000000baa | TIMING | create persistent directories | standalone | 0:02:34.250494 | 0.49s 2025-10-07 08:56:12.887544 | fa163e28-c234-2db7-e43a-000000000bab | TASK | set conditions 2025-10-07 08:56:12.916547 | fa163e28-c234-2db7-e43a-000000000bab | OK | set conditions | standalone 2025-10-07 08:56:12.917694 | fa163e28-c234-2db7-e43a-000000000bab | TIMING | set conditions | standalone | 0:02:34.305870 | 0.03s 2025-10-07 08:56:12.942896 | fa163e28-c234-2db7-e43a-000000000bac | TASK | create persistent directories 2025-10-07 08:56:13.198593 | fa163e28-c234-2db7-e43a-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-07 08:56:13.200143 | fa163e28-c234-2db7-e43a-000000000bac | TIMING | create persistent directories | standalone | 0:02:34.588315 | 0.26s 2025-10-07 08:56:13.393286 | fa163e28-c234-2db7-e43a-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-07 08:56:13.394374 | fa163e28-c234-2db7-e43a-000000000bac | TIMING | create persistent directories | standalone | 0:02:34.782552 | 0.45s 2025-10-07 08:56:13.610977 | fa163e28-c234-2db7-e43a-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-07 08:56:13.611637 | fa163e28-c234-2db7-e43a-000000000bac | TIMING | create persistent directories | standalone | 0:02:34.999822 | 0.67s 2025-10-07 08:56:13.618683 | fa163e28-c234-2db7-e43a-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.006854 | 0.67s 2025-10-07 08:56:13.645274 | fa163e28-c234-2db7-e43a-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-07 08:56:14.090427 | fa163e28-c234-2db7-e43a-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-07 08:56:14.091834 | fa163e28-c234-2db7-e43a-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:35.480010 | 0.45s 2025-10-07 08:56:14.118742 | fa163e28-c234-2db7-e43a-000000000bae | TASK | create persistent directories 2025-10-07 08:56:14.391083 | fa163e28-c234-2db7-e43a-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-07 08:56:14.393576 | fa163e28-c234-2db7-e43a-000000000bae | TIMING | create persistent directories | standalone | 0:02:35.781744 | 0.27s 2025-10-07 08:56:14.600380 | fa163e28-c234-2db7-e43a-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-07 08:56:14.601482 | fa163e28-c234-2db7-e43a-000000000bae | TIMING | create persistent directories | standalone | 0:02:35.989659 | 0.48s 2025-10-07 08:56:14.608545 | fa163e28-c234-2db7-e43a-000000000bae | TIMING | create persistent directories | standalone | 0:02:35.996717 | 0.49s 2025-10-07 08:56:14.634903 | fa163e28-c234-2db7-e43a-000000000baf | TASK | create empty log files 2025-10-07 08:56:14.882368 | fa163e28-c234-2db7-e43a-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-07 08:56:14.884091 | fa163e28-c234-2db7-e43a-000000000baf | TIMING | create empty log files | standalone | 0:02:36.272262 | 0.25s 2025-10-07 08:56:15.062950 | fa163e28-c234-2db7-e43a-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-07 08:56:15.064274 | fa163e28-c234-2db7-e43a-000000000baf | TIMING | create empty log files | standalone | 0:02:36.452452 | 0.43s 2025-10-07 08:56:15.074001 | fa163e28-c234-2db7-e43a-000000000baf | TIMING | create empty log files | standalone | 0:02:36.462188 | 0.44s 2025-10-07 08:56:15.091520 | fa163e28-c234-2db7-e43a-000000000bb0 | TASK | create persistent directories 2025-10-07 08:56:15.326588 | fa163e28-c234-2db7-e43a-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-07 08:56:15.327445 | fa163e28-c234-2db7-e43a-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:36.715628 | 0.24s 2025-10-07 08:56:15.330343 | fa163e28-c234-2db7-e43a-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:36.718531 | 0.24s 2025-10-07 08:56:15.347538 | fa163e28-c234-2db7-e43a-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-07 08:56:18.209100 | fa163e28-c234-2db7-e43a-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-07 08:56:18.210675 | fa163e28-c234-2db7-e43a-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:39.598845 | 2.86s 2025-10-07 08:56:18.258220 | fa163e28-c234-2db7-e43a-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:39.646384 | 0.02s 2025-10-07 08:56:18.321197 | fa163e28-c234-2db7-e43a-000000001291 | TASK | Gather variables for each operating system 2025-10-07 08:56:18.411498 | fa163e28-c234-2db7-e43a-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:39.799668 | 0.09s 2025-10-07 08:56:18.433127 | fa163e28-c234-2db7-e43a-000000001292 | TASK | Set packages facts 2025-10-07 08:56:18.480180 | fa163e28-c234-2db7-e43a-000000001292 | OK | Set packages facts | standalone 2025-10-07 08:56:18.481166 | fa163e28-c234-2db7-e43a-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:39.869348 | 0.05s 2025-10-07 08:56:18.501661 | fa163e28-c234-2db7-e43a-000000001293 | TASK | Manage package 2025-10-07 08:56:18.560749 | fa163e28-c234-2db7-e43a-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-07 08:56:18.580222 | fa163e28-c234-2db7-e43a-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-07 08:56:18.599914 | fa163e28-c234-2db7-e43a-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-07 08:56:23.089991 | fa163e28-c234-2db7-e43a-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:44.478155 | 4.59s 2025-10-07 08:56:23.111868 | fa163e28-c234-2db7-e43a-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-07 08:56:23.118366 | fa163e28-c234-2db7-e43a-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:44.506544 | 4.62s 2025-10-07 08:56:23.168335 | fa163e28-c234-2db7-e43a-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-07 08:56:24.420561 | fa163e28-c234-2db7-e43a-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-07 08:56:24.422081 | fa163e28-c234-2db7-e43a-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:45.810257 | 1.25s 2025-10-07 08:56:24.447237 | fa163e28-c234-2db7-e43a-000000000bb6 | TASK | create persistent directories 2025-10-07 08:56:24.709208 | fa163e28-c234-2db7-e43a-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-07 08:56:24.712489 | fa163e28-c234-2db7-e43a-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:46.100659 | 0.26s 2025-10-07 08:56:24.899041 | fa163e28-c234-2db7-e43a-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-07 08:56:24.900972 | fa163e28-c234-2db7-e43a-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:46.289148 | 0.45s 2025-10-07 08:56:24.913457 | fa163e28-c234-2db7-e43a-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:46.301635 | 0.46s 2025-10-07 08:56:24.940049 | fa163e28-c234-2db7-e43a-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-07 08:56:25.192844 | fa163e28-c234-2db7-e43a-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-07 08:56:25.194302 | fa163e28-c234-2db7-e43a-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:46.582477 | 0.25s 2025-10-07 08:56:25.221051 | fa163e28-c234-2db7-e43a-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-07 08:56:25.249840 | fa163e28-c234-2db7-e43a-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-07 08:56:25.251192 | fa163e28-c234-2db7-e43a-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:46.639362 | 0.03s 2025-10-07 08:56:25.278277 | fa163e28-c234-2db7-e43a-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-07 08:56:25.501065 | fa163e28-c234-2db7-e43a-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-07 08:56:25.501880 | fa163e28-c234-2db7-e43a-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:46.890064 | 0.22s 2025-10-07 08:56:25.519497 | fa163e28-c234-2db7-e43a-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-07 08:56:25.725381 | fa163e28-c234-2db7-e43a-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-07 08:56:25.726279 | fa163e28-c234-2db7-e43a-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:47.114461 | 0.21s 2025-10-07 08:56:25.744033 | fa163e28-c234-2db7-e43a-000000000bbb | TASK | Restart systemd-logind 2025-10-07 08:56:26.246449 | fa163e28-c234-2db7-e43a-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-07 08:56:26.248373 | fa163e28-c234-2db7-e43a-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:47.636549 | 0.50s 2025-10-07 08:56:26.274681 | fa163e28-c234-2db7-e43a-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-07 08:56:26.315316 | fa163e28-c234-2db7-e43a-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-07 08:56:26.316222 | fa163e28-c234-2db7-e43a-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:47.704398 | 0.04s 2025-10-07 08:56:26.341091 | fa163e28-c234-2db7-e43a-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-07 08:56:26.409984 | fa163e28-c234-2db7-e43a-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-07 08:56:26.410785 | fa163e28-c234-2db7-e43a-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:47.798960 | 0.07s 2025-10-07 08:56:26.431671 | fa163e28-c234-2db7-e43a-000000000bbe | TASK | create persistent logs directory 2025-10-07 08:56:26.678336 | fa163e28-c234-2db7-e43a-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-07 08:56:26.679887 | fa163e28-c234-2db7-e43a-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:48.068059 | 0.25s 2025-10-07 08:56:26.877194 | fa163e28-c234-2db7-e43a-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-07 08:56:26.878372 | fa163e28-c234-2db7-e43a-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:48.266550 | 0.45s 2025-10-07 08:56:26.885372 | fa163e28-c234-2db7-e43a-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:48.273545 | 0.45s 2025-10-07 08:56:26.910822 | fa163e28-c234-2db7-e43a-000000000bc0 | TASK | Set login facts 2025-10-07 08:56:26.941648 | fa163e28-c234-2db7-e43a-000000000bc0 | OK | Set login facts | standalone 2025-10-07 08:56:26.942741 | fa163e28-c234-2db7-e43a-000000000bc0 | TIMING | Set login facts | standalone | 0:02:48.330918 | 0.03s 2025-10-07 08:56:26.967989 | fa163e28-c234-2db7-e43a-000000000bc1 | TASK | Convert logins json to dict 2025-10-07 08:56:27.008519 | fa163e28-c234-2db7-e43a-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-07 08:56:27.009772 | fa163e28-c234-2db7-e43a-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:48.397940 | 0.04s 2025-10-07 08:56:27.035543 | fa163e28-c234-2db7-e43a-000000000bc2 | TASK | Set registry logins 2025-10-07 08:56:27.085047 | fa163e28-c234-2db7-e43a-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-07 08:56:27.086223 | fa163e28-c234-2db7-e43a-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:48.474398 | 0.05s 2025-10-07 08:56:27.112985 | fa163e28-c234-2db7-e43a-000000000bc3 | TASK | Run podman install 2025-10-07 08:56:27.141281 | fa163e28-c234-2db7-e43a-000000000bc3 | TIMING | Run podman install | standalone | 0:02:48.529453 | 0.03s 2025-10-07 08:56:27.219922 | fa163e28-c234-2db7-e43a-000000001323 | TASK | Gather variables for each operating system 2025-10-07 08:56:27.369587 | fa163e28-c234-2db7-e43a-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-07 08:56:27.371046 | fa163e28-c234-2db7-e43a-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.759217 | 0.15s 2025-10-07 08:56:27.377054 | fa163e28-c234-2db7-e43a-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.765224 | 0.16s 2025-10-07 08:56:27.403278 | fa163e28-c234-2db7-e43a-000000001325 | TASK | ensure podman and deps are installed 2025-10-07 08:56:30.236157 | fa163e28-c234-2db7-e43a-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-07 08:56:30.237871 | fa163e28-c234-2db7-e43a-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:51.626046 | 2.83s 2025-10-07 08:56:30.264203 | fa163e28-c234-2db7-e43a-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-07 08:56:30.803356 | fa163e28-c234-2db7-e43a-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-07 08:56:30.804544 | fa163e28-c234-2db7-e43a-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:52.192719 | 0.54s 2025-10-07 08:56:30.829824 | fa163e28-c234-2db7-e43a-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-07 08:56:30.857533 | fa163e28-c234-2db7-e43a-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-07 08:56:30.858759 | fa163e28-c234-2db7-e43a-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:52.246934 | 0.03s 2025-10-07 08:56:30.884651 | fa163e28-c234-2db7-e43a-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-07 08:56:30.915641 | fa163e28-c234-2db7-e43a-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-07 08:56:30.916792 | fa163e28-c234-2db7-e43a-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:52.304967 | 0.03s 2025-10-07 08:56:30.944228 | fa163e28-c234-2db7-e43a-00000000132a | TASK | Update default network configuration if possible 2025-10-07 08:56:30.984868 | fa163e28-c234-2db7-e43a-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-07 08:56:30.985971 | fa163e28-c234-2db7-e43a-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:52.374114 | 0.04s 2025-10-07 08:56:31.011169 | fa163e28-c234-2db7-e43a-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-07 08:56:31.241724 | fa163e28-c234-2db7-e43a-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-07 08:56:31.242546 | fa163e28-c234-2db7-e43a-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:52.630730 | 0.23s 2025-10-07 08:56:31.260239 | fa163e28-c234-2db7-e43a-00000000132d | TASK | Get current podman network 2025-10-07 08:56:31.500777 | fa163e28-c234-2db7-e43a-00000000132d | CHANGED | Get current podman network | standalone 2025-10-07 08:56:31.502230 | fa163e28-c234-2db7-e43a-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:52.890406 | 0.24s 2025-10-07 08:56:31.528321 | fa163e28-c234-2db7-e43a-00000000132e | TASK | Update the default network configuration 2025-10-07 08:56:32.121628 | fa163e28-c234-2db7-e43a-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-07 08:56:32.122923 | fa163e28-c234-2db7-e43a-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:53.511098 | 0.59s 2025-10-07 08:56:32.148970 | fa163e28-c234-2db7-e43a-00000000132f | TASK | Write containers registries.conf 2025-10-07 08:56:32.709214 | fa163e28-c234-2db7-e43a-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-07 08:56:32.710578 | fa163e28-c234-2db7-e43a-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:54.098754 | 0.56s 2025-10-07 08:56:32.737019 | fa163e28-c234-2db7-e43a-000000001330 | TASK | Write containers.conf 2025-10-07 08:56:32.999843 | fa163e28-c234-2db7-e43a-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-07 08:56:33.001387 | fa163e28-c234-2db7-e43a-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.389557 | 0.26s 2025-10-07 08:56:33.216562 | fa163e28-c234-2db7-e43a-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-07 08:56:33.218824 | fa163e28-c234-2db7-e43a-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.606997 | 0.48s 2025-10-07 08:56:33.411287 | fa163e28-c234-2db7-e43a-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-07 08:56:33.413136 | fa163e28-c234-2db7-e43a-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.801312 | 0.67s 2025-10-07 08:56:33.585489 | fa163e28-c234-2db7-e43a-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-07 08:56:33.587288 | fa163e28-c234-2db7-e43a-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.975465 | 0.85s 2025-10-07 08:56:33.598601 | fa163e28-c234-2db7-e43a-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.986771 | 0.86s 2025-10-07 08:56:33.626538 | fa163e28-c234-2db7-e43a-000000001331 | TASK | Enable podman.socket service 2025-10-07 08:56:33.657357 | fa163e28-c234-2db7-e43a-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-07 08:56:33.658531 | fa163e28-c234-2db7-e43a-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:55.046706 | 0.03s 2025-10-07 08:56:33.707900 | fa163e28-c234-2db7-e43a-000000000bc4 | TASK | Run podman login 2025-10-07 08:56:33.736197 | fa163e28-c234-2db7-e43a-000000000bc4 | TIMING | Run podman login | standalone | 0:02:55.124364 | 0.03s 2025-10-07 08:56:33.815758 | fa163e28-c234-2db7-e43a-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-07 08:56:33.842274 | fa163e28-c234-2db7-e43a-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:55.230449 | 0.03s 2025-10-07 08:56:33.880435 | fa163e28-c234-2db7-e43a-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-07 08:56:34.362413 | fa163e28-c234-2db7-e43a-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-07 08:56:34.363279 | fa163e28-c234-2db7-e43a-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:55.751461 | 0.48s 2025-10-07 08:56:34.380926 | fa163e28-c234-2db7-e43a-000000000bc7 | TASK | create persistent directories 2025-10-07 08:56:34.642626 | fa163e28-c234-2db7-e43a-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-07 08:56:34.644326 | fa163e28-c234-2db7-e43a-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:56.032495 | 0.26s 2025-10-07 08:56:34.870541 | fa163e28-c234-2db7-e43a-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-07 08:56:34.871636 | fa163e28-c234-2db7-e43a-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:56.259815 | 0.49s 2025-10-07 08:56:35.068853 | fa163e28-c234-2db7-e43a-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-07 08:56:35.070748 | fa163e28-c234-2db7-e43a-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:56.458925 | 0.69s 2025-10-07 08:56:35.081630 | fa163e28-c234-2db7-e43a-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:56.469800 | 0.70s 2025-10-07 08:56:35.107836 | fa163e28-c234-2db7-e43a-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-07 08:56:35.584513 | fa163e28-c234-2db7-e43a-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-07 08:56:35.585999 | fa163e28-c234-2db7-e43a-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:56.974174 | 0.48s 2025-10-07 08:56:35.612235 | fa163e28-c234-2db7-e43a-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-07 08:56:38.494108 | fa163e28-c234-2db7-e43a-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-07 08:56:38.494910 | fa163e28-c234-2db7-e43a-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:02:59.883096 | 2.88s 2025-10-07 08:56:38.512956 | fa163e28-c234-2db7-e43a-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-07 08:56:38.835881 | fa163e28-c234-2db7-e43a-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-07 08:56:38.837871 | fa163e28-c234-2db7-e43a-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:00.226045 | 0.32s 2025-10-07 08:56:38.893546 | fa163e28-c234-2db7-e43a-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:03:00.281710 | 0.03s 2025-10-07 08:56:38.983362 | fa163e28-c234-2db7-e43a-00000000154c | TASK | Gather variables for each operating system 2025-10-07 08:56:39.121974 | fa163e28-c234-2db7-e43a-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-07 08:56:39.123293 | fa163e28-c234-2db7-e43a-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.511465 | 0.14s 2025-10-07 08:56:39.129182 | fa163e28-c234-2db7-e43a-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.517350 | 0.14s 2025-10-07 08:56:39.155240 | fa163e28-c234-2db7-e43a-00000000154e | TASK | Install the OpenSSH server 2025-10-07 08:56:42.035441 | fa163e28-c234-2db7-e43a-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-07 08:56:42.036740 | fa163e28-c234-2db7-e43a-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:03.424917 | 2.88s 2025-10-07 08:56:42.062228 | fa163e28-c234-2db7-e43a-00000000154f | TASK | Start sshd 2025-10-07 08:56:42.091091 | fa163e28-c234-2db7-e43a-00000000154f | SKIPPED | Start sshd | standalone 2025-10-07 08:56:42.092315 | fa163e28-c234-2db7-e43a-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:03.480490 | 0.03s 2025-10-07 08:56:42.119085 | fa163e28-c234-2db7-e43a-000000001550 | TASK | PasswordAuthentication notice 2025-10-07 08:56:42.150606 | fa163e28-c234-2db7-e43a-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-07 08:56:42.151907 | fa163e28-c234-2db7-e43a-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:03.540081 | 0.03s 2025-10-07 08:56:42.179837 | fa163e28-c234-2db7-e43a-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-07 08:56:42.211885 | fa163e28-c234-2db7-e43a-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-07 08:56:42.213166 | fa163e28-c234-2db7-e43a-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:03.601340 | 0.03s 2025-10-07 08:56:42.239901 | fa163e28-c234-2db7-e43a-000000001552 | TASK | Motd duplication notice 2025-10-07 08:56:42.279998 | fa163e28-c234-2db7-e43a-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-07 08:56:42.281296 | fa163e28-c234-2db7-e43a-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:03.669471 | 0.04s 2025-10-07 08:56:42.307844 | fa163e28-c234-2db7-e43a-000000001553 | TASK | Configure the banner text 2025-10-07 08:56:42.338760 | fa163e28-c234-2db7-e43a-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-07 08:56:42.340063 | fa163e28-c234-2db7-e43a-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:03.728236 | 0.03s 2025-10-07 08:56:42.367209 | fa163e28-c234-2db7-e43a-000000001554 | TASK | Configure the motd banner 2025-10-07 08:56:42.399729 | fa163e28-c234-2db7-e43a-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-07 08:56:42.401233 | fa163e28-c234-2db7-e43a-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:03.789402 | 0.03s 2025-10-07 08:56:42.428072 | fa163e28-c234-2db7-e43a-000000001555 | TASK | Update sshd configuration options from vars 2025-10-07 08:56:42.467894 | fa163e28-c234-2db7-e43a-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-07 08:56:42.469205 | fa163e28-c234-2db7-e43a-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:03.857380 | 0.04s 2025-10-07 08:56:42.496588 | fa163e28-c234-2db7-e43a-000000001556 | TASK | Adjust ssh server configuration 2025-10-07 08:56:43.061425 | fa163e28-c234-2db7-e43a-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-07 08:56:43.062888 | fa163e28-c234-2db7-e43a-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:04.451064 | 0.56s 2025-10-07 08:56:43.089018 | fa163e28-c234-2db7-e43a-000000001557 | TASK | Restart sshd 2025-10-07 08:56:43.555530 | fa163e28-c234-2db7-e43a-000000001557 | CHANGED | Restart sshd | standalone 2025-10-07 08:56:43.557420 | fa163e28-c234-2db7-e43a-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:04.945594 | 0.47s 2025-10-07 08:56:43.609082 | fa163e28-c234-2db7-e43a-000000000bcc | TASK | create persistent directories 2025-10-07 08:56:43.849842 | fa163e28-c234-2db7-e43a-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-07 08:56:43.853088 | fa163e28-c234-2db7-e43a-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.241259 | 0.24s 2025-10-07 08:56:44.013355 | fa163e28-c234-2db7-e43a-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-07 08:56:44.014712 | fa163e28-c234-2db7-e43a-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.402897 | 0.40s 2025-10-07 08:56:44.207851 | fa163e28-c234-2db7-e43a-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-07 08:56:44.208916 | fa163e28-c234-2db7-e43a-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.597095 | 0.60s 2025-10-07 08:56:44.216075 | fa163e28-c234-2db7-e43a-000000000bcc | TIMING | create persistent directories | standalone | 0:03:05.604243 | 0.61s 2025-10-07 08:56:44.244083 | fa163e28-c234-2db7-e43a-000000000bcd | TASK | create persistent directories 2025-10-07 08:56:44.482152 | fa163e28-c234-2db7-e43a-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-07 08:56:44.483833 | fa163e28-c234-2db7-e43a-000000000bcd | TIMING | create persistent directories | standalone | 0:03:05.872004 | 0.24s 2025-10-07 08:56:44.713703 | fa163e28-c234-2db7-e43a-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-07 08:56:44.714824 | fa163e28-c234-2db7-e43a-000000000bcd | TIMING | create persistent directories | standalone | 0:03:06.103002 | 0.47s 2025-10-07 08:56:44.895753 | fa163e28-c234-2db7-e43a-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-07 08:56:44.897108 | fa163e28-c234-2db7-e43a-000000000bcd | TIMING | create persistent directories | standalone | 0:03:06.285284 | 0.65s 2025-10-07 08:56:44.909992 | fa163e28-c234-2db7-e43a-000000000bcd | TIMING | create persistent directories | standalone | 0:03:06.298160 | 0.66s 2025-10-07 08:56:44.936827 | fa163e28-c234-2db7-e43a-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-07 08:56:44.969128 | fa163e28-c234-2db7-e43a-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-07 08:56:44.970511 | fa163e28-c234-2db7-e43a-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:06.358687 | 0.03s 2025-10-07 08:56:44.996723 | fa163e28-c234-2db7-e43a-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-07 08:56:45.027463 | fa163e28-c234-2db7-e43a-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-07 08:56:45.028745 | fa163e28-c234-2db7-e43a-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:06.416922 | 0.03s 2025-10-07 08:56:45.054426 | fa163e28-c234-2db7-e43a-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-07 08:56:45.306673 | fa163e28-c234-2db7-e43a-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-07 08:56:45.308131 | fa163e28-c234-2db7-e43a-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:06.696306 | 0.25s 2025-10-07 08:56:45.334153 | fa163e28-c234-2db7-e43a-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-07 08:56:45.363630 | fa163e28-c234-2db7-e43a-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-07 08:56:45.364812 | fa163e28-c234-2db7-e43a-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:06.752989 | 0.03s 2025-10-07 08:56:45.392110 | fa163e28-c234-2db7-e43a-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-07 08:56:45.414761 | fa163e28-c234-2db7-e43a-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-07 08:56:45.416033 | fa163e28-c234-2db7-e43a-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:06.804207 | 0.02s 2025-10-07 08:56:45.442759 | fa163e28-c234-2db7-e43a-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-07 08:56:45.474256 | fa163e28-c234-2db7-e43a-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-07 08:56:45.475428 | fa163e28-c234-2db7-e43a-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:06.863603 | 0.03s 2025-10-07 08:56:45.502125 | fa163e28-c234-2db7-e43a-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-07 08:56:45.531435 | fa163e28-c234-2db7-e43a-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:06.919602 | 0.03s 2025-10-07 08:56:45.556746 | fa163e28-c234-2db7-e43a-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-07 08:56:45.609305 | fa163e28-c234-2db7-e43a-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-07 08:56:45.610563 | fa163e28-c234-2db7-e43a-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:06.998738 | 0.05s 2025-10-07 08:56:45.636219 | fa163e28-c234-2db7-e43a-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-07 08:56:45.664326 | fa163e28-c234-2db7-e43a-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:07.052494 | 0.03s 2025-10-07 08:56:45.695369 | fa163e28-c234-2db7-e43a-000000000bd7 | TASK | Check for NTP service 2025-10-07 08:56:45.932926 | fa163e28-c234-2db7-e43a-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-07 08:56:45.934346 | fa163e28-c234-2db7-e43a-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:07.322522 | 0.24s 2025-10-07 08:56:45.959818 | fa163e28-c234-2db7-e43a-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-07 08:56:46.009778 | fa163e28-c234-2db7-e43a-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-07 08:56:46.011077 | fa163e28-c234-2db7-e43a-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:07.399251 | 0.05s 2025-10-07 08:56:46.038145 | fa163e28-c234-2db7-e43a-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-07 08:56:46.067330 | fa163e28-c234-2db7-e43a-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:07.455488 | 0.03s 2025-10-07 08:56:46.167776 | fa163e28-c234-2db7-e43a-0000000016e8 | TASK | Load distro-specific variables 2025-10-07 08:56:46.193316 | fa163e28-c234-2db7-e43a-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.581495 | 0.02s 2025-10-07 08:56:46.201917 | be97be94-9ef9-4b25-abad-1a8757c6d646 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-07 08:56:46.223849 | fa163e28-c234-2db7-e43a-0000000017cd | TASK | Load distro-specific variables 2025-10-07 08:56:46.276053 | fa163e28-c234-2db7-e43a-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 08:56:46.277462 | fa163e28-c234-2db7-e43a-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.665633 | 0.05s 2025-10-07 08:56:46.283772 | fa163e28-c234-2db7-e43a-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.671941 | 0.06s 2025-10-07 08:56:46.310339 | fa163e28-c234-2db7-e43a-0000000016e9 | TASK | Install chronyd 2025-10-07 08:56:46.340663 | fa163e28-c234-2db7-e43a-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:07.728831 | 0.03s 2025-10-07 08:56:46.365293 | cffae1f4-5efd-49fe-8b83-cf654c5cb6b1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-07 08:56:46.397497 | fa163e28-c234-2db7-e43a-000000001806 | TASK | Load distro-specific variables 2025-10-07 08:56:46.423988 | fa163e28-c234-2db7-e43a-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.812158 | 0.03s 2025-10-07 08:56:46.435296 | 26870479-208a-4356-b542-63f4664f9239 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-07 08:56:46.460461 | fa163e28-c234-2db7-e43a-00000000184d | TASK | Load distro-specific variables 2025-10-07 08:56:46.516248 | fa163e28-c234-2db7-e43a-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 08:56:46.517557 | fa163e28-c234-2db7-e43a-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.905732 | 0.06s 2025-10-07 08:56:46.523417 | fa163e28-c234-2db7-e43a-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:07.911587 | 0.06s 2025-10-07 08:56:46.549126 | fa163e28-c234-2db7-e43a-000000001807 | TASK | Check for NTP service 2025-10-07 08:56:46.792378 | fa163e28-c234-2db7-e43a-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-07 08:56:46.793847 | fa163e28-c234-2db7-e43a-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:08.182022 | 0.24s 2025-10-07 08:56:46.820035 | fa163e28-c234-2db7-e43a-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-07 08:56:46.864398 | fa163e28-c234-2db7-e43a-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-07 08:56:46.865756 | fa163e28-c234-2db7-e43a-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:08.253930 | 0.04s 2025-10-07 08:56:46.894603 | fa163e28-c234-2db7-e43a-000000001809 | TASK | Install chronyd package 2025-10-07 08:56:49.861234 | fa163e28-c234-2db7-e43a-000000001809 | OK | Install chronyd package | standalone 2025-10-07 08:56:49.862568 | fa163e28-c234-2db7-e43a-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:11.250745 | 2.97s 2025-10-07 08:56:49.889472 | fa163e28-c234-2db7-e43a-0000000016ea | TASK | Upgrade chronyd 2025-10-07 08:56:49.907007 | fa163e28-c234-2db7-e43a-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-07 08:56:49.908210 | fa163e28-c234-2db7-e43a-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:11.296381 | 0.02s 2025-10-07 08:56:49.935649 | fa163e28-c234-2db7-e43a-0000000016eb | TASK | Configure chronyd 2025-10-07 08:56:49.954994 | fa163e28-c234-2db7-e43a-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:11.343169 | 0.02s 2025-10-07 08:56:49.965393 | 47bde0a9-17f8-4480-8f30-f1aa89388e26 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-07 08:56:49.991896 | fa163e28-c234-2db7-e43a-000000001886 | TASK | Load distro-specific variables 2025-10-07 08:56:50.016433 | fa163e28-c234-2db7-e43a-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.404609 | 0.02s 2025-10-07 08:56:50.025038 | 94f5b5d5-1c4e-4c5c-9559-935d04f08a2e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-07 08:56:50.045199 | fa163e28-c234-2db7-e43a-0000000018f2 | TASK | Load distro-specific variables 2025-10-07 08:56:50.096503 | fa163e28-c234-2db7-e43a-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 08:56:50.097700 | fa163e28-c234-2db7-e43a-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.485875 | 0.05s 2025-10-07 08:56:50.102186 | fa163e28-c234-2db7-e43a-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.490371 | 0.06s 2025-10-07 08:56:50.122285 | fa163e28-c234-2db7-e43a-000000001887 | TASK | Install chrony configuration file 2025-10-07 08:56:50.663253 | fa163e28-c234-2db7-e43a-000000001887 | OK | Install chrony configuration file | standalone 2025-10-07 08:56:50.664712 | fa163e28-c234-2db7-e43a-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:12.052883 | 0.54s 2025-10-07 08:56:50.691414 | fa163e28-c234-2db7-e43a-0000000016ec | TASK | Run chronyd 2025-10-07 08:56:50.710640 | fa163e28-c234-2db7-e43a-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:12.098809 | 0.02s 2025-10-07 08:56:50.732841 | 171cea1d-3731-4a26-94b6-aa6fe9126326 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-07 08:56:50.774902 | fa163e28-c234-2db7-e43a-000000001915 | TASK | Load distro-specific variables 2025-10-07 08:56:50.790673 | fa163e28-c234-2db7-e43a-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.178846 | 0.01s 2025-10-07 08:56:50.803046 | ec2911ca-63bb-4486-b36f-c13bc181ccb4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-07 08:56:50.828306 | fa163e28-c234-2db7-e43a-000000001999 | TASK | Load distro-specific variables 2025-10-07 08:56:50.857459 | fa163e28-c234-2db7-e43a-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 08:56:50.859227 | fa163e28-c234-2db7-e43a-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.247401 | 0.03s 2025-10-07 08:56:50.868867 | fa163e28-c234-2db7-e43a-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.257052 | 0.04s 2025-10-07 08:56:50.889269 | fa163e28-c234-2db7-e43a-000000001916 | TASK | Ensure chronyd is running 2025-10-07 08:56:51.289447 | fa163e28-c234-2db7-e43a-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-07 08:56:51.291684 | fa163e28-c234-2db7-e43a-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:12.679857 | 0.40s 2025-10-07 08:56:51.319598 | fa163e28-c234-2db7-e43a-000000001917 | TASK | Force chronyd restart 2025-10-07 08:56:51.363018 | fa163e28-c234-2db7-e43a-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-07 08:56:51.364230 | fa163e28-c234-2db7-e43a-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:12.752404 | 0.04s 2025-10-07 08:56:51.390838 | fa163e28-c234-2db7-e43a-0000000016ed | TASK | Enable online service 2025-10-07 08:56:51.419918 | fa163e28-c234-2db7-e43a-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:12.808083 | 0.03s 2025-10-07 08:56:51.440770 | 38d7a81b-6d79-4b5f-845a-928fb5dedc27 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-07 08:56:51.484307 | fa163e28-c234-2db7-e43a-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-07 08:56:51.994380 | fa163e28-c234-2db7-e43a-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-07 08:56:51.995553 | fa163e28-c234-2db7-e43a-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:13.383733 | 0.51s 2025-10-07 08:56:52.014404 | fa163e28-c234-2db7-e43a-0000000019c7 | TASK | Enable chrony-online.service 2025-10-07 08:56:52.739589 | fa163e28-c234-2db7-e43a-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-07 08:56:52.741957 | fa163e28-c234-2db7-e43a-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:14.130105 | 0.73s 2025-10-07 08:56:52.769621 | fa163e28-c234-2db7-e43a-0000000016ee | TASK | Sync chronyc 2025-10-07 08:56:52.801236 | fa163e28-c234-2db7-e43a-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:14.189402 | 0.03s 2025-10-07 08:56:52.820916 | c050616e-bbe2-4c03-a7c1-0f8a9922074c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-07 08:56:52.868219 | fa163e28-c234-2db7-e43a-000000001a6c | TASK | Force NTP sync 2025-10-07 08:56:53.099322 | fa163e28-c234-2db7-e43a-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-07 08:56:53.100719 | fa163e28-c234-2db7-e43a-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:14.488894 | 0.23s 2025-10-07 08:56:53.126817 | fa163e28-c234-2db7-e43a-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-07 08:56:53.364604 | fa163e28-c234-2db7-e43a-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-07 08:56:53.366093 | fa163e28-c234-2db7-e43a-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:14.754269 | 0.24s 2025-10-07 08:56:53.418129 | fa163e28-c234-2db7-e43a-000000000bda | TASK | Force NTP sync 2025-10-07 08:56:53.639049 | fa163e28-c234-2db7-e43a-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-07 08:56:53.640420 | fa163e28-c234-2db7-e43a-000000000bda | TIMING | Force NTP sync | standalone | 0:03:15.028596 | 0.22s 2025-10-07 08:56:53.665721 | fa163e28-c234-2db7-e43a-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-07 08:56:53.884911 | fa163e28-c234-2db7-e43a-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-07 08:56:53.886346 | fa163e28-c234-2db7-e43a-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:15.274522 | 0.22s 2025-10-07 08:56:53.912213 | fa163e28-c234-2db7-e43a-000000000bdc | TASK | Run timezone role 2025-10-07 08:56:53.940686 | fa163e28-c234-2db7-e43a-000000000bdc | TIMING | Run timezone role | standalone | 0:03:15.328851 | 0.03s 2025-10-07 08:56:54.043472 | fa163e28-c234-2db7-e43a-000000001c2d | TASK | Set timezone 2025-10-07 08:56:54.570202 | fa163e28-c234-2db7-e43a-000000001c2d | OK | Set timezone | standalone 2025-10-07 08:56:54.571693 | fa163e28-c234-2db7-e43a-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:15.959867 | 0.53s 2025-10-07 08:56:54.598047 | fa163e28-c234-2db7-e43a-000000001c2e | TASK | Restart time services 2025-10-07 08:56:54.638574 | fa163e28-c234-2db7-e43a-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-07 08:56:54.645423 | fa163e28-c234-2db7-e43a-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-07 08:56:54.651693 | fa163e28-c234-2db7-e43a-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:16.039860 | 0.05s 2025-10-07 08:56:54.701545 | fa163e28-c234-2db7-e43a-000000000bdd | TASK | install tmpwatch on the host 2025-10-07 08:56:57.594648 | fa163e28-c234-2db7-e43a-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-07 08:56:57.596168 | fa163e28-c234-2db7-e43a-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:18.984336 | 2.89s 2025-10-07 08:56:57.621519 | fa163e28-c234-2db7-e43a-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-07 08:56:57.653151 | fa163e28-c234-2db7-e43a-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-07 08:56:57.654233 | fa163e28-c234-2db7-e43a-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:19.042410 | 0.03s 2025-10-07 08:56:57.709214 | fa163e28-c234-2db7-e43a-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:19.097379 | 0.03s 2025-10-07 08:56:57.813831 | fa163e28-c234-2db7-e43a-000000001e61 | TASK | Gather variables for each operating system 2025-10-07 08:56:57.931919 | fa163e28-c234-2db7-e43a-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-07 08:56:57.933435 | fa163e28-c234-2db7-e43a-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:19.321606 | 0.12s 2025-10-07 08:56:57.942479 | fa163e28-c234-2db7-e43a-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:19.330649 | 0.13s 2025-10-07 08:56:58.034649 | fa163e28-c234-2db7-e43a-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:19.422813 | 0.06s 2025-10-07 08:56:58.056023 | b2860827-a621-43d9-ada2-a7fc8b046382 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-07 08:56:58.088856 | fa163e28-c234-2db7-e43a-000000001f92 | TASK | Check tuned package is installed 2025-10-07 08:56:58.396194 | fa163e28-c234-2db7-e43a-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-07 08:56:58.397606 | fa163e28-c234-2db7-e43a-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:19.785781 | 0.31s 2025-10-07 08:56:58.424761 | fa163e28-c234-2db7-e43a-000000001f93 | TASK | Install tuned 2025-10-07 08:56:58.455649 | fa163e28-c234-2db7-e43a-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-07 08:56:58.456960 | fa163e28-c234-2db7-e43a-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:19.845134 | 0.03s 2025-10-07 08:56:58.483787 | fa163e28-c234-2db7-e43a-000000001f94 | TASK | Restart tuned 2025-10-07 08:56:58.515333 | fa163e28-c234-2db7-e43a-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-07 08:56:58.516781 | fa163e28-c234-2db7-e43a-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:19.904953 | 0.03s 2025-10-07 08:56:58.543177 | fa163e28-c234-2db7-e43a-000000001e63 | TASK | Check for tuned-adm 2025-10-07 08:56:58.781514 | fa163e28-c234-2db7-e43a-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-07 08:56:58.782333 | fa163e28-c234-2db7-e43a-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:20.170517 | 0.24s 2025-10-07 08:56:58.827780 | fa163e28-c234-2db7-e43a-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:20.215948 | 0.03s 2025-10-07 08:56:58.845407 | d10b0dca-9147-4cb2-a758-dfb5a3eaf28a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-07 08:56:58.876305 | fa163e28-c234-2db7-e43a-000000001fbf | TASK | Ensure profile directory exists 2025-10-07 08:56:58.927536 | fa163e28-c234-2db7-e43a-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-07 08:56:58.928481 | fa163e28-c234-2db7-e43a-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:20.316661 | 0.05s 2025-10-07 08:56:58.949060 | fa163e28-c234-2db7-e43a-000000001fc0 | TASK | Create custom tuned profile 2025-10-07 08:56:59.008190 | fa163e28-c234-2db7-e43a-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-07 08:56:59.009098 | fa163e28-c234-2db7-e43a-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:20.397279 | 0.06s 2025-10-07 08:56:59.029691 | fa163e28-c234-2db7-e43a-000000001fc1 | TASK | Check tuned active profile 2025-10-07 08:56:59.247720 | fa163e28-c234-2db7-e43a-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-07 08:56:59.248956 | fa163e28-c234-2db7-e43a-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:20.637132 | 0.22s 2025-10-07 08:56:59.276009 | fa163e28-c234-2db7-e43a-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-07 08:56:59.502213 | fa163e28-c234-2db7-e43a-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-07 08:56:59.503719 | fa163e28-c234-2db7-e43a-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:20.891894 | 0.23s 2025-10-07 08:56:59.530161 | fa163e28-c234-2db7-e43a-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-07 08:56:59.592870 | fa163e28-c234-2db7-e43a-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-07 08:56:59.594316 | fa163e28-c234-2db7-e43a-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:20.982490 | 0.06s 2025-10-07 08:56:59.623885 | fa163e28-c234-2db7-e43a-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-07 08:56:59.685403 | fa163e28-c234-2db7-e43a-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-07 08:56:59.686708 | fa163e28-c234-2db7-e43a-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:21.074882 | 0.06s 2025-10-07 08:56:59.715554 | fa163e28-c234-2db7-e43a-000000001fc5 | TASK | Enable tuned profile 2025-10-07 08:56:59.757521 | fa163e28-c234-2db7-e43a-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-07 08:56:59.759215 | fa163e28-c234-2db7-e43a-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:21.147387 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-07 08:56:59.971571 | fa163e28-c234-2db7-e43a-0000000000ac | TASK | Overcloud container setup tasks 2025-10-07 08:56:59.999835 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000ac') missing from stats 2025-10-07 08:57:00.020813 | fa163e28-c234-2db7-e43a-0000000000ad | TASK | Write config data 2025-10-07 08:57:00.057418 | fa163e28-c234-2db7-e43a-0000000000ad | TIMING | Write config data | standalone | 0:03:21.445593 | 0.04s 2025-10-07 08:57:00.085523 | a97a1b64-d5cc-457b-a09d-2a7ae0ae78e5 | INCLUDED | /root/standalone-ansible-7rzon_tu/common_container_setup_tasks.yaml | standalone 2025-10-07 08:57:00.109570 | fa163e28-c234-2db7-e43a-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-07 08:57:00.350817 | fa163e28-c234-2db7-e43a-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-07 08:57:00.352214 | fa163e28-c234-2db7-e43a-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:21.740388 | 0.24s 2025-10-07 08:57:00.377757 | fa163e28-c234-2db7-e43a-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-07 08:57:00.618926 | fa163e28-c234-2db7-e43a-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-07 08:57:00.620268 | fa163e28-c234-2db7-e43a-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:22.008443 | 0.24s 2025-10-07 08:57:00.646158 | fa163e28-c234-2db7-e43a-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-07 08:57:00.880535 | fa163e28-c234-2db7-e43a-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-07 08:57:00.882060 | fa163e28-c234-2db7-e43a-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:22.270237 | 0.23s 2025-10-07 08:57:00.908465 | fa163e28-c234-2db7-e43a-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-07 08:57:01.111178 | fa163e28-c234-2db7-e43a-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-07 08:57:01.112549 | fa163e28-c234-2db7-e43a-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:22.500723 | 0.20s 2025-10-07 08:57:01.139330 | fa163e28-c234-2db7-e43a-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-07 08:57:01.342621 | fa163e28-c234-2db7-e43a-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-07 08:57:01.343911 | fa163e28-c234-2db7-e43a-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:22.732088 | 0.20s 2025-10-07 08:57:01.370712 | fa163e28-c234-2db7-e43a-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-07 08:57:02.590940 | fa163e28-c234-2db7-e43a-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-07 08:57:02.592632 | fa163e28-c234-2db7-e43a-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:23.980808 | 1.22s 2025-10-07 08:57:02.619121 | fa163e28-c234-2db7-e43a-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-07 08:57:02.881390 | fa163e28-c234-2db7-e43a-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-07 08:57:02.882816 | fa163e28-c234-2db7-e43a-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:24.270991 | 0.26s 2025-10-07 08:57:02.909262 | fa163e28-c234-2db7-e43a-00000000202d | TASK | Write container config scripts 2025-10-07 08:57:03.280735 | fa163e28-c234-2db7-e43a-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-07 08:57:03.282178 | fa163e28-c234-2db7-e43a-00000000202d | TIMING | Write container config scripts | standalone | 0:03:24.670352 | 0.37s 2025-10-07 08:57:03.308850 | fa163e28-c234-2db7-e43a-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-07 08:57:03.779046 | fa163e28-c234-2db7-e43a-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-07 08:57:03.780355 | fa163e28-c234-2db7-e43a-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:25.168531 | 0.47s 2025-10-07 08:57:03.807141 | fa163e28-c234-2db7-e43a-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-07 08:57:04.414340 | fa163e28-c234-2db7-e43a-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-07 08:57:04.423998 | fa163e28-c234-2db7-e43a-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:25.812147 | 0.62s 2025-10-07 08:57:04.465674 | fa163e28-c234-2db7-e43a-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-07 08:57:04.690741 | fa163e28-c234-2db7-e43a-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-07 08:57:04.692496 | fa163e28-c234-2db7-e43a-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:26.080665 | 0.23s 2025-10-07 08:57:04.718616 | fa163e28-c234-2db7-e43a-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-07 08:57:04.949842 | fa163e28-c234-2db7-e43a-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-07 08:57:04.951574 | fa163e28-c234-2db7-e43a-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:26.339744 | 0.23s 2025-10-07 08:57:04.981091 | fa163e28-c234-2db7-e43a-000000002032 | TASK | Write container config json files 2025-10-07 08:57:05.510191 | fa163e28-c234-2db7-e43a-000000002032 | CHANGED | Write container config json files | standalone 2025-10-07 08:57:05.518047 | fa163e28-c234-2db7-e43a-000000002032 | TIMING | Write container config json files | standalone | 0:03:26.906219 | 0.53s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-07 08:57:05.693961 | fa163e28-c234-2db7-e43a-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-07 08:57:05.722160 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-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-07 08:57:05.784710 | fa163e28-c234-2db7-e43a-0000000000b2 | TIMING | include_tasks | standalone | 0:03:27.172878 | 0.04s 2025-10-07 08:57:05.799134 | 9d1ad80b-c79d-49d4-a2fb-d8489f8995df | INCLUDED | /root/standalone-ansible-7rzon_tu/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-07 08:57:05.942317 | fa163e28-c234-2db7-e43a-0000000000b6 | TASK | External deployment step 1 2025-10-07 08:57:05.971697 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000b6') missing from stats 2025-10-07 08:57:06.036208 | fa163e28-c234-2db7-e43a-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:27.424374 | 0.04s 2025-10-07 08:57:06.075853 | 66979238-133a-4656-a233-393dbe3fa26f | INCLUDED | /root/standalone-ansible-7rzon_tu/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-07 08:57:06.096917 | fa163e28-c234-2db7-e43a-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-07 08:57:06.147780 | fa163e28-c234-2db7-e43a-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-07 08:57:06.149214 | fa163e28-c234-2db7-e43a-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:27.537389 | 0.05s 2025-10-07 08:57:06.166545 | fa163e28-c234-2db7-e43a-000000002079 | TASK | Build disk list for cephadm 2025-10-07 08:57:06.228400 | fa163e28-c234-2db7-e43a-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-07 08:57:06.229662 | fa163e28-c234-2db7-e43a-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:27.617838 | 0.06s 2025-10-07 08:57:06.248027 | fa163e28-c234-2db7-e43a-000000002080 | TASK | Container image prepare 2025-10-07 08:57:07.292331 | fa163e28-c234-2db7-e43a-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-07 08:57:07.294570 | fa163e28-c234-2db7-e43a-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:28.682745 | 1.04s 2025-10-07 08:57:07.330201 | fa163e28-c234-2db7-e43a-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-07 08:57:07.597435 | fa163e28-c234-2db7-e43a-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-07 08:57:07.598923 | fa163e28-c234-2db7-e43a-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:28.987096 | 0.27s 2025-10-07 08:57:07.617865 | fa163e28-c234-2db7-e43a-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-07 08:57:07.680253 | fa163e28-c234-2db7-e43a-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:29.068417 | 0.06s 2025-10-07 08:57:07.727276 | fa163e28-c234-2db7-e43a-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-07 08:57:07.948885 | fa163e28-c234-2db7-e43a-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-07 08:57:07.950290 | fa163e28-c234-2db7-e43a-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:29.338465 | 0.22s 2025-10-07 08:57:07.970209 | fa163e28-c234-2db7-e43a-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-07 08:57:08.363629 | fa163e28-c234-2db7-e43a-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-07 08:57:08.365388 | fa163e28-c234-2db7-e43a-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:29.753562 | 0.39s 2025-10-07 08:57:08.386839 | fa163e28-c234-2db7-e43a-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-07 08:57:08.438517 | fa163e28-c234-2db7-e43a-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:29.826680 | 0.05s 2025-10-07 08:57:08.486584 | fa163e28-c234-2db7-e43a-0000000020eb | TASK | Check for a configured destination 2025-10-07 08:57:08.557713 | fa163e28-c234-2db7-e43a-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-07 08:57:08.558797 | fa163e28-c234-2db7-e43a-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:29.946976 | 0.07s 2025-10-07 08:57:08.579196 | fa163e28-c234-2db7-e43a-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-07 08:57:09.067508 | fa163e28-c234-2db7-e43a-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-07 08:57:09.069140 | fa163e28-c234-2db7-e43a-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:30.457310 | 0.49s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-07 08:57:09.247231 | fa163e28-c234-2db7-e43a-0000000000ba | TASK | Deploy step tasks for 1 2025-10-07 08:57:09.274633 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000ba') missing from stats 2025-10-07 08:57:09.295197 | fa163e28-c234-2db7-e43a-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-07 08:57:09.746806 | fa163e28-c234-2db7-e43a-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-07 08:57:09.748199 | fa163e28-c234-2db7-e43a-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:31.136374 | 0.45s 2025-10-07 08:57:09.773939 | fa163e28-c234-2db7-e43a-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-07 08:57:09.985466 | fa163e28-c234-2db7-e43a-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-07 08:57:09.987007 | fa163e28-c234-2db7-e43a-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:31.375153 | 0.21s 2025-10-07 08:57:10.013264 | fa163e28-c234-2db7-e43a-0000000000be | TASK | Write config data at the start of step 1 2025-10-07 08:57:10.085823 | fa163e28-c234-2db7-e43a-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:31.473978 | 0.07s 2025-10-07 08:57:10.134095 | 3e72c3f5-fe2a-43ad-b41b-3d9a81d46d09 | INCLUDED | /root/standalone-ansible-7rzon_tu/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-07 08:57:10.158941 | fa163e28-c234-2db7-e43a-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-07 08:57:10.186007 | fa163e28-c234-2db7-e43a-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-07 08:57:10.186788 | fa163e28-c234-2db7-e43a-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:31.574969 | 0.03s 2025-10-07 08:57:10.206581 | fa163e28-c234-2db7-e43a-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-07 08:57:10.235274 | fa163e28-c234-2db7-e43a-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-07 08:57:10.236007 | fa163e28-c234-2db7-e43a-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:31.624188 | 0.03s 2025-10-07 08:57:10.255625 | fa163e28-c234-2db7-e43a-00000000212c | TASK | Write the puppet step_config manifest 2025-10-07 08:57:10.749490 | fa163e28-c234-2db7-e43a-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-07 08:57:10.750690 | fa163e28-c234-2db7-e43a-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:32.138867 | 0.49s 2025-10-07 08:57:10.775849 | fa163e28-c234-2db7-e43a-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-07 08:57:10.803531 | fa163e28-c234-2db7-e43a-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-07 08:57:10.804716 | fa163e28-c234-2db7-e43a-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:32.192891 | 0.03s 2025-10-07 08:57:10.824407 | fa163e28-c234-2db7-e43a-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-07 08:57:10.865348 | fa163e28-c234-2db7-e43a-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-07 08:57:10.866118 | fa163e28-c234-2db7-e43a-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:32.254302 | 0.04s 2025-10-07 08:57:10.883573 | fa163e28-c234-2db7-e43a-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-07 08:57:11.094323 | fa163e28-c234-2db7-e43a-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-07 08:57:11.095724 | fa163e28-c234-2db7-e43a-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:32.483900 | 0.21s 2025-10-07 08:57:11.121128 | fa163e28-c234-2db7-e43a-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-07 08:57:11.153546 | fa163e28-c234-2db7-e43a-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-07 08:57:11.154843 | fa163e28-c234-2db7-e43a-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:32.543016 | 0.03s 2025-10-07 08:57:11.181856 | fa163e28-c234-2db7-e43a-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-07 08:57:11.221077 | fa163e28-c234-2db7-e43a-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-07 08:57:11.222309 | fa163e28-c234-2db7-e43a-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:32.610484 | 0.04s 2025-10-07 08:57:11.249159 | fa163e28-c234-2db7-e43a-000000002132 | TASK | Write container-puppet.json file 2025-10-07 08:57:11.840822 | fa163e28-c234-2db7-e43a-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-07 08:57:11.842070 | fa163e28-c234-2db7-e43a-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:33.230248 | 0.59s 2025-10-07 08:57:11.866771 | fa163e28-c234-2db7-e43a-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-07 08:57:11.896908 | fa163e28-c234-2db7-e43a-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-07 08:57:11.897966 | fa163e28-c234-2db7-e43a-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:33.286142 | 0.03s 2025-10-07 08:57:11.924064 | fa163e28-c234-2db7-e43a-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-07 08:57:11.953570 | fa163e28-c234-2db7-e43a-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-07 08:57:11.954750 | fa163e28-c234-2db7-e43a-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:33.342925 | 0.03s 2025-10-07 08:57:11.980200 | fa163e28-c234-2db7-e43a-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-07 08:57:12.414363 | fa163e28-c234-2db7-e43a-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-07 08:57:12.415559 | fa163e28-c234-2db7-e43a-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:33.803735 | 0.43s 2025-10-07 08:57:12.432877 | fa163e28-c234-2db7-e43a-000000002136 | TASK | Set host puppet debugging fact string 2025-10-07 08:57:12.468697 | fa163e28-c234-2db7-e43a-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-07 08:57:12.470027 | fa163e28-c234-2db7-e43a-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:33.858160 | 0.04s 2025-10-07 08:57:12.496007 | fa163e28-c234-2db7-e43a-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-07 08:57:12.527963 | fa163e28-c234-2db7-e43a-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-07 08:57:12.529336 | fa163e28-c234-2db7-e43a-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:33.917510 | 0.03s 2025-10-07 08:57:12.556461 | fa163e28-c234-2db7-e43a-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-07 08:57:12.585454 | fa163e28-c234-2db7-e43a-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-07 08:57:12.586481 | fa163e28-c234-2db7-e43a-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:33.974656 | 0.03s 2025-10-07 08:57:12.611142 | fa163e28-c234-2db7-e43a-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-07 08:57:12.644726 | fa163e28-c234-2db7-e43a-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-07 08:57:12.645966 | fa163e28-c234-2db7-e43a-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:34.034140 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 08:57:12.715776 | fa163e28-c234-2db7-e43a-0000000000c0 | TIMING | include_tasks | standalone | 0:03:34.103938 | 0.04s 2025-10-07 08:57:12.835556 | 0d02f0a0-aa87-4569-863e-c94fbae6f63f | INCLUDED | /root/standalone-ansible-7rzon_tu/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-07 08:57:12.877174 | fa163e28-c234-2db7-e43a-000000002164 | TASK | Create dirs for certificates and keys 2025-10-07 08:57:12.938316 | fa163e28-c234-2db7-e43a-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-07 08:57:12.948476 | fa163e28-c234-2db7-e43a-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-07 08:57:12.952219 | fa163e28-c234-2db7-e43a-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:34.340385 | 0.07s 2025-10-07 08:57:13.036245 | fa163e28-c234-2db7-e43a-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 08:57:13.037481 | fa163e28-c234-2db7-e43a-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:34.425656 | 0.06s 2025-10-07 08:57:13.063151 | fa163e28-c234-2db7-e43a-00000000216c | TASK | Fail if container image is undefined 2025-10-07 08:57:13.112884 | fa163e28-c234-2db7-e43a-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 08:57:13.113961 | fa163e28-c234-2db7-e43a-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:34.502136 | 0.05s 2025-10-07 08:57:13.155913 | fa163e28-c234-2db7-e43a-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-07 08:57:31.664783 | fa163e28-c234-2db7-e43a-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-07 08:57:31.666177 | fa163e28-c234-2db7-e43a-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:53.054357 | 18.51s 2025-10-07 08:57:31.697750 | fa163e28-c234-2db7-e43a-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-07 08:57:32.055050 | fa163e28-c234-2db7-e43a-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-07 08:57:32.056388 | fa163e28-c234-2db7-e43a-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:53.444561 | 0.36s 2025-10-07 08:57:32.107741 | fa163e28-c234-2db7-e43a-00000000217d | TASK | Fail if container image is undefined 2025-10-07 08:57:32.171542 | fa163e28-c234-2db7-e43a-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 08:57:32.172837 | fa163e28-c234-2db7-e43a-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:53.561010 | 0.06s 2025-10-07 08:57:32.216757 | fa163e28-c234-2db7-e43a-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-07 08:57:41.494200 | fa163e28-c234-2db7-e43a-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-07 08:57:41.495725 | fa163e28-c234-2db7-e43a-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:02.883900 | 9.28s 2025-10-07 08:57:41.556393 | fa163e28-c234-2db7-e43a-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-07 08:57:41.871641 | fa163e28-c234-2db7-e43a-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-07 08:57:41.873087 | fa163e28-c234-2db7-e43a-00000000217f | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:03.261257 | 0.32s 2025-10-07 08:57:41.926152 | fa163e28-c234-2db7-e43a-00000000218a | TASK | Check if rsyslog exists 2025-10-07 08:57:42.192573 | fa163e28-c234-2db7-e43a-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-07 08:57:42.194074 | fa163e28-c234-2db7-e43a-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:04:03.582249 | 0.27s 2025-10-07 08:57:42.221795 | fa163e28-c234-2db7-e43a-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-07 08:57:42.476754 | fa163e28-c234-2db7-e43a-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-07 08:57:42.478065 | fa163e28-c234-2db7-e43a-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:04:03.866242 | 0.26s 2025-10-07 08:57:42.516492 | fa163e28-c234-2db7-e43a-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-07 08:57:43.178844 | fa163e28-c234-2db7-e43a-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-07 08:57:43.180709 | fa163e28-c234-2db7-e43a-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:04.568883 | 0.66s 2025-10-07 08:57:43.209401 | fa163e28-c234-2db7-e43a-000000002194 | TASK | Fail if container image is undefined 2025-10-07 08:57:43.271912 | fa163e28-c234-2db7-e43a-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 08:57:43.273405 | fa163e28-c234-2db7-e43a-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:04.661572 | 0.06s 2025-10-07 08:57:43.319778 | fa163e28-c234-2db7-e43a-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-07 08:57:49.722835 | fa163e28-c234-2db7-e43a-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-07 08:57:49.725376 | fa163e28-c234-2db7-e43a-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:11.113545 | 6.40s 2025-10-07 08:57:49.783589 | fa163e28-c234-2db7-e43a-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-07 08:57:50.064439 | fa163e28-c234-2db7-e43a-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-07 08:57:50.067094 | fa163e28-c234-2db7-e43a-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:11.455267 | 0.28s 2025-10-07 08:57:50.120584 | fa163e28-c234-2db7-e43a-0000000021a0 | TASK | Run lvmfilter role 2025-10-07 08:57:50.171956 | fa163e28-c234-2db7-e43a-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:11.560122 | 0.05s 2025-10-07 08:57:50.262374 | fa163e28-c234-2db7-e43a-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-07 08:57:50.519141 | fa163e28-c234-2db7-e43a-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-07 08:57:50.520468 | fa163e28-c234-2db7-e43a-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:11.908644 | 0.26s 2025-10-07 08:57:50.549459 | fa163e28-c234-2db7-e43a-0000000022b9 | TASK | collect ansible devices 2025-10-07 08:57:50.600180 | fa163e28-c234-2db7-e43a-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-07 08:57:50.601431 | fa163e28-c234-2db7-e43a-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:11.989605 | 0.05s 2025-10-07 08:57:50.627577 | fa163e28-c234-2db7-e43a-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-07 08:57:50.677587 | fa163e28-c234-2db7-e43a-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-07 08:57:50.678769 | fa163e28-c234-2db7-e43a-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:12.066943 | 0.05s 2025-10-07 08:57:50.706027 | fa163e28-c234-2db7-e43a-0000000022bb | TASK | set allowed_devices 2025-10-07 08:57:50.754802 | fa163e28-c234-2db7-e43a-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-07 08:57:50.756020 | fa163e28-c234-2db7-e43a-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:12.144194 | 0.05s 2025-10-07 08:57:50.783831 | fa163e28-c234-2db7-e43a-0000000022bc | TASK | build lvm2 allow list 2025-10-07 08:57:50.832783 | fa163e28-c234-2db7-e43a-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-07 08:57:50.834021 | fa163e28-c234-2db7-e43a-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:12.222196 | 0.05s 2025-10-07 08:57:50.860271 | fa163e28-c234-2db7-e43a-0000000022bd | TASK | build lvm2 deny list 2025-10-07 08:57:50.909965 | fa163e28-c234-2db7-e43a-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-07 08:57:50.911247 | fa163e28-c234-2db7-e43a-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:12.299421 | 0.05s 2025-10-07 08:57:50.939226 | fa163e28-c234-2db7-e43a-0000000022be | TASK | build lvm2 filter 2025-10-07 08:57:50.989235 | fa163e28-c234-2db7-e43a-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-07 08:57:50.989807 | fa163e28-c234-2db7-e43a-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:12.377992 | 0.05s 2025-10-07 08:57:51.007581 | fa163e28-c234-2db7-e43a-0000000022bf | TASK | regenerate lvm config 2025-10-07 08:57:51.047228 | fa163e28-c234-2db7-e43a-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-07 08:57:51.048505 | fa163e28-c234-2db7-e43a-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:12.436680 | 0.04s 2025-10-07 08:57:51.074281 | fa163e28-c234-2db7-e43a-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-07 08:57:51.123597 | fa163e28-c234-2db7-e43a-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-07 08:57:51.124724 | fa163e28-c234-2db7-e43a-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:12.512899 | 0.05s 2025-10-07 08:57:51.175900 | fa163e28-c234-2db7-e43a-0000000021a6 | TASK | Fail if container image is undefined 2025-10-07 08:57:51.237331 | fa163e28-c234-2db7-e43a-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 08:57:51.238663 | fa163e28-c234-2db7-e43a-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:12.626836 | 0.06s 2025-10-07 08:57:51.283575 | fa163e28-c234-2db7-e43a-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-07 08:58:00.843440 | fa163e28-c234-2db7-e43a-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-07 08:58:00.844450 | fa163e28-c234-2db7-e43a-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:22.232630 | 9.56s 2025-10-07 08:58:00.890801 | fa163e28-c234-2db7-e43a-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-07 08:58:01.250358 | fa163e28-c234-2db7-e43a-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-07 08:58:01.251780 | fa163e28-c234-2db7-e43a-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:22.639956 | 0.36s 2025-10-07 08:58:01.342350 | fa163e28-c234-2db7-e43a-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 08:58:01.343742 | fa163e28-c234-2db7-e43a-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:22.731914 | 0.04s 2025-10-07 08:58:01.371879 | fa163e28-c234-2db7-e43a-0000000021ba | TASK | Fail if container image is undefined 2025-10-07 08:58:01.443734 | fa163e28-c234-2db7-e43a-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 08:58:01.445014 | fa163e28-c234-2db7-e43a-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:22.833157 | 0.07s 2025-10-07 08:58:01.482837 | fa163e28-c234-2db7-e43a-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-07 08:58:09.125159 | fa163e28-c234-2db7-e43a-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-07 08:58:09.126412 | fa163e28-c234-2db7-e43a-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:30.514588 | 7.64s 2025-10-07 08:58:09.159229 | fa163e28-c234-2db7-e43a-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-07 08:58:09.490394 | fa163e28-c234-2db7-e43a-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-07 08:58:09.491865 | fa163e28-c234-2db7-e43a-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:30.880039 | 0.33s 2025-10-07 08:58:09.598148 | fa163e28-c234-2db7-e43a-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 08:58:09.599803 | fa163e28-c234-2db7-e43a-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:30.987958 | 0.05s 2025-10-07 08:58:09.627130 | fa163e28-c234-2db7-e43a-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-07 08:58:30.147810 | fa163e28-c234-2db7-e43a-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-07 08:58:30.149491 | fa163e28-c234-2db7-e43a-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:51.537666 | 20.52s 2025-10-07 08:58:30.175648 | fa163e28-c234-2db7-e43a-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-07 08:58:30.226583 | fa163e28-c234-2db7-e43a-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-07 08:58:30.227859 | fa163e28-c234-2db7-e43a-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:51.616033 | 0.05s 2025-10-07 08:58:30.253933 | fa163e28-c234-2db7-e43a-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-07 08:58:30.527811 | fa163e28-c234-2db7-e43a-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-07 08:58:30.529345 | fa163e28-c234-2db7-e43a-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:51.917516 | 0.27s 2025-10-07 08:58:30.554849 | fa163e28-c234-2db7-e43a-0000000021ce | TASK | is KSM enabled 2025-10-07 08:58:30.595397 | fa163e28-c234-2db7-e43a-0000000021ce | OK | is KSM enabled | standalone 2025-10-07 08:58:30.596769 | fa163e28-c234-2db7-e43a-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:51.984943 | 0.04s 2025-10-07 08:58:30.618301 | fa163e28-c234-2db7-e43a-0000000021d0 | TASK | Check for ksm 2025-10-07 08:58:30.891362 | fa163e28-c234-2db7-e43a-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-07 08:58:30.892741 | fa163e28-c234-2db7-e43a-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:52.280916 | 0.27s 2025-10-07 08:58:30.919486 | fa163e28-c234-2db7-e43a-0000000021d1 | TASK | disable KSM services 2025-10-07 08:58:31.008115 | fa163e28-c234-2db7-e43a-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-07 08:58:31.041747 | fa163e28-c234-2db7-e43a-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-07 08:58:31.048272 | fa163e28-c234-2db7-e43a-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:52.436438 | 0.13s 2025-10-07 08:58:31.076018 | fa163e28-c234-2db7-e43a-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-07 08:58:31.125310 | fa163e28-c234-2db7-e43a-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-07 08:58:31.126608 | fa163e28-c234-2db7-e43a-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:52.514782 | 0.05s 2025-10-07 08:58:31.153712 | fa163e28-c234-2db7-e43a-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-07 08:58:31.203315 | fa163e28-c234-2db7-e43a-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-07 08:58:31.204574 | fa163e28-c234-2db7-e43a-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:52.592748 | 0.05s 2025-10-07 08:58:31.231493 | fa163e28-c234-2db7-e43a-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-07 08:58:31.283700 | fa163e28-c234-2db7-e43a-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-07 08:58:31.285065 | fa163e28-c234-2db7-e43a-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:52.673239 | 0.05s 2025-10-07 08:58:31.310329 | fa163e28-c234-2db7-e43a-0000000021d6 | TASK | enable ksmtunded 2025-10-07 08:58:31.371191 | fa163e28-c234-2db7-e43a-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-07 08:58:31.394386 | fa163e28-c234-2db7-e43a-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-07 08:58:31.406082 | fa163e28-c234-2db7-e43a-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:52.794256 | 0.09s 2025-10-07 08:58:31.474545 | fa163e28-c234-2db7-e43a-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 08:58:31.475405 | fa163e28-c234-2db7-e43a-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:52.863586 | 0.05s 2025-10-07 08:58:31.494771 | fa163e28-c234-2db7-e43a-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-07 08:58:31.562880 | fa163e28-c234-2db7-e43a-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-07 08:58:31.564214 | fa163e28-c234-2db7-e43a-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:52.952388 | 0.07s 2025-10-07 08:58:31.590447 | fa163e28-c234-2db7-e43a-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-07 08:58:34.755183 | fa163e28-c234-2db7-e43a-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-07 08:58:34.760794 | fa163e28-c234-2db7-e43a-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:56.148968 | 3.17s 2025-10-07 08:58:34.800916 | fa163e28-c234-2db7-e43a-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-07 08:58:34.874208 | fa163e28-c234-2db7-e43a-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-07 08:58:34.875485 | fa163e28-c234-2db7-e43a-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:56.263661 | 0.07s 2025-10-07 08:58:34.906274 | fa163e28-c234-2db7-e43a-0000000021de | TASK | Fetch ovn VIP 2025-10-07 08:58:34.956312 | fa163e28-c234-2db7-e43a-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-07 08:58:34.957623 | fa163e28-c234-2db7-e43a-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:04:56.345796 | 0.05s 2025-10-07 08:58:34.988198 | fa163e28-c234-2db7-e43a-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-07 08:58:35.049599 | fa163e28-c234-2db7-e43a-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-07 08:58:35.050771 | fa163e28-c234-2db7-e43a-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:56.438946 | 0.06s 2025-10-07 08:58:35.080394 | fa163e28-c234-2db7-e43a-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-07 08:58:35.151588 | fa163e28-c234-2db7-e43a-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-07 08:58:35.152699 | fa163e28-c234-2db7-e43a-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:56.540875 | 0.07s 2025-10-07 08:58:35.182241 | fa163e28-c234-2db7-e43a-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-07 08:58:35.244577 | fa163e28-c234-2db7-e43a-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-07 08:58:35.245721 | fa163e28-c234-2db7-e43a-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:56.633895 | 0.06s 2025-10-07 08:58:35.274814 | fa163e28-c234-2db7-e43a-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-07 08:58:35.339727 | fa163e28-c234-2db7-e43a-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-07 08:58:35.352382 | fa163e28-c234-2db7-e43a-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:04:56.740557 | 0.08s 2025-10-07 08:58:35.432354 | fa163e28-c234-2db7-e43a-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 08:58:35.433571 | fa163e28-c234-2db7-e43a-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:56.821742 | 0.05s 2025-10-07 08:58:35.463611 | fa163e28-c234-2db7-e43a-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-07 08:58:35.515652 | fa163e28-c234-2db7-e43a-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:04:56.903819 | 0.05s 2025-10-07 08:58:35.583519 | fa163e28-c234-2db7-e43a-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-07 08:58:35.846542 | fa163e28-c234-2db7-e43a-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-07 08:58:35.847866 | fa163e28-c234-2db7-e43a-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:57.236043 | 0.26s 2025-10-07 08:58:35.880389 | fa163e28-c234-2db7-e43a-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-07 08:58:35.930949 | fa163e28-c234-2db7-e43a-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-07 08:58:35.932101 | fa163e28-c234-2db7-e43a-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:57.320276 | 0.05s 2025-10-07 08:58:35.961953 | fa163e28-c234-2db7-e43a-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-07 08:58:36.187071 | fa163e28-c234-2db7-e43a-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-07 08:58:36.189002 | fa163e28-c234-2db7-e43a-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:57.577151 | 0.23s 2025-10-07 08:58:36.218029 | fa163e28-c234-2db7-e43a-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-07 08:58:36.278607 | fa163e28-c234-2db7-e43a-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-07 08:58:36.279914 | fa163e28-c234-2db7-e43a-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:57.668091 | 0.06s 2025-10-07 08:58:36.310661 | fa163e28-c234-2db7-e43a-000000002393 | TASK | render OVN cluster configuration 2025-10-07 08:58:36.907383 | fa163e28-c234-2db7-e43a-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-07 08:58:36.908792 | fa163e28-c234-2db7-e43a-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:58.296968 | 0.60s 2025-10-07 08:58:36.939965 | fa163e28-c234-2db7-e43a-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-07 08:58:37.006359 | fa163e28-c234-2db7-e43a-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:58.394518 | 0.06s 2025-10-07 08:58:37.034551 | fa163e28-c234-2db7-e43a-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:58.422722 | 0.09s 2025-10-07 08:58:37.050062 | fa163e28-c234-2db7-e43a-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:58.438238 | 0.11s 2025-10-07 08:58:37.061639 | fa163e28-c234-2db7-e43a-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:58.449816 | 0.12s 2025-10-07 08:58:37.074115 | 8621f928-6c1c-429b-ab56-ca57ad6b28bb | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-07 08:58:37.077641 | 60f9e9ce-65f5-40ce-bad8-9b838c5ee7a5 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-07 08:58:37.081190 | 11da4c11-297c-4b09-931b-156bd64c81bf | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-07 08:58:37.107832 | fa163e28-c234-2db7-e43a-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-07 08:58:37.370025 | fa163e28-c234-2db7-e43a-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-07 08:58:37.371375 | fa163e28-c234-2db7-e43a-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:58.759552 | 0.26s 2025-10-07 08:58:37.403637 | fa163e28-c234-2db7-e43a-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-07 08:58:37.454570 | fa163e28-c234-2db7-e43a-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-07 08:58:37.455714 | fa163e28-c234-2db7-e43a-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:58.843863 | 0.05s 2025-10-07 08:58:37.490685 | fa163e28-c234-2db7-e43a-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-07 08:58:37.749614 | fa163e28-c234-2db7-e43a-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-07 08:58:37.750970 | fa163e28-c234-2db7-e43a-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:59.139145 | 0.26s 2025-10-07 08:58:37.783473 | fa163e28-c234-2db7-e43a-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-07 08:58:37.835348 | fa163e28-c234-2db7-e43a-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-07 08:58:37.836684 | fa163e28-c234-2db7-e43a-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:59.224858 | 0.05s 2025-10-07 08:58:37.869713 | fa163e28-c234-2db7-e43a-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-07 08:58:38.131669 | fa163e28-c234-2db7-e43a-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-07 08:58:38.133082 | fa163e28-c234-2db7-e43a-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:59.521257 | 0.26s 2025-10-07 08:58:38.165105 | fa163e28-c234-2db7-e43a-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-07 08:58:38.217501 | fa163e28-c234-2db7-e43a-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-07 08:58:38.218607 | fa163e28-c234-2db7-e43a-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:59.606783 | 0.05s 2025-10-07 08:58:38.318693 | fa163e28-c234-2db7-e43a-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 08:58:38.319871 | fa163e28-c234-2db7-e43a-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:59.708045 | 0.04s 2025-10-07 08:58:38.400083 | fa163e28-c234-2db7-e43a-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 08:58:38.401414 | fa163e28-c234-2db7-e43a-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:59.789589 | 0.05s 2025-10-07 08:58:38.431409 | fa163e28-c234-2db7-e43a-0000000021f2 | TASK | Fail if container image is undefined 2025-10-07 08:58:38.493473 | fa163e28-c234-2db7-e43a-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 08:58:38.494659 | fa163e28-c234-2db7-e43a-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:59.882834 | 0.06s 2025-10-07 08:58:38.540641 | fa163e28-c234-2db7-e43a-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-07 08:58:45.550503 | fa163e28-c234-2db7-e43a-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-07 08:58:45.551969 | fa163e28-c234-2db7-e43a-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:06.940145 | 7.01s 2025-10-07 08:58:45.600547 | fa163e28-c234-2db7-e43a-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-07 08:58:45.956116 | fa163e28-c234-2db7-e43a-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-07 08:58:45.957420 | fa163e28-c234-2db7-e43a-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:07.345597 | 0.36s 2025-10-07 08:58:46.015122 | fa163e28-c234-2db7-e43a-0000000021ff | TASK | Pre-fetch all the containers 2025-10-07 08:58:51.774085 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-07 08:58:51.779587 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:13.167758 | 5.76s 2025-10-07 08:58:57.723348 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-07 08:58:57.727396 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:19.115571 | 11.71s 2025-10-07 08:59:01.312700 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-07 08:59:01.315391 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:22.703567 | 15.30s 2025-10-07 08:59:05.839850 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-07 08:59:05.842759 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:27.230934 | 19.83s 2025-10-07 08:59:08.502937 | fa163e28-c234-2db7-e43a-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-07 08:59:08.506653 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:29.894829 | 22.49s 2025-10-07 08:59:11.034688 | fa163e28-c234-2db7-e43a-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-07 08:59:11.037867 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:32.426039 | 25.02s 2025-10-07 08:59:17.104205 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-07 08:59:17.107213 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:38.495388 | 31.09s 2025-10-07 08:59:22.714259 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-07 08:59:22.717307 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:44.105481 | 36.70s 2025-10-07 08:59:27.316046 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-07 08:59:27.320129 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:48.708303 | 41.30s 2025-10-07 08:59:30.734774 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-07 08:59:30.740295 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:52.128463 | 44.72s 2025-10-07 08:59:39.677715 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-07 08:59:39.683180 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:01.071353 | 53.67s 2025-10-07 08:59:43.112298 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-07 08:59:43.116337 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:04.504511 | 57.10s 2025-10-07 09:00:00.834952 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-07 09:00:00.839602 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:22.227776 | 74.82s 2025-10-07 09:00:14.383220 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-07 09:00:14.387261 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:35.775438 | 88.37s 2025-10-07 09:00:25.098401 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-07 09:00:25.100514 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:46.488695 | 99.08s 2025-10-07 09:00:33.367049 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-07 09:00:33.371422 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:54.759596 | 107.35s 2025-10-07 09:00:41.993647 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-07 09:00:41.997559 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:03.385734 | 115.98s 2025-10-07 09:00:49.246639 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-07 09:00:49.250539 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:10.638715 | 123.23s 2025-10-07 09:00:54.218514 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-07 09:00:54.222278 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:15.610452 | 128.20s 2025-10-07 09:00:58.985465 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-07 09:00:58.989441 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:20.377616 | 132.97s 2025-10-07 09:01:14.903402 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-07 09:01:14.907045 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:36.295223 | 148.89s 2025-10-07 09:01:34.421254 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-07 09:01:34.426070 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:55.814244 | 168.41s 2025-10-07 09:01:38.434926 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-07 09:01:38.438154 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:59.826330 | 172.42s 2025-10-07 09:01:48.156390 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-07 09:01:48.160882 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:09.549055 | 182.14s 2025-10-07 09:01:51.921181 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-07 09:01:51.925085 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:13.313261 | 185.91s 2025-10-07 09:01:55.674408 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-07 09:01:55.677572 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:17.065748 | 189.66s 2025-10-07 09:01:59.673288 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-07 09:01:59.676106 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:21.064287 | 193.66s 2025-10-07 09:02:04.632821 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-07 09:02:04.635926 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:26.024097 | 198.62s 2025-10-07 09:02:09.426041 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-07 09:02:09.429181 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:30.817357 | 203.41s 2025-10-07 09:02:13.243807 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-07 09:02:13.247908 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:34.636084 | 207.23s 2025-10-07 09:02:18.313132 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-07 09:02:18.316109 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:39.704284 | 212.30s 2025-10-07 09:02:21.203934 | fa163e28-c234-2db7-e43a-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-07 09:02:21.207969 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:42.596144 | 215.19s 2025-10-07 09:02:23.945352 | fa163e28-c234-2db7-e43a-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-07 09:02:23.948389 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:45.336564 | 217.93s 2025-10-07 09:02:28.071093 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-07 09:02:28.073722 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:49.461899 | 222.06s 2025-10-07 09:02:30.837848 | fa163e28-c234-2db7-e43a-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-07 09:02:30.841785 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:52.229960 | 224.82s 2025-10-07 09:02:35.801561 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-07 09:02:35.805041 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:57.193207 | 229.79s 2025-10-07 09:02:39.735325 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-07 09:02:39.738295 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:01.126472 | 233.72s 2025-10-07 09:02:44.779176 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-07 09:02:44.782074 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:06.170251 | 238.76s 2025-10-07 09:02:48.352919 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-07 09:02:48.355961 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:09.744136 | 242.34s 2025-10-07 09:02:52.296243 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-07 09:02:52.301439 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:13.689607 | 246.28s 2025-10-07 09:02:55.970894 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-07 09:02:55.974929 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:17.363103 | 249.96s 2025-10-07 09:02:59.850568 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-07 09:02:59.854962 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:21.243137 | 253.84s 2025-10-07 09:03:03.473726 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-07 09:03:03.476364 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:24.864539 | 257.46s 2025-10-07 09:03:08.066394 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-07 09:03:08.073521 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:29.461689 | 262.06s 2025-10-07 09:03:11.652681 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-07 09:03:11.657008 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:33.045184 | 265.64s 2025-10-07 09:03:15.637082 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-07 09:03:15.639233 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:37.027417 | 269.62s 2025-10-07 09:03:20.867581 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-07 09:03:20.871398 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:42.259574 | 274.85s 2025-10-07 09:03:25.262614 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-07 09:03:25.265763 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:46.653939 | 279.25s 2025-10-07 09:03:28.945443 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-07 09:03:28.948593 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:50.336769 | 282.93s 2025-10-07 09:03:33.398551 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-07 09:03:33.402657 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:54.790832 | 287.39s 2025-10-07 09:03:37.144567 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-07 09:03:37.148758 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:58.536932 | 291.13s 2025-10-07 09:03:41.152574 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-07 09:03:41.156652 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:02.544828 | 295.14s 2025-10-07 09:03:44.710248 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-07 09:03:44.713318 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:06.101493 | 298.70s 2025-10-07 09:03:48.760792 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-07 09:03:48.765097 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:10.153273 | 302.75s 2025-10-07 09:03:52.966822 | fa163e28-c234-2db7-e43a-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-07 09:03:52.970216 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:14.358392 | 306.95s 2025-10-07 09:03:53.416254 | fa163e28-c234-2db7-e43a-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:14.804426 | 307.40s 2025-10-07 09:03:53.650618 | fa163e28-c234-2db7-e43a-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 09:03:53.651612 | fa163e28-c234-2db7-e43a-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:10:15.039792 | 0.06s 2025-10-07 09:03:53.674960 | fa163e28-c234-2db7-e43a-000000002209 | TASK | Fail if container image is undefined 2025-10-07 09:03:53.733654 | fa163e28-c234-2db7-e43a-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 09:03:53.734903 | fa163e28-c234-2db7-e43a-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:10:15.123075 | 0.06s 2025-10-07 09:03:53.781163 | fa163e28-c234-2db7-e43a-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-07 09:03:59.457277 | fa163e28-c234-2db7-e43a-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-07 09:03:59.458764 | fa163e28-c234-2db7-e43a-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:20.846938 | 5.68s 2025-10-07 09:03:59.517282 | fa163e28-c234-2db7-e43a-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-07 09:03:59.876584 | fa163e28-c234-2db7-e43a-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-07 09:03:59.878117 | fa163e28-c234-2db7-e43a-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:21.266284 | 0.36s 2025-10-07 09:03:59.935692 | fa163e28-c234-2db7-e43a-000000002216 | TASK | Check if rsyslog exists 2025-10-07 09:04:00.191755 | fa163e28-c234-2db7-e43a-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-07 09:04:00.193186 | fa163e28-c234-2db7-e43a-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:10:21.581361 | 0.26s 2025-10-07 09:04:00.221669 | fa163e28-c234-2db7-e43a-000000002217 | TASK | Forward logging to swift.log file 2025-10-07 09:04:00.686932 | fa163e28-c234-2db7-e43a-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-07 09:04:00.687903 | fa163e28-c234-2db7-e43a-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:10:22.076084 | 0.46s 2025-10-07 09:04:00.710776 | fa163e28-c234-2db7-e43a-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-07 09:04:01.409832 | fa163e28-c234-2db7-e43a-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-07 09:04:01.411385 | fa163e28-c234-2db7-e43a-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:22.799566 | 0.70s 2025-10-07 09:04:01.441181 | fa163e28-c234-2db7-e43a-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-07 09:04:01.677904 | fa163e28-c234-2db7-e43a-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-07 09:04:01.679449 | fa163e28-c234-2db7-e43a-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:23.067624 | 0.24s 2025-10-07 09:04:01.784091 | fa163e28-c234-2db7-e43a-0000000000c3 | TIMING | include_tasks | standalone | 0:10:23.172258 | 0.07s 2025-10-07 09:04:01.824392 | 41514fa3-3525-4dac-ba77-180032615a28 | INCLUDED | /root/standalone-ansible-7rzon_tu/common_deploy_steps_tasks.yaml | standalone 2025-10-07 09:04:01.851529 | fa163e28-c234-2db7-e43a-00000000249a | TASK | Write the config_step hieradata 2025-10-07 09:04:02.353460 | fa163e28-c234-2db7-e43a-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-07 09:04:02.354420 | fa163e28-c234-2db7-e43a-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:10:23.742600 | 0.50s 2025-10-07 09:04:02.457096 | fa163e28-c234-2db7-e43a-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-07 09:04:02.715426 | fa163e28-c234-2db7-e43a-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-07 09:04:02.716867 | fa163e28-c234-2db7-e43a-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:24.105043 | 0.26s 2025-10-07 09:04:02.746182 | fa163e28-c234-2db7-e43a-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-07 09:04:02.973821 | fa163e28-c234-2db7-e43a-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-07 09:04:13.180960 | fa163e28-c234-2db7-e43a-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-07 09:04:23.481431 | fa163e28-c234-2db7-e43a-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-07 09:04:33.707772 | fa163e28-c234-2db7-e43a-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-07 09:04:43.925958 | fa163e28-c234-2db7-e43a-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-07 09:04:54.148068 | fa163e28-c234-2db7-e43a-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-07 09:05:04.377965 | fa163e28-c234-2db7-e43a-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-07 09:05:04.379017 | fa163e28-c234-2db7-e43a-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:25.767200 | 61.63s 2025-10-07 09:05:04.402769 | fa163e28-c234-2db7-e43a-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-07 09:05:04.487416 | fa163e28-c234-2db7-e43a-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 7 09:04:02 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 7 09:04:06 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 7 09:04:06 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 7 09:04:06 puppet-user: (file & line not available)", "<13>Oct 7 09:04:06 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 7 09:04:06 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 7 09:04:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 7 09:04:07 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.51 seconds", "<13>Oct 7 09:04:07 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 7 09:04:07 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 7 09:04:07 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 7 09:04:16 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 7 09:04:24 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 7 09:04:24 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 7 09:04:24 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 7 09:04:24 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 7 09:04:27 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 7 09:04:28 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 7 09:04:29 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 7 09:04:33 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 7 09:04:35 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 7 09:04:35 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 7 09:04:36 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 7 09:04:59 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 7 09:05:00 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 7 09:05:02 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 7 09:05:02 puppet-user: Notice: Applied catalog in 55.39 seconds", "<13>Oct 7 09:05:02 puppet-user: Application:", "<13>Oct 7 09:05:02 puppet-user: Initial environment: production", "<13>Oct 7 09:05:02 puppet-user: Converged environment: production", "<13>Oct 7 09:05:02 puppet-user: Run mode: user", "<13>Oct 7 09:05:02 puppet-user: Changes:", "<13>Oct 7 09:05:02 puppet-user: Total: 17", "<13>Oct 7 09:05:02 puppet-user: Events:", "<13>Oct 7 09:05:02 puppet-user: Success: 17", "<13>Oct 7 09:05:02 puppet-user: Resources:", "<13>Oct 7 09:05:02 puppet-user: Restarted: 1", "<13>Oct 7 09:05:02 puppet-user: Changed: 16", "<13>Oct 7 09:05:02 puppet-user: Out of sync: 16", "<13>Oct 7 09:05:02 puppet-user: Total: 26", "<13>Oct 7 09:05:02 puppet-user: Time:", "<13>Oct 7 09:05:02 puppet-user: Schedule: 0.00", "<13>Oct 7 09:05:02 puppet-user: File line: 0.00", "<13>Oct 7 09:05:02 puppet-user: File: 0.01", "<13>Oct 7 09:05:02 puppet-user: Augeas: 0.03", "<13>Oct 7 09:05:02 puppet-user: User: 0.18", "<13>Oct 7 09:05:02 puppet-user: Config retrieval: 0.56", "<13>Oct 7 09:05:02 puppet-user: Package: 16.97", "<13>Oct 7 09:05:02 puppet-user: Last run: 1759827902", "<13>Oct 7 09:05:02 puppet-user: Exec: 29.22", "<13>Oct 7 09:05:02 puppet-user: Pcmk property: 3.46", "<13>Oct 7 09:05:02 puppet-user: Service: 4.20", "<13>Oct 7 09:05:02 puppet-user: Transaction evaluation: 55.38", "<13>Oct 7 09:05:02 puppet-user: Catalog application: 55.39", "<13>Oct 7 09:05:02 puppet-user: Filebucket: 0.00", "<13>Oct 7 09:05:02 puppet-user: Total: 55.39", "<13>Oct 7 09:05:02 puppet-user: Version:", "<13>Oct 7 09:05:02 puppet-user: Config: 1759827846", "<13>Oct 7 09:05:02 puppet-user: Puppet: 7.10.0" ] } 2025-10-07 09:05:04.488446 | fa163e28-c234-2db7-e43a-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:25.876627 | 0.08s 2025-10-07 09:05:04.511517 | fa163e28-c234-2db7-e43a-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-07 09:05:04.532642 | fa163e28-c234-2db7-e43a-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:25.920818 | 0.02s 2025-10-07 09:05:04.596672 | fa163e28-c234-2db7-e43a-0000000024e5 | TASK | Gather variables for each operating system 2025-10-07 09:05:04.676268 | fa163e28-c234-2db7-e43a-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:26.064430 | 0.08s 2025-10-07 09:05:04.706650 | fa163e28-c234-2db7-e43a-0000000024e6 | TASK | Create puppet caching structures 2025-10-07 09:05:04.948509 | fa163e28-c234-2db7-e43a-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-07 09:05:04.949875 | fa163e28-c234-2db7-e43a-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:26.338051 | 0.24s 2025-10-07 09:05:04.979418 | fa163e28-c234-2db7-e43a-0000000024e7 | TASK | Check for facter.conf 2025-10-07 09:05:05.207284 | fa163e28-c234-2db7-e43a-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-07 09:05:05.208689 | fa163e28-c234-2db7-e43a-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:26.596865 | 0.23s 2025-10-07 09:05:05.239505 | fa163e28-c234-2db7-e43a-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-07 09:05:05.279759 | fa163e28-c234-2db7-e43a-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-07 09:05:05.281066 | fa163e28-c234-2db7-e43a-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:26.669240 | 0.04s 2025-10-07 09:05:05.305181 | fa163e28-c234-2db7-e43a-0000000024e9 | TASK | Write facter cache config 2025-10-07 09:05:05.898774 | fa163e28-c234-2db7-e43a-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-07 09:05:05.900309 | fa163e28-c234-2db7-e43a-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:27.288485 | 0.59s 2025-10-07 09:05:05.930408 | fa163e28-c234-2db7-e43a-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-07 09:05:06.174114 | fa163e28-c234-2db7-e43a-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-07 09:05:06.175529 | fa163e28-c234-2db7-e43a-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:27.563705 | 0.24s 2025-10-07 09:05:06.206165 | fa163e28-c234-2db7-e43a-0000000024eb | TASK | Pre-cache facts 2025-10-07 09:05:06.854760 | fa163e28-c234-2db7-e43a-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-07 09:05:06.856366 | fa163e28-c234-2db7-e43a-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:28.244541 | 0.65s 2025-10-07 09:05:06.887470 | fa163e28-c234-2db7-e43a-0000000024ec | TASK | Failed deployment if facter fails 2025-10-07 09:05:06.921553 | fa163e28-c234-2db7-e43a-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-07 09:05:06.922791 | fa163e28-c234-2db7-e43a-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:28.310965 | 0.03s 2025-10-07 09:05:06.973814 | fa163e28-c234-2db7-e43a-0000000024ed | TASK | Sync cached facts 2025-10-07 09:05:07.422505 | fa163e28-c234-2db7-e43a-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e28-c234-2db7-e43a-0000000024ed') missing from stats 2025-10-07 09:05:07.486269 | fa163e28-c234-2db7-e43a-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-07 09:05:07.537348 | fa163e28-c234-2db7-e43a-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:28.925510 | 0.05s 2025-10-07 09:05:07.569125 | 716f922e-37ba-49cd-bb12-1f07446e1b94 | INCLUDED | /root/standalone-ansible-7rzon_tu/generate-config-tasks.yaml | standalone 2025-10-07 09:05:07.608217 | fa163e28-c234-2db7-e43a-000000002537 | TASK | Create base directory puppet configs 2025-10-07 09:05:07.790881 | fa163e28-c234-2db7-e43a-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-07 09:05:07.791920 | fa163e28-c234-2db7-e43a-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:29.180101 | 0.18s 2025-10-07 09:05:07.819550 | fa163e28-c234-2db7-e43a-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-07 09:05:08.114048 | fa163e28-c234-2db7-e43a-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-07 09:05:08.115039 | fa163e28-c234-2db7-e43a-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:29.503221 | 0.29s 2025-10-07 09:05:08.140329 | fa163e28-c234-2db7-e43a-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-07 09:05:08.169500 | fa163e28-c234-2db7-e43a-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:29.557673 | 0.03s 2025-10-07 09:05:08.237370 | fa163e28-c234-2db7-e43a-0000000025c3 | TASK | Gather variables for each operating system 2025-10-07 09:05:08.330610 | fa163e28-c234-2db7-e43a-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:29.718781 | 0.09s 2025-10-07 09:05:08.356110 | fa163e28-c234-2db7-e43a-0000000025c4 | TASK | Create container logs path 2025-10-07 09:05:08.632133 | fa163e28-c234-2db7-e43a-0000000025c4 | OK | Create container logs path | standalone 2025-10-07 09:05:08.633454 | fa163e28-c234-2db7-e43a-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:30.021631 | 0.28s 2025-10-07 09:05:08.665884 | fa163e28-c234-2db7-e43a-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 09:05:09.068075 | fa163e28-c234-2db7-e43a-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 09:05:09.069075 | fa163e28-c234-2db7-e43a-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:30.457254 | 0.40s 2025-10-07 09:05:09.101594 | fa163e28-c234-2db7-e43a-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-07 09:05:09.184695 | fa163e28-c234-2db7-e43a-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-07 09:05:09.185850 | fa163e28-c234-2db7-e43a-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:30.574027 | 0.08s 2025-10-07 09:05:09.215432 | fa163e28-c234-2db7-e43a-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-07 09:05:09.246177 | fa163e28-c234-2db7-e43a-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 09:05:09.247551 | fa163e28-c234-2db7-e43a-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:30.635722 | 0.03s 2025-10-07 09:05:09.279901 | fa163e28-c234-2db7-e43a-0000000025cb | TASK | Update container configs with new config hashes 2025-10-07 09:05:09.342739 | fa163e28-c234-2db7-e43a-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 09:05:09.344076 | fa163e28-c234-2db7-e43a-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:30.732251 | 0.06s 2025-10-07 09:05:09.376815 | fa163e28-c234-2db7-e43a-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 09:05:09.438457 | fa163e28-c234-2db7-e43a-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:30.826624 | 0.06s 2025-10-07 09:05:09.465045 | 01f0d005-83e8-4a7a-8b91-c3455e294fe8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 09:05:09.502162 | fa163e28-c234-2db7-e43a-000000002610 | TASK | Gather podman infos 2025-10-07 09:05:10.056678 | fa163e28-c234-2db7-e43a-000000002610 | OK | Gather podman infos | standalone 2025-10-07 09:05:10.058692 | fa163e28-c234-2db7-e43a-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:31.446861 | 0.55s 2025-10-07 09:05:10.199676 | fa163e28-c234-2db7-e43a-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 09:05:10.262343 | fa163e28-c234-2db7-e43a-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 09:05:10.263230 | fa163e28-c234-2db7-e43a-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:31.651412 | 0.06s 2025-10-07 09:05:10.288858 | fa163e28-c234-2db7-e43a-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 09:05:10.328130 | fa163e28-c234-2db7-e43a-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:31.716299 | 0.04s 2025-10-07 09:05:10.352322 | d879d527-a5f4-4301-8e38-ddf92afadf26 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 09:05:10.386016 | fa163e28-c234-2db7-e43a-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 09:05:43.079801 | fa163e28-c234-2db7-e43a-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 09:05:43.081555 | fa163e28-c234-2db7-e43a-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:04.469727 | 32.69s 2025-10-07 09:05:43.159495 | fa163e28-c234-2db7-e43a-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 09:05:43.244455 | fa163e28-c234-2db7-e43a-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 09:05:43.245801 | fa163e28-c234-2db7-e43a-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:04.633973 | 0.08s 2025-10-07 09:05:43.305354 | fa163e28-c234-2db7-e43a-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-07 09:05:43.337605 | fa163e28-c234-2db7-e43a-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-07 09:05:43.339023 | fa163e28-c234-2db7-e43a-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:04.727164 | 0.03s 2025-10-07 09:05:43.370238 | fa163e28-c234-2db7-e43a-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-07 09:05:43.410966 | fa163e28-c234-2db7-e43a-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-07 09:05:43.412277 | fa163e28-c234-2db7-e43a-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:04.800451 | 0.04s 2025-10-07 09:05:43.444775 | fa163e28-c234-2db7-e43a-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-07 09:05:43.476699 | fa163e28-c234-2db7-e43a-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:12:04.864862 | 0.03s 2025-10-07 09:05:43.545184 | fa163e28-c234-2db7-e43a-000000002690 | TASK | Gather variables for each operating system 2025-10-07 09:05:43.660881 | fa163e28-c234-2db7-e43a-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:05.049043 | 0.11s 2025-10-07 09:05:43.694032 | fa163e28-c234-2db7-e43a-000000002691 | TASK | Create container logs path 2025-10-07 09:05:43.982548 | fa163e28-c234-2db7-e43a-000000002691 | OK | Create container logs path | standalone 2025-10-07 09:05:43.984092 | fa163e28-c234-2db7-e43a-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:05.372266 | 0.29s 2025-10-07 09:05:44.016538 | fa163e28-c234-2db7-e43a-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-07 09:05:44.285965 | fa163e28-c234-2db7-e43a-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-07 09:05:44.287457 | fa163e28-c234-2db7-e43a-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:05.675633 | 0.27s 2025-10-07 09:05:44.317766 | fa163e28-c234-2db7-e43a-000000002694 | TASK | Finalise hashes for all containers 2025-10-07 09:05:44.390399 | fa163e28-c234-2db7-e43a-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-07 09:05:44.391606 | fa163e28-c234-2db7-e43a-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:05.779781 | 0.07s 2025-10-07 09:05:44.421556 | fa163e28-c234-2db7-e43a-000000002696 | TASK | Manage systemd shutdown files 2025-10-07 09:05:44.455680 | fa163e28-c234-2db7-e43a-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:05.843846 | 0.03s 2025-10-07 09:05:44.496474 | 19efbef2-0b6f-481e-93e5-804e12fd1d42 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-07 09:05:44.526666 | fa163e28-c234-2db7-e43a-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-07 09:05:44.789366 | fa163e28-c234-2db7-e43a-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-07 09:05:44.791031 | fa163e28-c234-2db7-e43a-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:12:06.179203 | 0.26s 2025-10-07 09:05:44.825448 | fa163e28-c234-2db7-e43a-0000000026ca | TASK | Set podman_drop_in fact 2025-10-07 09:05:44.880566 | fa163e28-c234-2db7-e43a-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-07 09:05:44.881930 | fa163e28-c234-2db7-e43a-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:12:06.270105 | 0.05s 2025-10-07 09:05:44.914690 | fa163e28-c234-2db7-e43a-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-07 09:05:45.400603 | fa163e28-c234-2db7-e43a-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-07 09:05:45.401608 | fa163e28-c234-2db7-e43a-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:06.789788 | 0.49s 2025-10-07 09:05:45.869471 | fa163e28-c234-2db7-e43a-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-07 09:05:45.870911 | fa163e28-c234-2db7-e43a-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:07.259094 | 0.95s 2025-10-07 09:05:45.881732 | fa163e28-c234-2db7-e43a-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:07.269910 | 0.97s 2025-10-07 09:05:45.912716 | fa163e28-c234-2db7-e43a-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-07 09:05:46.406566 | fa163e28-c234-2db7-e43a-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-07 09:05:46.408007 | fa163e28-c234-2db7-e43a-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:12:07.796147 | 0.49s 2025-10-07 09:05:46.437663 | fa163e28-c234-2db7-e43a-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-07 09:05:46.943133 | fa163e28-c234-2db7-e43a-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-07 09:05:46.944550 | fa163e28-c234-2db7-e43a-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:12:08.332725 | 0.50s 2025-10-07 09:05:46.974818 | fa163e28-c234-2db7-e43a-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-07 09:05:47.987961 | fa163e28-c234-2db7-e43a-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-07 09:05:47.990011 | fa163e28-c234-2db7-e43a-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:12:09.378157 | 1.01s 2025-10-07 09:05:48.021001 | fa163e28-c234-2db7-e43a-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-07 09:05:48.510896 | fa163e28-c234-2db7-e43a-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-07 09:05:48.512206 | fa163e28-c234-2db7-e43a-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:12:09.900383 | 0.49s 2025-10-07 09:05:48.541467 | fa163e28-c234-2db7-e43a-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-07 09:05:48.985559 | fa163e28-c234-2db7-e43a-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-07 09:05:48.987353 | fa163e28-c234-2db7-e43a-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:12:10.375529 | 0.44s 2025-10-07 09:05:49.017191 | fa163e28-c234-2db7-e43a-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-07 09:05:49.925629 | fa163e28-c234-2db7-e43a-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-07 09:05:49.928710 | fa163e28-c234-2db7-e43a-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:12:11.316883 | 0.91s 2025-10-07 09:05:49.961493 | fa163e28-c234-2db7-e43a-000000002698 | TASK | Update container configs with new config hashes 2025-10-07 09:05:50.004604 | fa163e28-c234-2db7-e43a-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:11.392773 | 0.04s 2025-10-07 09:05:50.026829 | 0cf43845-6999-46d3-9772-44058f1304f5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-07 09:05:50.063805 | fa163e28-c234-2db7-e43a-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-07 09:05:50.399708 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-07 09:05:50.400844 | | WARNING | Config change detected for mysql_bootstrap, new hash: 43621be2fcbf4baa89a518b83285120f 2025-10-07 09:05:50.401434 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: adeabad94d30eae9160d62a9bc382423 2025-10-07 09:05:50.401909 | | WARNING | Config change detected for clustercheck, new hash: d78c6480a8053c85a37be7b69e972354 2025-10-07 09:05:50.402447 | | WARNING | Config change detected for horizon_fix_perms, new hash: a10fcad6fb045fb6c880f143d288ec1a 2025-10-07 09:05:50.402939 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 43621be2fcbf4baa89a518b83285120f 2025-10-07 09:05:50.403435 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 76010cad379dd2b102c58062bc0a5bdd 2025-10-07 09:05:50.403889 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 76010cad379dd2b102c58062bc0a5bdd 2025-10-07 09:05:50.404378 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 76010cad379dd2b102c58062bc0a5bdd 2025-10-07 09:05:50.404830 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 76010cad379dd2b102c58062bc0a5bdd 2025-10-07 09:05:50.405332 | | WARNING | Config change detected for aodh_db_sync, new hash: d2f106a96179e2242f2237dd81d7d2a2 2025-10-07 09:05:50.405783 | | WARNING | Config change detected for barbican_api, new hash: b2da711d309f0f2efd60db7a0e681e6d 2025-10-07 09:05:50.406358 | | WARNING | Config change detected for barbican_api_db_sync, new hash: b2da711d309f0f2efd60db7a0e681e6d 2025-10-07 09:05:50.406867 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: b2da711d309f0f2efd60db7a0e681e6d 2025-10-07 09:05:50.407364 | | WARNING | Config change detected for barbican_keystone_listener, new hash: b2da711d309f0f2efd60db7a0e681e6d 2025-10-07 09:05:50.407819 | | WARNING | Config change detected for barbican_worker, new hash: b2da711d309f0f2efd60db7a0e681e6d 2025-10-07 09:05:50.408309 | | WARNING | Config change detected for cinder_api_db_sync, new hash: e75bcd7628231aa73b8dc3d770139574 2025-10-07 09:05:50.408762 | | WARNING | Config change detected for glance_api_db_sync, new hash: 4a2abad3301817e0858bf67bd5f202fd-09cb21320890139162eaa373df69543f 2025-10-07 09:05:50.409266 | | WARNING | Config change detected for heat_engine_db_sync, new hash: ee5a198454eadf79d7d09d042c69e8ad 2025-10-07 09:05:50.409751 | | WARNING | Config change detected for horizon, new hash: a10fcad6fb045fb6c880f143d288ec1a 2025-10-07 09:05:50.410246 | | WARNING | Config change detected for iscsid, new hash: 09cb21320890139162eaa373df69543f 2025-10-07 09:05:50.410697 | | WARNING | Config change detected for keystone, new hash: 17cb7c1f04fde03bf495e1803a9008b0 2025-10-07 09:05:50.411281 | | WARNING | Config change detected for keystone_cron, new hash: 17cb7c1f04fde03bf495e1803a9008b0 2025-10-07 09:05:50.411782 | | WARNING | Config change detected for keystone_db_sync, new hash: 17cb7c1f04fde03bf495e1803a9008b0 2025-10-07 09:05:50.412273 | | WARNING | Config change detected for manila_api_db_sync, new hash: cf09df24df1375f141ab280ec22ecdd6 2025-10-07 09:05:50.412723 | | WARNING | Config change detected for neutron_db_sync, new hash: 5a349d5ff9c4422102f5c5d2cf2003d3 2025-10-07 09:05:50.413214 | | WARNING | Config change detected for nova_api_db_sync, new hash: 819c055b4635b7aad08b0e3434ce0622 2025-10-07 09:05:50.413670 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 819c055b4635b7aad08b0e3434ce0622 2025-10-07 09:05:50.414178 | | WARNING | Config change detected for nova_db_sync, new hash: 819c055b4635b7aad08b0e3434ce0622 2025-10-07 09:05:50.414682 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 34fd86a6b950ef7693f8829017cb74cd 2025-10-07 09:05:50.415164 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 34fd86a6b950ef7693f8829017cb74cd 2025-10-07 09:05:50.415646 | | WARNING | Config change detected for nova_virtproxyd, new hash: 34fd86a6b950ef7693f8829017cb74cd 2025-10-07 09:05:50.416183 | | WARNING | Config change detected for nova_virtqemud, new hash: 34fd86a6b950ef7693f8829017cb74cd 2025-10-07 09:05:50.416673 | | WARNING | Config change detected for nova_virtsecretd, new hash: 34fd86a6b950ef7693f8829017cb74cd 2025-10-07 09:05:50.417161 | | WARNING | Config change detected for nova_virtstoraged, new hash: 34fd86a6b950ef7693f8829017cb74cd 2025-10-07 09:05:50.417612 | | WARNING | Config change detected for octavia_db_sync, new hash: 76010cad379dd2b102c58062bc0a5bdd 2025-10-07 09:05:50.418082 | | WARNING | Config change detected for placement_api_db_sync, new hash: c2c2e6edf8bd4f27ab90962fafd78f1d 2025-10-07 09:05:50.418535 | | WARNING | Config change detected for swift_copy_rings, new hash: 0db11d1ef88e578d283618515911ec66-360c48a1d234edaa8848755be61df533 2025-10-07 09:05:50.418987 | | WARNING | Config change detected for aodh_api, new hash: d2f106a96179e2242f2237dd81d7d2a2 2025-10-07 09:05:50.419524 | | WARNING | Config change detected for aodh_api_cron, new hash: d2f106a96179e2242f2237dd81d7d2a2 2025-10-07 09:05:50.419972 | | WARNING | Config change detected for aodh_evaluator, new hash: d2f106a96179e2242f2237dd81d7d2a2 2025-10-07 09:05:50.420462 | | WARNING | Config change detected for aodh_listener, new hash: d2f106a96179e2242f2237dd81d7d2a2 2025-10-07 09:05:50.420910 | | WARNING | Config change detected for aodh_notifier, new hash: d2f106a96179e2242f2237dd81d7d2a2 2025-10-07 09:05:50.421433 | | WARNING | Config change detected for ceilometer_agent_central, new hash: c1991d9501dcca696e48e30106cdbdf9 2025-10-07 09:05:50.421890 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: c1991d9501dcca696e48e30106cdbdf9 2025-10-07 09:05:50.422424 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: c1991d9501dcca696e48e30106cdbdf9 2025-10-07 09:05:50.422881 | | WARNING | Config change detected for cinder_api, new hash: e75bcd7628231aa73b8dc3d770139574 2025-10-07 09:05:50.423364 | | WARNING | Config change detected for cinder_api_cron, new hash: e75bcd7628231aa73b8dc3d770139574 2025-10-07 09:05:50.423838 | | WARNING | Config change detected for cinder_scheduler, new hash: e75bcd7628231aa73b8dc3d770139574 2025-10-07 09:05:50.424325 | | WARNING | Config change detected for glance_api, new hash: 4a2abad3301817e0858bf67bd5f202fd-09cb21320890139162eaa373df69543f 2025-10-07 09:05:50.424822 | | WARNING | Config change detected for glance_api_cron, new hash: 4a2abad3301817e0858bf67bd5f202fd 2025-10-07 09:05:50.425358 | | WARNING | Config change detected for glance_api_internal, new hash: db78928cc1f98f453410d4b9244b7ca3-09cb21320890139162eaa373df69543f 2025-10-07 09:05:50.425812 | | WARNING | Config change detected for heat_api, new hash: 9a6fca07eaf95ace902c1a3a8bf3bdeb 2025-10-07 09:05:50.426309 | | WARNING | Config change detected for heat_api_cfn, new hash: dd16f1296a5f725a9b1cad18958beee8 2025-10-07 09:05:50.426753 | | WARNING | Config change detected for heat_api_cron, new hash: 9a6fca07eaf95ace902c1a3a8bf3bdeb 2025-10-07 09:05:50.427236 | | WARNING | Config change detected for heat_engine, new hash: ee5a198454eadf79d7d09d042c69e8ad 2025-10-07 09:05:50.427694 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-07 09:05:50.428209 | | WARNING | Config change detected for manila_api, new hash: cf09df24df1375f141ab280ec22ecdd6 2025-10-07 09:05:50.428652 | | WARNING | Config change detected for manila_api_cron, new hash: cf09df24df1375f141ab280ec22ecdd6 2025-10-07 09:05:50.429156 | | WARNING | Config change detected for manila_scheduler, new hash: cf09df24df1375f141ab280ec22ecdd6 2025-10-07 09:05:50.429601 | | WARNING | Config change detected for neutron_api, new hash: 5a349d5ff9c4422102f5c5d2cf2003d3 2025-10-07 09:05:50.430080 | | WARNING | Config change detected for neutron_dhcp, new hash: 5a349d5ff9c4422102f5c5d2cf2003d3 2025-10-07 09:05:50.430555 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 5a349d5ff9c4422102f5c5d2cf2003d3 2025-10-07 09:05:50.431044 | | WARNING | Config change detected for nova_api, new hash: 819c055b4635b7aad08b0e3434ce0622 2025-10-07 09:05:50.431505 | | WARNING | Config change detected for nova_api_cron, new hash: 819c055b4635b7aad08b0e3434ce0622 2025-10-07 09:05:50.431975 | | WARNING | Config change detected for nova_conductor, new hash: 819c055b4635b7aad08b0e3434ce0622 2025-10-07 09:05:50.432494 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 34fd86a6b950ef7693f8829017cb74cd 2025-10-07 09:05:50.432935 | | WARNING | Config change detected for nova_metadata, new hash: 4e7d16b5c8a79a6eac620e58ba1868a2 2025-10-07 09:05:50.433428 | | WARNING | Config change detected for nova_migration_target, new hash: 34fd86a6b950ef7693f8829017cb74cd 2025-10-07 09:05:50.433890 | | WARNING | Config change detected for nova_scheduler, new hash: 819c055b4635b7aad08b0e3434ce0622 2025-10-07 09:05:50.434366 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 819c055b4635b7aad08b0e3434ce0622 2025-10-07 09:05:50.434812 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 819c055b4635b7aad08b0e3434ce0622 2025-10-07 09:05:50.435327 | | WARNING | Config change detected for octavia_api, new hash: 76010cad379dd2b102c58062bc0a5bdd 2025-10-07 09:05:50.435773 | | WARNING | Config change detected for octavia_driver_agent, new hash: 76010cad379dd2b102c58062bc0a5bdd 2025-10-07 09:05:50.436288 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 5a349d5ff9c4422102f5c5d2cf2003d3 2025-10-07 09:05:50.436747 | | WARNING | Config change detected for placement_api, new hash: c2c2e6edf8bd4f27ab90962fafd78f1d 2025-10-07 09:05:50.437178 | | WARNING | Config change detected for placement_wait_for_service, new hash: c2c2e6edf8bd4f27ab90962fafd78f1d 2025-10-07 09:05:50.437486 | | WARNING | Config change detected for swift_account_reaper, new hash: 0db11d1ef88e578d283618515911ec66 2025-10-07 09:05:50.437787 | | WARNING | Config change detected for swift_account_server, new hash: 0db11d1ef88e578d283618515911ec66 2025-10-07 09:05:50.438158 | | WARNING | Config change detected for swift_container_server, new hash: 0db11d1ef88e578d283618515911ec66 2025-10-07 09:05:50.438465 | | WARNING | Config change detected for swift_container_updater, new hash: 0db11d1ef88e578d283618515911ec66 2025-10-07 09:05:50.438833 | | WARNING | Config change detected for swift_object_expirer, new hash: 0db11d1ef88e578d283618515911ec66 2025-10-07 09:05:50.439270 | | WARNING | Config change detected for swift_object_server, new hash: 0db11d1ef88e578d283618515911ec66 2025-10-07 09:05:50.439676 | | WARNING | Config change detected for swift_object_updater, new hash: 0db11d1ef88e578d283618515911ec66 2025-10-07 09:05:50.439995 | | WARNING | Config change detected for swift_proxy, new hash: 0db11d1ef88e578d283618515911ec66 2025-10-07 09:05:50.440412 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: c1991d9501dcca696e48e30106cdbdf9 2025-10-07 09:05:50.440749 | | WARNING | Config change detected for gnocchi_api, new hash: d9d9344d6262b402d01728b210def38c 2025-10-07 09:05:50.441110 | | WARNING | Config change detected for gnocchi_db_sync, new hash: d9d9344d6262b402d01728b210def38c 2025-10-07 09:05:50.441430 | | WARNING | Config change detected for gnocchi_metricd, new hash: d9d9344d6262b402d01728b210def38c 2025-10-07 09:05:50.441751 | | WARNING | Config change detected for gnocchi_statsd, new hash: d9d9344d6262b402d01728b210def38c 2025-10-07 09:05:50.442102 | | WARNING | Config change detected for nova_compute, new hash: 09cb21320890139162eaa373df69543f-34fd86a6b950ef7693f8829017cb74cd 2025-10-07 09:05:50.442429 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 34fd86a6b950ef7693f8829017cb74cd 2025-10-07 09:05:50.442786 | | WARNING | Config change detected for octavia_health_manager, new hash: 76010cad379dd2b102c58062bc0a5bdd 2025-10-07 09:05:50.443133 | | WARNING | Config change detected for octavia_housekeeping, new hash: 76010cad379dd2b102c58062bc0a5bdd 2025-10-07 09:05:50.443508 | | WARNING | Config change detected for octavia_rsyslog, new hash: 76010cad379dd2b102c58062bc0a5bdd 2025-10-07 09:05:50.443824 | | WARNING | Config change detected for octavia_worker, new hash: 76010cad379dd2b102c58062bc0a5bdd 2025-10-07 09:05:50.444191 | fa163e28-c234-2db7-e43a-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-07 09:05:50.444781 | fa163e28-c234-2db7-e43a-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:12:11.832962 | 0.38s 2025-10-07 09:05:50.470205 | fa163e28-c234-2db7-e43a-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-07 09:05:50.509514 | fa163e28-c234-2db7-e43a-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:11.897690 | 0.04s 2025-10-07 09:05:50.525287 | a16c94e3-995c-410f-9020-743e24d47b6a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 09:05:50.554390 | fa163e28-c234-2db7-e43a-000000002719 | TASK | Gather podman infos 2025-10-07 09:05:51.279752 | fa163e28-c234-2db7-e43a-000000002719 | OK | Gather podman infos | standalone 2025-10-07 09:05:51.281069 | fa163e28-c234-2db7-e43a-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:12.669244 | 0.73s 2025-10-07 09:05:51.355561 | fa163e28-c234-2db7-e43a-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-07 09:05:51.416861 | fa163e28-c234-2db7-e43a-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:12.805030 | 0.06s 2025-10-07 09:05:51.554806 | fa163e28-c234-2db7-e43a-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:12:12.942966 | 0.07s 2025-10-07 09:05:51.618569 | fa163e28-c234-2db7-e43a-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-07 09:05:51.660631 | fa163e28-c234-2db7-e43a-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:13.048805 | 0.04s 2025-10-07 09:05:51.675887 | 8d67628b-11c8-44f1-87ff-e0ce3cfcffad | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 09:05:51.707384 | fa163e28-c234-2db7-e43a-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-07 09:05:59.502391 | fa163e28-c234-2db7-e43a-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-07 09:05:59.504169 | fa163e28-c234-2db7-e43a-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:20.892344 | 7.80s 2025-10-07 09:05:59.539007 | fa163e28-c234-2db7-e43a-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-07 09:06:02.331201 | fa163e28-c234-2db7-e43a-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-07 09:06:02.333142 | fa163e28-c234-2db7-e43a-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:23.721316 | 2.79s 2025-10-07 09:06:02.411378 | fa163e28-c234-2db7-e43a-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-07 09:06:02.645051 | fa163e28-c234-2db7-e43a-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-07 09:06:02.646523 | fa163e28-c234-2db7-e43a-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:24.034688 | 0.23s 2025-10-07 09:06:02.696857 | fa163e28-c234-2db7-e43a-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-07 09:06:02.757350 | fa163e28-c234-2db7-e43a-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:24.145514 | 0.06s 2025-10-07 09:06:02.790747 | fa163e28-c234-2db7-e43a-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-07 09:06:02.843309 | fa163e28-c234-2db7-e43a-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:24.231477 | 0.05s 2025-10-07 09:06:02.872049 | 5372bfd6-058a-4031-acfa-b1f15d2785ec | INCLUDED | /root/standalone-ansible-7rzon_tu/host-container-puppet-tasks.yaml | standalone 2025-10-07 09:06:02.911509 | fa163e28-c234-2db7-e43a-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-07 09:06:03.434590 | fa163e28-c234-2db7-e43a-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-07 09:06:03.435957 | fa163e28-c234-2db7-e43a-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:24.824131 | 0.52s 2025-10-07 09:06:03.469599 | fa163e28-c234-2db7-e43a-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-07 09:06:03.746789 | fa163e28-c234-2db7-e43a-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-07 09:06:03.748249 | fa163e28-c234-2db7-e43a-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:25.136423 | 0.28s 2025-10-07 09:06:03.781266 | fa163e28-c234-2db7-e43a-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-07 09:06:03.812065 | fa163e28-c234-2db7-e43a-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:25.200224 | 0.03s 2025-10-07 09:06:03.873104 | fa163e28-c234-2db7-e43a-0000000025c3 | TASK | Gather variables for each operating system 2025-10-07 09:06:04.001954 | fa163e28-c234-2db7-e43a-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:25.390117 | 0.13s 2025-10-07 09:06:04.035846 | fa163e28-c234-2db7-e43a-0000000025c4 | TASK | Create container logs path 2025-10-07 09:06:04.282872 | fa163e28-c234-2db7-e43a-0000000025c4 | OK | Create container logs path | standalone 2025-10-07 09:06:04.284398 | fa163e28-c234-2db7-e43a-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:25.672571 | 0.25s 2025-10-07 09:06:04.320692 | fa163e28-c234-2db7-e43a-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 09:06:04.566542 | fa163e28-c234-2db7-e43a-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 09:06:04.567842 | fa163e28-c234-2db7-e43a-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:25.956018 | 0.25s 2025-10-07 09:06:04.598750 | fa163e28-c234-2db7-e43a-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-07 09:06:04.649495 | fa163e28-c234-2db7-e43a-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-07 09:06:04.650192 | fa163e28-c234-2db7-e43a-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:26.038376 | 0.05s 2025-10-07 09:06:04.680170 | fa163e28-c234-2db7-e43a-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-07 09:06:04.713435 | fa163e28-c234-2db7-e43a-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 09:06:04.714197 | fa163e28-c234-2db7-e43a-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:26.102381 | 0.03s 2025-10-07 09:06:04.735484 | fa163e28-c234-2db7-e43a-0000000025cb | TASK | Update container configs with new config hashes 2025-10-07 09:06:04.785647 | fa163e28-c234-2db7-e43a-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 09:06:04.786750 | fa163e28-c234-2db7-e43a-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:26.174929 | 0.05s 2025-10-07 09:06:04.815389 | fa163e28-c234-2db7-e43a-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 09:06:04.867296 | fa163e28-c234-2db7-e43a-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 09:06:04.868570 | fa163e28-c234-2db7-e43a-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:26.256744 | 0.05s 2025-10-07 09:06:04.901495 | fa163e28-c234-2db7-e43a-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 09:06:04.953631 | fa163e28-c234-2db7-e43a-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 09:06:04.954895 | fa163e28-c234-2db7-e43a-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:26.343069 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-07 09:06:05.124357 | fa163e28-c234-2db7-e43a-0000000000c6 | TASK | External deployment step 2 2025-10-07 09:06:05.142464 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000c6') missing from stats 2025-10-07 09:06:05.184390 | fa163e28-c234-2db7-e43a-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:26.572565 | 0.03s 2025-10-07 09:06:05.263268 | 3e09c4be-eebe-42f5-890e-0e07926c7d66 | INCLUDED | /root/standalone-ansible-7rzon_tu/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-07 09:06:05.279650 | fa163e28-c234-2db7-e43a-000000002852 | TASK | create cephadm working directory and related files 2025-10-07 09:06:05.328799 | fa163e28-c234-2db7-e43a-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:26.716977 | 0.05s 2025-10-07 09:06:05.367501 | fa163e28-c234-2db7-e43a-00000000287a | TASK | create cephadm workdir 2025-10-07 09:06:05.640918 | fa163e28-c234-2db7-e43a-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-7rzon_tu/cephadm 2025-10-07 09:06:05.643546 | fa163e28-c234-2db7-e43a-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:27.031716 | 0.28s 2025-10-07 09:06:05.653409 | fa163e28-c234-2db7-e43a-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:27.041578 | 0.28s 2025-10-07 09:06:05.672203 | fa163e28-c234-2db7-e43a-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-07 09:06:05.909071 | fa163e28-c234-2db7-e43a-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-07 09:06:05.910623 | fa163e28-c234-2db7-e43a-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:27.298794 | 0.24s 2025-10-07 09:06:05.929161 | fa163e28-c234-2db7-e43a-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-07 09:06:06.002862 | fa163e28-c234-2db7-e43a-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-07 09:06:06.004419 | fa163e28-c234-2db7-e43a-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:27.392588 | 0.07s 2025-10-07 09:06:06.025907 | fa163e28-c234-2db7-e43a-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-07 09:06:06.080966 | fa163e28-c234-2db7-e43a-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-07 09:06:06.082501 | fa163e28-c234-2db7-e43a-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:27.470669 | 0.05s 2025-10-07 09:06:06.154725 | fa163e28-c234-2db7-e43a-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:27.542887 | 0.05s 2025-10-07 09:06:06.253506 | fa163e28-c234-2db7-e43a-000000002902 | TASK | set basic user fact 2025-10-07 09:06:06.325011 | fa163e28-c234-2db7-e43a-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-07 09:06:06.326418 | fa163e28-c234-2db7-e43a-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:27.714589 | 0.07s 2025-10-07 09:06:06.345656 | fa163e28-c234-2db7-e43a-000000002903 | TASK | set basic home fact 2025-10-07 09:06:06.417254 | fa163e28-c234-2db7-e43a-000000002903 | OK | set basic home fact | undercloud 2025-10-07 09:06:06.418151 | fa163e28-c234-2db7-e43a-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:27.806332 | 0.07s 2025-10-07 09:06:06.433452 | fa163e28-c234-2db7-e43a-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-07 09:06:06.524481 | fa163e28-c234-2db7-e43a-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-07 09:06:06.525473 | fa163e28-c234-2db7-e43a-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:27.913655 | 0.09s 2025-10-07 09:06:06.543882 | fa163e28-c234-2db7-e43a-000000002906 | TASK | get all ansible environment variables 2025-10-07 09:06:06.613614 | fa163e28-c234-2db7-e43a-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-07 09:06:06.614479 | fa163e28-c234-2db7-e43a-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:28.002660 | 0.07s 2025-10-07 09:06:06.629703 | fa163e28-c234-2db7-e43a-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-07 09:06:06.692329 | fa163e28-c234-2db7-e43a-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-07 09:06:06.693414 | fa163e28-c234-2db7-e43a-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:28.081585 | 0.06s 2025-10-07 09:06:06.711664 | fa163e28-c234-2db7-e43a-000000002909 | TASK | Set common fact 2025-10-07 09:06:06.783611 | fa163e28-c234-2db7-e43a-000000002909 | OK | Set common fact | undercloud 2025-10-07 09:06:06.784742 | fa163e28-c234-2db7-e43a-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:28.172915 | 0.07s 2025-10-07 09:06:06.802815 | fa163e28-c234-2db7-e43a-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-07 09:06:06.854426 | fa163e28-c234-2db7-e43a-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-07 09:06:06.855752 | fa163e28-c234-2db7-e43a-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:28.243927 | 0.05s 2025-10-07 09:06:06.891136 | fa163e28-c234-2db7-e43a-00000000290c | TASK | build filter list 2025-10-07 09:06:06.921483 | fa163e28-c234-2db7-e43a-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:28.309650 | 0.03s 2025-10-07 09:06:06.941208 | fa163e28-c234-2db7-e43a-00000000290d | TASK | add images pool 2025-10-07 09:06:07.024150 | fa163e28-c234-2db7-e43a-00000000290d | OK | add images pool | undercloud 2025-10-07 09:06:07.025483 | fa163e28-c234-2db7-e43a-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:28.413659 | 0.08s 2025-10-07 09:06:07.044482 | fa163e28-c234-2db7-e43a-00000000290e | TASK | add volumes pool 2025-10-07 09:06:07.120280 | fa163e28-c234-2db7-e43a-00000000290e | OK | add volumes pool | undercloud 2025-10-07 09:06:07.121401 | fa163e28-c234-2db7-e43a-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:28.509574 | 0.08s 2025-10-07 09:06:07.139576 | fa163e28-c234-2db7-e43a-00000000290f | TASK | add vms pool 2025-10-07 09:06:07.211449 | fa163e28-c234-2db7-e43a-00000000290f | OK | add vms pool | undercloud 2025-10-07 09:06:07.212690 | fa163e28-c234-2db7-e43a-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:28.600866 | 0.07s 2025-10-07 09:06:07.232590 | fa163e28-c234-2db7-e43a-000000002910 | TASK | add gnocchi pool 2025-10-07 09:06:07.288842 | fa163e28-c234-2db7-e43a-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-07 09:06:07.290251 | fa163e28-c234-2db7-e43a-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:28.678425 | 0.06s 2025-10-07 09:06:07.308546 | fa163e28-c234-2db7-e43a-000000002911 | TASK | add cinder backup pool 2025-10-07 09:06:07.392021 | fa163e28-c234-2db7-e43a-000000002911 | OK | add cinder backup pool | undercloud 2025-10-07 09:06:07.393456 | fa163e28-c234-2db7-e43a-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:28.781631 | 0.08s 2025-10-07 09:06:07.412040 | fa163e28-c234-2db7-e43a-000000002912 | TASK | add cinder extra pools 2025-10-07 09:06:07.445239 | fa163e28-c234-2db7-e43a-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:28.833404 | 0.03s 2025-10-07 09:06:07.463790 | fa163e28-c234-2db7-e43a-000000002913 | TASK | build resulting pool list 2025-10-07 09:06:07.623031 | fa163e28-c234-2db7-e43a-000000002913 | OK | build resulting pool list | undercloud 2025-10-07 09:06:07.624500 | fa163e28-c234-2db7-e43a-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:29.012675 | 0.16s 2025-10-07 09:06:07.644711 | fa163e28-c234-2db7-e43a-000000002915 | TASK | add manila data pool 2025-10-07 09:06:07.696838 | fa163e28-c234-2db7-e43a-000000002915 | OK | add manila data pool | undercloud 2025-10-07 09:06:07.698210 | fa163e28-c234-2db7-e43a-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:29.086387 | 0.05s 2025-10-07 09:06:07.716406 | fa163e28-c234-2db7-e43a-000000002916 | TASK | add manila metadata pool 2025-10-07 09:06:07.790480 | fa163e28-c234-2db7-e43a-000000002916 | OK | add manila metadata pool | undercloud 2025-10-07 09:06:07.791815 | fa163e28-c234-2db7-e43a-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:29.179993 | 0.07s 2025-10-07 09:06:07.882193 | fa163e28-c234-2db7-e43a-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:29.270358 | 0.05s 2025-10-07 09:06:08.016029 | fa163e28-c234-2db7-e43a-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-07 09:06:08.074842 | fa163e28-c234-2db7-e43a-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-07 09:06:08.076621 | fa163e28-c234-2db7-e43a-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:29.464788 | 0.06s 2025-10-07 09:06:08.096035 | fa163e28-c234-2db7-e43a-000000002aaa | TASK | build openstack client profiles per pool 2025-10-07 09:06:08.177232 | fa163e28-c234-2db7-e43a-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-07 09:06:08.179769 | fa163e28-c234-2db7-e43a-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:29.567937 | 0.08s 2025-10-07 09:06:08.207747 | fa163e28-c234-2db7-e43a-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-07 09:06:08.208548 | fa163e28-c234-2db7-e43a-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:29.596727 | 0.11s 2025-10-07 09:06:08.229833 | fa163e28-c234-2db7-e43a-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-07 09:06:08.230568 | fa163e28-c234-2db7-e43a-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:29.618748 | 0.13s 2025-10-07 09:06:08.249070 | fa163e28-c234-2db7-e43a-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-07 09:06:08.249868 | fa163e28-c234-2db7-e43a-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:29.638048 | 0.15s 2025-10-07 09:06:08.255881 | fa163e28-c234-2db7-e43a-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:29.644052 | 0.16s 2025-10-07 09:06:08.275660 | fa163e28-c234-2db7-e43a-000000002aab | TASK | set openstack client caps 2025-10-07 09:06:08.338203 | fa163e28-c234-2db7-e43a-000000002aab | OK | set openstack client caps | undercloud 2025-10-07 09:06:08.339393 | fa163e28-c234-2db7-e43a-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:29.727568 | 0.06s 2025-10-07 09:06:08.357277 | fa163e28-c234-2db7-e43a-000000002aac | TASK | set openstack client osd(s) caps 2025-10-07 09:06:08.431823 | fa163e28-c234-2db7-e43a-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-07 09:06:08.433183 | fa163e28-c234-2db7-e43a-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:29.821359 | 0.07s 2025-10-07 09:06:08.451803 | fa163e28-c234-2db7-e43a-000000002aad | TASK | Combine caps 2025-10-07 09:06:08.526680 | fa163e28-c234-2db7-e43a-000000002aad | OK | Combine caps | undercloud 2025-10-07 09:06:08.528213 | fa163e28-c234-2db7-e43a-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:29.916388 | 0.08s 2025-10-07 09:06:08.546707 | fa163e28-c234-2db7-e43a-000000002aae | TASK | set openstack client key 2025-10-07 09:06:08.599760 | fa163e28-c234-2db7-e43a-000000002aae | OK | set openstack client key | undercloud 2025-10-07 09:06:08.601062 | fa163e28-c234-2db7-e43a-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:29.989238 | 0.05s 2025-10-07 09:06:08.619408 | fa163e28-c234-2db7-e43a-000000002ab0 | TASK | build manila key for openstack 2025-10-07 09:06:08.669880 | fa163e28-c234-2db7-e43a-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-07 09:06:08.671258 | fa163e28-c234-2db7-e43a-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:30.059431 | 0.05s 2025-10-07 09:06:08.689780 | fa163e28-c234-2db7-e43a-000000002ab1 | TASK | build radosgw key for openstack 2025-10-07 09:06:08.731054 | fa163e28-c234-2db7-e43a-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-07 09:06:08.732251 | fa163e28-c234-2db7-e43a-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:30.120425 | 0.04s 2025-10-07 09:06:08.750054 | fa163e28-c234-2db7-e43a-000000002ab2 | TASK | build the resulting keys 2025-10-07 09:06:08.884563 | fa163e28-c234-2db7-e43a-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-07 09:06:08.886603 | fa163e28-c234-2db7-e43a-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:30.274769 | 0.14s 2025-10-07 09:06:08.974685 | fa163e28-c234-2db7-e43a-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:30.362850 | 0.05s 2025-10-07 09:06:09.132448 | fa163e28-c234-2db7-e43a-000000002dcd | TASK | build ceph orphan set 2025-10-07 09:06:09.212214 | fa163e28-c234-2db7-e43a-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-07 09:06:09.213397 | fa163e28-c234-2db7-e43a-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:30.601573 | 0.08s 2025-10-07 09:06:09.231188 | fa163e28-c234-2db7-e43a-000000002dce | TASK | clean ceph_config_overrides list 2025-10-07 09:06:09.272943 | fa163e28-c234-2db7-e43a-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:30.661102 | 0.04s 2025-10-07 09:06:09.291578 | fa163e28-c234-2db7-e43a-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-07 09:06:09.356190 | fa163e28-c234-2db7-e43a-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-07 09:06:09.357558 | fa163e28-c234-2db7-e43a-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:30.745732 | 0.06s 2025-10-07 09:06:09.376838 | fa163e28-c234-2db7-e43a-000000002dd0 | TASK | build ceph config overrides 2025-10-07 09:06:09.495081 | fa163e28-c234-2db7-e43a-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-07 09:06:09.496362 | fa163e28-c234-2db7-e43a-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:30.884539 | 0.12s 2025-10-07 09:06:09.531478 | fa163e28-c234-2db7-e43a-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-07 09:06:10.201421 | fa163e28-c234-2db7-e43a-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-07 09:06:10.202791 | fa163e28-c234-2db7-e43a-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:31.590966 | 0.67s 2025-10-07 09:06:10.221295 | fa163e28-c234-2db7-e43a-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-07 09:06:10.350061 | fa163e28-c234-2db7-e43a-000000002883 | OK | Set bootstrap host | undercloud 2025-10-07 09:06:10.351100 | fa163e28-c234-2db7-e43a-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:31.739272 | 0.13s 2025-10-07 09:06:10.368779 | fa163e28-c234-2db7-e43a-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-07 09:06:10.476143 | fa163e28-c234-2db7-e43a-000000002884 | OK | Set first monitor IP | undercloud 2025-10-07 09:06:10.477685 | fa163e28-c234-2db7-e43a-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:31.865861 | 0.11s 2025-10-07 09:06:10.496530 | fa163e28-c234-2db7-e43a-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-07 09:06:10.558747 | fa163e28-c234-2db7-e43a-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-07 09:06:10.559733 | fa163e28-c234-2db7-e43a-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:31.947907 | 0.06s 2025-10-07 09:06:10.578134 | fa163e28-c234-2db7-e43a-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-07 09:06:11.079140 | fa163e28-c234-2db7-e43a-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-07 09:06:11.080435 | fa163e28-c234-2db7-e43a-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:32.468613 | 0.50s 2025-10-07 09:06:11.114421 | fa163e28-c234-2db7-e43a-000000002853 | TASK | Prepare cephadm user and keys 2025-10-07 09:06:11.619455 | fa163e28-c234-2db7-e43a-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-07 09:06:11.621243 | fa163e28-c234-2db7-e43a-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:33.009410 | 0.51s 2025-10-07 09:06:11.642539 | fa163e28-c234-2db7-e43a-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-07 09:06:11.728474 | fa163e28-c234-2db7-e43a-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:33.116641 | 0.08s 2025-10-07 09:06:11.819028 | fa163e28-c234-2db7-e43a-000000003049 | TASK | set cephadm playbook 2025-10-07 09:06:11.882614 | fa163e28-c234-2db7-e43a-000000003049 | OK | set cephadm playbook | undercloud 2025-10-07 09:06:11.883659 | fa163e28-c234-2db7-e43a-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:33.271840 | 0.06s 2025-10-07 09:06:11.898857 | fa163e28-c234-2db7-e43a-00000000304a | TASK | Setup the log path 2025-10-07 09:06:11.936457 | fa163e28-c234-2db7-e43a-00000000304a | OK | Setup the log path | undercloud 2025-10-07 09:06:11.937391 | fa163e28-c234-2db7-e43a-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:33.325572 | 0.04s 2025-10-07 09:06:11.953382 | fa163e28-c234-2db7-e43a-00000000304b | TASK | Setup the cephadm playbook command 2025-10-07 09:06:12.003190 | fa163e28-c234-2db7-e43a-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-07 09:06:12.004222 | fa163e28-c234-2db7-e43a-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:33.392404 | 0.05s 2025-10-07 09:06:12.020071 | fa163e28-c234-2db7-e43a-00000000304c | TASK | rotate cephadm_command.log 2025-10-07 09:06:12.243763 | fa163e28-c234-2db7-e43a-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-07 09:06:12.245413 | fa163e28-c234-2db7-e43a-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:33.633589 | 0.22s 2025-10-07 09:06:12.264299 | fa163e28-c234-2db7-e43a-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-07 09:06:12.761017 | fa163e28-c234-2db7-e43a-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-07 09:06:12.762709 | fa163e28-c234-2db7-e43a-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:34.150880 | 0.50s 2025-10-07 09:06:12.781335 | fa163e28-c234-2db7-e43a-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-07 09:06:12.859476 | fa163e28-c234-2db7-e43a-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-7rzon_tu/cephadm/cephadm_command.log)" } 2025-10-07 09:06:12.860737 | fa163e28-c234-2db7-e43a-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:34.248913 | 0.08s 2025-10-07 09:06:12.878801 | fa163e28-c234-2db7-e43a-00000000304f | TASK | run cephadm playbook 2025-10-07 09:07:08.927898 | fa163e28-c234-2db7-e43a-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-07 09:07:08.930468 | fa163e28-c234-2db7-e43a-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:30.318642 | 56.05s 2025-10-07 09:07:08.952007 | fa163e28-c234-2db7-e43a-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-07 09:07:09.023843 | fa163e28-c234-2db7-e43a-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-07 09:07:09.025092 | fa163e28-c234-2db7-e43a-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:30.413263 | 0.07s 2025-10-07 09:07:09.043104 | fa163e28-c234-2db7-e43a-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-07 09:07:09.099418 | fa163e28-c234-2db7-e43a-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-07 09:07:09.100650 | fa163e28-c234-2db7-e43a-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:30.488824 | 0.06s 2025-10-07 09:07:09.134258 | fa163e28-c234-2db7-e43a-000000002856 | TASK | Check if the input variable file exists 2025-10-07 09:07:09.408079 | fa163e28-c234-2db7-e43a-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-07 09:07:09.409615 | fa163e28-c234-2db7-e43a-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:30.797789 | 0.27s 2025-10-07 09:07:09.427631 | fa163e28-c234-2db7-e43a-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-07 09:07:09.467359 | fa163e28-c234-2db7-e43a-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-07 09:07:09.468514 | fa163e28-c234-2db7-e43a-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:30.856689 | 0.04s 2025-10-07 09:07:09.486670 | fa163e28-c234-2db7-e43a-000000002858 | TASK | configure ceph clients 2025-10-07 09:07:09.526219 | fa163e28-c234-2db7-e43a-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:30.914388 | 0.04s 2025-10-07 09:07:09.590834 | fa163e28-c234-2db7-e43a-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-07 09:07:09.660133 | fa163e28-c234-2db7-e43a-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-07 09:07:09.661450 | fa163e28-c234-2db7-e43a-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:31.049626 | 0.07s 2025-10-07 09:07:09.681626 | fa163e28-c234-2db7-e43a-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-07 09:07:09.733146 | fa163e28-c234-2db7-e43a-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:31.121313 | 0.05s 2025-10-07 09:07:09.745466 | bfefaaaf-2439-416d-bd85-796a02b3c7b5 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-07 09:07:09.778347 | fa163e28-c234-2db7-e43a-000000003157 | TASK | Clean any old fetch directory path 2025-10-07 09:07:10.030640 | fa163e28-c234-2db7-e43a-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-07 09:07:10.032008 | fa163e28-c234-2db7-e43a-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:31.420157 | 0.25s 2025-10-07 09:07:10.050429 | fa163e28-c234-2db7-e43a-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-07 09:07:10.292643 | fa163e28-c234-2db7-e43a-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-07 09:07:10.294011 | fa163e28-c234-2db7-e43a-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:31.682159 | 0.24s 2025-10-07 09:07:10.312438 | fa163e28-c234-2db7-e43a-000000003115 | TASK | Check if the input variables exist 2025-10-07 09:07:10.547097 | fa163e28-c234-2db7-e43a-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-07 09:07:10.548559 | fa163e28-c234-2db7-e43a-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:31.936734 | 0.23s 2025-10-07 09:07:10.567297 | fa163e28-c234-2db7-e43a-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-07 09:07:10.638737 | fa163e28-c234-2db7-e43a-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-07 09:07:10.640040 | fa163e28-c234-2db7-e43a-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:32.028215 | 0.07s 2025-10-07 09:07:10.659813 | fa163e28-c234-2db7-e43a-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-07 09:07:10.722249 | fa163e28-c234-2db7-e43a-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-07 09:07:10.723664 | fa163e28-c234-2db7-e43a-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:32.111837 | 0.06s 2025-10-07 09:07:10.742737 | fa163e28-c234-2db7-e43a-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-07 09:07:10.805649 | fa163e28-c234-2db7-e43a-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-07 09:07:10.807499 | fa163e28-c234-2db7-e43a-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:32.195666 | 0.06s 2025-10-07 09:07:10.826560 | fa163e28-c234-2db7-e43a-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-07 09:07:10.880726 | fa163e28-c234-2db7-e43a-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:32.268898 | 0.05s 2025-10-07 09:07:10.886423 | 32e4e545-5ea3-4b3b-b792-d4e369de5765 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-07 09:07:10.909259 | fa163e28-c234-2db7-e43a-0000000031ab | TASK | create cephx key(s) 2025-10-07 09:07:11.426774 | fa163e28-c234-2db7-e43a-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQA/0+RoAAAAABAAZVpPClocLwhawc0NJqJ5qg==', '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-07 09:07:11.429338 | fa163e28-c234-2db7-e43a-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:32.817504 | 0.52s 2025-10-07 09:07:11.935579 | fa163e28-c234-2db7-e43a-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQA/0+RoAAAAABAA9rPW3UguSdJNWK+fN7O5Fw==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-07 09:07:11.936835 | fa163e28-c234-2db7-e43a-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:33.325006 | 1.03s 2025-10-07 09:07:11.944634 | fa163e28-c234-2db7-e43a-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:33.332803 | 1.03s 2025-10-07 09:07:11.963869 | fa163e28-c234-2db7-e43a-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-07 09:07:12.014890 | fa163e28-c234-2db7-e43a-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:33.403059 | 0.05s 2025-10-07 09:07:12.025185 | 375ac2b6-69fd-4e96-bc88-37e9ab58232a | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-07 09:07:12.063466 | fa163e28-c234-2db7-e43a-00000000320f | TASK | create ceph.conf 2025-10-07 09:07:12.611853 | fa163e28-c234-2db7-e43a-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-07 09:07:12.612864 | fa163e28-c234-2db7-e43a-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:34.001044 | 0.55s 2025-10-07 09:07:12.628257 | fa163e28-c234-2db7-e43a-00000000311b | TASK | Configure Ceph Clients 2025-10-07 09:07:12.675634 | fa163e28-c234-2db7-e43a-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:34.063799 | 0.05s 2025-10-07 09:07:12.695223 | 925d372a-ac6c-4945-b84e-97d0a9cea98a | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-07 09:07:12.735161 | fa163e28-c234-2db7-e43a-00000000327e | TASK | set effective ceph_clients without limit 2025-10-07 09:07:12.860946 | fa163e28-c234-2db7-e43a-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-07 09:07:12.861705 | fa163e28-c234-2db7-e43a-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:34.249889 | 0.13s 2025-10-07 09:07:12.881191 | fa163e28-c234-2db7-e43a-00000000327f | TASK | set effective ceph_clients with limit 2025-10-07 09:07:12.953388 | fa163e28-c234-2db7-e43a-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-07 09:07:12.954889 | fa163e28-c234-2db7-e43a-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:34.343062 | 0.07s 2025-10-07 09:07:12.973493 | fa163e28-c234-2db7-e43a-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-07 09:07:13.072750 | fa163e28-c234-2db7-e43a-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-07 09:07:13.074106 | fa163e28-c234-2db7-e43a-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:34.462281 | 0.10s 2025-10-07 09:07:13.108315 | fa163e28-c234-2db7-e43a-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-07 09:07:13.324479 | fa163e28-c234-2db7-e43a-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-7rzon_tu/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e28-c234-2db7-e43a-000000003281') missing from stats 2025-10-07 09:07:13.537210 | fa163e28-c234-2db7-e43a-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-7rzon_tu/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-07 09:07:13.762777 | fa163e28-c234-2db7-e43a-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-7rzon_tu/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-07 09:07:13.782244 | fa163e28-c234-2db7-e43a-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:35.170410 | 0.67s 2025-10-07 09:07:13.823168 | fa163e28-c234-2db7-e43a-000000003282 | TASK | push files to the other nodes of cluster 2025-10-07 09:07:14.331190 | fa163e28-c234-2db7-e43a-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-7rzon_tu/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e28-c234-2db7-e43a-000000003282') missing from stats 2025-10-07 09:07:14.802803 | fa163e28-c234-2db7-e43a-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-7rzon_tu/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-07 09:07:15.278295 | fa163e28-c234-2db7-e43a-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-7rzon_tu/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-07 09:07:15.291062 | fa163e28-c234-2db7-e43a-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:36.679230 | 1.47s 2025-10-07 09:07:15.310566 | fa163e28-c234-2db7-e43a-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-07 09:07:15.363494 | fa163e28-c234-2db7-e43a-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:36.751653 | 0.05s 2025-10-07 09:07:15.375858 | 452762d5-e218-436c-ad4d-200f0e0aa849 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-07 09:07:15.425120 | fa163e28-c234-2db7-e43a-000000003316 | TASK | Clean any old fetch directory path 2025-10-07 09:07:15.667867 | fa163e28-c234-2db7-e43a-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-07 09:07:15.669257 | fa163e28-c234-2db7-e43a-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:37.057434 | 0.24s 2025-10-07 09:07:15.688765 | fa163e28-c234-2db7-e43a-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-07 09:07:15.740200 | fa163e28-c234-2db7-e43a-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-07 09:07:15.741650 | fa163e28-c234-2db7-e43a-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:37.129822 | 0.05s 2025-10-07 09:07:15.777518 | fa163e28-c234-2db7-e43a-000000002859 | TASK | tripleo client role 2025-10-07 09:07:15.810913 | fa163e28-c234-2db7-e43a-000000002859 | TIMING | tripleo client role | undercloud | 0:13:37.199083 | 0.03s 2025-10-07 09:07:15.828210 | fa163e28-c234-2db7-e43a-00000000285a | TASK | Load variables for standalone ganesha 2025-10-07 09:07:15.911628 | fa163e28-c234-2db7-e43a-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-07 09:07:15.912920 | fa163e28-c234-2db7-e43a-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:37.301094 | 0.08s 2025-10-07 09:07:15.930934 | fa163e28-c234-2db7-e43a-00000000285b | TASK | Config Standalone Ganesha 2025-10-07 09:07:16.015951 | fa163e28-c234-2db7-e43a-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-07 09:07:16.017215 | fa163e28-c234-2db7-e43a-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:37.405390 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-07 09:07:16.134162 | fa163e28-c234-2db7-e43a-0000000000ca | TASK | Deploy step tasks for 2 2025-10-07 09:07:16.162586 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000ca') missing from stats 2025-10-07 09:07:16.185491 | fa163e28-c234-2db7-e43a-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-07 09:07:16.654860 | fa163e28-c234-2db7-e43a-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-07 09:07:16.656266 | fa163e28-c234-2db7-e43a-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:38.044441 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 09:07:16.726915 | fa163e28-c234-2db7-e43a-0000000000cc | TIMING | include_tasks | standalone | 0:13:38.115087 | 0.04s 2025-10-07 09:07:16.822776 | a1f782f4-b13b-42dc-8fe4-a9dc067a0a70 | INCLUDED | /root/standalone-ansible-7rzon_tu/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-07 09:07:16.859076 | fa163e28-c234-2db7-e43a-0000000033dd | TASK | Push script 2025-10-07 09:07:17.371533 | fa163e28-c234-2db7-e43a-0000000033dd | CHANGED | Push script | standalone 2025-10-07 09:07:17.372752 | fa163e28-c234-2db7-e43a-0000000033dd | TIMING | Push script | standalone | 0:13:38.760933 | 0.51s 2025-10-07 09:07:17.398371 | fa163e28-c234-2db7-e43a-0000000033de | TASK | Insert cronjob in root crontab 2025-10-07 09:07:17.808626 | fa163e28-c234-2db7-e43a-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-07 09:07:17.810443 | fa163e28-c234-2db7-e43a-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:39.198611 | 0.41s 2025-10-07 09:07:17.841334 | fa163e28-c234-2db7-e43a-0000000033e5 | TASK | Gather variables for each operating system 2025-10-07 09:07:17.965595 | fa163e28-c234-2db7-e43a-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:39.353759 | 0.12s 2025-10-07 09:07:17.997171 | fa163e28-c234-2db7-e43a-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-07 09:07:18.765909 | fa163e28-c234-2db7-e43a-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 09:07:18.767630 | fa163e28-c234-2db7-e43a-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:40.155803 | 0.77s 2025-10-07 09:07:18.799595 | fa163e28-c234-2db7-e43a-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-07 09:09:03.188000 | fa163e28-c234-2db7-e43a-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-07 09:09:03.189968 | fa163e28-c234-2db7-e43a-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:24.578137 | 104.39s 2025-10-07 09:09:03.223252 | fa163e28-c234-2db7-e43a-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-07 09:09:03.497910 | fa163e28-c234-2db7-e43a-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-07 09:09:03.499538 | fa163e28-c234-2db7-e43a-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:24.887708 | 0.27s 2025-10-07 09:09:03.531953 | fa163e28-c234-2db7-e43a-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 09:09:04.150018 | fa163e28-c234-2db7-e43a-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 09:09:04.151672 | fa163e28-c234-2db7-e43a-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:25.539841 | 0.62s 2025-10-07 09:09:04.184815 | fa163e28-c234-2db7-e43a-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-07 09:09:04.431088 | fa163e28-c234-2db7-e43a-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-07 09:09:04.432822 | fa163e28-c234-2db7-e43a-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:25.820991 | 0.25s 2025-10-07 09:09:04.464437 | fa163e28-c234-2db7-e43a-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-07 09:09:04.516729 | fa163e28-c234-2db7-e43a-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-07 09:09:04.517891 | fa163e28-c234-2db7-e43a-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:25.906066 | 0.05s 2025-10-07 09:09:04.548738 | fa163e28-c234-2db7-e43a-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-07 09:09:04.603052 | fa163e28-c234-2db7-e43a-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-07 09:09:04.604319 | fa163e28-c234-2db7-e43a-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:25.992494 | 0.05s 2025-10-07 09:09:04.635917 | fa163e28-c234-2db7-e43a-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-07 09:09:04.688184 | fa163e28-c234-2db7-e43a-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-07 09:09:04.689275 | fa163e28-c234-2db7-e43a-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:26.077451 | 0.05s 2025-10-07 09:09:04.722349 | fa163e28-c234-2db7-e43a-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 09:09:04.773203 | fa163e28-c234-2db7-e43a-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 09:09:04.774303 | fa163e28-c234-2db7-e43a-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:26.162480 | 0.05s 2025-10-07 09:09:04.805337 | fa163e28-c234-2db7-e43a-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-07 09:09:04.861220 | fa163e28-c234-2db7-e43a-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-07 09:09:04.862744 | fa163e28-c234-2db7-e43a-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:26.250916 | 0.06s 2025-10-07 09:09:04.919894 | fa163e28-c234-2db7-e43a-000000003411 | TASK | Gather variables for each operating system 2025-10-07 09:09:05.036185 | fa163e28-c234-2db7-e43a-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:26.424349 | 0.11s 2025-10-07 09:09:05.066318 | fa163e28-c234-2db7-e43a-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-07 09:09:05.839011 | fa163e28-c234-2db7-e43a-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 09:09:05.840078 | fa163e28-c234-2db7-e43a-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:27.228259 | 0.77s 2025-10-07 09:09:05.871511 | fa163e28-c234-2db7-e43a-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-07 09:09:32.684425 | fa163e28-c234-2db7-e43a-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-07 09:09:32.686084 | fa163e28-c234-2db7-e43a-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:54.074255 | 26.81s 2025-10-07 09:09:32.718578 | fa163e28-c234-2db7-e43a-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-07 09:09:32.987226 | fa163e28-c234-2db7-e43a-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-07 09:09:32.988600 | fa163e28-c234-2db7-e43a-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:54.376776 | 0.27s 2025-10-07 09:09:33.019665 | fa163e28-c234-2db7-e43a-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 09:09:33.418595 | fa163e28-c234-2db7-e43a-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 09:09:33.420175 | fa163e28-c234-2db7-e43a-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:54.808351 | 0.40s 2025-10-07 09:09:33.453610 | fa163e28-c234-2db7-e43a-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-07 09:09:33.685336 | fa163e28-c234-2db7-e43a-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-07 09:09:33.686278 | fa163e28-c234-2db7-e43a-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:55.074459 | 0.23s 2025-10-07 09:09:33.717867 | fa163e28-c234-2db7-e43a-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-07 09:09:33.778969 | fa163e28-c234-2db7-e43a-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-07 09:09:33.780320 | fa163e28-c234-2db7-e43a-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:55.168494 | 0.06s 2025-10-07 09:09:33.814911 | fa163e28-c234-2db7-e43a-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-07 09:09:33.855427 | fa163e28-c234-2db7-e43a-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-07 09:09:33.856499 | fa163e28-c234-2db7-e43a-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:55.244678 | 0.04s 2025-10-07 09:09:33.892443 | fa163e28-c234-2db7-e43a-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-07 09:09:33.935008 | fa163e28-c234-2db7-e43a-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-07 09:09:33.937179 | fa163e28-c234-2db7-e43a-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:55.325356 | 0.04s 2025-10-07 09:09:33.964301 | fa163e28-c234-2db7-e43a-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 09:09:34.018239 | fa163e28-c234-2db7-e43a-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 09:09:34.020409 | fa163e28-c234-2db7-e43a-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:55.408587 | 0.05s 2025-10-07 09:09:34.049165 | fa163e28-c234-2db7-e43a-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-07 09:09:34.105846 | fa163e28-c234-2db7-e43a-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-07 09:09:34.107676 | fa163e28-c234-2db7-e43a-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:55.495855 | 0.06s 2025-10-07 09:09:34.151689 | fa163e28-c234-2db7-e43a-00000000343d | TASK | Gather variables for each operating system 2025-10-07 09:09:34.274809 | fa163e28-c234-2db7-e43a-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:55.662974 | 0.12s 2025-10-07 09:09:34.308874 | fa163e28-c234-2db7-e43a-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-07 09:09:35.082149 | fa163e28-c234-2db7-e43a-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 09:09:35.084792 | fa163e28-c234-2db7-e43a-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:56.472967 | 0.77s 2025-10-07 09:09:35.120037 | fa163e28-c234-2db7-e43a-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-07 09:10:01.019340 | fa163e28-c234-2db7-e43a-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-07 09:10:01.020953 | fa163e28-c234-2db7-e43a-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:22.409128 | 25.90s 2025-10-07 09:10:01.051888 | fa163e28-c234-2db7-e43a-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-07 09:10:01.322050 | fa163e28-c234-2db7-e43a-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-07 09:10:01.323069 | fa163e28-c234-2db7-e43a-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:22.711250 | 0.27s 2025-10-07 09:10:01.346007 | fa163e28-c234-2db7-e43a-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 09:10:01.755008 | fa163e28-c234-2db7-e43a-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 09:10:01.756473 | fa163e28-c234-2db7-e43a-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:23.144649 | 0.41s 2025-10-07 09:10:01.789690 | fa163e28-c234-2db7-e43a-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-07 09:10:02.023744 | fa163e28-c234-2db7-e43a-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-07 09:10:02.025239 | fa163e28-c234-2db7-e43a-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:23.413412 | 0.23s 2025-10-07 09:10:02.056803 | fa163e28-c234-2db7-e43a-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-07 09:10:02.087252 | fa163e28-c234-2db7-e43a-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-07 09:10:02.088403 | fa163e28-c234-2db7-e43a-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:23.476579 | 0.03s 2025-10-07 09:10:02.120215 | fa163e28-c234-2db7-e43a-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-07 09:10:02.172161 | fa163e28-c234-2db7-e43a-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-07 09:10:02.173453 | fa163e28-c234-2db7-e43a-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:23.561627 | 0.05s 2025-10-07 09:10:02.207750 | fa163e28-c234-2db7-e43a-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-07 09:10:02.247401 | fa163e28-c234-2db7-e43a-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-07 09:10:02.248648 | fa163e28-c234-2db7-e43a-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:23.636822 | 0.04s 2025-10-07 09:10:02.281912 | fa163e28-c234-2db7-e43a-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 09:10:02.344687 | fa163e28-c234-2db7-e43a-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 09:10:02.346083 | fa163e28-c234-2db7-e43a-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:23.734255 | 0.06s 2025-10-07 09:10:02.382121 | fa163e28-c234-2db7-e43a-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-07 09:10:02.423663 | fa163e28-c234-2db7-e43a-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-07 09:10:02.425030 | fa163e28-c234-2db7-e43a-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:23.813202 | 0.04s 2025-10-07 09:10:02.475001 | fa163e28-c234-2db7-e43a-000000003469 | TASK | Gather variables for each operating system 2025-10-07 09:10:02.591418 | fa163e28-c234-2db7-e43a-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:23.979580 | 0.12s 2025-10-07 09:10:02.623196 | fa163e28-c234-2db7-e43a-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-07 09:10:03.423382 | fa163e28-c234-2db7-e43a-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 09:10:03.424254 | fa163e28-c234-2db7-e43a-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:24.812437 | 0.80s 2025-10-07 09:10:03.444865 | fa163e28-c234-2db7-e43a-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-07 09:10:28.773967 | fa163e28-c234-2db7-e43a-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-07 09:10:28.774950 | fa163e28-c234-2db7-e43a-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:50.163135 | 25.33s 2025-10-07 09:10:28.795743 | fa163e28-c234-2db7-e43a-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-07 09:10:29.027551 | fa163e28-c234-2db7-e43a-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-07 09:10:29.029178 | fa163e28-c234-2db7-e43a-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:50.417353 | 0.23s 2025-10-07 09:10:29.060740 | fa163e28-c234-2db7-e43a-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 09:10:29.468157 | fa163e28-c234-2db7-e43a-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 09:10:29.469538 | fa163e28-c234-2db7-e43a-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:50.857713 | 0.41s 2025-10-07 09:10:29.504100 | fa163e28-c234-2db7-e43a-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-07 09:10:29.692590 | fa163e28-c234-2db7-e43a-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-07 09:10:29.693351 | fa163e28-c234-2db7-e43a-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:51.081534 | 0.19s 2025-10-07 09:10:29.714508 | fa163e28-c234-2db7-e43a-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-07 09:10:29.750261 | fa163e28-c234-2db7-e43a-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-07 09:10:29.751068 | fa163e28-c234-2db7-e43a-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:51.139248 | 0.04s 2025-10-07 09:10:29.772332 | fa163e28-c234-2db7-e43a-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-07 09:10:29.810524 | fa163e28-c234-2db7-e43a-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-07 09:10:29.811365 | fa163e28-c234-2db7-e43a-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:51.199546 | 0.04s 2025-10-07 09:10:29.834233 | fa163e28-c234-2db7-e43a-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-07 09:10:29.872479 | fa163e28-c234-2db7-e43a-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-07 09:10:29.873368 | fa163e28-c234-2db7-e43a-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:51.261550 | 0.04s 2025-10-07 09:10:29.895030 | fa163e28-c234-2db7-e43a-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 09:10:29.933758 | fa163e28-c234-2db7-e43a-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 09:10:29.934658 | fa163e28-c234-2db7-e43a-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:51.322840 | 0.04s 2025-10-07 09:10:29.955342 | fa163e28-c234-2db7-e43a-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-07 09:10:30.009951 | fa163e28-c234-2db7-e43a-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-07 09:10:30.011020 | fa163e28-c234-2db7-e43a-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:51.399202 | 0.05s 2025-10-07 09:10:30.049556 | fa163e28-c234-2db7-e43a-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-07 09:10:30.258164 | fa163e28-c234-2db7-e43a-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-07 09:10:30.259530 | fa163e28-c234-2db7-e43a-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:51.647706 | 0.21s 2025-10-07 09:10:30.365954 | fa163e28-c234-2db7-e43a-0000000000cf | TIMING | include_tasks | standalone | 0:16:51.754121 | 0.08s 2025-10-07 09:10:30.404674 | 0ede1dc3-cf40-4175-ace2-8492e80b76ec | INCLUDED | /root/standalone-ansible-7rzon_tu/common_deploy_steps_tasks.yaml | standalone 2025-10-07 09:10:30.430564 | fa163e28-c234-2db7-e43a-000000003509 | TASK | Write the config_step hieradata 2025-10-07 09:10:30.884757 | fa163e28-c234-2db7-e43a-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-07 09:10:30.886467 | fa163e28-c234-2db7-e43a-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:52.274643 | 0.45s 2025-10-07 09:10:30.917822 | fa163e28-c234-2db7-e43a-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-07 09:10:31.307623 | fa163e28-c234-2db7-e43a-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-07 09:10:31.308891 | fa163e28-c234-2db7-e43a-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:52.697067 | 0.39s 2025-10-07 09:10:31.337942 | fa163e28-c234-2db7-e43a-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-07 09:10:31.621050 | fa163e28-c234-2db7-e43a-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-07 09:10:41.817927 | fa163e28-c234-2db7-e43a-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-07 09:10:52.048789 | fa163e28-c234-2db7-e43a-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-07 09:10:52.049856 | fa163e28-c234-2db7-e43a-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:13.438036 | 20.71s 2025-10-07 09:10:52.082662 | fa163e28-c234-2db7-e43a-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-07 09:10:52.166927 | fa163e28-c234-2db7-e43a-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 7 09:10:31 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 7 09:10:35 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 7 09:10:35 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 7 09:10:35 puppet-user: (file & line not available)", "<13>Oct 7 09:10:35 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 7 09:10:35 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 7 09:10:36 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 7 09:10:36 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.41 seconds", "<13>Oct 7 09:10:41 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 7 09:10:44 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 7 09:10:45 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 7 09:10:46 puppet-user: Notice: Applied catalog in 9.94 seconds", "<13>Oct 7 09:10:46 puppet-user: Application:", "<13>Oct 7 09:10:46 puppet-user: Initial environment: production", "<13>Oct 7 09:10:46 puppet-user: Converged environment: production", "<13>Oct 7 09:10:46 puppet-user: Run mode: user", "<13>Oct 7 09:10:46 puppet-user: Changes:", "<13>Oct 7 09:10:46 puppet-user: Total: 2", "<13>Oct 7 09:10:46 puppet-user: Events:", "<13>Oct 7 09:10:46 puppet-user: Success: 2", "<13>Oct 7 09:10:46 puppet-user: Resources:", "<13>Oct 7 09:10:46 puppet-user: Changed: 2", "<13>Oct 7 09:10:46 puppet-user: Out of sync: 2", "<13>Oct 7 09:10:46 puppet-user: Total: 28", "<13>Oct 7 09:10:46 puppet-user: Time:", "<13>Oct 7 09:10:46 puppet-user: Filebucket: 0.00", "<13>Oct 7 09:10:46 puppet-user: Schedule: 0.00", "<13>Oct 7 09:10:46 puppet-user: Package: 0.00", "<13>Oct 7 09:10:46 puppet-user: File line: 0.00", "<13>Oct 7 09:10:46 puppet-user: File: 0.00", "<13>Oct 7 09:10:46 puppet-user: Augeas: 0.01", "<13>Oct 7 09:10:46 puppet-user: User: 0.01", "<13>Oct 7 09:10:46 puppet-user: Service: 0.07", "<13>Oct 7 09:10:46 puppet-user: Config retrieval: 0.46", "<13>Oct 7 09:10:46 puppet-user: Pcmk property: 1.56", "<13>Oct 7 09:10:46 puppet-user: Exec: 1.87", "<13>Oct 7 09:10:46 puppet-user: Last run: 1759828246", "<13>Oct 7 09:10:46 puppet-user: Pcmk resource op default: 3.08", "<13>Oct 7 09:10:46 puppet-user: Pcmk resource default: 3.11", "<13>Oct 7 09:10:46 puppet-user: Transaction evaluation: 9.87", "<13>Oct 7 09:10:46 puppet-user: Catalog application: 9.94", "<13>Oct 7 09:10:46 puppet-user: Total: 9.94", "<13>Oct 7 09:10:46 puppet-user: Version:", "<13>Oct 7 09:10:46 puppet-user: Config: 1759828235", "<13>Oct 7 09:10:46 puppet-user: Puppet: 7.10.0" ] } 2025-10-07 09:10:52.168390 | fa163e28-c234-2db7-e43a-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:17:13.556565 | 0.08s 2025-10-07 09:10:52.199457 | fa163e28-c234-2db7-e43a-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-07 09:10:52.220735 | fa163e28-c234-2db7-e43a-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:13.608900 | 0.02s 2025-10-07 09:10:52.294366 | fa163e28-c234-2db7-e43a-00000000354c | TASK | Gather variables for each operating system 2025-10-07 09:10:52.412459 | fa163e28-c234-2db7-e43a-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:13.800622 | 0.12s 2025-10-07 09:10:52.445305 | fa163e28-c234-2db7-e43a-00000000354d | TASK | Create puppet caching structures 2025-10-07 09:10:52.651964 | fa163e28-c234-2db7-e43a-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-07 09:10:52.652741 | fa163e28-c234-2db7-e43a-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:14.040926 | 0.21s 2025-10-07 09:10:52.672602 | fa163e28-c234-2db7-e43a-00000000354e | TASK | Check for facter.conf 2025-10-07 09:10:52.943876 | fa163e28-c234-2db7-e43a-00000000354e | OK | Check for facter.conf | standalone 2025-10-07 09:10:52.945300 | fa163e28-c234-2db7-e43a-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:14.333476 | 0.27s 2025-10-07 09:10:52.975233 | fa163e28-c234-2db7-e43a-00000000354f | TASK | Remove facter.conf if directory 2025-10-07 09:10:53.025524 | fa163e28-c234-2db7-e43a-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-07 09:10:53.026650 | fa163e28-c234-2db7-e43a-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:14.414825 | 0.05s 2025-10-07 09:10:53.056506 | fa163e28-c234-2db7-e43a-000000003550 | TASK | Write facter cache config 2025-10-07 09:10:53.546593 | fa163e28-c234-2db7-e43a-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-07 09:10:53.547942 | fa163e28-c234-2db7-e43a-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:14.936118 | 0.49s 2025-10-07 09:10:53.577870 | fa163e28-c234-2db7-e43a-000000003551 | TASK | Cleanup facter cache if exists 2025-10-07 09:10:53.804042 | fa163e28-c234-2db7-e43a-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-07 09:10:53.805811 | fa163e28-c234-2db7-e43a-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:15.193981 | 0.23s 2025-10-07 09:10:53.835767 | fa163e28-c234-2db7-e43a-000000003552 | TASK | Pre-cache facts 2025-10-07 09:10:54.454046 | fa163e28-c234-2db7-e43a-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-07 09:10:54.455235 | fa163e28-c234-2db7-e43a-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:15.843412 | 0.62s 2025-10-07 09:10:54.486584 | fa163e28-c234-2db7-e43a-000000003553 | TASK | Failed deployment if facter fails 2025-10-07 09:10:54.527258 | fa163e28-c234-2db7-e43a-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-07 09:10:54.528489 | fa163e28-c234-2db7-e43a-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:15.916664 | 0.04s 2025-10-07 09:10:54.575512 | fa163e28-c234-2db7-e43a-000000003554 | TASK | Sync cached facts 2025-10-07 09:10:54.909943 | fa163e28-c234-2db7-e43a-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e28-c234-2db7-e43a-000000003554') missing from stats 2025-10-07 09:10:54.970568 | fa163e28-c234-2db7-e43a-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-07 09:10:55.021606 | fa163e28-c234-2db7-e43a-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-07 09:10:55.022742 | fa163e28-c234-2db7-e43a-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:16.410916 | 0.05s 2025-10-07 09:10:55.054224 | fa163e28-c234-2db7-e43a-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-07 09:10:55.083926 | fa163e28-c234-2db7-e43a-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:16.472094 | 0.03s 2025-10-07 09:10:55.155819 | fa163e28-c234-2db7-e43a-0000000035ab | TASK | Gather variables for each operating system 2025-10-07 09:10:55.287420 | fa163e28-c234-2db7-e43a-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:16.675588 | 0.13s 2025-10-07 09:10:55.314102 | fa163e28-c234-2db7-e43a-0000000035ac | TASK | Create container logs path 2025-10-07 09:10:55.562857 | fa163e28-c234-2db7-e43a-0000000035ac | OK | Create container logs path | standalone 2025-10-07 09:10:55.564253 | fa163e28-c234-2db7-e43a-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:16.952428 | 0.25s 2025-10-07 09:10:55.596853 | fa163e28-c234-2db7-e43a-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-07 09:10:55.855842 | fa163e28-c234-2db7-e43a-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-07 09:10:55.856823 | fa163e28-c234-2db7-e43a-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:17.245003 | 0.26s 2025-10-07 09:10:55.881126 | fa163e28-c234-2db7-e43a-0000000035af | TASK | Finalise hashes for all containers 2025-10-07 09:10:55.944924 | fa163e28-c234-2db7-e43a-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-07 09:10:55.946260 | fa163e28-c234-2db7-e43a-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:17.334432 | 0.06s 2025-10-07 09:10:55.969318 | fa163e28-c234-2db7-e43a-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-07 09:10:55.999250 | fa163e28-c234-2db7-e43a-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:17.387404 | 0.03s 2025-10-07 09:10:56.039456 | 247dcf84-064e-4d9e-9bae-66ead63ae033 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-07 09:10:56.074969 | fa163e28-c234-2db7-e43a-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-07 09:10:56.338955 | fa163e28-c234-2db7-e43a-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-07 09:10:56.340373 | fa163e28-c234-2db7-e43a-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:17.728549 | 0.26s 2025-10-07 09:10:56.370048 | fa163e28-c234-2db7-e43a-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-07 09:10:56.425232 | fa163e28-c234-2db7-e43a-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-07 09:10:56.426369 | fa163e28-c234-2db7-e43a-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:17.814545 | 0.05s 2025-10-07 09:10:56.456605 | fa163e28-c234-2db7-e43a-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-07 09:10:56.938762 | fa163e28-c234-2db7-e43a-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-07 09:10:56.939920 | fa163e28-c234-2db7-e43a-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:18.328099 | 0.48s 2025-10-07 09:10:57.424526 | fa163e28-c234-2db7-e43a-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-07 09:10:57.425801 | fa163e28-c234-2db7-e43a-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:18.813976 | 0.97s 2025-10-07 09:10:57.435087 | fa163e28-c234-2db7-e43a-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:18.823264 | 0.98s 2025-10-07 09:10:57.467445 | fa163e28-c234-2db7-e43a-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-07 09:10:57.951718 | fa163e28-c234-2db7-e43a-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-07 09:10:57.953210 | fa163e28-c234-2db7-e43a-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:19.341386 | 0.48s 2025-10-07 09:10:57.983317 | fa163e28-c234-2db7-e43a-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-07 09:10:58.501349 | fa163e28-c234-2db7-e43a-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-07 09:10:58.502788 | fa163e28-c234-2db7-e43a-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:19.890964 | 0.52s 2025-10-07 09:10:58.533162 | fa163e28-c234-2db7-e43a-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-07 09:10:59.327695 | fa163e28-c234-2db7-e43a-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-07 09:10:59.329568 | fa163e28-c234-2db7-e43a-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:20.717743 | 0.79s 2025-10-07 09:10:59.360690 | fa163e28-c234-2db7-e43a-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-07 09:10:59.877540 | fa163e28-c234-2db7-e43a-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-07 09:10:59.878950 | fa163e28-c234-2db7-e43a-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:21.267126 | 0.52s 2025-10-07 09:10:59.909163 | fa163e28-c234-2db7-e43a-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-07 09:11:00.410262 | fa163e28-c234-2db7-e43a-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-07 09:11:00.411657 | fa163e28-c234-2db7-e43a-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:21.799833 | 0.50s 2025-10-07 09:11:00.442058 | fa163e28-c234-2db7-e43a-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-07 09:11:01.200559 | fa163e28-c234-2db7-e43a-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-07 09:11:01.202827 | fa163e28-c234-2db7-e43a-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:22.591002 | 0.76s 2025-10-07 09:11:01.233540 | fa163e28-c234-2db7-e43a-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-07 09:11:01.294374 | fa163e28-c234-2db7-e43a-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:22.682544 | 0.06s 2025-10-07 09:11:01.316224 | 1c9bc801-0dea-428f-a6f5-9b342c608466 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-07 09:11:01.350685 | fa163e28-c234-2db7-e43a-000000003615 | TASK | Update config hashes for container startup configs 2025-10-07 09:11:01.671369 | fa163e28-c234-2db7-e43a-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-07 09:11:01.672817 | fa163e28-c234-2db7-e43a-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:23.060988 | 0.32s 2025-10-07 09:11:01.706520 | fa163e28-c234-2db7-e43a-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-07 09:11:01.750487 | fa163e28-c234-2db7-e43a-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:23.138647 | 0.04s 2025-10-07 09:11:01.776916 | b0f7b20b-972a-43e8-a410-01f28a70dbb5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 09:11:01.809759 | fa163e28-c234-2db7-e43a-000000003634 | TASK | Gather podman infos 2025-10-07 09:11:02.826575 | fa163e28-c234-2db7-e43a-000000003634 | OK | Gather podman infos | standalone 2025-10-07 09:11:02.828902 | fa163e28-c234-2db7-e43a-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:24.217078 | 1.02s 2025-10-07 09:11:02.874523 | fa163e28-c234-2db7-e43a-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-07 09:11:02.934461 | fa163e28-c234-2db7-e43a-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:24.322637 | 0.06s 2025-10-07 09:11:03.043172 | fa163e28-c234-2db7-e43a-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:24.431330 | 0.07s 2025-10-07 09:11:03.097726 | fa163e28-c234-2db7-e43a-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-07 09:11:03.150519 | fa163e28-c234-2db7-e43a-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:24.538679 | 0.05s 2025-10-07 09:11:03.174524 | 0fcf5433-eb89-4cf0-bbd1-ada68865ab96 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 09:11:03.220443 | fa163e28-c234-2db7-e43a-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-07 09:11:19.987071 | fa163e28-c234-2db7-e43a-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-07 09:11:19.988737 | fa163e28-c234-2db7-e43a-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:41.376911 | 16.77s 2025-10-07 09:11:20.021388 | fa163e28-c234-2db7-e43a-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-07 09:11:22.727392 | fa163e28-c234-2db7-e43a-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-07 09:11:22.729784 | fa163e28-c234-2db7-e43a-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:44.117949 | 2.71s 2025-10-07 09:11:22.825015 | fa163e28-c234-2db7-e43a-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-07 09:11:23.037906 | fa163e28-c234-2db7-e43a-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-07 09:11:23.040562 | fa163e28-c234-2db7-e43a-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:44.428722 | 0.21s 2025-10-07 09:11:23.093029 | fa163e28-c234-2db7-e43a-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-07 09:11:23.132825 | fa163e28-c234-2db7-e43a-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:44.520995 | 0.04s 2025-10-07 09:11:23.160251 | fa163e28-c234-2db7-e43a-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-07 09:11:23.199111 | fa163e28-c234-2db7-e43a-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:44.587280 | 0.04s 2025-10-07 09:11:23.216873 | 7b3db9a9-f5a9-46ea-b533-68004e9dde6d | INCLUDED | /root/standalone-ansible-7rzon_tu/host-container-puppet-tasks.yaml | standalone 2025-10-07 09:11:23.254858 | fa163e28-c234-2db7-e43a-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-07 09:11:23.766593 | fa163e28-c234-2db7-e43a-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-07 09:11:23.767815 | fa163e28-c234-2db7-e43a-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:45.155990 | 0.51s 2025-10-07 09:11:23.799525 | fa163e28-c234-2db7-e43a-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-07 09:11:24.080011 | fa163e28-c234-2db7-e43a-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-07 09:11:24.081467 | fa163e28-c234-2db7-e43a-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:45.469640 | 0.28s 2025-10-07 09:11:24.113355 | fa163e28-c234-2db7-e43a-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-07 09:11:24.134833 | fa163e28-c234-2db7-e43a-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:45.523003 | 0.02s 2025-10-07 09:11:24.238864 | fa163e28-c234-2db7-e43a-000000003722 | TASK | Gather variables for each operating system 2025-10-07 09:11:24.361741 | fa163e28-c234-2db7-e43a-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:45.749906 | 0.12s 2025-10-07 09:11:24.393050 | fa163e28-c234-2db7-e43a-000000003723 | TASK | Create container logs path 2025-10-07 09:11:24.594578 | fa163e28-c234-2db7-e43a-000000003723 | OK | Create container logs path | standalone 2025-10-07 09:11:24.595924 | fa163e28-c234-2db7-e43a-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:45.984100 | 0.20s 2025-10-07 09:11:24.629151 | fa163e28-c234-2db7-e43a-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-07 09:11:24.916682 | fa163e28-c234-2db7-e43a-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-07 09:11:24.917922 | fa163e28-c234-2db7-e43a-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:46.306098 | 0.29s 2025-10-07 09:11:24.948029 | fa163e28-c234-2db7-e43a-000000003726 | TASK | Finalise hashes for all containers 2025-10-07 09:11:24.991442 | fa163e28-c234-2db7-e43a-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-07 09:11:24.992629 | fa163e28-c234-2db7-e43a-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:46.380805 | 0.04s 2025-10-07 09:11:25.022816 | fa163e28-c234-2db7-e43a-000000003728 | TASK | Manage systemd shutdown files 2025-10-07 09:11:25.054540 | fa163e28-c234-2db7-e43a-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 09:11:25.055817 | fa163e28-c234-2db7-e43a-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:46.443991 | 0.03s 2025-10-07 09:11:25.085958 | fa163e28-c234-2db7-e43a-00000000372a | TASK | Update container configs with new config hashes 2025-10-07 09:11:25.135687 | fa163e28-c234-2db7-e43a-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 09:11:25.136899 | fa163e28-c234-2db7-e43a-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:46.525075 | 0.05s 2025-10-07 09:11:25.169137 | fa163e28-c234-2db7-e43a-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-07 09:11:25.218654 | fa163e28-c234-2db7-e43a-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-07 09:11:25.220012 | fa163e28-c234-2db7-e43a-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:46.608149 | 0.05s 2025-10-07 09:11:25.254438 | fa163e28-c234-2db7-e43a-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-07 09:11:25.306800 | fa163e28-c234-2db7-e43a-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-07 09:11:25.308032 | fa163e28-c234-2db7-e43a-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:46.696207 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-07 09:11:25.469289 | fa163e28-c234-2db7-e43a-0000000000d2 | TASK | External deployment step 3 2025-10-07 09:11:25.497107 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000d2') missing from stats 2025-10-07 09:11:25.541755 | fa163e28-c234-2db7-e43a-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:46.929929 | 0.03s 2025-10-07 09:11:25.548695 | 1f76d174-27de-47a6-884e-fabd3950d0db | INCLUDED | /root/standalone-ansible-7rzon_tu/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-07 09:11:25.566081 | fa163e28-c234-2db7-e43a-00000000377b | TASK | Pause cephadm 2025-10-07 09:11:25.616838 | fa163e28-c234-2db7-e43a-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-07 09:11:25.617767 | fa163e28-c234-2db7-e43a-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:47.005947 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-07 09:11:25.748224 | fa163e28-c234-2db7-e43a-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-07 09:11:25.774672 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000d6') missing from stats 2025-10-07 09:11:25.797459 | fa163e28-c234-2db7-e43a-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-07 09:11:26.304137 | fa163e28-c234-2db7-e43a-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-07 09:11:26.305504 | fa163e28-c234-2db7-e43a-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:47.693679 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 09:11:26.385081 | fa163e28-c234-2db7-e43a-0000000000d8 | TIMING | include_tasks | standalone | 0:17:47.773246 | 0.05s 2025-10-07 09:11:26.412543 | 0a8ccb7c-0e18-4ee4-986a-27795052862d | INCLUDED | /root/standalone-ansible-7rzon_tu/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-07 09:11:26.445078 | fa163e28-c234-2db7-e43a-00000000379a | TASK | Start OVN container 2025-10-07 09:11:26.526397 | fa163e28-c234-2db7-e43a-00000000379a | TIMING | Start OVN container | standalone | 0:17:47.914557 | 0.08s 2025-10-07 09:11:26.560385 | fa163e28-c234-2db7-e43a-00000000379a | TIMING | Start OVN container | standalone | 0:17:47.948565 | 0.11s 2025-10-07 09:11:26.584275 | fa163e28-c234-2db7-e43a-00000000379a | TIMING | Start OVN container | standalone | 0:17:47.972460 | 0.14s 2025-10-07 09:11:26.595748 | fa163e28-c234-2db7-e43a-00000000379a | TIMING | Start OVN container | standalone | 0:17:47.983927 | 0.15s 2025-10-07 09:11:26.705660 | fa163e28-c234-2db7-e43a-0000000037d2 | TASK | Gather variables for each operating system 2025-10-07 09:11:26.827539 | fa163e28-c234-2db7-e43a-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:48.215699 | 0.12s 2025-10-07 09:11:26.858389 | fa163e28-c234-2db7-e43a-0000000037d3 | TASK | Create container logs path 2025-10-07 09:11:27.106239 | fa163e28-c234-2db7-e43a-0000000037d3 | OK | Create container logs path | standalone 2025-10-07 09:11:27.107631 | fa163e28-c234-2db7-e43a-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:48.495806 | 0.25s 2025-10-07 09:11:27.138799 | fa163e28-c234-2db7-e43a-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:27.458047 | fa163e28-c234-2db7-e43a-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 09:11:27.459227 | fa163e28-c234-2db7-e43a-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:48.847404 | 0.32s 2025-10-07 09:11:27.489800 | fa163e28-c234-2db7-e43a-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-07 09:11:27.587768 | fa163e28-c234-2db7-e43a-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-07 09:11:27.588909 | fa163e28-c234-2db7-e43a-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:48.977085 | 0.10s 2025-10-07 09:11:27.619008 | fa163e28-c234-2db7-e43a-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-07 09:11:27.669646 | fa163e28-c234-2db7-e43a-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 09:11:27.670756 | fa163e28-c234-2db7-e43a-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:49.058930 | 0.05s 2025-10-07 09:11:27.700948 | fa163e28-c234-2db7-e43a-0000000037da | TASK | Update container configs with new config hashes 2025-10-07 09:11:27.773149 | fa163e28-c234-2db7-e43a-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 09:11:27.774243 | fa163e28-c234-2db7-e43a-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:49.162420 | 0.07s 2025-10-07 09:11:27.806420 | fa163e28-c234-2db7-e43a-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:27.871504 | fa163e28-c234-2db7-e43a-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:49.259672 | 0.06s 2025-10-07 09:11:27.896812 | 6d1721a7-7d5f-4d99-a7b0-88532047d5d4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 09:11:27.933101 | fa163e28-c234-2db7-e43a-000000003867 | TASK | Gather podman infos 2025-10-07 09:11:29.148852 | fa163e28-c234-2db7-e43a-000000003867 | OK | Gather podman infos | standalone 2025-10-07 09:11:29.150123 | fa163e28-c234-2db7-e43a-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:50.538301 | 1.22s 2025-10-07 09:11:29.242166 | fa163e28-c234-2db7-e43a-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:29.327909 | fa163e28-c234-2db7-e43a-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.716083 | 0.08s 2025-10-07 09:11:29.470783 | fa163e28-c234-2db7-e43a-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:50.858944 | 0.10s 2025-10-07 09:11:29.533383 | fa163e28-c234-2db7-e43a-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:29.607418 | fa163e28-c234-2db7-e43a-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.995574 | 0.07s 2025-10-07 09:11:29.633499 | 28f36b19-0441-4e5b-a1ab-8871f898c8a6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 09:11:29.674949 | fa163e28-c234-2db7-e43a-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:30.571811 | fa163e28-c234-2db7-e43a-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 09:11:30.573397 | fa163e28-c234-2db7-e43a-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:51.961571 | 0.90s 2025-10-07 09:11:30.605916 | fa163e28-c234-2db7-e43a-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:33.466695 | fa163e28-c234-2db7-e43a-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 09:11:33.471366 | fa163e28-c234-2db7-e43a-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:54.859530 | 2.86s 2025-10-07 09:11:33.529818 | fa163e28-c234-2db7-e43a-0000000037fd | TASK | Gather variables for each operating system 2025-10-07 09:11:33.634585 | fa163e28-c234-2db7-e43a-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:55.022746 | 0.10s 2025-10-07 09:11:33.665639 | fa163e28-c234-2db7-e43a-0000000037fe | TASK | Create container logs path 2025-10-07 09:11:33.891266 | fa163e28-c234-2db7-e43a-0000000037fe | OK | Create container logs path | standalone 2025-10-07 09:11:33.892586 | fa163e28-c234-2db7-e43a-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:55.280761 | 0.23s 2025-10-07 09:11:33.924501 | fa163e28-c234-2db7-e43a-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:34.259089 | fa163e28-c234-2db7-e43a-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 09:11:34.260251 | fa163e28-c234-2db7-e43a-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:55.648434 | 0.33s 2025-10-07 09:11:34.280698 | fa163e28-c234-2db7-e43a-000000003801 | TASK | Finalise hashes for all containers 2025-10-07 09:11:34.379262 | fa163e28-c234-2db7-e43a-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-07 09:11:34.380052 | fa163e28-c234-2db7-e43a-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:55.768236 | 0.10s 2025-10-07 09:11:34.401147 | fa163e28-c234-2db7-e43a-000000003803 | TASK | Manage systemd shutdown files 2025-10-07 09:11:34.434339 | fa163e28-c234-2db7-e43a-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 09:11:34.435393 | fa163e28-c234-2db7-e43a-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:55.823571 | 0.03s 2025-10-07 09:11:34.461002 | fa163e28-c234-2db7-e43a-000000003805 | TASK | Update container configs with new config hashes 2025-10-07 09:11:34.542584 | fa163e28-c234-2db7-e43a-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 09:11:34.544771 | fa163e28-c234-2db7-e43a-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:55.932944 | 0.08s 2025-10-07 09:11:34.577348 | fa163e28-c234-2db7-e43a-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:34.653450 | fa163e28-c234-2db7-e43a-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:56.041612 | 0.07s 2025-10-07 09:11:34.682230 | 3d7b5f55-335a-46aa-be10-d24e754c627e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 09:11:34.723446 | fa163e28-c234-2db7-e43a-00000000391e | TASK | Gather podman infos 2025-10-07 09:11:35.982638 | fa163e28-c234-2db7-e43a-00000000391e | OK | Gather podman infos | standalone 2025-10-07 09:11:35.983860 | fa163e28-c234-2db7-e43a-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:57.372037 | 1.26s 2025-10-07 09:11:36.077672 | fa163e28-c234-2db7-e43a-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:36.169388 | fa163e28-c234-2db7-e43a-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:57.557551 | 0.08s 2025-10-07 09:11:36.330274 | fa163e28-c234-2db7-e43a-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:57.718435 | 0.10s 2025-10-07 09:11:36.401497 | fa163e28-c234-2db7-e43a-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:36.475205 | fa163e28-c234-2db7-e43a-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:57.863366 | 0.07s 2025-10-07 09:11:36.499186 | 78466631-60a8-4176-a8bf-598232377b6a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 09:11:36.537308 | fa163e28-c234-2db7-e43a-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:37.460336 | fa163e28-c234-2db7-e43a-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 09:11:37.462797 | fa163e28-c234-2db7-e43a-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:58.850955 | 0.92s 2025-10-07 09:11:37.501958 | fa163e28-c234-2db7-e43a-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:40.469670 | fa163e28-c234-2db7-e43a-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 09:11:40.471510 | fa163e28-c234-2db7-e43a-000000003985 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:01.859684 | 2.97s 2025-10-07 09:11:40.530188 | fa163e28-c234-2db7-e43a-000000003828 | TASK | Gather variables for each operating system 2025-10-07 09:11:40.647687 | fa163e28-c234-2db7-e43a-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:02.035852 | 0.12s 2025-10-07 09:11:40.678083 | fa163e28-c234-2db7-e43a-000000003829 | TASK | Create container logs path 2025-10-07 09:11:40.947794 | fa163e28-c234-2db7-e43a-000000003829 | OK | Create container logs path | standalone 2025-10-07 09:11:40.949300 | fa163e28-c234-2db7-e43a-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:02.337474 | 0.27s 2025-10-07 09:11:40.981448 | fa163e28-c234-2db7-e43a-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:41.301505 | fa163e28-c234-2db7-e43a-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 09:11:41.303003 | fa163e28-c234-2db7-e43a-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:02.691145 | 0.32s 2025-10-07 09:11:41.336176 | fa163e28-c234-2db7-e43a-00000000382c | TASK | Finalise hashes for all containers 2025-10-07 09:11:41.442139 | fa163e28-c234-2db7-e43a-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-07 09:11:41.443488 | fa163e28-c234-2db7-e43a-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:02.831662 | 0.11s 2025-10-07 09:11:41.474351 | fa163e28-c234-2db7-e43a-00000000382e | TASK | Manage systemd shutdown files 2025-10-07 09:11:41.537177 | fa163e28-c234-2db7-e43a-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 09:11:41.538517 | fa163e28-c234-2db7-e43a-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:02.926691 | 0.06s 2025-10-07 09:11:41.568960 | fa163e28-c234-2db7-e43a-000000003830 | TASK | Update container configs with new config hashes 2025-10-07 09:11:41.644475 | fa163e28-c234-2db7-e43a-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 09:11:41.646020 | fa163e28-c234-2db7-e43a-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:03.034143 | 0.08s 2025-10-07 09:11:41.679082 | fa163e28-c234-2db7-e43a-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:41.755849 | fa163e28-c234-2db7-e43a-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:03.144009 | 0.08s 2025-10-07 09:11:41.788743 | f3c6cb12-5549-4d44-8949-53f9bb16e95f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 09:11:41.827051 | fa163e28-c234-2db7-e43a-0000000039d0 | TASK | Gather podman infos 2025-10-07 09:11:43.017202 | fa163e28-c234-2db7-e43a-0000000039d0 | OK | Gather podman infos | standalone 2025-10-07 09:11:43.018432 | fa163e28-c234-2db7-e43a-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:04.406608 | 1.19s 2025-10-07 09:11:43.106336 | fa163e28-c234-2db7-e43a-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:43.196410 | fa163e28-c234-2db7-e43a-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:04.584576 | 0.08s 2025-10-07 09:11:43.348030 | fa163e28-c234-2db7-e43a-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:04.736192 | 0.09s 2025-10-07 09:11:43.406742 | fa163e28-c234-2db7-e43a-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:43.458759 | fa163e28-c234-2db7-e43a-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:04.846924 | 0.05s 2025-10-07 09:11:43.482767 | bc586022-3b2b-4b6b-906a-3ad0f2a7bac2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 09:11:43.517710 | fa163e28-c234-2db7-e43a-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:44.550549 | fa163e28-c234-2db7-e43a-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 09:11:44.552144 | fa163e28-c234-2db7-e43a-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:05.940316 | 1.03s 2025-10-07 09:11:44.583429 | fa163e28-c234-2db7-e43a-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 09:11:47.468681 | fa163e28-c234-2db7-e43a-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 09:11:47.470223 | fa163e28-c234-2db7-e43a-000000003a37 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:08.858398 | 2.89s 2025-10-07 09:11:47.528087 | fa163e28-c234-2db7-e43a-00000000379c | TASK | Set NB connection 2025-10-07 09:11:47.981175 | fa163e28-c234-2db7-e43a-00000000379c | CHANGED | Set NB connection | standalone 2025-10-07 09:11:47.982667 | fa163e28-c234-2db7-e43a-00000000379c | TIMING | Set NB connection | standalone | 0:18:09.370841 | 0.45s 2025-10-07 09:11:48.012662 | fa163e28-c234-2db7-e43a-00000000379d | TASK | Set SB connection 2025-10-07 09:11:48.429059 | fa163e28-c234-2db7-e43a-00000000379d | CHANGED | Set SB connection | standalone 2025-10-07 09:11:48.430593 | fa163e28-c234-2db7-e43a-00000000379d | TIMING | Set SB connection | standalone | 0:18:09.818767 | 0.42s 2025-10-07 09:11:48.459925 | fa163e28-c234-2db7-e43a-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-07 09:11:48.687963 | fa163e28-c234-2db7-e43a-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-07 09:11:48.689383 | fa163e28-c234-2db7-e43a-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:18:10.077558 | 0.23s 2025-10-07 09:11:48.802349 | fa163e28-c234-2db7-e43a-0000000000db | TIMING | include_tasks | standalone | 0:18:10.190511 | 0.08s 2025-10-07 09:11:48.841800 | d1a62572-2605-44ab-abc1-1034137aa66d | INCLUDED | /root/standalone-ansible-7rzon_tu/common_deploy_steps_tasks.yaml | standalone 2025-10-07 09:11:48.869569 | fa163e28-c234-2db7-e43a-000000003a7c | TASK | Write the config_step hieradata 2025-10-07 09:11:49.386665 | fa163e28-c234-2db7-e43a-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-07 09:11:49.388042 | fa163e28-c234-2db7-e43a-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:18:10.776211 | 0.52s 2025-10-07 09:11:49.419135 | fa163e28-c234-2db7-e43a-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-07 09:11:49.694161 | fa163e28-c234-2db7-e43a-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-07 09:11:49.695545 | fa163e28-c234-2db7-e43a-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:18:11.083720 | 0.27s 2025-10-07 09:11:49.723845 | fa163e28-c234-2db7-e43a-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-07 09:11:49.985930 | fa163e28-c234-2db7-e43a-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-07 09:12:00.203140 | fa163e28-c234-2db7-e43a-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-07 09:12:10.421400 | fa163e28-c234-2db7-e43a-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-07 09:12:10.423355 | fa163e28-c234-2db7-e43a-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:31.811528 | 20.70s 2025-10-07 09:12:10.454964 | fa163e28-c234-2db7-e43a-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-07 09:12:10.538159 | fa163e28-c234-2db7-e43a-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 7 09:11:49 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 7 09:11:54 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 7 09:11:54 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 7 09:11:54 puppet-user: (file & line not available)", "<13>Oct 7 09:11:54 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 7 09:11:54 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 7 09:11:54 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 7 09:11:54 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Oct 7 09:11:58 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 7 09:12:00 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 7 09:12:02 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 7 09:12:02 puppet-user: Notice: Applied catalog in 7.72 seconds", "<13>Oct 7 09:12:02 puppet-user: Application:", "<13>Oct 7 09:12:02 puppet-user: Initial environment: production", "<13>Oct 7 09:12:02 puppet-user: Converged environment: production", "<13>Oct 7 09:12:02 puppet-user: Run mode: user", "<13>Oct 7 09:12:02 puppet-user: Changes:", "<13>Oct 7 09:12:02 puppet-user: Total: 2", "<13>Oct 7 09:12:02 puppet-user: Events:", "<13>Oct 7 09:12:02 puppet-user: Success: 2", "<13>Oct 7 09:12:02 puppet-user: Resources:", "<13>Oct 7 09:12:02 puppet-user: Changed: 2", "<13>Oct 7 09:12:02 puppet-user: Out of sync: 2", "<13>Oct 7 09:12:02 puppet-user: Total: 28", "<13>Oct 7 09:12:02 puppet-user: Time:", "<13>Oct 7 09:12:02 puppet-user: File line: 0.00", "<13>Oct 7 09:12:02 puppet-user: Schedule: 0.00", "<13>Oct 7 09:12:02 puppet-user: Package: 0.00", "<13>Oct 7 09:12:02 puppet-user: File: 0.00", "<13>Oct 7 09:12:02 puppet-user: User: 0.01", "<13>Oct 7 09:12:02 puppet-user: Augeas: 0.01", "<13>Oct 7 09:12:02 puppet-user: Service: 0.07", "<13>Oct 7 09:12:02 puppet-user: Config retrieval: 0.48", "<13>Oct 7 09:12:02 puppet-user: Pcmk property: 1.44", "<13>Oct 7 09:12:02 puppet-user: Exec: 1.98", "<13>Oct 7 09:12:02 puppet-user: Last run: 1759828322", "<13>Oct 7 09:12:02 puppet-user: Pcmk resource op default: 2.03", "<13>Oct 7 09:12:02 puppet-user: Pcmk resource default: 2.04", "<13>Oct 7 09:12:02 puppet-user: Transaction evaluation: 7.70", "<13>Oct 7 09:12:02 puppet-user: Catalog application: 7.72", "<13>Oct 7 09:12:02 puppet-user: Filebucket: 0.00", "<13>Oct 7 09:12:02 puppet-user: Total: 7.72", "<13>Oct 7 09:12:02 puppet-user: Version:", "<13>Oct 7 09:12:02 puppet-user: Config: 1759828314", "<13>Oct 7 09:12:02 puppet-user: Puppet: 7.10.0" ] } 2025-10-07 09:12:10.539868 | fa163e28-c234-2db7-e43a-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:31.928043 | 0.08s 2025-10-07 09:12:10.570338 | fa163e28-c234-2db7-e43a-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-07 09:12:10.600560 | fa163e28-c234-2db7-e43a-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:31.988726 | 0.03s 2025-10-07 09:12:10.671363 | fa163e28-c234-2db7-e43a-000000003abf | TASK | Gather variables for each operating system 2025-10-07 09:12:10.795897 | fa163e28-c234-2db7-e43a-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:32.184060 | 0.12s 2025-10-07 09:12:10.827356 | fa163e28-c234-2db7-e43a-000000003ac0 | TASK | Create puppet caching structures 2025-10-07 09:12:11.055190 | fa163e28-c234-2db7-e43a-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-07 09:12:11.056678 | fa163e28-c234-2db7-e43a-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:32.444854 | 0.23s 2025-10-07 09:12:11.087669 | fa163e28-c234-2db7-e43a-000000003ac1 | TASK | Check for facter.conf 2025-10-07 09:12:11.335320 | fa163e28-c234-2db7-e43a-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-07 09:12:11.336407 | fa163e28-c234-2db7-e43a-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:32.724587 | 0.25s 2025-10-07 09:12:11.357205 | fa163e28-c234-2db7-e43a-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-07 09:12:11.405070 | fa163e28-c234-2db7-e43a-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-07 09:12:11.406149 | fa163e28-c234-2db7-e43a-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:32.794328 | 0.05s 2025-10-07 09:12:11.432921 | fa163e28-c234-2db7-e43a-000000003ac3 | TASK | Write facter cache config 2025-10-07 09:12:11.987234 | fa163e28-c234-2db7-e43a-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-07 09:12:11.988812 | fa163e28-c234-2db7-e43a-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:33.376979 | 0.55s 2025-10-07 09:12:12.018249 | fa163e28-c234-2db7-e43a-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-07 09:12:12.247067 | fa163e28-c234-2db7-e43a-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-07 09:12:12.248137 | fa163e28-c234-2db7-e43a-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:33.636319 | 0.23s 2025-10-07 09:12:12.267820 | fa163e28-c234-2db7-e43a-000000003ac5 | TASK | Pre-cache facts 2025-10-07 09:12:12.886908 | fa163e28-c234-2db7-e43a-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-07 09:12:12.888190 | fa163e28-c234-2db7-e43a-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:34.276363 | 0.62s 2025-10-07 09:12:12.919283 | fa163e28-c234-2db7-e43a-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-07 09:12:12.952218 | fa163e28-c234-2db7-e43a-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-07 09:12:12.952987 | fa163e28-c234-2db7-e43a-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:34.341152 | 0.03s 2025-10-07 09:12:12.996866 | fa163e28-c234-2db7-e43a-000000003ac7 | TASK | Sync cached facts 2025-10-07 09:12:13.309679 | fa163e28-c234-2db7-e43a-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e28-c234-2db7-e43a-000000003ac7') missing from stats 2025-10-07 09:12:13.380382 | fa163e28-c234-2db7-e43a-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-07 09:12:13.431212 | fa163e28-c234-2db7-e43a-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-07 09:12:13.432238 | fa163e28-c234-2db7-e43a-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:34.820414 | 0.05s 2025-10-07 09:12:13.465243 | fa163e28-c234-2db7-e43a-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-07 09:12:13.495513 | fa163e28-c234-2db7-e43a-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:34.883689 | 0.03s 2025-10-07 09:12:13.550501 | fa163e28-c234-2db7-e43a-000000003b1e | TASK | Gather variables for each operating system 2025-10-07 09:12:13.703233 | fa163e28-c234-2db7-e43a-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:35.091406 | 0.15s 2025-10-07 09:12:13.726965 | fa163e28-c234-2db7-e43a-000000003b1f | TASK | Create container logs path 2025-10-07 09:12:13.984870 | fa163e28-c234-2db7-e43a-000000003b1f | OK | Create container logs path | standalone 2025-10-07 09:12:13.986275 | fa163e28-c234-2db7-e43a-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:35.374449 | 0.26s 2025-10-07 09:12:14.019237 | fa163e28-c234-2db7-e43a-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-07 09:12:14.307025 | fa163e28-c234-2db7-e43a-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-07 09:12:14.308340 | fa163e28-c234-2db7-e43a-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:35.696515 | 0.29s 2025-10-07 09:12:14.340401 | fa163e28-c234-2db7-e43a-000000003b22 | TASK | Finalise hashes for all containers 2025-10-07 09:12:14.433584 | fa163e28-c234-2db7-e43a-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-07 09:12:14.434814 | fa163e28-c234-2db7-e43a-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:35.822986 | 0.09s 2025-10-07 09:12:14.464578 | fa163e28-c234-2db7-e43a-000000003b24 | TASK | Manage systemd shutdown files 2025-10-07 09:12:14.494133 | fa163e28-c234-2db7-e43a-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:35.882301 | 0.03s 2025-10-07 09:12:14.529047 | 739bdf7e-160d-4404-8fa3-688bd5d61884 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-07 09:12:14.557006 | fa163e28-c234-2db7-e43a-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-07 09:12:14.825088 | fa163e28-c234-2db7-e43a-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-07 09:12:14.826428 | fa163e28-c234-2db7-e43a-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:36.214603 | 0.27s 2025-10-07 09:12:14.858393 | fa163e28-c234-2db7-e43a-000000003b58 | TASK | Set podman_drop_in fact 2025-10-07 09:12:14.915138 | fa163e28-c234-2db7-e43a-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-07 09:12:14.916524 | fa163e28-c234-2db7-e43a-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:36.304696 | 0.06s 2025-10-07 09:12:14.947329 | fa163e28-c234-2db7-e43a-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-07 09:12:15.455914 | fa163e28-c234-2db7-e43a-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-07 09:12:15.457138 | fa163e28-c234-2db7-e43a-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:36.845314 | 0.51s 2025-10-07 09:12:15.933306 | fa163e28-c234-2db7-e43a-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-07 09:12:15.934239 | fa163e28-c234-2db7-e43a-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:37.322423 | 0.99s 2025-10-07 09:12:15.944394 | fa163e28-c234-2db7-e43a-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:37.332581 | 1.00s 2025-10-07 09:12:15.964129 | fa163e28-c234-2db7-e43a-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-07 09:12:16.419878 | fa163e28-c234-2db7-e43a-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-07 09:12:16.421432 | fa163e28-c234-2db7-e43a-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:37.809607 | 0.46s 2025-10-07 09:12:16.454399 | fa163e28-c234-2db7-e43a-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-07 09:12:16.965453 | fa163e28-c234-2db7-e43a-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-07 09:12:16.966288 | fa163e28-c234-2db7-e43a-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:38.354472 | 0.51s 2025-10-07 09:12:16.986037 | fa163e28-c234-2db7-e43a-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-07 09:12:17.665763 | fa163e28-c234-2db7-e43a-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-07 09:12:17.668444 | fa163e28-c234-2db7-e43a-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:39.056616 | 0.68s 2025-10-07 09:12:17.703557 | fa163e28-c234-2db7-e43a-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-07 09:12:18.192368 | fa163e28-c234-2db7-e43a-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-07 09:12:18.193871 | fa163e28-c234-2db7-e43a-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:39.582046 | 0.49s 2025-10-07 09:12:18.224024 | fa163e28-c234-2db7-e43a-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-07 09:12:18.759527 | fa163e28-c234-2db7-e43a-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-07 09:12:18.761038 | fa163e28-c234-2db7-e43a-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:40.149210 | 0.54s 2025-10-07 09:12:18.791506 | fa163e28-c234-2db7-e43a-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-07 09:12:19.540943 | fa163e28-c234-2db7-e43a-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-07 09:12:19.543062 | fa163e28-c234-2db7-e43a-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:40.931237 | 0.75s 2025-10-07 09:12:19.576699 | fa163e28-c234-2db7-e43a-000000003b26 | TASK | Update container configs with new config hashes 2025-10-07 09:12:19.639115 | fa163e28-c234-2db7-e43a-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:41.027280 | 0.06s 2025-10-07 09:12:19.665872 | c339849b-de4b-4f3d-bfd8-7304d41b8b17 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-07 09:12:19.700063 | fa163e28-c234-2db7-e43a-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-07 09:12:19.986088 | fa163e28-c234-2db7-e43a-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-07 09:12:19.987558 | fa163e28-c234-2db7-e43a-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:41.375731 | 0.29s 2025-10-07 09:12:20.021101 | fa163e28-c234-2db7-e43a-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-07 09:12:20.084172 | fa163e28-c234-2db7-e43a-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:41.472327 | 0.06s 2025-10-07 09:12:20.110119 | 0fb31c4f-2956-4238-ab83-c67e9fa400fd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 09:12:20.144740 | fa163e28-c234-2db7-e43a-000000003ba7 | TASK | Gather podman infos 2025-10-07 09:12:21.438916 | fa163e28-c234-2db7-e43a-000000003ba7 | OK | Gather podman infos | standalone 2025-10-07 09:12:21.439591 | fa163e28-c234-2db7-e43a-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:42.827776 | 1.29s 2025-10-07 09:12:21.506035 | fa163e28-c234-2db7-e43a-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-07 09:12:21.576541 | fa163e28-c234-2db7-e43a-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:42.964703 | 0.06s 2025-10-07 09:12:21.740896 | fa163e28-c234-2db7-e43a-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:43.129056 | 0.10s 2025-10-07 09:12:21.803729 | fa163e28-c234-2db7-e43a-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-07 09:12:21.860199 | fa163e28-c234-2db7-e43a-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:43.248359 | 0.05s 2025-10-07 09:12:21.883947 | c1eb246a-f305-4686-8b2f-73df35a1ef8c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 09:12:21.921436 | fa163e28-c234-2db7-e43a-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-07 09:13:17.558900 | fa163e28-c234-2db7-e43a-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-07 09:13:17.560050 | fa163e28-c234-2db7-e43a-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:38.948224 | 55.64s 2025-10-07 09:13:17.580961 | fa163e28-c234-2db7-e43a-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-07 09:13:49.962056 | fa163e28-c234-2db7-e43a-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-07 09:13:49.964448 | fa163e28-c234-2db7-e43a-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.352608 | 32.38s 2025-10-07 09:13:50.041342 | fa163e28-c234-2db7-e43a-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-07 09:13:50.284312 | fa163e28-c234-2db7-e43a-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-07 09:13:50.285700 | fa163e28-c234-2db7-e43a-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:20:11.673873 | 0.24s 2025-10-07 09:13:50.318592 | fa163e28-c234-2db7-e43a-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-07 09:13:50.360065 | fa163e28-c234-2db7-e43a-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:20:11.748235 | 0.04s 2025-10-07 09:13:50.393956 | fa163e28-c234-2db7-e43a-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-07 09:13:50.451198 | fa163e28-c234-2db7-e43a-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:20:11.839367 | 0.06s 2025-10-07 09:13:50.482472 | 4ade4bd2-bd8c-41d6-8c4d-951fb2a35142 | INCLUDED | /root/standalone-ansible-7rzon_tu/host-container-puppet-tasks.yaml | standalone 2025-10-07 09:13:50.532849 | fa163e28-c234-2db7-e43a-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-07 09:13:51.039392 | fa163e28-c234-2db7-e43a-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-07 09:13:51.040682 | fa163e28-c234-2db7-e43a-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:20:12.428856 | 0.51s 2025-10-07 09:13:51.071835 | fa163e28-c234-2db7-e43a-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-07 09:13:51.354353 | fa163e28-c234-2db7-e43a-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-07 09:13:51.355720 | fa163e28-c234-2db7-e43a-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:20:12.743897 | 0.28s 2025-10-07 09:13:51.385500 | fa163e28-c234-2db7-e43a-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-07 09:13:51.417177 | fa163e28-c234-2db7-e43a-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:20:12.805341 | 0.03s 2025-10-07 09:13:51.486923 | fa163e28-c234-2db7-e43a-000000003c90 | TASK | Gather variables for each operating system 2025-10-07 09:13:51.607654 | fa163e28-c234-2db7-e43a-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:12.995824 | 0.12s 2025-10-07 09:13:51.631052 | fa163e28-c234-2db7-e43a-000000003c91 | TASK | Create container logs path 2025-10-07 09:13:51.871663 | fa163e28-c234-2db7-e43a-000000003c91 | OK | Create container logs path | standalone 2025-10-07 09:13:51.873060 | fa163e28-c234-2db7-e43a-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:13.261235 | 0.24s 2025-10-07 09:13:51.905397 | fa163e28-c234-2db7-e43a-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-07 09:13:52.137677 | fa163e28-c234-2db7-e43a-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-07 09:13:52.138675 | fa163e28-c234-2db7-e43a-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.526857 | 0.23s 2025-10-07 09:13:52.161323 | fa163e28-c234-2db7-e43a-000000003c94 | TASK | Finalise hashes for all containers 2025-10-07 09:13:52.209964 | fa163e28-c234-2db7-e43a-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-07 09:13:52.210889 | fa163e28-c234-2db7-e43a-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:13.599071 | 0.05s 2025-10-07 09:13:52.233625 | fa163e28-c234-2db7-e43a-000000003c96 | TASK | Manage systemd shutdown files 2025-10-07 09:13:52.272268 | fa163e28-c234-2db7-e43a-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 09:13:52.273241 | fa163e28-c234-2db7-e43a-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:13.661421 | 0.04s 2025-10-07 09:13:52.296111 | fa163e28-c234-2db7-e43a-000000003c98 | TASK | Update container configs with new config hashes 2025-10-07 09:13:52.345104 | fa163e28-c234-2db7-e43a-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 09:13:52.346258 | fa163e28-c234-2db7-e43a-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:13.734434 | 0.05s 2025-10-07 09:13:52.378355 | fa163e28-c234-2db7-e43a-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-07 09:13:52.429602 | fa163e28-c234-2db7-e43a-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-07 09:13:52.430772 | fa163e28-c234-2db7-e43a-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:13.818947 | 0.05s 2025-10-07 09:13:52.463486 | fa163e28-c234-2db7-e43a-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-07 09:13:52.516507 | fa163e28-c234-2db7-e43a-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-07 09:13:52.517843 | fa163e28-c234-2db7-e43a-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:13.906017 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-07 09:13:52.698209 | fa163e28-c234-2db7-e43a-0000000000de | TASK | External deployment step 4 2025-10-07 09:13:52.727615 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000de') missing from stats 2025-10-07 09:13:52.786947 | fa163e28-c234-2db7-e43a-0000000000df | TIMING | include_tasks | undercloud | 0:20:14.175116 | 0.04s 2025-10-07 09:13:52.819004 | 20b51378-34e9-4334-8f91-2561023ef1aa | INCLUDED | /root/standalone-ansible-7rzon_tu/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-07 09:13:52.837255 | fa163e28-c234-2db7-e43a-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-07 09:13:54.355925 | fa163e28-c234-2db7-e43a-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-07 09:13:54.357998 | fa163e28-c234-2db7-e43a-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:15.746155 | 1.52s 2025-10-07 09:13:55.412855 | fa163e28-c234-2db7-e43a-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-07 09:13:55.415148 | fa163e28-c234-2db7-e43a-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:16.803323 | 2.58s 2025-10-07 09:13:55.425490 | fa163e28-c234-2db7-e43a-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:16.813652 | 2.59s 2025-10-07 09:13:55.444350 | fa163e28-c234-2db7-e43a-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-07 09:13:55.494579 | fa163e28-c234-2db7-e43a-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:16.882745 | 0.05s 2025-10-07 09:13:55.560344 | fa163e28-c234-2db7-e43a-000000003d18 | TASK | Create Keystone Admin resources 2025-10-07 09:13:55.618940 | fa163e28-c234-2db7-e43a-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:17.007115 | 0.06s 2025-10-07 09:13:55.645906 | d58fe26b-1d5b-413c-a88b-d3e46cd3bf8b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-07 09:13:55.674733 | fa163e28-c234-2db7-e43a-000000003d59 | TASK | Create admin and service projects 2025-10-07 09:13:55.713528 | fa163e28-c234-2db7-e43a-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:17.101700 | 0.04s 2025-10-07 09:13:55.724402 | 1fea9e7c-67ad-403d-8028-e4f1a08713d2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-07 09:13:55.754720 | fa163e28-c234-2db7-e43a-000000003daa | TASK | Async creation of Keystone project 2025-10-07 09:13:56.128833 | fa163e28-c234-2db7-e43a-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-07 09:13:56.129719 | fa163e28-c234-2db7-e43a-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:17.517900 | 0.37s 2025-10-07 09:13:56.401744 | fa163e28-c234-2db7-e43a-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-07 09:13:56.402678 | fa163e28-c234-2db7-e43a-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:17.790855 | 0.65s 2025-10-07 09:13:56.409267 | fa163e28-c234-2db7-e43a-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:17.797433 | 0.65s 2025-10-07 09:13:56.429805 | fa163e28-c234-2db7-e43a-000000003dac | TASK | Check Keystone project status 2025-10-07 09:13:56.727104 | fa163e28-c234-2db7-e43a-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-07 09:14:02.163193 | fa163e28-c234-2db7-e43a-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-07 09:14:02.165313 | fa163e28-c234-2db7-e43a-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:23.553475 | 5.73s 2025-10-07 09:14:02.357897 | fa163e28-c234-2db7-e43a-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-07 09:14:02.359233 | fa163e28-c234-2db7-e43a-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:23.747408 | 5.93s 2025-10-07 09:14:02.372405 | fa163e28-c234-2db7-e43a-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:23.760576 | 5.94s 2025-10-07 09:14:02.393796 | fa163e28-c234-2db7-e43a-000000003d5a | TASK | Create admin role 2025-10-07 09:14:03.707153 | fa163e28-c234-2db7-e43a-000000003d5a | OK | Create admin role | undercloud 2025-10-07 09:14:03.708705 | fa163e28-c234-2db7-e43a-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:25.096878 | 1.31s 2025-10-07 09:14:03.728490 | fa163e28-c234-2db7-e43a-000000003d5b | TASK | Create _member_ role 2025-10-07 09:14:03.783787 | fa163e28-c234-2db7-e43a-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-07 09:14:03.784826 | fa163e28-c234-2db7-e43a-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:25.173006 | 0.05s 2025-10-07 09:14:03.801927 | fa163e28-c234-2db7-e43a-000000003d5c | TASK | Check admin password 2025-10-07 09:14:05.144545 | fa163e28-c234-2db7-e43a-000000003d5c | OK | Check admin password | undercloud 2025-10-07 09:14:05.146025 | fa163e28-c234-2db7-e43a-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:26.534158 | 1.34s 2025-10-07 09:14:05.166905 | fa163e28-c234-2db7-e43a-000000003d5d | TASK | Create admin user 2025-10-07 09:14:06.818265 | fa163e28-c234-2db7-e43a-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-07 09:14:06.819544 | fa163e28-c234-2db7-e43a-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:28.207719 | 1.65s 2025-10-07 09:14:06.839309 | fa163e28-c234-2db7-e43a-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-07 09:14:08.334515 | fa163e28-c234-2db7-e43a-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-07 09:14:08.335883 | fa163e28-c234-2db7-e43a-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:29.724057 | 1.49s 2025-10-07 09:14:08.355138 | fa163e28-c234-2db7-e43a-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-07 09:14:08.418271 | fa163e28-c234-2db7-e43a-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-07 09:14:08.419579 | fa163e28-c234-2db7-e43a-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:29.807754 | 0.06s 2025-10-07 09:14:08.438550 | fa163e28-c234-2db7-e43a-000000003d60 | TASK | Create identity service 2025-10-07 09:14:09.707330 | fa163e28-c234-2db7-e43a-000000003d60 | OK | Create identity service | undercloud 2025-10-07 09:14:09.708711 | fa163e28-c234-2db7-e43a-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:31.096885 | 1.27s 2025-10-07 09:14:09.727961 | fa163e28-c234-2db7-e43a-000000003d61 | TASK | Create identity public endpoint 2025-10-07 09:14:10.988940 | fa163e28-c234-2db7-e43a-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-07 09:14:10.990380 | fa163e28-c234-2db7-e43a-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:32.378553 | 1.26s 2025-10-07 09:14:11.009375 | fa163e28-c234-2db7-e43a-000000003d62 | TASK | Create identity internal endpoint 2025-10-07 09:14:12.252317 | fa163e28-c234-2db7-e43a-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-07 09:14:12.253060 | fa163e28-c234-2db7-e43a-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:33.641244 | 1.24s 2025-10-07 09:14:12.267585 | fa163e28-c234-2db7-e43a-000000003d63 | TASK | Create identity admin endpoint 2025-10-07 09:14:13.526296 | fa163e28-c234-2db7-e43a-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-07 09:14:13.527697 | fa163e28-c234-2db7-e43a-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:34.915870 | 1.26s 2025-10-07 09:14:13.546251 | fa163e28-c234-2db7-e43a-000000003d19 | TASK | Create Keystone Projects 2025-10-07 09:14:13.608133 | fa163e28-c234-2db7-e43a-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:34.996275 | 0.06s 2025-10-07 09:14:13.620024 | fa163e28-c234-2db7-e43a-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:35.008164 | 0.07s 2025-10-07 09:14:13.633322 | 2cba5d68-015f-4981-b8e5-bcb2ec6a53ee | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-07 09:14:13.680646 | fa163e28-c234-2db7-e43a-000000003e36 | TASK | Async creation of Keystone project 2025-10-07 09:14:13.965881 | fa163e28-c234-2db7-e43a-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-07 09:14:13.967885 | fa163e28-c234-2db7-e43a-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:35.356057 | 0.29s 2025-10-07 09:14:13.978669 | fa163e28-c234-2db7-e43a-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:35.366837 | 0.30s 2025-10-07 09:14:13.998482 | fa163e28-c234-2db7-e43a-000000003e38 | TASK | Check Keystone project status 2025-10-07 09:14:14.269814 | fa163e28-c234-2db7-e43a-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-07 09:14:19.508785 | fa163e28-c234-2db7-e43a-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-07 09:14:19.510177 | fa163e28-c234-2db7-e43a-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:40.898349 | 5.51s 2025-10-07 09:14:19.516531 | fa163e28-c234-2db7-e43a-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:40.904704 | 5.52s 2025-10-07 09:14:19.535897 | fa163e28-c234-2db7-e43a-000000003d1b | TASK | Create Keystone Domains 2025-10-07 09:14:19.634093 | fa163e28-c234-2db7-e43a-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:41.022259 | 0.10s 2025-10-07 09:14:19.646246 | fa163e28-c234-2db7-e43a-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:41.034415 | 0.11s 2025-10-07 09:14:19.660951 | 97d28351-2442-42e0-9e70-a72420159d1b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-07 09:14:19.711939 | fa163e28-c234-2db7-e43a-000000003eeb | TASK | Async creation of Keystone domains 2025-10-07 09:14:20.150190 | fa163e28-c234-2db7-e43a-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-07 09:14:20.152566 | fa163e28-c234-2db7-e43a-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:41.540738 | 0.44s 2025-10-07 09:14:20.162199 | fa163e28-c234-2db7-e43a-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:41.550379 | 0.45s 2025-10-07 09:14:20.180576 | fa163e28-c234-2db7-e43a-000000003eed | TASK | Check Keystone domain status 2025-10-07 09:14:20.437395 | fa163e28-c234-2db7-e43a-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-07 09:14:25.654767 | fa163e28-c234-2db7-e43a-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-07 09:14:25.655629 | fa163e28-c234-2db7-e43a-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:47.043810 | 5.47s 2025-10-07 09:14:25.659256 | fa163e28-c234-2db7-e43a-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:47.047426 | 5.48s 2025-10-07 09:14:25.678816 | fa163e28-c234-2db7-e43a-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-07 09:14:25.733569 | fa163e28-c234-2db7-e43a-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:47.121736 | 0.05s 2025-10-07 09:14:25.744307 | 83b5193a-0c02-450e-82b7-e6d34385c9c6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-07 09:14:25.785602 | fa163e28-c234-2db7-e43a-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-07 09:14:27.117049 | fa163e28-c234-2db7-e43a-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-07 09:14:27.118202 | fa163e28-c234-2db7-e43a-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:48.506380 | 1.33s 2025-10-07 09:14:27.136734 | fa163e28-c234-2db7-e43a-000000003fb6 | TASK | Set openstack_domains fact 2025-10-07 09:14:27.200047 | fa163e28-c234-2db7-e43a-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-07 09:14:27.201307 | fa163e28-c234-2db7-e43a-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:48.589482 | 0.06s 2025-10-07 09:14:27.219616 | fa163e28-c234-2db7-e43a-000000003d1e | TASK | Create Keystone Services 2025-10-07 09:14:27.307015 | fa163e28-c234-2db7-e43a-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:48.695149 | 0.09s 2025-10-07 09:14:27.325951 | fa163e28-c234-2db7-e43a-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:48.714126 | 0.11s 2025-10-07 09:14:27.336069 | fa163e28-c234-2db7-e43a-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:48.724238 | 0.12s 2025-10-07 09:14:27.354870 | 24009033-157b-47bc-813b-028a50de1b57 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-07 09:14:27.364031 | ee9e05bc-e57b-4d2c-8ee1-456ae24bc3a3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-07 09:14:27.414129 | fa163e28-c234-2db7-e43a-000000004092 | TASK | Async creation of Keystone service 2025-10-07 09:14:27.716842 | fa163e28-c234-2db7-e43a-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-07 09:14:27.718470 | fa163e28-c234-2db7-e43a-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:49.106622 | 0.30s 2025-10-07 09:14:28.005489 | fa163e28-c234-2db7-e43a-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-07 09:14:28.006589 | fa163e28-c234-2db7-e43a-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:49.394762 | 0.59s 2025-10-07 09:14:28.316482 | fa163e28-c234-2db7-e43a-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-07 09:14:28.317129 | fa163e28-c234-2db7-e43a-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:49.705314 | 0.90s 2025-10-07 09:14:28.639232 | fa163e28-c234-2db7-e43a-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-07 09:14:28.640770 | fa163e28-c234-2db7-e43a-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.028955 | 1.23s 2025-10-07 09:14:28.918300 | fa163e28-c234-2db7-e43a-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-07 09:14:28.919379 | fa163e28-c234-2db7-e43a-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.307556 | 1.50s 2025-10-07 09:14:29.229742 | fa163e28-c234-2db7-e43a-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-07 09:14:29.231005 | fa163e28-c234-2db7-e43a-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.619159 | 1.82s 2025-10-07 09:14:29.518680 | fa163e28-c234-2db7-e43a-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-07 09:14:29.519853 | fa163e28-c234-2db7-e43a-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.908038 | 2.10s 2025-10-07 09:14:29.797371 | fa163e28-c234-2db7-e43a-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-07 09:14:29.802376 | fa163e28-c234-2db7-e43a-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:51.190560 | 2.39s 2025-10-07 09:14:30.075281 | fa163e28-c234-2db7-e43a-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-07 09:14:30.075935 | fa163e28-c234-2db7-e43a-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:51.464119 | 2.66s 2025-10-07 09:14:30.362086 | fa163e28-c234-2db7-e43a-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-07 09:14:30.363262 | fa163e28-c234-2db7-e43a-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:51.751446 | 2.95s 2025-10-07 09:14:30.374419 | fa163e28-c234-2db7-e43a-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:51.762596 | 2.96s 2025-10-07 09:14:30.392015 | fa163e28-c234-2db7-e43a-000000004094 | TASK | Check Keystone service status 2025-10-07 09:14:30.626503 | fa163e28-c234-2db7-e43a-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-07 09:14:30.628367 | fa163e28-c234-2db7-e43a-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.016536 | 0.24s 2025-10-07 09:14:30.883799 | fa163e28-c234-2db7-e43a-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-07 09:14:30.884551 | fa163e28-c234-2db7-e43a-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.272734 | 0.49s 2025-10-07 09:14:31.153811 | fa163e28-c234-2db7-e43a-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-07 09:14:31.154438 | fa163e28-c234-2db7-e43a-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.542623 | 0.76s 2025-10-07 09:14:31.439449 | fa163e28-c234-2db7-e43a-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-07 09:14:31.441137 | fa163e28-c234-2db7-e43a-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.829318 | 1.05s 2025-10-07 09:14:31.701573 | fa163e28-c234-2db7-e43a-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-07 09:14:31.702781 | fa163e28-c234-2db7-e43a-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.090959 | 1.31s 2025-10-07 09:14:31.920627 | fa163e28-c234-2db7-e43a-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-07 09:14:31.922360 | fa163e28-c234-2db7-e43a-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.310535 | 1.53s 2025-10-07 09:14:32.184529 | fa163e28-c234-2db7-e43a-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-07 09:14:32.185731 | fa163e28-c234-2db7-e43a-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.573908 | 1.79s 2025-10-07 09:14:32.426910 | fa163e28-c234-2db7-e43a-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-07 09:14:32.428625 | fa163e28-c234-2db7-e43a-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.816795 | 2.04s 2025-10-07 09:14:32.666569 | fa163e28-c234-2db7-e43a-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-07 09:14:32.667821 | fa163e28-c234-2db7-e43a-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.055997 | 2.27s 2025-10-07 09:14:32.915596 | fa163e28-c234-2db7-e43a-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-07 09:14:32.917141 | fa163e28-c234-2db7-e43a-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.305312 | 2.52s 2025-10-07 09:14:32.931324 | fa163e28-c234-2db7-e43a-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.319502 | 2.54s 2025-10-07 09:14:32.948776 | fa163e28-c234-2db7-e43a-000000004099 | TASK | Async creation of Keystone service 2025-10-07 09:14:33.252045 | fa163e28-c234-2db7-e43a-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-07 09:14:33.252951 | fa163e28-c234-2db7-e43a-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:54.641133 | 0.30s 2025-10-07 09:14:33.520823 | fa163e28-c234-2db7-e43a-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-07 09:14:33.522005 | fa163e28-c234-2db7-e43a-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:54.910153 | 0.57s 2025-10-07 09:14:33.777178 | fa163e28-c234-2db7-e43a-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-07 09:14:33.778672 | fa163e28-c234-2db7-e43a-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:55.166849 | 0.83s 2025-10-07 09:14:34.062902 | fa163e28-c234-2db7-e43a-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-07 09:14:34.063552 | fa163e28-c234-2db7-e43a-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:55.451737 | 1.11s 2025-10-07 09:14:34.071314 | fa163e28-c234-2db7-e43a-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:55.459494 | 1.12s 2025-10-07 09:14:34.085840 | fa163e28-c234-2db7-e43a-00000000409b | TASK | Check Keystone service status 2025-10-07 09:14:34.319006 | fa163e28-c234-2db7-e43a-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-07 09:14:39.546933 | fa163e28-c234-2db7-e43a-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-07 09:14:39.548060 | fa163e28-c234-2db7-e43a-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:00.936236 | 5.46s 2025-10-07 09:14:39.822439 | fa163e28-c234-2db7-e43a-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-07 09:14:39.824123 | fa163e28-c234-2db7-e43a-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:01.212298 | 5.74s 2025-10-07 09:14:40.076912 | fa163e28-c234-2db7-e43a-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-07 09:14:40.078065 | fa163e28-c234-2db7-e43a-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:01.466242 | 5.99s 2025-10-07 09:14:40.337039 | fa163e28-c234-2db7-e43a-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-07 09:14:40.338795 | fa163e28-c234-2db7-e43a-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:01.726973 | 6.25s 2025-10-07 09:14:40.350559 | fa163e28-c234-2db7-e43a-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:01.738728 | 6.26s 2025-10-07 09:14:40.371631 | fa163e28-c234-2db7-e43a-000000003d20 | TASK | Create Keystone Endpoints 2025-10-07 09:14:40.455524 | fa163e28-c234-2db7-e43a-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:01.843685 | 0.08s 2025-10-07 09:14:40.497262 | fa163e28-c234-2db7-e43a-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:01.885435 | 0.12s 2025-10-07 09:14:40.517798 | fa163e28-c234-2db7-e43a-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:01.905976 | 0.14s 2025-10-07 09:14:40.523819 | fa163e28-c234-2db7-e43a-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:01.911992 | 0.15s 2025-10-07 09:14:40.533205 | e1bfc9d4-1aa8-4577-9357-6c7638583389 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-07 09:14:40.537665 | ee909f39-46a6-493d-b46e-7fd1359019b7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-07 09:14:40.541333 | 65083080-d37f-4f8f-b7de-2f2c56a6bc6b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-07 09:14:40.583658 | fa163e28-c234-2db7-e43a-0000000041cf | TASK | Create Keystone public endpoints 2025-10-07 09:14:40.676540 | fa163e28-c234-2db7-e43a-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:02.064695 | 0.09s 2025-10-07 09:14:40.694835 | fa163e28-c234-2db7-e43a-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:02.083013 | 0.11s 2025-10-07 09:14:40.705480 | fa163e28-c234-2db7-e43a-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:02.093650 | 0.12s 2025-10-07 09:14:40.724206 | 45b04a8b-8cc9-465c-a3e3-4a04d178268a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-07 09:14:40.733861 | 3a8f0e78-c278-46b2-9b2a-2e069c6ee873 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-07 09:14:40.758727 | fa163e28-c234-2db7-e43a-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-10-07 09:14:41.095490 | fa163e28-c234-2db7-e43a-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-07 09:14:41.096602 | fa163e28-c234-2db7-e43a-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:02.484779 | 0.34s 2025-10-07 09:14:41.369411 | fa163e28-c234-2db7-e43a-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-07 09:14:41.370098 | fa163e28-c234-2db7-e43a-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:02.758281 | 0.61s 2025-10-07 09:14:41.682102 | fa163e28-c234-2db7-e43a-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-07 09:14:41.682902 | fa163e28-c234-2db7-e43a-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.071082 | 0.92s 2025-10-07 09:14:41.984451 | fa163e28-c234-2db7-e43a-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-07 09:14:41.985386 | fa163e28-c234-2db7-e43a-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.373568 | 1.23s 2025-10-07 09:14:42.267712 | fa163e28-c234-2db7-e43a-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-07 09:14:42.269195 | fa163e28-c234-2db7-e43a-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.657371 | 1.51s 2025-10-07 09:14:42.545247 | fa163e28-c234-2db7-e43a-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-07 09:14:42.546059 | fa163e28-c234-2db7-e43a-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.934240 | 1.79s 2025-10-07 09:14:42.874561 | fa163e28-c234-2db7-e43a-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-07 09:14:42.875567 | fa163e28-c234-2db7-e43a-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.263745 | 2.12s 2025-10-07 09:14:43.117655 | fa163e28-c234-2db7-e43a-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-07 09:14:43.118623 | fa163e28-c234-2db7-e43a-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.506800 | 2.36s 2025-10-07 09:14:43.368083 | fa163e28-c234-2db7-e43a-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-07 09:14:43.368685 | fa163e28-c234-2db7-e43a-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.756870 | 2.61s 2025-10-07 09:14:43.679697 | fa163e28-c234-2db7-e43a-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-07 09:14:43.681087 | fa163e28-c234-2db7-e43a-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:05.069264 | 2.92s 2025-10-07 09:14:43.692074 | fa163e28-c234-2db7-e43a-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:05.080260 | 2.93s 2025-10-07 09:14:43.707878 | fa163e28-c234-2db7-e43a-0000000042f9 | TASK | Check Keystone public endpoint status 2025-10-07 09:14:43.995429 | fa163e28-c234-2db7-e43a-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-07 09:14:43.996368 | fa163e28-c234-2db7-e43a-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:05.384550 | 0.29s 2025-10-07 09:14:44.251818 | fa163e28-c234-2db7-e43a-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-07 09:14:44.253414 | fa163e28-c234-2db7-e43a-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:05.641593 | 0.54s 2025-10-07 09:14:44.494168 | fa163e28-c234-2db7-e43a-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-07 09:14:44.495831 | fa163e28-c234-2db7-e43a-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:05.884002 | 0.79s 2025-10-07 09:14:44.762850 | fa163e28-c234-2db7-e43a-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-07 09:14:44.764294 | fa163e28-c234-2db7-e43a-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.152479 | 1.06s 2025-10-07 09:14:44.981888 | fa163e28-c234-2db7-e43a-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-07 09:14:44.982511 | fa163e28-c234-2db7-e43a-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.370697 | 1.27s 2025-10-07 09:14:45.256834 | fa163e28-c234-2db7-e43a-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-07 09:14:45.257487 | fa163e28-c234-2db7-e43a-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.645672 | 1.55s 2025-10-07 09:14:45.473350 | fa163e28-c234-2db7-e43a-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-07 09:14:45.474101 | fa163e28-c234-2db7-e43a-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.862285 | 1.77s 2025-10-07 09:14:45.750570 | fa163e28-c234-2db7-e43a-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-07 09:14:45.752604 | fa163e28-c234-2db7-e43a-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:07.140780 | 2.04s 2025-10-07 09:14:45.993854 | fa163e28-c234-2db7-e43a-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-07 09:14:45.995346 | fa163e28-c234-2db7-e43a-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:07.383530 | 2.29s 2025-10-07 09:14:46.228902 | fa163e28-c234-2db7-e43a-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-07 09:14:46.230357 | fa163e28-c234-2db7-e43a-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:07.618527 | 2.52s 2025-10-07 09:14:46.247611 | fa163e28-c234-2db7-e43a-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:07.635780 | 2.54s 2025-10-07 09:14:46.274828 | fa163e28-c234-2db7-e43a-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-10-07 09:14:46.616318 | fa163e28-c234-2db7-e43a-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-07 09:14:46.617750 | fa163e28-c234-2db7-e43a-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:08.005920 | 0.34s 2025-10-07 09:14:46.905403 | fa163e28-c234-2db7-e43a-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-07 09:14:46.906150 | fa163e28-c234-2db7-e43a-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:08.294333 | 0.63s 2025-10-07 09:14:47.167652 | fa163e28-c234-2db7-e43a-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-07 09:14:47.169903 | fa163e28-c234-2db7-e43a-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:08.558078 | 0.89s 2025-10-07 09:14:47.482292 | fa163e28-c234-2db7-e43a-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-07 09:14:47.482913 | fa163e28-c234-2db7-e43a-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:08.871098 | 1.21s 2025-10-07 09:14:47.487912 | fa163e28-c234-2db7-e43a-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:08.876090 | 1.21s 2025-10-07 09:14:47.508867 | fa163e28-c234-2db7-e43a-000000004300 | TASK | Check Keystone public endpoint status 2025-10-07 09:14:47.743435 | fa163e28-c234-2db7-e43a-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-07 09:14:52.927806 | fa163e28-c234-2db7-e43a-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-07 09:14:52.929367 | fa163e28-c234-2db7-e43a-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:14.317536 | 5.42s 2025-10-07 09:14:53.155792 | fa163e28-c234-2db7-e43a-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-07 09:14:53.159099 | fa163e28-c234-2db7-e43a-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:14.547272 | 5.65s 2025-10-07 09:14:53.376817 | fa163e28-c234-2db7-e43a-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-07 09:14:53.378048 | fa163e28-c234-2db7-e43a-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:14.766231 | 5.87s 2025-10-07 09:14:53.642166 | fa163e28-c234-2db7-e43a-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-07 09:14:53.645250 | fa163e28-c234-2db7-e43a-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:15.033424 | 6.13s 2025-10-07 09:14:53.655867 | fa163e28-c234-2db7-e43a-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:15.044035 | 6.15s 2025-10-07 09:14:53.679098 | fa163e28-c234-2db7-e43a-0000000041d4 | TASK | Create Keystone admin endpoints 2025-10-07 09:14:53.749664 | fa163e28-c234-2db7-e43a-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:15.137828 | 0.07s 2025-10-07 09:14:53.767743 | fa163e28-c234-2db7-e43a-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:15.155928 | 0.09s 2025-10-07 09:14:53.775838 | fa163e28-c234-2db7-e43a-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:15.164006 | 0.10s 2025-10-07 09:14:53.792960 | 6452ce5c-18f4-4bf5-be94-f3308f63aece | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-07 09:14:53.802629 | 34d2fa56-0f25-4fcb-94cb-e6b6f077add1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-07 09:14:53.828579 | fa163e28-c234-2db7-e43a-00000000435c | TASK | Async creation of Keystone admin endpoint 2025-10-07 09:14:54.152863 | fa163e28-c234-2db7-e43a-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-07 09:14:54.155415 | fa163e28-c234-2db7-e43a-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:15.543584 | 0.33s 2025-10-07 09:14:54.455593 | fa163e28-c234-2db7-e43a-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-07 09:14:54.456652 | fa163e28-c234-2db7-e43a-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:15.844826 | 0.63s 2025-10-07 09:14:54.741711 | fa163e28-c234-2db7-e43a-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-07 09:14:54.742335 | fa163e28-c234-2db7-e43a-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:16.130520 | 0.91s 2025-10-07 09:14:55.025396 | fa163e28-c234-2db7-e43a-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-07 09:14:55.026807 | fa163e28-c234-2db7-e43a-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:16.414978 | 1.20s 2025-10-07 09:14:55.279435 | fa163e28-c234-2db7-e43a-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-07 09:14:55.281410 | fa163e28-c234-2db7-e43a-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:16.669589 | 1.45s 2025-10-07 09:14:55.539779 | fa163e28-c234-2db7-e43a-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-07 09:14:55.541957 | fa163e28-c234-2db7-e43a-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:16.930129 | 1.71s 2025-10-07 09:14:55.864029 | fa163e28-c234-2db7-e43a-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-07 09:14:55.865081 | fa163e28-c234-2db7-e43a-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:17.253261 | 2.03s 2025-10-07 09:14:56.168847 | fa163e28-c234-2db7-e43a-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-07 09:14:56.169936 | fa163e28-c234-2db7-e43a-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:17.558115 | 2.34s 2025-10-07 09:14:56.483689 | fa163e28-c234-2db7-e43a-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-07 09:14:56.484590 | fa163e28-c234-2db7-e43a-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:17.872772 | 2.65s 2025-10-07 09:14:56.829377 | fa163e28-c234-2db7-e43a-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-07 09:14:56.830147 | fa163e28-c234-2db7-e43a-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:18.218331 | 3.00s 2025-10-07 09:14:56.835867 | fa163e28-c234-2db7-e43a-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:18.224039 | 3.01s 2025-10-07 09:14:56.858492 | fa163e28-c234-2db7-e43a-00000000435e | TASK | Check Keystone admin endpoint status 2025-10-07 09:14:57.167111 | fa163e28-c234-2db7-e43a-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-07 09:14:57.168085 | fa163e28-c234-2db7-e43a-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:18.556266 | 0.31s 2025-10-07 09:14:57.429520 | fa163e28-c234-2db7-e43a-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-07 09:14:57.430282 | fa163e28-c234-2db7-e43a-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:18.818466 | 0.57s 2025-10-07 09:14:57.693336 | fa163e28-c234-2db7-e43a-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-07 09:14:57.694479 | fa163e28-c234-2db7-e43a-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:19.082657 | 0.83s 2025-10-07 09:14:57.961490 | fa163e28-c234-2db7-e43a-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-07 09:14:57.962725 | fa163e28-c234-2db7-e43a-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:19.350901 | 1.10s 2025-10-07 09:14:58.198021 | fa163e28-c234-2db7-e43a-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-07 09:14:58.198890 | fa163e28-c234-2db7-e43a-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:19.587071 | 1.34s 2025-10-07 09:14:58.455118 | fa163e28-c234-2db7-e43a-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-07 09:14:58.456333 | fa163e28-c234-2db7-e43a-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:19.844510 | 1.60s 2025-10-07 09:14:58.670312 | fa163e28-c234-2db7-e43a-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-07 09:14:58.672704 | fa163e28-c234-2db7-e43a-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:20.060874 | 1.81s 2025-10-07 09:14:58.900965 | fa163e28-c234-2db7-e43a-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-07 09:14:58.902104 | fa163e28-c234-2db7-e43a-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:20.290281 | 2.04s 2025-10-07 09:14:59.164601 | fa163e28-c234-2db7-e43a-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-07 09:14:59.165720 | fa163e28-c234-2db7-e43a-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:20.553897 | 2.31s 2025-10-07 09:14:59.454654 | fa163e28-c234-2db7-e43a-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-07 09:14:59.455880 | fa163e28-c234-2db7-e43a-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:20.844061 | 2.60s 2025-10-07 09:14:59.465048 | fa163e28-c234-2db7-e43a-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:20.853225 | 2.60s 2025-10-07 09:14:59.491625 | fa163e28-c234-2db7-e43a-000000004363 | TASK | Async creation of Keystone admin endpoint 2025-10-07 09:14:59.800675 | fa163e28-c234-2db7-e43a-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-07 09:14:59.801612 | fa163e28-c234-2db7-e43a-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:21.189793 | 0.31s 2025-10-07 09:15:00.075903 | fa163e28-c234-2db7-e43a-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-07 09:15:00.076589 | fa163e28-c234-2db7-e43a-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:21.464774 | 0.58s 2025-10-07 09:15:00.402018 | fa163e28-c234-2db7-e43a-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-07 09:15:00.402637 | fa163e28-c234-2db7-e43a-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:21.790815 | 0.91s 2025-10-07 09:15:00.705167 | fa163e28-c234-2db7-e43a-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-07 09:15:00.705862 | fa163e28-c234-2db7-e43a-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:22.094046 | 1.21s 2025-10-07 09:15:00.710543 | fa163e28-c234-2db7-e43a-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:22.098725 | 1.22s 2025-10-07 09:15:00.726473 | fa163e28-c234-2db7-e43a-000000004365 | TASK | Check Keystone admin endpoint status 2025-10-07 09:15:01.014546 | fa163e28-c234-2db7-e43a-000000004365 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-07 09:15:06.237036 | fa163e28-c234-2db7-e43a-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-07 09:15:06.239188 | fa163e28-c234-2db7-e43a-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:27.627363 | 5.51s 2025-10-07 09:15:06.497873 | fa163e28-c234-2db7-e43a-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-07 09:15:06.499446 | fa163e28-c234-2db7-e43a-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:27.887630 | 5.77s 2025-10-07 09:15:06.760809 | fa163e28-c234-2db7-e43a-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-07 09:15:06.761710 | fa163e28-c234-2db7-e43a-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:28.149888 | 6.03s 2025-10-07 09:15:06.985303 | fa163e28-c234-2db7-e43a-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-07 09:15:06.987538 | fa163e28-c234-2db7-e43a-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:28.375714 | 6.26s 2025-10-07 09:15:06.999400 | fa163e28-c234-2db7-e43a-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:28.387569 | 6.27s 2025-10-07 09:15:07.022824 | fa163e28-c234-2db7-e43a-0000000041d9 | TASK | Create Keystone internal endpoints 2025-10-07 09:15:07.135070 | fa163e28-c234-2db7-e43a-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:28.523221 | 0.11s 2025-10-07 09:15:07.151948 | fa163e28-c234-2db7-e43a-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:28.540126 | 0.13s 2025-10-07 09:15:07.166735 | fa163e28-c234-2db7-e43a-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:28.554904 | 0.14s 2025-10-07 09:15:07.184602 | e3436022-6396-4b32-9b34-b6371464ea0a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-07 09:15:07.195040 | 461138f5-fbfc-477c-967d-7b5960733e48 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-07 09:15:07.221231 | fa163e28-c234-2db7-e43a-0000000043c1 | TASK | Async creation of Keystone internal endpoint 2025-10-07 09:15:07.541570 | fa163e28-c234-2db7-e43a-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-07 09:15:07.543834 | fa163e28-c234-2db7-e43a-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:28.932002 | 0.32s 2025-10-07 09:15:07.850093 | fa163e28-c234-2db7-e43a-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-07 09:15:07.851169 | fa163e28-c234-2db7-e43a-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:29.239350 | 0.63s 2025-10-07 09:15:08.136699 | fa163e28-c234-2db7-e43a-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-07 09:15:08.137380 | fa163e28-c234-2db7-e43a-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:29.525564 | 0.91s 2025-10-07 09:15:08.463465 | fa163e28-c234-2db7-e43a-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-07 09:15:08.467681 | fa163e28-c234-2db7-e43a-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:29.855859 | 1.24s 2025-10-07 09:15:08.783051 | fa163e28-c234-2db7-e43a-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-07 09:15:08.784131 | fa163e28-c234-2db7-e43a-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:30.172304 | 1.56s 2025-10-07 09:15:09.054881 | fa163e28-c234-2db7-e43a-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-07 09:15:09.055536 | fa163e28-c234-2db7-e43a-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:30.443719 | 1.83s 2025-10-07 09:15:09.311081 | fa163e28-c234-2db7-e43a-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-07 09:15:09.312246 | fa163e28-c234-2db7-e43a-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:30.700430 | 2.09s 2025-10-07 09:15:09.541937 | fa163e28-c234-2db7-e43a-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-07 09:15:09.543450 | fa163e28-c234-2db7-e43a-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:30.931633 | 2.32s 2025-10-07 09:15:09.778191 | fa163e28-c234-2db7-e43a-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-07 09:15:09.779375 | fa163e28-c234-2db7-e43a-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:31.167551 | 2.56s 2025-10-07 09:15:10.055144 | fa163e28-c234-2db7-e43a-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-07 09:15:10.056192 | fa163e28-c234-2db7-e43a-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:31.444371 | 2.83s 2025-10-07 09:15:10.060501 | fa163e28-c234-2db7-e43a-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:31.448677 | 2.84s 2025-10-07 09:15:10.080674 | fa163e28-c234-2db7-e43a-0000000043c3 | TASK | Check Keystone internal endpoint status 2025-10-07 09:15:10.347345 | fa163e28-c234-2db7-e43a-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-07 09:15:10.348480 | fa163e28-c234-2db7-e43a-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:31.736660 | 0.27s 2025-10-07 09:15:10.623330 | fa163e28-c234-2db7-e43a-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-07 09:15:10.624089 | fa163e28-c234-2db7-e43a-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:32.012272 | 0.54s 2025-10-07 09:15:10.885095 | fa163e28-c234-2db7-e43a-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-07 09:15:10.886310 | fa163e28-c234-2db7-e43a-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:32.274487 | 0.80s 2025-10-07 09:15:11.108728 | fa163e28-c234-2db7-e43a-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-07 09:15:11.111014 | fa163e28-c234-2db7-e43a-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:32.499163 | 1.03s 2025-10-07 09:15:11.383025 | fa163e28-c234-2db7-e43a-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-07 09:15:11.383755 | fa163e28-c234-2db7-e43a-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:32.771940 | 1.30s 2025-10-07 09:15:11.619585 | fa163e28-c234-2db7-e43a-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-07 09:15:11.621250 | fa163e28-c234-2db7-e43a-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:33.009431 | 1.54s 2025-10-07 09:15:11.851596 | fa163e28-c234-2db7-e43a-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-07 09:15:11.852307 | fa163e28-c234-2db7-e43a-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:33.240493 | 1.77s 2025-10-07 09:15:12.074774 | fa163e28-c234-2db7-e43a-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-07 09:15:12.075943 | fa163e28-c234-2db7-e43a-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:33.464129 | 1.99s 2025-10-07 09:15:12.323253 | fa163e28-c234-2db7-e43a-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-07 09:15:12.323891 | fa163e28-c234-2db7-e43a-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:33.712075 | 2.24s 2025-10-07 09:15:12.577438 | fa163e28-c234-2db7-e43a-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-07 09:15:12.578384 | fa163e28-c234-2db7-e43a-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:33.966568 | 2.50s 2025-10-07 09:15:12.586644 | fa163e28-c234-2db7-e43a-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:33.974817 | 2.50s 2025-10-07 09:15:12.614768 | fa163e28-c234-2db7-e43a-0000000043c8 | TASK | Async creation of Keystone internal endpoint 2025-10-07 09:15:12.900838 | fa163e28-c234-2db7-e43a-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-07 09:15:12.903416 | fa163e28-c234-2db7-e43a-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:34.291578 | 0.29s 2025-10-07 09:15:13.165029 | fa163e28-c234-2db7-e43a-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-07 09:15:13.166195 | fa163e28-c234-2db7-e43a-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:34.554377 | 0.55s 2025-10-07 09:15:13.433184 | fa163e28-c234-2db7-e43a-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-07 09:15:13.433797 | fa163e28-c234-2db7-e43a-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:34.821981 | 0.82s 2025-10-07 09:15:13.740016 | fa163e28-c234-2db7-e43a-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-07 09:15:13.741139 | fa163e28-c234-2db7-e43a-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.129251 | 1.12s 2025-10-07 09:15:13.752930 | fa163e28-c234-2db7-e43a-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.141109 | 1.14s 2025-10-07 09:15:13.769111 | fa163e28-c234-2db7-e43a-0000000043ca | TASK | Check Keystone internal endpoint status 2025-10-07 09:15:14.031606 | fa163e28-c234-2db7-e43a-0000000043ca | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-07 09:15:19.255199 | fa163e28-c234-2db7-e43a-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-07 09:15:19.256413 | fa163e28-c234-2db7-e43a-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:40.644590 | 5.49s 2025-10-07 09:15:19.520333 | fa163e28-c234-2db7-e43a-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-07 09:15:19.522866 | fa163e28-c234-2db7-e43a-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:40.911037 | 5.75s 2025-10-07 09:15:19.783192 | fa163e28-c234-2db7-e43a-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-07 09:15:19.785500 | fa163e28-c234-2db7-e43a-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:41.173672 | 6.02s 2025-10-07 09:15:20.047633 | fa163e28-c234-2db7-e43a-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-07 09:15:20.048890 | fa163e28-c234-2db7-e43a-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:41.437066 | 6.28s 2025-10-07 09:15:20.057531 | fa163e28-c234-2db7-e43a-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:41.445707 | 6.29s 2025-10-07 09:15:20.078853 | fa163e28-c234-2db7-e43a-000000003d22 | TASK | Run cleanup tasks 2025-10-07 09:15:20.133659 | fa163e28-c234-2db7-e43a-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:41.521826 | 0.05s 2025-10-07 09:15:20.150080 | 44ef62fb-b88b-4ed0-a40e-461ff0cac8ce | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-07 09:15:20.216084 | fa163e28-c234-2db7-e43a-000000004422 | TASK | Get list of enabled services 2025-10-07 09:15:22.715803 | fa163e28-c234-2db7-e43a-000000004422 | CHANGED | Get list of enabled services | undercloud 2025-10-07 09:15:22.718314 | fa163e28-c234-2db7-e43a-000000004422 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:44.106486 | 2.50s 2025-10-07 09:15:22.737647 | fa163e28-c234-2db7-e43a-000000004423 | TASK | List services to be disabled 2025-10-07 09:15:22.819548 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-07 09:15:22.855667 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-07 09:15:22.882301 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-07 09:15:22.907604 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-07 09:15:22.932703 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-07 09:15:22.960915 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-07 09:15:22.987153 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-07 09:15:23.012865 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-07 09:15:23.038344 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-07 09:15:23.063476 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-07 09:15:23.088803 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-07 09:15:23.114048 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-07 09:15:23.139423 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-07 09:15:23.164575 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-07 09:15:23.187641 | fa163e28-c234-2db7-e43a-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-07 09:15:23.200885 | fa163e28-c234-2db7-e43a-000000004423 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:44.589055 | 0.46s 2025-10-07 09:15:23.221235 | fa163e28-c234-2db7-e43a-000000004424 | TASK | Delete keystone services not enabled 2025-10-07 09:15:23.242850 | fa163e28-c234-2db7-e43a-000000004424 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:44.631018 | 0.02s 2025-10-07 09:15:23.261388 | fa163e28-c234-2db7-e43a-000000003d23 | TASK | Create Keystone Roles 2025-10-07 09:15:23.341329 | fa163e28-c234-2db7-e43a-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:44.729484 | 0.08s 2025-10-07 09:15:23.360938 | fa163e28-c234-2db7-e43a-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:44.749109 | 0.10s 2025-10-07 09:15:23.372915 | fa163e28-c234-2db7-e43a-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:44.761090 | 0.11s 2025-10-07 09:15:23.387731 | 5d0fe538-0400-49bf-a38f-34243ebda909 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-07 09:15:23.392073 | c62b8922-06b6-4abc-b220-882003381c3a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-07 09:15:23.436461 | fa163e28-c234-2db7-e43a-000000004592 | TASK | Async creation of Keystone role 2025-10-07 09:15:23.767074 | fa163e28-c234-2db7-e43a-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-07 09:15:23.768467 | fa163e28-c234-2db7-e43a-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:45.156637 | 0.33s 2025-10-07 09:15:24.024642 | fa163e28-c234-2db7-e43a-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-07 09:15:24.025563 | fa163e28-c234-2db7-e43a-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:45.413740 | 0.59s 2025-10-07 09:15:24.334784 | fa163e28-c234-2db7-e43a-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-07 09:15:24.336550 | fa163e28-c234-2db7-e43a-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:45.724728 | 0.90s 2025-10-07 09:15:24.591852 | fa163e28-c234-2db7-e43a-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-07 09:15:24.593456 | fa163e28-c234-2db7-e43a-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:45.981640 | 1.16s 2025-10-07 09:15:24.873495 | fa163e28-c234-2db7-e43a-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-07 09:15:24.874020 | fa163e28-c234-2db7-e43a-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:46.262205 | 1.44s 2025-10-07 09:15:25.146838 | fa163e28-c234-2db7-e43a-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-07 09:15:25.147512 | fa163e28-c234-2db7-e43a-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:46.535695 | 1.71s 2025-10-07 09:15:25.398497 | fa163e28-c234-2db7-e43a-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-07 09:15:25.399126 | fa163e28-c234-2db7-e43a-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:46.787310 | 1.96s 2025-10-07 09:15:25.626439 | fa163e28-c234-2db7-e43a-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-07 09:15:25.627176 | fa163e28-c234-2db7-e43a-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:47.015362 | 2.19s 2025-10-07 09:15:25.863036 | fa163e28-c234-2db7-e43a-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-07 09:15:25.866989 | fa163e28-c234-2db7-e43a-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:47.255160 | 2.43s 2025-10-07 09:15:26.127025 | fa163e28-c234-2db7-e43a-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-07 09:15:26.127597 | fa163e28-c234-2db7-e43a-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:47.515782 | 2.69s 2025-10-07 09:15:26.135789 | fa163e28-c234-2db7-e43a-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:47.523968 | 2.70s 2025-10-07 09:15:26.154559 | fa163e28-c234-2db7-e43a-000000004594 | TASK | Check Keystone role status 2025-10-07 09:15:26.388684 | fa163e28-c234-2db7-e43a-000000004594 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-07 09:15:26.389939 | fa163e28-c234-2db7-e43a-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:47.778115 | 0.23s 2025-10-07 09:15:26.599863 | fa163e28-c234-2db7-e43a-000000004594 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-07 09:15:26.601187 | fa163e28-c234-2db7-e43a-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:47.989370 | 0.45s 2025-10-07 09:15:26.788422 | fa163e28-c234-2db7-e43a-000000004594 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-07 09:15:26.789138 | fa163e28-c234-2db7-e43a-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:48.177323 | 0.63s 2025-10-07 09:15:27.017226 | fa163e28-c234-2db7-e43a-000000004594 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-07 09:15:27.018025 | fa163e28-c234-2db7-e43a-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:48.406209 | 0.86s 2025-10-07 09:15:27.281352 | fa163e28-c234-2db7-e43a-000000004594 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-07 09:15:27.283175 | fa163e28-c234-2db7-e43a-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:48.671352 | 1.13s 2025-10-07 09:15:27.532709 | fa163e28-c234-2db7-e43a-000000004594 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-07 09:15:27.533456 | fa163e28-c234-2db7-e43a-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:48.921640 | 1.38s 2025-10-07 09:15:27.787328 | fa163e28-c234-2db7-e43a-000000004594 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-07 09:15:27.789321 | fa163e28-c234-2db7-e43a-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:49.177497 | 1.63s 2025-10-07 09:15:28.062451 | fa163e28-c234-2db7-e43a-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-07 09:15:28.064407 | fa163e28-c234-2db7-e43a-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:49.452583 | 1.91s 2025-10-07 09:15:28.331652 | fa163e28-c234-2db7-e43a-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-07 09:15:28.334020 | fa163e28-c234-2db7-e43a-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:49.722195 | 2.18s 2025-10-07 09:15:28.577751 | fa163e28-c234-2db7-e43a-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-07 09:15:28.578959 | fa163e28-c234-2db7-e43a-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:49.967135 | 2.42s 2025-10-07 09:15:28.588406 | fa163e28-c234-2db7-e43a-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:49.976578 | 2.43s 2025-10-07 09:15:28.608238 | fa163e28-c234-2db7-e43a-000000004599 | TASK | Async creation of Keystone role 2025-10-07 09:15:28.971394 | fa163e28-c234-2db7-e43a-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-07 09:15:28.973933 | fa163e28-c234-2db7-e43a-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:50.362103 | 0.36s 2025-10-07 09:15:29.281675 | fa163e28-c234-2db7-e43a-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-07 09:15:29.282614 | fa163e28-c234-2db7-e43a-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:50.670790 | 0.67s 2025-10-07 09:15:29.593273 | fa163e28-c234-2db7-e43a-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-07 09:15:29.594298 | fa163e28-c234-2db7-e43a-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:50.982474 | 0.98s 2025-10-07 09:15:29.618816 | fa163e28-c234-2db7-e43a-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:51.006989 | 1.01s 2025-10-07 09:15:29.637792 | fa163e28-c234-2db7-e43a-00000000459b | TASK | Check Keystone role status 2025-10-07 09:15:29.921298 | fa163e28-c234-2db7-e43a-00000000459b | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-07 09:15:35.117547 | fa163e28-c234-2db7-e43a-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-07 09:15:35.119101 | fa163e28-c234-2db7-e43a-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:56.507268 | 5.48s 2025-10-07 09:15:35.334958 | fa163e28-c234-2db7-e43a-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-07 09:15:35.336770 | fa163e28-c234-2db7-e43a-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:56.724946 | 5.70s 2025-10-07 09:15:35.598861 | fa163e28-c234-2db7-e43a-00000000459b | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-07 09:15:35.599760 | fa163e28-c234-2db7-e43a-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:56.987942 | 5.96s 2025-10-07 09:15:35.608820 | fa163e28-c234-2db7-e43a-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:56.996995 | 5.97s 2025-10-07 09:15:35.624799 | fa163e28-c234-2db7-e43a-000000003d25 | TASK | Create Keystone Users 2025-10-07 09:15:35.713382 | fa163e28-c234-2db7-e43a-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:57.101535 | 0.09s 2025-10-07 09:15:35.732792 | fa163e28-c234-2db7-e43a-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:57.120959 | 0.11s 2025-10-07 09:15:35.744551 | fa163e28-c234-2db7-e43a-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:57.132718 | 0.12s 2025-10-07 09:15:35.761168 | 3e3c4dea-98b0-446c-89de-36c92bebbbd8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-07 09:15:35.769624 | dba9cdc3-302a-4d23-9a8c-aa731178b3a2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-07 09:15:35.826967 | fa163e28-c234-2db7-e43a-000000004743 | TASK | Check password of Keystone user 2025-10-07 09:15:36.771461 | fa163e28-c234-2db7-e43a-000000004743 | 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-07 09:15:36.774167 | fa163e28-c234-2db7-e43a-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:58.162336 | 0.95s 2025-10-07 09:15:37.671111 | fa163e28-c234-2db7-e43a-000000004743 | 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-07 09:15:37.672616 | fa163e28-c234-2db7-e43a-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:59.060801 | 1.84s 2025-10-07 09:15:38.551608 | fa163e28-c234-2db7-e43a-000000004743 | 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-07 09:15:38.552598 | fa163e28-c234-2db7-e43a-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:59.940774 | 2.72s 2025-10-07 09:15:39.435065 | fa163e28-c234-2db7-e43a-000000004743 | 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-07 09:15:39.435758 | fa163e28-c234-2db7-e43a-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:00.823940 | 3.61s 2025-10-07 09:15:40.309996 | fa163e28-c234-2db7-e43a-000000004743 | 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-07 09:15:40.311497 | fa163e28-c234-2db7-e43a-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:01.699674 | 4.48s 2025-10-07 09:15:41.252493 | fa163e28-c234-2db7-e43a-000000004743 | 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-07 09:15:41.253181 | fa163e28-c234-2db7-e43a-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:02.641364 | 5.43s 2025-10-07 09:15:42.171171 | fa163e28-c234-2db7-e43a-000000004743 | 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-07 09:15:42.171932 | fa163e28-c234-2db7-e43a-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:03.560113 | 6.34s 2025-10-07 09:15:43.099035 | fa163e28-c234-2db7-e43a-000000004743 | 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-07 09:15:43.099627 | fa163e28-c234-2db7-e43a-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:04.487811 | 7.27s 2025-10-07 09:15:44.027213 | fa163e28-c234-2db7-e43a-000000004743 | 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-07 09:15:44.027819 | fa163e28-c234-2db7-e43a-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:05.416003 | 8.20s 2025-10-07 09:15:44.918953 | fa163e28-c234-2db7-e43a-000000004743 | 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-07 09:15:44.920636 | fa163e28-c234-2db7-e43a-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:06.308810 | 9.09s 2025-10-07 09:15:44.930683 | fa163e28-c234-2db7-e43a-000000004743 | 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-07 09:15:44.931439 | fa163e28-c234-2db7-e43a-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:06.319620 | 9.10s 2025-10-07 09:15:44.951624 | fa163e28-c234-2db7-e43a-000000004745 | TASK | Async creation of Keystone user 2025-10-07 09:15:45.333827 | fa163e28-c234-2db7-e43a-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:15:45.335835 | fa163e28-c234-2db7-e43a-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:06.724004 | 0.38s 2025-10-07 09:15:45.682440 | fa163e28-c234-2db7-e43a-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:15:45.683164 | fa163e28-c234-2db7-e43a-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:07.071348 | 0.73s 2025-10-07 09:15:45.970805 | fa163e28-c234-2db7-e43a-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:15:45.972121 | fa163e28-c234-2db7-e43a-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:07.360303 | 1.02s 2025-10-07 09:15:46.263217 | fa163e28-c234-2db7-e43a-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:15:46.264189 | fa163e28-c234-2db7-e43a-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:07.652367 | 1.31s 2025-10-07 09:15:46.602399 | fa163e28-c234-2db7-e43a-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:15:46.603103 | fa163e28-c234-2db7-e43a-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:07.991285 | 1.65s 2025-10-07 09:15:46.967562 | fa163e28-c234-2db7-e43a-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:15:46.968667 | fa163e28-c234-2db7-e43a-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:08.356848 | 2.02s 2025-10-07 09:15:47.297811 | fa163e28-c234-2db7-e43a-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:15:47.299504 | fa163e28-c234-2db7-e43a-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:08.687676 | 2.35s 2025-10-07 09:15:47.618258 | fa163e28-c234-2db7-e43a-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:15:47.619139 | fa163e28-c234-2db7-e43a-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:09.007312 | 2.67s 2025-10-07 09:15:47.927373 | fa163e28-c234-2db7-e43a-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:15:47.927899 | fa163e28-c234-2db7-e43a-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:09.316085 | 2.97s 2025-10-07 09:15:48.240561 | fa163e28-c234-2db7-e43a-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:15:48.241422 | fa163e28-c234-2db7-e43a-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:09.629598 | 3.29s 2025-10-07 09:15:48.254039 | fa163e28-c234-2db7-e43a-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:15:48.254804 | fa163e28-c234-2db7-e43a-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:09.642982 | 3.30s 2025-10-07 09:15:48.273015 | fa163e28-c234-2db7-e43a-000000004747 | TASK | Check Keystone user status 2025-10-07 09:15:48.542963 | fa163e28-c234-2db7-e43a-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:15:48.543790 | fa163e28-c234-2db7-e43a-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:09.931971 | 0.27s 2025-10-07 09:15:48.767573 | fa163e28-c234-2db7-e43a-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:15:48.768159 | fa163e28-c234-2db7-e43a-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:10.156344 | 0.49s 2025-10-07 09:15:49.046731 | fa163e28-c234-2db7-e43a-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:15:49.048384 | fa163e28-c234-2db7-e43a-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:10.436562 | 0.77s 2025-10-07 09:15:49.306952 | fa163e28-c234-2db7-e43a-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:15:49.308602 | fa163e28-c234-2db7-e43a-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:10.696780 | 1.03s 2025-10-07 09:15:49.590259 | fa163e28-c234-2db7-e43a-000000004747 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-07 09:15:54.815335 | fa163e28-c234-2db7-e43a-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:15:54.816502 | fa163e28-c234-2db7-e43a-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:16.204652 | 6.54s 2025-10-07 09:15:55.089392 | fa163e28-c234-2db7-e43a-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:15:55.091162 | fa163e28-c234-2db7-e43a-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:16.479337 | 6.82s 2025-10-07 09:15:55.376401 | fa163e28-c234-2db7-e43a-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:15:55.378278 | fa163e28-c234-2db7-e43a-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:16.766454 | 7.10s 2025-10-07 09:15:55.661100 | fa163e28-c234-2db7-e43a-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:15:55.662103 | fa163e28-c234-2db7-e43a-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:17.050278 | 7.39s 2025-10-07 09:15:55.940851 | fa163e28-c234-2db7-e43a-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:15:55.941880 | fa163e28-c234-2db7-e43a-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:17.330064 | 7.67s 2025-10-07 09:15:56.199873 | fa163e28-c234-2db7-e43a-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:15:56.202219 | fa163e28-c234-2db7-e43a-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:17.590394 | 7.93s 2025-10-07 09:15:56.212735 | fa163e28-c234-2db7-e43a-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:15:56.213897 | fa163e28-c234-2db7-e43a-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:17.602068 | 7.94s 2025-10-07 09:15:56.239536 | fa163e28-c234-2db7-e43a-00000000474c | TASK | Check password of Keystone user 2025-10-07 09:15:57.207465 | fa163e28-c234-2db7-e43a-00000000474c | 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-07 09:15:57.209855 | fa163e28-c234-2db7-e43a-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:18.598033 | 0.97s 2025-10-07 09:15:58.138879 | fa163e28-c234-2db7-e43a-00000000474c | 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-07 09:15:58.139748 | fa163e28-c234-2db7-e43a-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:19.527929 | 1.90s 2025-10-07 09:15:59.120118 | fa163e28-c234-2db7-e43a-00000000474c | 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-07 09:15:59.121478 | fa163e28-c234-2db7-e43a-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:20.509655 | 2.88s 2025-10-07 09:16:00.093344 | fa163e28-c234-2db7-e43a-00000000474c | 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-07 09:16:00.094083 | fa163e28-c234-2db7-e43a-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:21.482256 | 3.85s 2025-10-07 09:16:00.967848 | fa163e28-c234-2db7-e43a-00000000474c | 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-07 09:16:00.968797 | fa163e28-c234-2db7-e43a-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:22.356975 | 4.73s 2025-10-07 09:16:01.944298 | fa163e28-c234-2db7-e43a-00000000474c | 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-07 09:16:01.945458 | fa163e28-c234-2db7-e43a-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:23.333628 | 5.70s 2025-10-07 09:16:02.873818 | fa163e28-c234-2db7-e43a-00000000474c | 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-07 09:16:02.874522 | fa163e28-c234-2db7-e43a-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:24.262705 | 6.63s 2025-10-07 09:16:02.877287 | fa163e28-c234-2db7-e43a-00000000474c | 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-07 09:16:02.877892 | fa163e28-c234-2db7-e43a-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:24.266077 | 6.64s 2025-10-07 09:16:02.892654 | fa163e28-c234-2db7-e43a-00000000474e | TASK | Async creation of Keystone user 2025-10-07 09:16:03.295271 | fa163e28-c234-2db7-e43a-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:16:03.296856 | fa163e28-c234-2db7-e43a-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:24.685018 | 0.40s 2025-10-07 09:16:03.601998 | fa163e28-c234-2db7-e43a-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:16:03.604858 | fa163e28-c234-2db7-e43a-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:24.993034 | 0.71s 2025-10-07 09:16:03.954858 | fa163e28-c234-2db7-e43a-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:16:03.957144 | fa163e28-c234-2db7-e43a-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:25.345318 | 1.06s 2025-10-07 09:16:04.312945 | fa163e28-c234-2db7-e43a-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:16:04.316364 | fa163e28-c234-2db7-e43a-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:25.704538 | 1.42s 2025-10-07 09:16:04.606291 | fa163e28-c234-2db7-e43a-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:16:04.607293 | fa163e28-c234-2db7-e43a-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:25.995474 | 1.71s 2025-10-07 09:16:04.875837 | fa163e28-c234-2db7-e43a-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:16:04.876484 | fa163e28-c234-2db7-e43a-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:26.264666 | 1.98s 2025-10-07 09:16:05.173673 | fa163e28-c234-2db7-e43a-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:16:05.174336 | fa163e28-c234-2db7-e43a-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:26.562519 | 2.28s 2025-10-07 09:16:05.178508 | fa163e28-c234-2db7-e43a-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 09:16:05.178886 | fa163e28-c234-2db7-e43a-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:26.567071 | 2.29s 2025-10-07 09:16:05.192961 | fa163e28-c234-2db7-e43a-000000004750 | TASK | Check Keystone user status 2025-10-07 09:16:05.436802 | fa163e28-c234-2db7-e43a-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:16:05.437801 | fa163e28-c234-2db7-e43a-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:26.825977 | 0.24s 2025-10-07 09:16:05.657226 | fa163e28-c234-2db7-e43a-000000004750 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-07 09:16:10.868738 | fa163e28-c234-2db7-e43a-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:16:10.870310 | fa163e28-c234-2db7-e43a-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:32.258493 | 5.68s 2025-10-07 09:16:11.069080 | fa163e28-c234-2db7-e43a-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:16:11.070022 | fa163e28-c234-2db7-e43a-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:32.458165 | 5.88s 2025-10-07 09:16:11.347234 | fa163e28-c234-2db7-e43a-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:16:11.348498 | fa163e28-c234-2db7-e43a-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:32.736669 | 6.15s 2025-10-07 09:16:11.596163 | fa163e28-c234-2db7-e43a-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:16:11.597701 | fa163e28-c234-2db7-e43a-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:32.985878 | 6.40s 2025-10-07 09:16:11.820197 | fa163e28-c234-2db7-e43a-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:16:11.821704 | fa163e28-c234-2db7-e43a-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:33.209877 | 6.63s 2025-10-07 09:16:12.054914 | fa163e28-c234-2db7-e43a-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:16:12.056454 | fa163e28-c234-2db7-e43a-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:33.444631 | 6.86s 2025-10-07 09:16:12.066264 | fa163e28-c234-2db7-e43a-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 09:16:12.067092 | fa163e28-c234-2db7-e43a-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:33.455270 | 6.87s 2025-10-07 09:16:12.086876 | fa163e28-c234-2db7-e43a-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-07 09:16:12.170721 | fa163e28-c234-2db7-e43a-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:33.558879 | 0.08s 2025-10-07 09:16:12.200665 | fa163e28-c234-2db7-e43a-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:33.588841 | 0.11s 2025-10-07 09:16:12.225418 | fa163e28-c234-2db7-e43a-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:33.613589 | 0.14s 2025-10-07 09:16:12.232044 | fa163e28-c234-2db7-e43a-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:33.620230 | 0.14s 2025-10-07 09:16:12.238920 | c8c3a2b9-76ea-4b68-8cb6-166cf0bd02e8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-07 09:16:12.241802 | a6355915-a1a1-4434-9f7e-df24a0f013ef | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-07 09:16:12.244742 | 72926ec4-10c2-4e07-841a-f3390d375211 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-07 09:16:12.309460 | fa163e28-c234-2db7-e43a-000000004960 | TASK | Async assignment of Keystone user per role 2025-10-07 09:16:12.371417 | fa163e28-c234-2db7-e43a-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:33.759576 | 0.06s 2025-10-07 09:16:12.390916 | fa163e28-c234-2db7-e43a-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:33.779090 | 0.08s 2025-10-07 09:16:12.398075 | fa163e28-c234-2db7-e43a-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:33.786262 | 0.09s 2025-10-07 09:16:12.406131 | b87d522a-e4e1-4434-9547-a7b0579dd3ef | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-07 09:16:12.410576 | 183daf94-fe50-4509-9d53-c1920fa17f7d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-07 09:16:12.428190 | fa163e28-c234-2db7-e43a-000000004b40 | TASK | Async assignment of Keystone user to roles 2025-10-07 09:16:12.764176 | fa163e28-c234-2db7-e43a-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-07 09:16:12.766805 | fa163e28-c234-2db7-e43a-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:34.154974 | 0.34s 2025-10-07 09:16:13.093014 | fa163e28-c234-2db7-e43a-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-07 09:16:13.094013 | fa163e28-c234-2db7-e43a-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:34.482162 | 0.66s 2025-10-07 09:16:13.435163 | fa163e28-c234-2db7-e43a-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-07 09:16:13.436421 | fa163e28-c234-2db7-e43a-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:34.824606 | 1.01s 2025-10-07 09:16:13.727638 | fa163e28-c234-2db7-e43a-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-07 09:16:13.728254 | fa163e28-c234-2db7-e43a-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:35.116439 | 1.30s 2025-10-07 09:16:14.019605 | fa163e28-c234-2db7-e43a-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-07 09:16:14.020220 | fa163e28-c234-2db7-e43a-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:35.408403 | 1.59s 2025-10-07 09:16:14.339652 | fa163e28-c234-2db7-e43a-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-07 09:16:14.341277 | fa163e28-c234-2db7-e43a-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:35.729454 | 1.91s 2025-10-07 09:16:14.648146 | fa163e28-c234-2db7-e43a-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-07 09:16:14.649725 | fa163e28-c234-2db7-e43a-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:36.037900 | 2.22s 2025-10-07 09:16:14.928576 | fa163e28-c234-2db7-e43a-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-07 09:16:14.929178 | fa163e28-c234-2db7-e43a-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:36.317363 | 2.50s 2025-10-07 09:16:15.302839 | fa163e28-c234-2db7-e43a-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-07 09:16:15.304387 | fa163e28-c234-2db7-e43a-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:36.692568 | 2.88s 2025-10-07 09:16:15.617370 | fa163e28-c234-2db7-e43a-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-07 09:16:15.617954 | fa163e28-c234-2db7-e43a-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:37.006137 | 3.19s 2025-10-07 09:16:15.625365 | fa163e28-c234-2db7-e43a-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:37.013537 | 3.20s 2025-10-07 09:16:15.646423 | fa163e28-c234-2db7-e43a-000000004b42 | TASK | Check Keystone user assignment to roles status 2025-10-07 09:16:15.890129 | fa163e28-c234-2db7-e43a-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-07 09:16:15.891178 | fa163e28-c234-2db7-e43a-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.279356 | 0.24s 2025-10-07 09:16:16.127942 | fa163e28-c234-2db7-e43a-000000004b42 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-07 09:16:21.350604 | fa163e28-c234-2db7-e43a-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-07 09:16:21.352508 | fa163e28-c234-2db7-e43a-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:42.740685 | 5.70s 2025-10-07 09:16:21.618611 | fa163e28-c234-2db7-e43a-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-07 09:16:21.619876 | fa163e28-c234-2db7-e43a-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:43.008048 | 5.97s 2025-10-07 09:16:21.815911 | fa163e28-c234-2db7-e43a-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-07 09:16:21.816879 | fa163e28-c234-2db7-e43a-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:43.205060 | 6.17s 2025-10-07 09:16:21.998858 | fa163e28-c234-2db7-e43a-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-07 09:16:21.999521 | fa163e28-c234-2db7-e43a-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:43.387705 | 6.35s 2025-10-07 09:16:22.240958 | fa163e28-c234-2db7-e43a-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-07 09:16:22.243023 | fa163e28-c234-2db7-e43a-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:43.631199 | 6.59s 2025-10-07 09:16:22.481715 | fa163e28-c234-2db7-e43a-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-07 09:16:22.483064 | fa163e28-c234-2db7-e43a-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:43.871248 | 6.83s 2025-10-07 09:16:22.736097 | fa163e28-c234-2db7-e43a-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-07 09:16:22.737466 | fa163e28-c234-2db7-e43a-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.125640 | 7.09s 2025-10-07 09:16:23.026470 | fa163e28-c234-2db7-e43a-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-07 09:16:23.027103 | fa163e28-c234-2db7-e43a-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.415288 | 7.38s 2025-10-07 09:16:23.262318 | fa163e28-c234-2db7-e43a-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-07 09:16:23.264370 | fa163e28-c234-2db7-e43a-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.652545 | 7.62s 2025-10-07 09:16:23.277458 | fa163e28-c234-2db7-e43a-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.665626 | 7.63s 2025-10-07 09:16:23.301616 | fa163e28-c234-2db7-e43a-000000004b47 | TASK | Async assignment of Keystone user to roles 2025-10-07 09:16:23.655003 | fa163e28-c234-2db7-e43a-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-07 09:16:23.657518 | fa163e28-c234-2db7-e43a-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:45.045685 | 0.35s 2025-10-07 09:16:23.942533 | fa163e28-c234-2db7-e43a-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-07 09:16:23.944123 | fa163e28-c234-2db7-e43a-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:45.332300 | 0.64s 2025-10-07 09:16:24.204243 | fa163e28-c234-2db7-e43a-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-07 09:16:24.204837 | fa163e28-c234-2db7-e43a-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:45.593022 | 0.90s 2025-10-07 09:16:24.532040 | fa163e28-c234-2db7-e43a-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-07 09:16:24.533717 | fa163e28-c234-2db7-e43a-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:45.921895 | 1.23s 2025-10-07 09:16:24.794709 | fa163e28-c234-2db7-e43a-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-07 09:16:24.796355 | fa163e28-c234-2db7-e43a-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:46.184489 | 1.49s 2025-10-07 09:16:25.072034 | fa163e28-c234-2db7-e43a-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-07 09:16:25.073130 | fa163e28-c234-2db7-e43a-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:46.461301 | 1.77s 2025-10-07 09:16:25.407515 | fa163e28-c234-2db7-e43a-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-07 09:16:25.408352 | fa163e28-c234-2db7-e43a-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:46.796529 | 2.11s 2025-10-07 09:16:25.414263 | fa163e28-c234-2db7-e43a-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:46.802439 | 2.11s 2025-10-07 09:16:25.430700 | fa163e28-c234-2db7-e43a-000000004b49 | TASK | Check Keystone user assignment to roles status 2025-10-07 09:16:25.728719 | fa163e28-c234-2db7-e43a-000000004b49 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-07 09:16:30.957608 | fa163e28-c234-2db7-e43a-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-07 09:16:30.959003 | fa163e28-c234-2db7-e43a-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:52.347145 | 5.53s 2025-10-07 09:16:31.215391 | fa163e28-c234-2db7-e43a-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-07 09:16:31.217369 | fa163e28-c234-2db7-e43a-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:52.605532 | 5.79s 2025-10-07 09:16:31.441782 | fa163e28-c234-2db7-e43a-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-07 09:16:31.442880 | fa163e28-c234-2db7-e43a-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:52.831056 | 6.01s 2025-10-07 09:16:31.696239 | fa163e28-c234-2db7-e43a-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-07 09:16:31.697609 | fa163e28-c234-2db7-e43a-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:53.085784 | 6.27s 2025-10-07 09:16:31.932608 | fa163e28-c234-2db7-e43a-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-07 09:16:31.933745 | fa163e28-c234-2db7-e43a-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:53.321920 | 6.50s 2025-10-07 09:16:32.164635 | fa163e28-c234-2db7-e43a-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-07 09:16:32.166450 | fa163e28-c234-2db7-e43a-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:53.554634 | 6.73s 2025-10-07 09:16:32.401941 | fa163e28-c234-2db7-e43a-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-07 09:16:32.403058 | fa163e28-c234-2db7-e43a-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:53.791232 | 6.97s 2025-10-07 09:16:32.411881 | fa163e28-c234-2db7-e43a-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:53.800048 | 6.98s 2025-10-07 09:16:32.433107 | fa163e28-c234-2db7-e43a-000000004965 | TASK | Async assignment of Keystone user per role 2025-10-07 09:16:32.503147 | fa163e28-c234-2db7-e43a-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:53.891297 | 0.07s 2025-10-07 09:16:32.516235 | fa163e28-c234-2db7-e43a-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:53.904418 | 0.08s 2025-10-07 09:16:32.526258 | acbd29a4-09c9-4409-a6d1-2d6d85cf258f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-07 09:16:32.546094 | fa163e28-c234-2db7-e43a-000000004bb1 | TASK | Async assignment of Keystone user to roles 2025-10-07 09:16:32.880996 | fa163e28-c234-2db7-e43a-000000004bb1 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-07 09:16:32.881866 | fa163e28-c234-2db7-e43a-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:54.270047 | 0.33s 2025-10-07 09:16:32.884937 | fa163e28-c234-2db7-e43a-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:54.273114 | 0.34s 2025-10-07 09:16:32.903524 | fa163e28-c234-2db7-e43a-000000004bb3 | TASK | Check Keystone user assignment to roles status 2025-10-07 09:16:33.168637 | fa163e28-c234-2db7-e43a-000000004bb3 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-07 09:16:38.385374 | fa163e28-c234-2db7-e43a-000000004bb3 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-07 09:16:38.387750 | fa163e28-c234-2db7-e43a-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.775920 | 5.48s 2025-10-07 09:16:38.397802 | fa163e28-c234-2db7-e43a-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.785974 | 5.49s 2025-10-07 09:16:38.417200 | fa163e28-c234-2db7-e43a-00000000496a | TASK | Async assignment of Keystone user per role 2025-10-07 09:16:38.510067 | fa163e28-c234-2db7-e43a-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:59.898238 | 0.09s 2025-10-07 09:16:38.514179 | fa163e28-c234-2db7-e43a-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:59.902364 | 0.10s 2025-10-07 09:16:38.521877 | d257aacf-04fe-4556-8d85-1dca57238aa8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-07 09:16:38.545726 | fa163e28-c234-2db7-e43a-000000004bd5 | TASK | Async assignment of Keystone user to roles 2025-10-07 09:16:38.920009 | fa163e28-c234-2db7-e43a-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-07 09:16:38.921625 | fa163e28-c234-2db7-e43a-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:00.309795 | 0.37s 2025-10-07 09:16:39.276169 | fa163e28-c234-2db7-e43a-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-07 09:16:39.277015 | fa163e28-c234-2db7-e43a-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:00.665164 | 0.73s 2025-10-07 09:16:39.614713 | fa163e28-c234-2db7-e43a-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-07 09:16:39.616167 | fa163e28-c234-2db7-e43a-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:01.004351 | 1.07s 2025-10-07 09:16:39.626925 | fa163e28-c234-2db7-e43a-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:01.015095 | 1.08s 2025-10-07 09:16:39.649963 | fa163e28-c234-2db7-e43a-000000004bd7 | TASK | Check Keystone user assignment to roles status 2025-10-07 09:16:39.897397 | fa163e28-c234-2db7-e43a-000000004bd7 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-07 09:16:45.116728 | fa163e28-c234-2db7-e43a-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-07 09:16:45.117504 | fa163e28-c234-2db7-e43a-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:06.505686 | 5.47s 2025-10-07 09:16:45.393363 | fa163e28-c234-2db7-e43a-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-07 09:16:45.394294 | fa163e28-c234-2db7-e43a-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:06.782474 | 5.74s 2025-10-07 09:16:45.620578 | fa163e28-c234-2db7-e43a-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-07 09:16:45.621294 | fa163e28-c234-2db7-e43a-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:07.009477 | 5.97s 2025-10-07 09:16:45.632909 | fa163e28-c234-2db7-e43a-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:07.021085 | 5.98s 2025-10-07 09:16:45.660725 | fa163e28-c234-2db7-e43a-000000003ced | TASK | is Keystone LDAP enabled 2025-10-07 09:16:45.696304 | fa163e28-c234-2db7-e43a-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-07 09:16:45.697064 | fa163e28-c234-2db7-e43a-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:23:07.085246 | 0.04s 2025-10-07 09:16:45.712280 | fa163e28-c234-2db7-e43a-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-07 09:16:45.744796 | fa163e28-c234-2db7-e43a-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-07 09:16:45.746034 | fa163e28-c234-2db7-e43a-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:23:07.134208 | 0.03s 2025-10-07 09:16:45.762903 | fa163e28-c234-2db7-e43a-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-07 09:16:45.805172 | fa163e28-c234-2db7-e43a-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-07 09:16:45.806098 | fa163e28-c234-2db7-e43a-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:23:07.194279 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-07 09:16:45.917840 | fa163e28-c234-2db7-e43a-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-07 09:16:45.946779 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000e2') missing from stats 2025-10-07 09:16:45.969363 | fa163e28-c234-2db7-e43a-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-07 09:16:46.428705 | fa163e28-c234-2db7-e43a-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-07 09:16:46.429866 | fa163e28-c234-2db7-e43a-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:23:07.818047 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 09:16:46.483655 | fa163e28-c234-2db7-e43a-0000000000e4 | TIMING | include_tasks | standalone | 0:23:07.871834 | 0.03s 2025-10-07 09:16:46.533331 | a1a7baaf-26c4-4180-9229-b3f48e3fc9e2 | INCLUDED | /root/standalone-ansible-7rzon_tu/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-07 09:16:46.564938 | fa163e28-c234-2db7-e43a-000000004c19 | TASK | Create virtqemud recovery script 2025-10-07 09:16:47.034799 | fa163e28-c234-2db7-e43a-000000004c19 | CHANGED | Create virtqemud recovery script | standalone 2025-10-07 09:16:47.036444 | fa163e28-c234-2db7-e43a-000000004c19 | TIMING | Create virtqemud recovery script | standalone | 0:23:08.424612 | 0.47s 2025-10-07 09:16:47.066245 | fa163e28-c234-2db7-e43a-000000004c1a | TASK | Create virtqemud recovery trigger service 2025-10-07 09:16:47.610626 | fa163e28-c234-2db7-e43a-000000004c1a | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-07 09:16:47.612049 | fa163e28-c234-2db7-e43a-000000004c1a | TIMING | Create virtqemud recovery trigger service | standalone | 0:23:09.000223 | 0.54s 2025-10-07 09:16:47.640927 | fa163e28-c234-2db7-e43a-000000004c1b | TASK | Create virtqemud recovery trigger timer 2025-10-07 09:16:48.099216 | fa163e28-c234-2db7-e43a-000000004c1b | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-07 09:16:48.100740 | fa163e28-c234-2db7-e43a-000000004c1b | TIMING | Create virtqemud recovery trigger timer | standalone | 0:23:09.488912 | 0.46s 2025-10-07 09:16:48.130798 | fa163e28-c234-2db7-e43a-000000004c1c | TASK | Enable virtqemud recovery trigger service 2025-10-07 09:16:49.294245 | fa163e28-c234-2db7-e43a-000000004c1c | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-07 09:16:49.296238 | fa163e28-c234-2db7-e43a-000000004c1c | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:10.684413 | 1.16s 2025-10-07 09:16:49.327582 | fa163e28-c234-2db7-e43a-000000004c1d | TASK | Enable virtqemud recovery trigger timer 2025-10-07 09:16:50.506824 | fa163e28-c234-2db7-e43a-000000004c1d | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-07 09:16:50.508382 | fa163e28-c234-2db7-e43a-000000004c1d | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:11.896556 | 1.18s 2025-10-07 09:16:50.538509 | fa163e28-c234-2db7-e43a-000000004c1e | TASK | Really enable virtqemud recovery trigger timer 2025-10-07 09:16:51.241681 | fa163e28-c234-2db7-e43a-000000004c1e | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-07 09:16:51.243265 | fa163e28-c234-2db7-e43a-000000004c1e | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:12.631438 | 0.70s 2025-10-07 09:16:51.276065 | fa163e28-c234-2db7-e43a-000000004c20 | TASK | Create systemd file 2025-10-07 09:16:51.785126 | fa163e28-c234-2db7-e43a-000000004c20 | CHANGED | Create systemd file | standalone 2025-10-07 09:16:51.786704 | fa163e28-c234-2db7-e43a-000000004c20 | TIMING | Create systemd file | standalone | 0:23:13.174880 | 0.51s 2025-10-07 09:16:51.815290 | fa163e28-c234-2db7-e43a-000000004c21 | TASK | Reload systemd 2025-10-07 09:16:52.552280 | fa163e28-c234-2db7-e43a-000000004c21 | CHANGED | Reload systemd | standalone 2025-10-07 09:16:52.553861 | fa163e28-c234-2db7-e43a-000000004c21 | TIMING | Reload systemd | standalone | 0:23:13.942035 | 0.74s 2025-10-07 09:16:52.586068 | fa163e28-c234-2db7-e43a-000000004c24 | TASK | Start OVN container 2025-10-07 09:16:52.649601 | fa163e28-c234-2db7-e43a-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-07 09:16:52.667203 | fa163e28-c234-2db7-e43a-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-07 09:16:52.681081 | fa163e28-c234-2db7-e43a-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-07 09:16:52.688133 | fa163e28-c234-2db7-e43a-000000004c24 | TIMING | Start OVN container | standalone | 0:23:14.076298 | 0.10s 2025-10-07 09:16:52.718111 | fa163e28-c234-2db7-e43a-000000004c26 | TASK | Set NB connection 2025-10-07 09:16:52.769146 | fa163e28-c234-2db7-e43a-000000004c26 | SKIPPED | Set NB connection | standalone 2025-10-07 09:16:52.770827 | fa163e28-c234-2db7-e43a-000000004c26 | TIMING | Set NB connection | standalone | 0:23:14.158995 | 0.05s 2025-10-07 09:16:52.800867 | fa163e28-c234-2db7-e43a-000000004c27 | TASK | Set SB connection 2025-10-07 09:16:52.852917 | fa163e28-c234-2db7-e43a-000000004c27 | SKIPPED | Set SB connection | standalone 2025-10-07 09:16:52.854636 | fa163e28-c234-2db7-e43a-000000004c27 | TIMING | Set SB connection | standalone | 0:23:14.242804 | 0.05s 2025-10-07 09:16:52.892843 | fa163e28-c234-2db7-e43a-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-07 09:16:53.123410 | fa163e28-c234-2db7-e43a-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-07 09:16:53.125035 | fa163e28-c234-2db7-e43a-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:14.513207 | 0.23s 2025-10-07 09:16:53.239680 | fa163e28-c234-2db7-e43a-0000000000e7 | TIMING | include_tasks | standalone | 0:23:14.627844 | 0.08s 2025-10-07 09:16:53.278172 | 78093e54-c37a-411f-9744-906d59df8c11 | INCLUDED | /root/standalone-ansible-7rzon_tu/common_deploy_steps_tasks.yaml | standalone 2025-10-07 09:16:53.304700 | fa163e28-c234-2db7-e43a-000000004c56 | TASK | Write the config_step hieradata 2025-10-07 09:16:53.827684 | fa163e28-c234-2db7-e43a-000000004c56 | OK | Write the config_step hieradata | standalone 2025-10-07 09:16:53.829186 | fa163e28-c234-2db7-e43a-000000004c56 | TIMING | Write the config_step hieradata | standalone | 0:23:15.217360 | 0.52s 2025-10-07 09:16:53.854740 | fa163e28-c234-2db7-e43a-000000004c57 | TASK | Run puppet host configuration for step 4 2025-10-07 09:16:54.183549 | fa163e28-c234-2db7-e43a-000000004c57 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-07 09:16:54.184829 | fa163e28-c234-2db7-e43a-000000004c57 | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:15.573004 | 0.33s 2025-10-07 09:16:54.213363 | fa163e28-c234-2db7-e43a-000000004c58 | TASK | Wait for puppet host configuration to finish 2025-10-07 09:16:54.450429 | fa163e28-c234-2db7-e43a-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-07 09:17:04.665843 | fa163e28-c234-2db7-e43a-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-07 09:17:14.889235 | fa163e28-c234-2db7-e43a-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-07 09:17:25.121491 | fa163e28-c234-2db7-e43a-000000004c58 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-07 09:17:25.122898 | fa163e28-c234-2db7-e43a-000000004c58 | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:46.511050 | 30.91s 2025-10-07 09:17:25.155375 | fa163e28-c234-2db7-e43a-000000004c59 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-07 09:17:25.245884 | fa163e28-c234-2db7-e43a-000000004c59 | 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 7 09:16:54 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 7 09:16:58 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 7 09:16:58 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 7 09:16:58 puppet-user: (file & line not available)", "<13>Oct 7 09:16:58 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 7 09:16:58 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 7 09:16:59 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 7 09:16:59 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 7 09:16:59 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 7 09:16:59 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 7 09:16:59 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 7 09:16:59 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 7 09:16:59 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 7 09:16:59 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 7 09:16:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 7 09:16:59 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.52 seconds", "<13>Oct 7 09:17:03 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 7 09:17:06 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 7 09:17:11 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 7 09:17:11 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}dcc0c5aea9632eb1d0c6114a88f7444d5fd6f1263d66bce2e4b2b576c8df2479'", "<13>Oct 7 09:17:11 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 7 09:17:11 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 7 09:17:11 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 7 09:17:11 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 7 09:17:12 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 7 09:17:18 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 7 09:17:19 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 7 09:17:19 puppet-user: Notice: Applied catalog in 19.96 seconds", "<13>Oct 7 09:17:19 puppet-user: Application:", "<13>Oct 7 09:17:19 puppet-user: Initial environment: production", "<13>Oct 7 09:17:19 puppet-user: Converged environment: production", "<13>Oct 7 09:17:19 puppet-user: Run mode: user", "<13>Oct 7 09:17:19 puppet-user: Changes:", "<13>Oct 7 09:17:19 puppet-user: Total: 10", "<13>Oct 7 09:17:19 puppet-user: Events:", "<13>Oct 7 09:17:19 puppet-user: Success: 10", "<13>Oct 7 09:17:19 puppet-user: Resources:", "<13>Oct 7 09:17:19 puppet-user: Restarted: 1", "<13>Oct 7 09:17:19 puppet-user: Changed: 10", "<13>Oct 7 09:17:19 puppet-user: Out of sync: 10", "<13>Oct 7 09:17:19 puppet-user: Total: 37", "<13>Oct 7 09:17:19 puppet-user: Time:", "<13>Oct 7 09:17:19 puppet-user: Filebucket: 0.00", "<13>Oct 7 09:17:19 puppet-user: Schedule: 0.00", "<13>Oct 7 09:17:19 puppet-user: File line: 0.00", "<13>Oct 7 09:17:19 puppet-user: Augeas: 0.01", "<13>Oct 7 09:17:19 puppet-user: User: 0.01", "<13>Oct 7 09:17:19 puppet-user: File: 0.09", "<13>Oct 7 09:17:19 puppet-user: Config retrieval: 0.60", "<13>Oct 7 09:17:19 puppet-user: Pcmk property: 1.46", "<13>Oct 7 09:17:19 puppet-user: Service: 1.52", "<13>Oct 7 09:17:19 puppet-user: Last run: 1759828639", "<13>Oct 7 09:17:19 puppet-user: Transaction evaluation: 19.94", "<13>Oct 7 09:17:19 puppet-user: Catalog application: 19.96", "<13>Oct 7 09:17:19 puppet-user: Pcmk resource default: 2.06", "<13>Oct 7 09:17:19 puppet-user: Pcmk resource op default: 2.08", "<13>Oct 7 09:17:19 puppet-user: Package: 5.39", "<13>Oct 7 09:17:19 puppet-user: Exec: 7.11", "<13>Oct 7 09:17:19 puppet-user: Total: 19.96", "<13>Oct 7 09:17:19 puppet-user: Version:", "<13>Oct 7 09:17:19 puppet-user: Config: 1759828618", "<13>Oct 7 09:17:19 puppet-user: Puppet: 7.10.0" ] } 2025-10-07 09:17:25.247644 | fa163e28-c234-2db7-e43a-000000004c59 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:46.635819 | 0.09s 2025-10-07 09:17:25.277463 | fa163e28-c234-2db7-e43a-000000004c5a | TASK | Pre-cache facts for puppet containers 2025-10-07 09:17:25.307821 | fa163e28-c234-2db7-e43a-000000004c5a | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:46.695970 | 0.03s 2025-10-07 09:17:25.378705 | fa163e28-c234-2db7-e43a-000000004c9b | TASK | Gather variables for each operating system 2025-10-07 09:17:25.496559 | fa163e28-c234-2db7-e43a-000000004c9b | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:46.884724 | 0.12s 2025-10-07 09:17:25.530042 | fa163e28-c234-2db7-e43a-000000004c9c | TASK | Create puppet caching structures 2025-10-07 09:17:25.780767 | fa163e28-c234-2db7-e43a-000000004c9c | CHANGED | Create puppet caching structures | standalone 2025-10-07 09:17:25.782218 | fa163e28-c234-2db7-e43a-000000004c9c | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:47.170392 | 0.25s 2025-10-07 09:17:25.811439 | fa163e28-c234-2db7-e43a-000000004c9d | TASK | Check for facter.conf 2025-10-07 09:17:26.063080 | fa163e28-c234-2db7-e43a-000000004c9d | OK | Check for facter.conf | standalone 2025-10-07 09:17:26.064811 | fa163e28-c234-2db7-e43a-000000004c9d | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:47.452980 | 0.25s 2025-10-07 09:17:26.101064 | fa163e28-c234-2db7-e43a-000000004c9e | TASK | Remove facter.conf if directory 2025-10-07 09:17:26.151821 | fa163e28-c234-2db7-e43a-000000004c9e | SKIPPED | Remove facter.conf if directory | standalone 2025-10-07 09:17:26.153221 | fa163e28-c234-2db7-e43a-000000004c9e | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:47.541394 | 0.05s 2025-10-07 09:17:26.182223 | fa163e28-c234-2db7-e43a-000000004c9f | TASK | Write facter cache config 2025-10-07 09:17:26.671680 | fa163e28-c234-2db7-e43a-000000004c9f | CHANGED | Write facter cache config | standalone 2025-10-07 09:17:26.673217 | fa163e28-c234-2db7-e43a-000000004c9f | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:48.061392 | 0.49s 2025-10-07 09:17:26.703949 | fa163e28-c234-2db7-e43a-000000004ca0 | TASK | Cleanup facter cache if exists 2025-10-07 09:17:26.943578 | fa163e28-c234-2db7-e43a-000000004ca0 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-07 09:17:26.944997 | fa163e28-c234-2db7-e43a-000000004ca0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:48.333147 | 0.24s 2025-10-07 09:17:26.973999 | fa163e28-c234-2db7-e43a-000000004ca1 | TASK | Pre-cache facts 2025-10-07 09:17:27.664790 | fa163e28-c234-2db7-e43a-000000004ca1 | CHANGED | Pre-cache facts | standalone 2025-10-07 09:17:27.666097 | fa163e28-c234-2db7-e43a-000000004ca1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:49.054272 | 0.69s 2025-10-07 09:17:27.700115 | fa163e28-c234-2db7-e43a-000000004ca2 | TASK | Failed deployment if facter fails 2025-10-07 09:17:27.734901 | fa163e28-c234-2db7-e43a-000000004ca2 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-07 09:17:27.736277 | fa163e28-c234-2db7-e43a-000000004ca2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:49.124450 | 0.03s 2025-10-07 09:17:27.782064 | fa163e28-c234-2db7-e43a-000000004ca3 | TASK | Sync cached facts 2025-10-07 09:17:28.083662 | fa163e28-c234-2db7-e43a-000000004ca3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e28-c234-2db7-e43a-000000004ca3') missing from stats 2025-10-07 09:17:28.142707 | fa163e28-c234-2db7-e43a-000000004c5b | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-07 09:17:28.193030 | fa163e28-c234-2db7-e43a-000000004c5b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-07 09:17:28.194544 | fa163e28-c234-2db7-e43a-000000004c5b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:49.582711 | 0.05s 2025-10-07 09:17:28.226837 | fa163e28-c234-2db7-e43a-000000004c5d | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-07 09:17:28.255844 | fa163e28-c234-2db7-e43a-000000004c5d | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:49.644006 | 0.03s 2025-10-07 09:17:28.321662 | fa163e28-c234-2db7-e43a-000000004cfa | TASK | Gather variables for each operating system 2025-10-07 09:17:28.450066 | fa163e28-c234-2db7-e43a-000000004cfa | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:49.838227 | 0.13s 2025-10-07 09:17:28.480523 | fa163e28-c234-2db7-e43a-000000004cfb | TASK | Create container logs path 2025-10-07 09:17:28.720797 | fa163e28-c234-2db7-e43a-000000004cfb | OK | Create container logs path | standalone 2025-10-07 09:17:28.722300 | fa163e28-c234-2db7-e43a-000000004cfb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:50.110474 | 0.24s 2025-10-07 09:17:28.754927 | fa163e28-c234-2db7-e43a-000000004cfd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-07 09:17:29.051811 | fa163e28-c234-2db7-e43a-000000004cfd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-07 09:17:29.053136 | fa163e28-c234-2db7-e43a-000000004cfd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:50.441312 | 0.30s 2025-10-07 09:17:29.085256 | fa163e28-c234-2db7-e43a-000000004cfe | TASK | Finalise hashes for all containers 2025-10-07 09:17:29.179152 | fa163e28-c234-2db7-e43a-000000004cfe | OK | Finalise hashes for all containers | standalone 2025-10-07 09:17:29.180371 | fa163e28-c234-2db7-e43a-000000004cfe | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:50.568547 | 0.09s 2025-10-07 09:17:29.210589 | fa163e28-c234-2db7-e43a-000000004d00 | TASK | Manage systemd shutdown files 2025-10-07 09:17:29.243803 | fa163e28-c234-2db7-e43a-000000004d00 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:50.631969 | 0.03s 2025-10-07 09:17:29.278619 | 32d0749a-ce66-43f6-b9c7-40965ef92103 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-07 09:17:29.306033 | fa163e28-c234-2db7-e43a-000000004d33 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-07 09:17:29.563185 | fa163e28-c234-2db7-e43a-000000004d33 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-07 09:17:29.564783 | fa163e28-c234-2db7-e43a-000000004d33 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:50.952952 | 0.26s 2025-10-07 09:17:29.594788 | fa163e28-c234-2db7-e43a-000000004d34 | TASK | Set podman_drop_in fact 2025-10-07 09:17:29.629372 | fa163e28-c234-2db7-e43a-000000004d34 | OK | Set podman_drop_in fact | standalone 2025-10-07 09:17:29.630699 | fa163e28-c234-2db7-e43a-000000004d34 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:51.018874 | 0.03s 2025-10-07 09:17:29.660808 | fa163e28-c234-2db7-e43a-000000004d36 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-07 09:17:30.127136 | fa163e28-c234-2db7-e43a-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-07 09:17:30.128867 | fa163e28-c234-2db7-e43a-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:51.517036 | 0.47s 2025-10-07 09:17:30.669895 | fa163e28-c234-2db7-e43a-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-07 09:17:30.672163 | fa163e28-c234-2db7-e43a-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:52.060336 | 1.01s 2025-10-07 09:17:30.682962 | fa163e28-c234-2db7-e43a-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:52.071138 | 1.02s 2025-10-07 09:17:30.717359 | fa163e28-c234-2db7-e43a-000000004d37 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-07 09:17:31.237858 | fa163e28-c234-2db7-e43a-000000004d37 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-07 09:17:31.238914 | fa163e28-c234-2db7-e43a-000000004d37 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:52.627095 | 0.52s 2025-10-07 09:17:31.261653 | fa163e28-c234-2db7-e43a-000000004d38 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-07 09:17:31.738356 | fa163e28-c234-2db7-e43a-000000004d38 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-07 09:17:31.739682 | fa163e28-c234-2db7-e43a-000000004d38 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:53.127858 | 0.48s 2025-10-07 09:17:31.769644 | fa163e28-c234-2db7-e43a-000000004d39 | TASK | Enable and start tripleo-container-shutdown 2025-10-07 09:17:32.531721 | fa163e28-c234-2db7-e43a-000000004d39 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-07 09:17:32.532898 | fa163e28-c234-2db7-e43a-000000004d39 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:53.921081 | 0.76s 2025-10-07 09:17:32.552457 | fa163e28-c234-2db7-e43a-000000004d3a | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-07 09:17:33.059109 | fa163e28-c234-2db7-e43a-000000004d3a | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-07 09:17:33.059959 | fa163e28-c234-2db7-e43a-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:54.448142 | 0.51s 2025-10-07 09:17:33.079151 | fa163e28-c234-2db7-e43a-000000004d3b | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-07 09:17:33.512083 | fa163e28-c234-2db7-e43a-000000004d3b | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-07 09:17:33.513856 | fa163e28-c234-2db7-e43a-000000004d3b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:54.902026 | 0.43s 2025-10-07 09:17:33.545690 | fa163e28-c234-2db7-e43a-000000004d3c | TASK | Enable and start netns-placeholder 2025-10-07 09:17:34.397429 | fa163e28-c234-2db7-e43a-000000004d3c | CHANGED | Enable and start netns-placeholder | standalone 2025-10-07 09:17:34.399745 | fa163e28-c234-2db7-e43a-000000004d3c | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:55.787918 | 0.85s 2025-10-07 09:17:34.433127 | fa163e28-c234-2db7-e43a-000000004d02 | TASK | Update container configs with new config hashes 2025-10-07 09:17:34.496855 | fa163e28-c234-2db7-e43a-000000004d02 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:55.885018 | 0.06s 2025-10-07 09:17:34.522677 | 038305b7-bb07-4d37-836a-01ef06ad73bc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-07 09:17:34.555256 | fa163e28-c234-2db7-e43a-000000004d64 | TASK | Update config hashes for container startup configs 2025-10-07 09:17:34.856033 | fa163e28-c234-2db7-e43a-000000004d64 | OK | Update config hashes for container startup configs | standalone 2025-10-07 09:17:34.858802 | fa163e28-c234-2db7-e43a-000000004d64 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:56.246975 | 0.30s 2025-10-07 09:17:34.905358 | fa163e28-c234-2db7-e43a-000000004d03 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-07 09:17:34.969759 | fa163e28-c234-2db7-e43a-000000004d03 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:56.357930 | 0.06s 2025-10-07 09:17:34.992963 | 235e7732-a60d-4108-8232-e9a91e6d0bbc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 09:17:35.033012 | fa163e28-c234-2db7-e43a-000000004d83 | TASK | Gather podman infos 2025-10-07 09:17:36.863644 | fa163e28-c234-2db7-e43a-000000004d83 | OK | Gather podman infos | standalone 2025-10-07 09:17:36.865169 | fa163e28-c234-2db7-e43a-000000004d83 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:58.253342 | 1.83s 2025-10-07 09:17:36.980921 | fa163e28-c234-2db7-e43a-000000004d84 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-07 09:17:37.038749 | fa163e28-c234-2db7-e43a-000000004d84 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:58.426923 | 0.05s 2025-10-07 09:17:37.190600 | fa163e28-c234-2db7-e43a-000000004dcd | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:58.578759 | 0.11s 2025-10-07 09:17:37.250466 | fa163e28-c234-2db7-e43a-000000004d04 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-07 09:17:37.307874 | fa163e28-c234-2db7-e43a-000000004d04 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:58.696039 | 0.06s 2025-10-07 09:17:37.331806 | 05595693-952f-412c-a6bd-f59491ff8066 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 09:17:37.372880 | fa163e28-c234-2db7-e43a-000000004df3 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-07 09:17:58.712251 | fa163e28-c234-2db7-e43a-000000004df3 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-07 09:17:58.713078 | fa163e28-c234-2db7-e43a-000000004df3 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:20.101263 | 21.34s 2025-10-07 09:17:58.733487 | fa163e28-c234-2db7-e43a-000000004df4 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-07 09:20:00.757073 | fa163e28-c234-2db7-e43a-000000004df4 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-07 09:20:00.760250 | fa163e28-c234-2db7-e43a-000000004df4 | 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:22.148421 | 122.03s 2025-10-07 09:20:00.806368 | fa163e28-c234-2db7-e43a-000000004c5f | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-07 09:20:01.036576 | fa163e28-c234-2db7-e43a-000000004c5f | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-07 09:20:01.037929 | fa163e28-c234-2db7-e43a-000000004c5f | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:22.426099 | 0.23s 2025-10-07 09:20:01.087096 | fa163e28-c234-2db7-e43a-000000004c60 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-07 09:20:01.128591 | fa163e28-c234-2db7-e43a-000000004c60 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:22.516750 | 0.04s 2025-10-07 09:20:01.160543 | fa163e28-c234-2db7-e43a-000000004c61 | TASK | Include container-puppet tasks for step 4 2025-10-07 09:20:01.213409 | fa163e28-c234-2db7-e43a-000000004c61 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:22.601575 | 0.05s 2025-10-07 09:20:01.239726 | ebc81223-8889-4f5b-85bf-8f81189138f2 | INCLUDED | /root/standalone-ansible-7rzon_tu/host-container-puppet-tasks.yaml | standalone 2025-10-07 09:20:01.278827 | fa163e28-c234-2db7-e43a-000000004e3f | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-07 09:20:01.793854 | fa163e28-c234-2db7-e43a-000000004e3f | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-07 09:20:01.795970 | fa163e28-c234-2db7-e43a-000000004e3f | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:23.184141 | 0.52s 2025-10-07 09:20:01.861386 | fa163e28-c234-2db7-e43a-000000004e41 | TASK | Generate container puppet configs for step 4 2025-10-07 09:20:02.187511 | fa163e28-c234-2db7-e43a-000000004e41 | OK | Generate container puppet configs for step 4 | standalone 2025-10-07 09:20:02.188864 | fa163e28-c234-2db7-e43a-000000004e41 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:23.577040 | 0.33s 2025-10-07 09:20:02.220736 | fa163e28-c234-2db7-e43a-000000004e42 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-07 09:20:02.251590 | fa163e28-c234-2db7-e43a-000000004e42 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:23.639759 | 0.03s 2025-10-07 09:20:02.322754 | fa163e28-c234-2db7-e43a-000000004e71 | TASK | Gather variables for each operating system 2025-10-07 09:20:02.468696 | fa163e28-c234-2db7-e43a-000000004e71 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:23.856856 | 0.14s 2025-10-07 09:20:02.499797 | fa163e28-c234-2db7-e43a-000000004e72 | TASK | Create container logs path 2025-10-07 09:20:02.746046 | fa163e28-c234-2db7-e43a-000000004e72 | OK | Create container logs path | standalone 2025-10-07 09:20:02.747803 | fa163e28-c234-2db7-e43a-000000004e72 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:24.135973 | 0.25s 2025-10-07 09:20:02.783706 | fa163e28-c234-2db7-e43a-000000004e74 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-07 09:20:03.097222 | fa163e28-c234-2db7-e43a-000000004e74 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-07 09:20:03.098518 | fa163e28-c234-2db7-e43a-000000004e74 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:24.486693 | 0.31s 2025-10-07 09:20:03.129377 | fa163e28-c234-2db7-e43a-000000004e75 | TASK | Finalise hashes for all containers 2025-10-07 09:20:03.182413 | fa163e28-c234-2db7-e43a-000000004e75 | OK | Finalise hashes for all containers | standalone 2025-10-07 09:20:03.183678 | fa163e28-c234-2db7-e43a-000000004e75 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:24.571851 | 0.05s 2025-10-07 09:20:03.216040 | fa163e28-c234-2db7-e43a-000000004e77 | TASK | Manage systemd shutdown files 2025-10-07 09:20:03.263254 | fa163e28-c234-2db7-e43a-000000004e77 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 09:20:03.264665 | fa163e28-c234-2db7-e43a-000000004e77 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:24.652838 | 0.05s 2025-10-07 09:20:03.294906 | fa163e28-c234-2db7-e43a-000000004e79 | TASK | Update container configs with new config hashes 2025-10-07 09:20:03.346951 | fa163e28-c234-2db7-e43a-000000004e79 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 09:20:03.349462 | fa163e28-c234-2db7-e43a-000000004e79 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:24.737632 | 0.05s 2025-10-07 09:20:03.388536 | fa163e28-c234-2db7-e43a-000000004e7a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-07 09:20:03.439799 | fa163e28-c234-2db7-e43a-000000004e7a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-07 09:20:03.441180 | fa163e28-c234-2db7-e43a-000000004e7a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:24.829353 | 0.05s 2025-10-07 09:20:03.474338 | fa163e28-c234-2db7-e43a-000000004e7b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-07 09:20:03.530113 | fa163e28-c234-2db7-e43a-000000004e7b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-07 09:20:03.531605 | fa163e28-c234-2db7-e43a-000000004e7b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:24.919775 | 0.06s PLAY [External deployment step 5] ********************************************** 2025-10-07 09:20:03.697845 | fa163e28-c234-2db7-e43a-0000000000ea | TASK | External deployment step 5 2025-10-07 09:20:03.728632 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000ea') missing from stats 2025-10-07 09:20:03.791048 | fa163e28-c234-2db7-e43a-0000000000eb | TIMING | include_tasks | undercloud | 0:26:25.179205 | 0.04s 2025-10-07 09:20:03.804938 | 65f8168f-0d03-4c3d-85bc-cace0a0b599a | INCLUDED | /root/standalone-ansible-7rzon_tu/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-07 09:20:03.825894 | fa163e28-c234-2db7-e43a-000000004eca | TASK | Manage Cinder's default volume type 2025-10-07 09:20:16.678717 | fa163e28-c234-2db7-e43a-000000004eca | OK | Manage Cinder's default volume type | undercloud 2025-10-07 09:20:16.680544 | fa163e28-c234-2db7-e43a-000000004eca | TIMING | Manage Cinder's default volume type | undercloud | 0:26:38.068716 | 12.85s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-07 09:20:16.839070 | fa163e28-c234-2db7-e43a-0000000000ee | TASK | Deploy step tasks for 5 2025-10-07 09:20:16.873722 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000ee') missing from stats 2025-10-07 09:20:16.909820 | fa163e28-c234-2db7-e43a-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-07 09:20:17.447864 | fa163e28-c234-2db7-e43a-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-07 09:20:17.448926 | fa163e28-c234-2db7-e43a-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:38.837106 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 09:20:17.510172 | fa163e28-c234-2db7-e43a-0000000000f0 | TIMING | include_tasks | standalone | 0:26:38.898346 | 0.04s 2025-10-07 09:20:17.583998 | 5193dafa-dfd5-4caa-894e-1b29515d0caf | INCLUDED | /root/standalone-ansible-7rzon_tu/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-07 09:20:17.618566 | fa163e28-c234-2db7-e43a-000000004eed | TASK | Gather variables for each operating system 2025-10-07 09:20:17.738849 | fa163e28-c234-2db7-e43a-000000004eed | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:39.127017 | 0.12s 2025-10-07 09:20:17.763905 | fa163e28-c234-2db7-e43a-000000004eee | TASK | Detect if resource is being created or already exists 2025-10-07 09:20:18.594938 | fa163e28-c234-2db7-e43a-000000004eee | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 09:20:18.596469 | fa163e28-c234-2db7-e43a-000000004eee | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:39.984644 | 0.83s 2025-10-07 09:20:18.630684 | fa163e28-c234-2db7-e43a-000000004eef | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-07 09:20:41.078269 | fa163e28-c234-2db7-e43a-000000004eef | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-07 09:20:41.080260 | fa163e28-c234-2db7-e43a-000000004eef | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:27:02.468431 | 22.45s 2025-10-07 09:20:41.116813 | fa163e28-c234-2db7-e43a-000000004ef0 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-07 09:20:41.391225 | fa163e28-c234-2db7-e43a-000000004ef0 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-07 09:20:41.392932 | fa163e28-c234-2db7-e43a-000000004ef0 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:02.781106 | 0.27s 2025-10-07 09:20:41.431142 | fa163e28-c234-2db7-e43a-000000004ef1 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 09:20:41.825553 | fa163e28-c234-2db7-e43a-000000004ef1 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 09:20:41.826903 | fa163e28-c234-2db7-e43a-000000004ef1 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:03.215076 | 0.39s 2025-10-07 09:20:41.863355 | fa163e28-c234-2db7-e43a-000000004ef2 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-07 09:20:42.092593 | fa163e28-c234-2db7-e43a-000000004ef2 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-07 09:20:42.095064 | fa163e28-c234-2db7-e43a-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:27:03.483236 | 0.23s 2025-10-07 09:20:42.133541 | fa163e28-c234-2db7-e43a-000000004ef4 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-07 09:20:42.174359 | fa163e28-c234-2db7-e43a-000000004ef4 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-07 09:20:42.175913 | fa163e28-c234-2db7-e43a-000000004ef4 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:27:03.564093 | 0.04s 2025-10-07 09:20:42.200679 | fa163e28-c234-2db7-e43a-000000004ef5 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-07 09:20:42.230214 | fa163e28-c234-2db7-e43a-000000004ef5 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-07 09:20:42.231645 | fa163e28-c234-2db7-e43a-000000004ef5 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:27:03.619824 | 0.03s 2025-10-07 09:20:42.256957 | fa163e28-c234-2db7-e43a-000000004ef6 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-07 09:20:42.316926 | fa163e28-c234-2db7-e43a-000000004ef6 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-07 09:20:42.319596 | fa163e28-c234-2db7-e43a-000000004ef6 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:27:03.707659 | 0.06s 2025-10-07 09:20:42.356528 | fa163e28-c234-2db7-e43a-000000004ef7 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 09:20:42.418471 | fa163e28-c234-2db7-e43a-000000004ef7 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 09:20:42.420006 | fa163e28-c234-2db7-e43a-000000004ef7 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:03.808184 | 0.06s 2025-10-07 09:20:42.444753 | fa163e28-c234-2db7-e43a-000000004ef8 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-07 09:20:42.498295 | fa163e28-c234-2db7-e43a-000000004ef8 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-07 09:20:42.500007 | fa163e28-c234-2db7-e43a-000000004ef8 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:27:03.888186 | 0.05s 2025-10-07 09:20:42.543883 | fa163e28-c234-2db7-e43a-000000004f19 | TASK | Gather variables for each operating system 2025-10-07 09:20:42.659509 | fa163e28-c234-2db7-e43a-000000004f19 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:04.047679 | 0.11s 2025-10-07 09:20:42.683846 | fa163e28-c234-2db7-e43a-000000004f1a | TASK | Detect if resource is being created or already exists 2025-10-07 09:20:43.418218 | fa163e28-c234-2db7-e43a-000000004f1a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 09:20:43.420672 | fa163e28-c234-2db7-e43a-000000004f1a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:04.808851 | 0.74s 2025-10-07 09:20:43.446669 | fa163e28-c234-2db7-e43a-000000004f1b | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-07 09:21:06.154354 | fa163e28-c234-2db7-e43a-000000004f1b | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-07 09:21:06.155911 | fa163e28-c234-2db7-e43a-000000004f1b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:27.544090 | 22.71s 2025-10-07 09:21:06.184126 | fa163e28-c234-2db7-e43a-000000004f1c | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-07 09:21:06.433231 | fa163e28-c234-2db7-e43a-000000004f1c | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-07 09:21:06.434662 | fa163e28-c234-2db7-e43a-000000004f1c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:27.822836 | 0.25s 2025-10-07 09:21:06.468085 | fa163e28-c234-2db7-e43a-000000004f1d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 09:21:06.893614 | fa163e28-c234-2db7-e43a-000000004f1d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 09:21:06.895074 | fa163e28-c234-2db7-e43a-000000004f1d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:28.283248 | 0.43s 2025-10-07 09:21:06.926383 | fa163e28-c234-2db7-e43a-000000004f1e | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-07 09:21:07.159274 | fa163e28-c234-2db7-e43a-000000004f1e | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-07 09:21:07.160340 | fa163e28-c234-2db7-e43a-000000004f1e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:28.548520 | 0.23s 2025-10-07 09:21:07.185569 | fa163e28-c234-2db7-e43a-000000004f20 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-07 09:21:07.214831 | fa163e28-c234-2db7-e43a-000000004f20 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-07 09:21:07.215899 | fa163e28-c234-2db7-e43a-000000004f20 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:28.604079 | 0.03s 2025-10-07 09:21:07.241069 | fa163e28-c234-2db7-e43a-000000004f21 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-07 09:21:07.281181 | fa163e28-c234-2db7-e43a-000000004f21 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-07 09:21:07.282175 | fa163e28-c234-2db7-e43a-000000004f21 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:28.670354 | 0.04s 2025-10-07 09:21:07.306688 | fa163e28-c234-2db7-e43a-000000004f22 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-07 09:21:07.346545 | fa163e28-c234-2db7-e43a-000000004f22 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-07 09:21:07.347829 | fa163e28-c234-2db7-e43a-000000004f22 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:28.735959 | 0.04s 2025-10-07 09:21:07.382846 | fa163e28-c234-2db7-e43a-000000004f23 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 09:21:07.443843 | fa163e28-c234-2db7-e43a-000000004f23 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 09:21:07.445139 | fa163e28-c234-2db7-e43a-000000004f23 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:28.833312 | 0.06s 2025-10-07 09:21:07.478050 | fa163e28-c234-2db7-e43a-000000004f24 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-07 09:21:07.530493 | fa163e28-c234-2db7-e43a-000000004f24 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-07 09:21:07.531655 | fa163e28-c234-2db7-e43a-000000004f24 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:28.919835 | 0.05s 2025-10-07 09:21:07.576336 | fa163e28-c234-2db7-e43a-000000004f45 | TASK | Gather variables for each operating system 2025-10-07 09:21:07.699569 | fa163e28-c234-2db7-e43a-000000004f45 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:29.087728 | 0.12s 2025-10-07 09:21:07.736568 | fa163e28-c234-2db7-e43a-000000004f46 | TASK | Detect if resource is being created or already exists 2025-10-07 09:21:08.488874 | fa163e28-c234-2db7-e43a-000000004f46 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 09:21:08.490290 | fa163e28-c234-2db7-e43a-000000004f46 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:29.878464 | 0.75s 2025-10-07 09:21:08.522005 | fa163e28-c234-2db7-e43a-000000004f47 | TASK | Run init bundle puppet on the host for manila_share 2025-10-07 09:21:31.230198 | fa163e28-c234-2db7-e43a-000000004f47 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-07 09:21:31.231430 | fa163e28-c234-2db7-e43a-000000004f47 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:52.619611 | 22.71s 2025-10-07 09:21:31.258147 | fa163e28-c234-2db7-e43a-000000004f48 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-07 09:21:31.512931 | fa163e28-c234-2db7-e43a-000000004f48 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-07 09:21:31.514133 | fa163e28-c234-2db7-e43a-000000004f48 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:52.902313 | 0.25s 2025-10-07 09:21:31.534567 | fa163e28-c234-2db7-e43a-000000004f49 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 09:21:31.998843 | fa163e28-c234-2db7-e43a-000000004f49 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 09:21:31.999735 | fa163e28-c234-2db7-e43a-000000004f49 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:53.387919 | 0.46s 2025-10-07 09:21:32.020568 | fa163e28-c234-2db7-e43a-000000004f4a | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-07 09:21:32.240070 | fa163e28-c234-2db7-e43a-000000004f4a | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-07 09:21:32.241360 | fa163e28-c234-2db7-e43a-000000004f4a | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:53.629534 | 0.22s 2025-10-07 09:21:32.278066 | fa163e28-c234-2db7-e43a-000000004f4c | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-07 09:21:32.336949 | fa163e28-c234-2db7-e43a-000000004f4c | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-07 09:21:32.337839 | fa163e28-c234-2db7-e43a-000000004f4c | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:53.726020 | 0.06s 2025-10-07 09:21:32.362782 | fa163e28-c234-2db7-e43a-000000004f4d | TASK | Get container image tag from bundle openstack-manila-share 2025-10-07 09:21:32.419334 | fa163e28-c234-2db7-e43a-000000004f4d | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-07 09:21:32.420305 | fa163e28-c234-2db7-e43a-000000004f4d | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:53.808485 | 0.06s 2025-10-07 09:21:32.444519 | fa163e28-c234-2db7-e43a-000000004f4e | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-07 09:21:32.481688 | fa163e28-c234-2db7-e43a-000000004f4e | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-07 09:21:32.482821 | fa163e28-c234-2db7-e43a-000000004f4e | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:53.870996 | 0.04s 2025-10-07 09:21:32.508629 | fa163e28-c234-2db7-e43a-000000004f4f | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 09:21:32.547924 | fa163e28-c234-2db7-e43a-000000004f4f | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 09:21:32.549350 | fa163e28-c234-2db7-e43a-000000004f4f | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:53.937522 | 0.04s 2025-10-07 09:21:32.581597 | fa163e28-c234-2db7-e43a-000000004f50 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-07 09:21:32.643723 | fa163e28-c234-2db7-e43a-000000004f50 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-07 09:21:32.645132 | fa163e28-c234-2db7-e43a-000000004f50 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:54.033306 | 0.06s 2025-10-07 09:21:32.705309 | fa163e28-c234-2db7-e43a-000000004f71 | TASK | Run kolla_set_configs to copy ring files 2025-10-07 09:21:33.245344 | fa163e28-c234-2db7-e43a-000000004f71 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-07 09:21:33.247860 | fa163e28-c234-2db7-e43a-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:54.636033 | 0.54s 2025-10-07 09:21:33.257592 | fa163e28-c234-2db7-e43a-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:54.645770 | 0.55s 2025-10-07 09:21:33.286580 | fa163e28-c234-2db7-e43a-000000004f72 | TASK | Run kolla_set_configs to copy ring files 2025-10-07 09:21:33.614212 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-07 09:21:33.615756 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:55.003916 | 0.33s 2025-10-07 09:21:34.140728 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-07 09:21:34.141769 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:55.529951 | 0.85s 2025-10-07 09:21:34.409240 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-07 09:21:34.410301 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:55.798476 | 1.12s 2025-10-07 09:21:34.834625 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-07 09:21:34.836456 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:56.224633 | 1.55s 2025-10-07 09:21:35.121255 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-07 09:21:35.122465 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:56.510647 | 1.83s 2025-10-07 09:21:35.395418 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-07 09:21:35.396187 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:56.784371 | 2.11s 2025-10-07 09:21:35.897344 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-07 09:21:35.898579 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:57.286764 | 2.61s 2025-10-07 09:21:36.409044 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-07 09:21:36.410633 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:57.798815 | 3.12s 2025-10-07 09:21:36.727541 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-07 09:21:36.729248 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:58.117427 | 3.44s 2025-10-07 09:21:37.230710 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-07 09:21:37.232253 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:58.620416 | 3.94s 2025-10-07 09:21:37.555947 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-07 09:21:37.558121 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:58.946289 | 4.27s 2025-10-07 09:21:38.049698 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-07 09:21:38.051605 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:59.439780 | 4.76s 2025-10-07 09:21:38.484646 | fa163e28-c234-2db7-e43a-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-07 09:21:38.486218 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:59.874394 | 5.20s 2025-10-07 09:21:38.498804 | fa163e28-c234-2db7-e43a-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:59.886979 | 5.21s 2025-10-07 09:21:38.521169 | fa163e28-c234-2db7-e43a-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-07 09:21:38.730484 | fa163e28-c234-2db7-e43a-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-07 09:21:38.731907 | fa163e28-c234-2db7-e43a-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:28:00.120081 | 0.21s 2025-10-07 09:21:38.850468 | fa163e28-c234-2db7-e43a-0000000000f3 | TIMING | include_tasks | standalone | 0:28:00.238621 | 0.09s 2025-10-07 09:21:38.870212 | b365e5ed-2340-442c-a74b-fe130805e0cc | INCLUDED | /root/standalone-ansible-7rzon_tu/common_deploy_steps_tasks.yaml | standalone 2025-10-07 09:21:38.892624 | fa163e28-c234-2db7-e43a-000000004fef | TASK | Write the config_step hieradata 2025-10-07 09:21:39.385875 | fa163e28-c234-2db7-e43a-000000004fef | OK | Write the config_step hieradata | standalone 2025-10-07 09:21:39.386682 | fa163e28-c234-2db7-e43a-000000004fef | TIMING | Write the config_step hieradata | standalone | 0:28:00.774866 | 0.49s 2025-10-07 09:21:39.406676 | fa163e28-c234-2db7-e43a-000000004ff0 | TASK | Run puppet host configuration for step 5 2025-10-07 09:21:39.687804 | fa163e28-c234-2db7-e43a-000000004ff0 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-07 09:21:39.688805 | fa163e28-c234-2db7-e43a-000000004ff0 | TIMING | Run puppet host configuration for step 5 | standalone | 0:28:01.076986 | 0.28s 2025-10-07 09:21:39.712304 | fa163e28-c234-2db7-e43a-000000004ff1 | TASK | Wait for puppet host configuration to finish 2025-10-07 09:21:39.951512 | fa163e28-c234-2db7-e43a-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-07 09:21:50.169153 | fa163e28-c234-2db7-e43a-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-07 09:22:00.409041 | fa163e28-c234-2db7-e43a-000000004ff1 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-07 09:22:00.411082 | fa163e28-c234-2db7-e43a-000000004ff1 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:21.799248 | 20.70s 2025-10-07 09:22:00.444804 | fa163e28-c234-2db7-e43a-000000004ff2 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-07 09:22:00.529765 | fa163e28-c234-2db7-e43a-000000004ff2 | 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 7 09:21:39 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 7 09:21:44 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 7 09:21:44 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 7 09:21:44 puppet-user: (file & line not available)", "<13>Oct 7 09:21:44 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 7 09:21:44 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 7 09:21:44 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 7 09:21:44 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 7 09:21:44 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 7 09:21:44 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 7 09:21:44 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 7 09:21:45 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 7 09:21:45 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 7 09:21:45 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 7 09:21:45 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 7 09:21:45 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 7 09:21:45 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 7 09:21:45 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.55 seconds", "<13>Oct 7 09:21:49 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 7 09:21:51 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 7 09:21:53 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 7 09:21:53 puppet-user: Notice: Applied catalog in 8.28 seconds", "<13>Oct 7 09:21:53 puppet-user: Application:", "<13>Oct 7 09:21:53 puppet-user: Initial environment: production", "<13>Oct 7 09:21:53 puppet-user: Converged environment: production", "<13>Oct 7 09:21:53 puppet-user: Run mode: user", "<13>Oct 7 09:21:53 puppet-user: Changes:", "<13>Oct 7 09:21:53 puppet-user: Total: 2", "<13>Oct 7 09:21:53 puppet-user: Events:", "<13>Oct 7 09:21:53 puppet-user: Success: 2", "<13>Oct 7 09:21:53 puppet-user: Resources:", "<13>Oct 7 09:21:53 puppet-user: Changed: 2", "<13>Oct 7 09:21:53 puppet-user: Out of sync: 2", "<13>Oct 7 09:21:53 puppet-user: Total: 37", "<13>Oct 7 09:21:53 puppet-user: Time:", "<13>Oct 7 09:21:53 puppet-user: Schedule: 0.00", "<13>Oct 7 09:21:53 puppet-user: File line: 0.00", "<13>Oct 7 09:21:53 puppet-user: Package: 0.00", "<13>Oct 7 09:21:53 puppet-user: User: 0.01", "<13>Oct 7 09:21:53 puppet-user: Augeas: 0.01", "<13>Oct 7 09:21:53 puppet-user: File: 0.07", "<13>Oct 7 09:21:53 puppet-user: Service: 0.15", "<13>Oct 7 09:21:53 puppet-user: Config retrieval: 0.71", "<13>Oct 7 09:21:53 puppet-user: Pcmk property: 1.48", "<13>Oct 7 09:21:53 puppet-user: Last run: 1759828913", "<13>Oct 7 09:21:53 puppet-user: Exec: 2.07", "<13>Oct 7 09:21:53 puppet-user: Pcmk resource default: 2.14", "<13>Oct 7 09:21:53 puppet-user: Pcmk resource op default: 2.16", "<13>Oct 7 09:21:53 puppet-user: Transaction evaluation: 8.26", "<13>Oct 7 09:21:53 puppet-user: Catalog application: 8.28", "<13>Oct 7 09:21:53 puppet-user: Filebucket: 0.00", "<13>Oct 7 09:21:53 puppet-user: Total: 8.29", "<13>Oct 7 09:21:53 puppet-user: Version:", "<13>Oct 7 09:21:53 puppet-user: Config: 1759828904", "<13>Oct 7 09:21:53 puppet-user: Puppet: 7.10.0" ] } 2025-10-07 09:22:00.531432 | fa163e28-c234-2db7-e43a-000000004ff2 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:21.919606 | 0.08s 2025-10-07 09:22:00.562220 | fa163e28-c234-2db7-e43a-000000004ff3 | TASK | Pre-cache facts for puppet containers 2025-10-07 09:22:00.592610 | fa163e28-c234-2db7-e43a-000000004ff3 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:21.980772 | 0.03s 2025-10-07 09:22:00.663539 | fa163e28-c234-2db7-e43a-000000005032 | TASK | Gather variables for each operating system 2025-10-07 09:22:00.786665 | fa163e28-c234-2db7-e43a-000000005032 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:22.174822 | 0.12s 2025-10-07 09:22:00.819184 | fa163e28-c234-2db7-e43a-000000005033 | TASK | Create puppet caching structures 2025-10-07 09:22:01.086229 | fa163e28-c234-2db7-e43a-000000005033 | CHANGED | Create puppet caching structures | standalone 2025-10-07 09:22:01.087650 | fa163e28-c234-2db7-e43a-000000005033 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:22.475824 | 0.27s 2025-10-07 09:22:01.118202 | fa163e28-c234-2db7-e43a-000000005034 | TASK | Check for facter.conf 2025-10-07 09:22:01.372129 | fa163e28-c234-2db7-e43a-000000005034 | OK | Check for facter.conf | standalone 2025-10-07 09:22:01.374078 | fa163e28-c234-2db7-e43a-000000005034 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:22.762251 | 0.25s 2025-10-07 09:22:01.413701 | fa163e28-c234-2db7-e43a-000000005035 | TASK | Remove facter.conf if directory 2025-10-07 09:22:01.477217 | fa163e28-c234-2db7-e43a-000000005035 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-07 09:22:01.478650 | fa163e28-c234-2db7-e43a-000000005035 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:22.866820 | 0.06s 2025-10-07 09:22:01.510693 | fa163e28-c234-2db7-e43a-000000005036 | TASK | Write facter cache config 2025-10-07 09:22:02.014930 | fa163e28-c234-2db7-e43a-000000005036 | CHANGED | Write facter cache config | standalone 2025-10-07 09:22:02.016418 | fa163e28-c234-2db7-e43a-000000005036 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:23.404592 | 0.50s 2025-10-07 09:22:02.047306 | fa163e28-c234-2db7-e43a-000000005037 | TASK | Cleanup facter cache if exists 2025-10-07 09:22:02.326937 | fa163e28-c234-2db7-e43a-000000005037 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-07 09:22:02.328426 | fa163e28-c234-2db7-e43a-000000005037 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:23.716599 | 0.28s 2025-10-07 09:22:02.360198 | fa163e28-c234-2db7-e43a-000000005038 | TASK | Pre-cache facts 2025-10-07 09:22:02.897944 | fa163e28-c234-2db7-e43a-000000005038 | CHANGED | Pre-cache facts | standalone 2025-10-07 09:22:02.898743 | fa163e28-c234-2db7-e43a-000000005038 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:24.286926 | 0.54s 2025-10-07 09:22:02.921786 | fa163e28-c234-2db7-e43a-000000005039 | TASK | Failed deployment if facter fails 2025-10-07 09:22:02.958655 | fa163e28-c234-2db7-e43a-000000005039 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-07 09:22:02.959410 | fa163e28-c234-2db7-e43a-000000005039 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:24.347592 | 0.04s 2025-10-07 09:22:02.986793 | fa163e28-c234-2db7-e43a-00000000503a | TASK | Sync cached facts 2025-10-07 09:22:03.310297 | fa163e28-c234-2db7-e43a-00000000503a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e28-c234-2db7-e43a-00000000503a') missing from stats 2025-10-07 09:22:03.376883 | fa163e28-c234-2db7-e43a-000000004ff4 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-07 09:22:03.428320 | fa163e28-c234-2db7-e43a-000000004ff4 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-07 09:22:03.429781 | fa163e28-c234-2db7-e43a-000000004ff4 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:24.817953 | 0.05s 2025-10-07 09:22:03.464349 | fa163e28-c234-2db7-e43a-000000004ff6 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-07 09:22:03.495048 | fa163e28-c234-2db7-e43a-000000004ff6 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:24.883220 | 0.03s 2025-10-07 09:22:03.554911 | fa163e28-c234-2db7-e43a-000000005091 | TASK | Gather variables for each operating system 2025-10-07 09:22:03.721203 | fa163e28-c234-2db7-e43a-000000005091 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:25.109354 | 0.17s 2025-10-07 09:22:03.756224 | fa163e28-c234-2db7-e43a-000000005092 | TASK | Create container logs path 2025-10-07 09:22:03.995471 | fa163e28-c234-2db7-e43a-000000005092 | OK | Create container logs path | standalone 2025-10-07 09:22:03.997175 | fa163e28-c234-2db7-e43a-000000005092 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:25.385345 | 0.24s 2025-10-07 09:22:04.030051 | fa163e28-c234-2db7-e43a-000000005094 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-07 09:22:04.310015 | fa163e28-c234-2db7-e43a-000000005094 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-07 09:22:04.311340 | fa163e28-c234-2db7-e43a-000000005094 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:25.699515 | 0.28s 2025-10-07 09:22:04.343600 | fa163e28-c234-2db7-e43a-000000005095 | TASK | Finalise hashes for all containers 2025-10-07 09:22:04.415092 | fa163e28-c234-2db7-e43a-000000005095 | OK | Finalise hashes for all containers | standalone 2025-10-07 09:22:04.416316 | fa163e28-c234-2db7-e43a-000000005095 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:25.804492 | 0.07s 2025-10-07 09:22:04.440280 | fa163e28-c234-2db7-e43a-000000005097 | TASK | Manage systemd shutdown files 2025-10-07 09:22:04.467109 | fa163e28-c234-2db7-e43a-000000005097 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:25.855284 | 0.03s 2025-10-07 09:22:04.486933 | 3084dd00-688a-4c3a-9af9-458d750108a8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-07 09:22:04.514426 | fa163e28-c234-2db7-e43a-0000000050ca | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-07 09:22:04.741313 | fa163e28-c234-2db7-e43a-0000000050ca | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-07 09:22:04.744222 | fa163e28-c234-2db7-e43a-0000000050ca | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:26.132393 | 0.23s 2025-10-07 09:22:04.777935 | fa163e28-c234-2db7-e43a-0000000050cb | TASK | Set podman_drop_in fact 2025-10-07 09:22:04.822341 | fa163e28-c234-2db7-e43a-0000000050cb | OK | Set podman_drop_in fact | standalone 2025-10-07 09:22:04.825179 | fa163e28-c234-2db7-e43a-0000000050cb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:26.213344 | 0.04s 2025-10-07 09:22:04.864057 | fa163e28-c234-2db7-e43a-0000000050cd | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-07 09:22:05.371001 | fa163e28-c234-2db7-e43a-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-07 09:22:05.372662 | fa163e28-c234-2db7-e43a-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:26.760830 | 0.51s 2025-10-07 09:22:05.891150 | fa163e28-c234-2db7-e43a-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-07 09:22:05.893551 | fa163e28-c234-2db7-e43a-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:27.281718 | 1.03s 2025-10-07 09:22:05.903009 | fa163e28-c234-2db7-e43a-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:27.291185 | 1.04s 2025-10-07 09:22:05.927459 | fa163e28-c234-2db7-e43a-0000000050ce | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-07 09:22:06.458401 | fa163e28-c234-2db7-e43a-0000000050ce | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-07 09:22:06.459311 | fa163e28-c234-2db7-e43a-0000000050ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:27.847495 | 0.53s 2025-10-07 09:22:06.478524 | fa163e28-c234-2db7-e43a-0000000050cf | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-07 09:22:06.958906 | fa163e28-c234-2db7-e43a-0000000050cf | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-07 09:22:06.960204 | fa163e28-c234-2db7-e43a-0000000050cf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:28.348379 | 0.48s 2025-10-07 09:22:06.992519 | fa163e28-c234-2db7-e43a-0000000050d0 | TASK | Enable and start tripleo-container-shutdown 2025-10-07 09:22:07.991935 | fa163e28-c234-2db7-e43a-0000000050d0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-07 09:22:07.994095 | fa163e28-c234-2db7-e43a-0000000050d0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:29.382267 | 1.00s 2025-10-07 09:22:08.026325 | fa163e28-c234-2db7-e43a-0000000050d1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-07 09:22:08.525521 | fa163e28-c234-2db7-e43a-0000000050d1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-07 09:22:08.527115 | fa163e28-c234-2db7-e43a-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:29.915288 | 0.50s 2025-10-07 09:22:08.558811 | fa163e28-c234-2db7-e43a-0000000050d2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-07 09:22:09.008392 | fa163e28-c234-2db7-e43a-0000000050d2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-07 09:22:09.009911 | fa163e28-c234-2db7-e43a-0000000050d2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:30.398085 | 0.45s 2025-10-07 09:22:09.040245 | fa163e28-c234-2db7-e43a-0000000050d3 | TASK | Enable and start netns-placeholder 2025-10-07 09:22:10.135439 | fa163e28-c234-2db7-e43a-0000000050d3 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-07 09:22:10.137575 | fa163e28-c234-2db7-e43a-0000000050d3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:31.525749 | 1.10s 2025-10-07 09:22:10.168895 | fa163e28-c234-2db7-e43a-000000005099 | TASK | Update container configs with new config hashes 2025-10-07 09:22:10.213916 | fa163e28-c234-2db7-e43a-000000005099 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:31.602084 | 0.04s 2025-10-07 09:22:10.235237 | 688fc433-4404-49a7-978a-4ab48456b124 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-07 09:22:10.272335 | fa163e28-c234-2db7-e43a-0000000050fb | TASK | Update config hashes for container startup configs 2025-10-07 09:22:10.568228 | fa163e28-c234-2db7-e43a-0000000050fb | OK | Update config hashes for container startup configs | standalone 2025-10-07 09:22:10.569685 | fa163e28-c234-2db7-e43a-0000000050fb | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:31.957855 | 0.29s 2025-10-07 09:22:10.603297 | fa163e28-c234-2db7-e43a-00000000509a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-07 09:22:10.645631 | fa163e28-c234-2db7-e43a-00000000509a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:32.033793 | 0.04s 2025-10-07 09:22:10.670999 | 919de869-7a14-4ab3-b7bb-3dff87638acf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 09:22:10.702653 | fa163e28-c234-2db7-e43a-00000000511a | TASK | Gather podman infos 2025-10-07 09:22:12.902921 | fa163e28-c234-2db7-e43a-00000000511a | OK | Gather podman infos | standalone 2025-10-07 09:22:12.904330 | fa163e28-c234-2db7-e43a-00000000511a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:34.292500 | 2.20s 2025-10-07 09:22:13.052586 | fa163e28-c234-2db7-e43a-00000000511b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-07 09:22:13.139173 | fa163e28-c234-2db7-e43a-00000000511b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:34.527337 | 0.08s 2025-10-07 09:22:13.299778 | fa163e28-c234-2db7-e43a-000000005164 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:34.687946 | 0.10s 2025-10-07 09:22:13.356296 | fa163e28-c234-2db7-e43a-00000000509b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-07 09:22:13.398900 | fa163e28-c234-2db7-e43a-00000000509b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:34.787063 | 0.04s 2025-10-07 09:22:13.415832 | 9ae8c73b-2603-4614-9bbc-f6779e77d53b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 09:22:13.444931 | fa163e28-c234-2db7-e43a-00000000518a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-07 09:22:39.097402 | fa163e28-c234-2db7-e43a-00000000518a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-07 09:22:39.099887 | fa163e28-c234-2db7-e43a-00000000518a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:00.488057 | 25.65s 2025-10-07 09:22:39.172937 | fa163e28-c234-2db7-e43a-00000000518b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-07 09:23:04.338646 | fa163e28-c234-2db7-e43a-00000000518b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-07 09:23:04.339567 | fa163e28-c234-2db7-e43a-00000000518b | 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:25.727751 | 25.17s 2025-10-07 09:23:04.417070 | fa163e28-c234-2db7-e43a-000000004ff8 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-07 09:23:04.624325 | fa163e28-c234-2db7-e43a-000000004ff8 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-07 09:23:04.625155 | fa163e28-c234-2db7-e43a-000000004ff8 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:26.013338 | 0.21s 2025-10-07 09:23:04.657517 | fa163e28-c234-2db7-e43a-000000004ff9 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-07 09:23:04.694749 | fa163e28-c234-2db7-e43a-000000004ff9 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:26.082911 | 0.04s 2025-10-07 09:23:04.716207 | fa163e28-c234-2db7-e43a-000000004ffa | TASK | Include container-puppet tasks for step 5 2025-10-07 09:23:04.743256 | fa163e28-c234-2db7-e43a-000000004ffa | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:26.131431 | 0.03s 2025-10-07 09:23:04.756103 | f5a25ab3-2ec2-4c61-bae3-5699fd176bb6 | INCLUDED | /root/standalone-ansible-7rzon_tu/host-container-puppet-tasks.yaml | standalone 2025-10-07 09:23:04.787030 | fa163e28-c234-2db7-e43a-0000000051d6 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-07 09:23:05.255590 | fa163e28-c234-2db7-e43a-0000000051d6 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-07 09:23:05.256955 | fa163e28-c234-2db7-e43a-0000000051d6 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:26.645130 | 0.47s 2025-10-07 09:23:05.291134 | fa163e28-c234-2db7-e43a-0000000051d8 | TASK | Generate container puppet configs for step 5 2025-10-07 09:23:05.591470 | fa163e28-c234-2db7-e43a-0000000051d8 | OK | Generate container puppet configs for step 5 | standalone 2025-10-07 09:23:05.592774 | fa163e28-c234-2db7-e43a-0000000051d8 | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:26.980949 | 0.30s 2025-10-07 09:23:05.626173 | fa163e28-c234-2db7-e43a-0000000051d9 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-07 09:23:05.649182 | fa163e28-c234-2db7-e43a-0000000051d9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:27.037350 | 0.02s 2025-10-07 09:23:05.719405 | fa163e28-c234-2db7-e43a-000000005208 | TASK | Gather variables for each operating system 2025-10-07 09:23:05.844784 | fa163e28-c234-2db7-e43a-000000005208 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:27.232943 | 0.12s 2025-10-07 09:23:05.876145 | fa163e28-c234-2db7-e43a-000000005209 | TASK | Create container logs path 2025-10-07 09:23:06.132855 | fa163e28-c234-2db7-e43a-000000005209 | OK | Create container logs path | standalone 2025-10-07 09:23:06.133964 | fa163e28-c234-2db7-e43a-000000005209 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:27.522142 | 0.26s 2025-10-07 09:23:06.158427 | fa163e28-c234-2db7-e43a-00000000520b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-07 09:23:06.373681 | fa163e28-c234-2db7-e43a-00000000520b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-07 09:23:06.374867 | fa163e28-c234-2db7-e43a-00000000520b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:27.763048 | 0.22s 2025-10-07 09:23:06.398629 | fa163e28-c234-2db7-e43a-00000000520c | TASK | Finalise hashes for all containers 2025-10-07 09:23:06.428406 | fa163e28-c234-2db7-e43a-00000000520c | OK | Finalise hashes for all containers | standalone 2025-10-07 09:23:06.429422 | fa163e28-c234-2db7-e43a-00000000520c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:27.817602 | 0.03s 2025-10-07 09:23:06.454276 | fa163e28-c234-2db7-e43a-00000000520e | TASK | Manage systemd shutdown files 2025-10-07 09:23:06.483192 | fa163e28-c234-2db7-e43a-00000000520e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 09:23:06.484128 | fa163e28-c234-2db7-e43a-00000000520e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:27.872309 | 0.03s 2025-10-07 09:23:06.509010 | fa163e28-c234-2db7-e43a-000000005210 | TASK | Update container configs with new config hashes 2025-10-07 09:23:06.550329 | fa163e28-c234-2db7-e43a-000000005210 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 09:23:06.551595 | fa163e28-c234-2db7-e43a-000000005210 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:27.939771 | 0.04s 2025-10-07 09:23:06.580374 | fa163e28-c234-2db7-e43a-000000005211 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-07 09:23:06.648267 | fa163e28-c234-2db7-e43a-000000005211 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-07 09:23:06.649762 | fa163e28-c234-2db7-e43a-000000005211 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:28.037937 | 0.07s 2025-10-07 09:23:06.683217 | fa163e28-c234-2db7-e43a-000000005212 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-07 09:23:06.724270 | fa163e28-c234-2db7-e43a-000000005212 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-07 09:23:06.725309 | fa163e28-c234-2db7-e43a-000000005212 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:28.113487 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-10-07 09:23:06.936708 | fa163e28-c234-2db7-e43a-0000000000f7 | TASK | Server Post Deployments 2025-10-07 09:23:06.963195 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000f7') missing from stats 2025-10-07 09:23:07.026702 | fa163e28-c234-2db7-e43a-0000000000f8 | TIMING | include_tasks | standalone | 0:29:28.414868 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-07 09:23:07.156457 | fa163e28-c234-2db7-e43a-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-07 09:23:07.204892 | fa163e28-c234-2db7-e43a-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', 'fa163e28-c234-2db7-e43a-0000000000fc') missing from stats 2025-10-07 09:23:07.223994 | fa163e28-c234-2db7-e43a-000000000100 | TASK | is additonal Cell? 2025-10-07 09:23:07.258836 | fa163e28-c234-2db7-e43a-000000000100 | OK | is additonal Cell? | undercloud 2025-10-07 09:23:07.260233 | fa163e28-c234-2db7-e43a-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:28.648405 | 0.04s 2025-10-07 09:23:07.283223 | fa163e28-c234-2db7-e43a-000000000102 | TASK | discover via nova_manager? 2025-10-07 09:23:07.344854 | fa163e28-c234-2db7-e43a-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-07 09:23:07.346207 | fa163e28-c234-2db7-e43a-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:28.734382 | 0.06s 2025-10-07 09:23:07.368245 | fa163e28-c234-2db7-e43a-000000000103 | TASK | discover via nova_api? 2025-10-07 09:23:07.428825 | fa163e28-c234-2db7-e43a-000000000103 | OK | discover via nova_api? | undercloud 2025-10-07 09:23:07.429657 | fa163e28-c234-2db7-e43a-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:28.817838 | 0.06s 2025-10-07 09:23:07.443293 | fa163e28-c234-2db7-e43a-000000000104 | TASK | Warn if no discovery host available 2025-10-07 09:23:07.482411 | fa163e28-c234-2db7-e43a-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-07 09:23:07.483334 | fa163e28-c234-2db7-e43a-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:28.871513 | 0.04s 2025-10-07 09:23:07.514721 | fa163e28-c234-2db7-e43a-000000000105 | TASK | Discovering nova hosts 2025-10-07 09:23:10.116022 | fa163e28-c234-2db7-e43a-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e28-c234-2db7-e43a-000000000105') missing from stats 2025-10-07 09:23:10.188497 | fa163e28-c234-2db7-e43a-000000000106 | OK | set_fact | undercloud 2025-10-07 09:23:10.189478 | fa163e28-c234-2db7-e43a-000000000106 | TIMING | set_fact | undercloud | 0:29:31.577655 | 0.06s 2025-10-07 09:23:10.204714 | fa163e28-c234-2db7-e43a-000000000108 | TASK | Set up group_vars 2025-10-07 09:23:10.240674 | fa163e28-c234-2db7-e43a-000000000108 | OK | Set up group_vars | undercloud 2025-10-07 09:23:10.241822 | fa163e28-c234-2db7-e43a-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:31.629997 | 0.04s 2025-10-07 09:23:10.259539 | fa163e28-c234-2db7-e43a-000000000109 | TASK | Make needed directories on the undercloud 2025-10-07 09:23:10.478096 | fa163e28-c234-2db7-e43a-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-7rzon_tu/octavia-ansible 2025-10-07 09:23:10.479050 | fa163e28-c234-2db7-e43a-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:31.867231 | 0.22s 2025-10-07 09:23:10.647504 | fa163e28-c234-2db7-e43a-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-7rzon_tu/octavia-ansible/local_dir 2025-10-07 09:23:10.648281 | fa163e28-c234-2db7-e43a-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:32.036465 | 0.39s 2025-10-07 09:23:10.823666 | fa163e28-c234-2db7-e43a-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-7rzon_tu/octavia-ansible/group_vars 2025-10-07 09:23:10.824867 | fa163e28-c234-2db7-e43a-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:32.213042 | 0.56s 2025-10-07 09:23:10.836678 | fa163e28-c234-2db7-e43a-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:32.224725 | 0.57s 2025-10-07 09:23:10.854172 | fa163e28-c234-2db7-e43a-00000000010a | TASK | Write group_vars file 2025-10-07 09:23:11.275304 | fa163e28-c234-2db7-e43a-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-07 09:23:11.276211 | fa163e28-c234-2db7-e43a-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:32.664394 | 0.42s 2025-10-07 09:23:11.300129 | fa163e28-c234-2db7-e43a-00000000010b | TASK | Gather missing facts 2025-10-07 09:23:11.662272 | fa163e28-c234-2db7-e43a-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e28-c234-2db7-e43a-00000000010b') missing from stats 2025-10-07 09:23:11.673926 | fa163e28-c234-2db7-e43a-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:33.062100 | 0.37s 2025-10-07 09:23:11.690627 | fa163e28-c234-2db7-e43a-00000000010c | TASK | Write octavia inventory 2025-10-07 09:23:12.248144 | fa163e28-c234-2db7-e43a-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-07 09:23:12.249575 | fa163e28-c234-2db7-e43a-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:33.637752 | 0.56s 2025-10-07 09:23:12.265864 | fa163e28-c234-2db7-e43a-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-07 09:23:12.492059 | fa163e28-c234-2db7-e43a-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-07 09:23:12.492797 | fa163e28-c234-2db7-e43a-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:33.880980 | 0.23s 2025-10-07 09:23:12.506621 | fa163e28-c234-2db7-e43a-00000000010e | TASK | Set private key location 2025-10-07 09:23:12.542814 | fa163e28-c234-2db7-e43a-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-07 09:23:12.543608 | fa163e28-c234-2db7-e43a-00000000010e | TIMING | Set private key location | undercloud | 0:29:33.931790 | 0.04s 2025-10-07 09:23:12.557478 | fa163e28-c234-2db7-e43a-00000000010f | TASK | Configure octavia command 2025-10-07 09:23:12.593538 | fa163e28-c234-2db7-e43a-00000000010f | OK | Configure octavia command | undercloud 2025-10-07 09:23:12.594563 | fa163e28-c234-2db7-e43a-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:33.982741 | 0.04s 2025-10-07 09:23:12.644861 | fa163e28-c234-2db7-e43a-000000000110 | OK | set_fact | undercloud 2025-10-07 09:23:12.645847 | fa163e28-c234-2db7-e43a-000000000110 | TIMING | set_fact | undercloud | 0:29:34.034027 | 0.04s 2025-10-07 09:23:12.697273 | fa163e28-c234-2db7-e43a-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-7rzon_tu/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-7rzon_tu/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-7rzon_tu/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-07 09:23:12.698407 | fa163e28-c234-2db7-e43a-000000000111 | TIMING | debug | undercloud | 0:29:34.086584 | 0.04s 2025-10-07 09:23:12.716529 | fa163e28-c234-2db7-e43a-000000000112 | TASK | Configure octavia on overcloud 2025-10-07 09:27:03.606679 | fa163e28-c234-2db7-e43a-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-07 09:27:03.608509 | fa163e28-c234-2db7-e43a-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:24.996692 | 230.89s 2025-10-07 09:27:03.624321 | fa163e28-c234-2db7-e43a-000000000113 | TASK | Purge temp dirs 2025-10-07 09:27:03.891599 | fa163e28-c234-2db7-e43a-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-7rzon_tu/octavia-ansible/local_dir 2025-10-07 09:27:03.892531 | fa163e28-c234-2db7-e43a-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:25.280710 | 0.27s 2025-10-07 09:27:03.896285 | fa163e28-c234-2db7-e43a-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:25.284454 | 0.27s 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-07 09:27:03.968931 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 09:27:03.970126 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 09:27:03.970712 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:25.358890 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 09:27:03.971413 | UUID | Info | Host | Task Name | Run Time 2025-10-07 09:27:03.971954 | fa163e28-c234-2db7-e43a-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 307.40s 2025-10-07 09:27:03.972691 | fa163e28-c234-2db7-e43a-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 230.89s 2025-10-07 09:27:03.973280 | fa163e28-c234-2db7-e43a-000000004df4 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 122.03s 2025-10-07 09:27:03.974011 | fa163e28-c234-2db7-e43a-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 104.39s 2025-10-07 09:27:03.974560 | fa163e28-c234-2db7-e43a-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.63s 2025-10-07 09:27:03.975264 | fa163e28-c234-2db7-e43a-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 56.05s 2025-10-07 09:27:03.975918 | fa163e28-c234-2db7-e43a-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 55.64s 2025-10-07 09:27:03.976541 | fa163e28-c234-2db7-e43a-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.69s 2025-10-07 09:27:03.977205 | fa163e28-c234-2db7-e43a-000000003c13 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 32.38s 2025-10-07 09:27:03.977781 | fa163e28-c234-2db7-e43a-000000004c58 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.91s 2025-10-07 09:27:03.978837 | fa163e28-c234-2db7-e43a-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.81s 2025-10-07 09:27:03.979513 | fa163e28-c234-2db7-e43a-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.90s 2025-10-07 09:27:03.980103 | fa163e28-c234-2db7-e43a-00000000518a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.65s 2025-10-07 09:27:03.980748 | fa163e28-c234-2db7-e43a-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.33s 2025-10-07 09:27:03.981352 | fa163e28-c234-2db7-e43a-00000000518b | 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.17s 2025-10-07 09:27:03.982119 | fa163e28-c234-2db7-e43a-000000004f47 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.71s 2025-10-07 09:27:03.982728 | fa163e28-c234-2db7-e43a-000000004f1b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.71s 2025-10-07 09:27:03.983374 | fa163e28-c234-2db7-e43a-000000004eef | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.45s 2025-10-07 09:27:03.984062 | fa163e28-c234-2db7-e43a-000000004df3 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.34s 2025-10-07 09:27:03.984601 | fa163e28-c234-2db7-e43a-00000000350b | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.71s 2025-10-07 09:27:03.985265 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-7rzon_tu Install artifact is located at /root/standalone-install-20251007092704.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.ZAsDJIc2Dd + exit 0 ~/ci-framework-data/artifacts