~/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.JduIpeOrg4 + 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.JduIpeOrg4/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.JduIpeOrg4/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.JduIpeOrg4 + J2_VARS_FILE=/tmp/tmp.JduIpeOrg4/tmp.RvsVVcntZP.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.JduIpeOrg4/tmp.RvsVVcntZP.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.JduIpeOrg4/tmp.RvsVVcntZP.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.JduIpeOrg4/tmp.RvsVVcntZP.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.JduIpeOrg4/tmp.RvsVVcntZP.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.JduIpeOrg4/tmp.RvsVVcntZP.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.JduIpeOrg4/tmp.RvsVVcntZP.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.JduIpeOrg4/tmp.RvsVVcntZP.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.JduIpeOrg4/tmp.RvsVVcntZP.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.JduIpeOrg4/tmp.RvsVVcntZP.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.JduIpeOrg4/tmp.RvsVVcntZP.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.JduIpeOrg4/tmp.RvsVVcntZP.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.JduIpeOrg4/tmp.RvsVVcntZP.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.JduIpeOrg4/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.JduIpeOrg4/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.JduIpeOrg4/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.JduIpeOrg4/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.JduIpeOrg4/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 7.1 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-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): ansible-collection-ansible-posix-1.2.0 1.1 MB/s | 124 kB 00:00 (2/399): ansible-collection-ansible-utils-2.3.0 785 kB/s | 91 kB 00:00 (3/399): ansible-collection-ansible-netcommon-2 1.5 MB/s | 181 kB 00:00 (4/399): heat-cfntools-1.4.2-6.1.el9ost.noarch. 1.9 MB/s | 77 kB 00:00 (5/399): golang-github-vbatts-tar-split-0.11.1- 11 MB/s | 1.0 MB 00:00 (6/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.4 MB/s | 162 kB 00:00 (7/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.9 MB/s | 178 kB 00:00 (8/399): puppet-fdio-18.2-1.20220727113954.6fd1 590 kB/s | 25 kB 00:00 (9/399): ansible-collection-community-general-4 5.9 MB/s | 1.3 MB 00:00 (10/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 1.1 MB/s | 44 kB 00:00 (11/399): python3-ansible-runner-2.0.0a1-3.el9o 1.1 MB/s | 122 kB 00:00 (12/399): python3-beautifulsoup4-4.9.3-2.el9ost 3.0 MB/s | 204 kB 00:00 (13/399): python3-daemon-2.3.0-1.el9ost.noarch. 868 kB/s | 39 kB 00:00 (14/399): python3-croniter-0.3.35-2.el9ost.noar 406 kB/s | 49 kB 00:00 (15/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 1.0 MB/s | 44 kB 00:00 (16/399): python3-docutils-0.16-6.el9ost.noarch 12 MB/s | 1.5 MB 00:00 (17/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 2.1 MB/s | 107 kB 00:00 (18/399): python3-gevent-21.1.2-2.el9ost.x86_64 17 MB/s | 1.6 MB 00:00 (19/399): python3-jmespath-0.10.0-1.el9ost.noar 805 kB/s | 46 kB 00:00 (20/399): python3-jeepney-0.6.0-2.el9ost.noarch 3.2 MB/s | 284 kB 00:00 (21/399): python3-logutils-0.3.5-15.el9ost.noar 1.2 MB/s | 47 kB 00:00 (22/399): python3-lockfile-0.12.2-2.el9ost.noar 424 kB/s | 31 kB 00:00 (23/399): python3-memcached-1.59-3.el9ost.noarc 647 kB/s | 40 kB 00:00 (24/399): python3-migrate-0.13.0-1.el9ost.noarc 4.1 MB/s | 224 kB 00:00 (25/399): python3-mimeparse-1.6.0-16.el9ost.noa 363 kB/s | 16 kB 00:00 (26/399): python3-pecan-1.4.0-2.el9ost.noarch.r 5.4 MB/s | 273 kB 00:00 (27/399): python3-passlib-1.7.4-3.el9ost.noarch 11 MB/s | 712 kB 00:00 (28/399): python3-natsort-7.1.1-2.el9ost.noarch 632 kB/s | 59 kB 00:00 (29/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 1.2 MB/s | 90 kB 00:00 (30/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 1.3 MB/s | 111 kB 00:00 (31/399): python3-pyperclip-1.8.0-3.el9ost.noar 279 kB/s | 25 kB 00:00 (32/399): python3-smmap-3.0.1-4.el9ost.noarch.r 985 kB/s | 47 kB 00:00 (33/399): python3-soupsieve-2.2-1.el9ost.noarch 1.0 MB/s | 67 kB 00:00 (34/399): python3-setproctitle-1.2.2-1.el9ost.x 160 kB/s | 23 kB 00:00 (35/399): python3-tenacity-6.3.1-1.el9ost.noarc 1.0 MB/s | 51 kB 00:00 (36/399): python3-sqlalchemy13-1.3.24-3.el9ost. 16 MB/s | 1.7 MB 00:00 (37/399): python3-webtest-2.0.35-6.el9ost.noarc 1.4 MB/s | 82 kB 00:00 (38/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 5.8 MB/s | 396 kB 00:00 (39/399): rubygem-concurrent-ruby-1.1.5-2.el9os 5.4 MB/s | 243 kB 00:00 (40/399): python3-zope-interface-5.4.0-1.el9ost 2.5 MB/s | 202 kB 00:00 (41/399): python3-zope-event-4.2.0-20.el9ost.no 1.8 MB/s | 205 kB 00:00 (42/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 782 kB/s | 34 kB 00:00 (43/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 1.7 MB/s | 90 kB 00:00 (44/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 165 kB/s | 14 kB 00:00 (45/399): rubygem-multi_json-1.15.0-2.el9ost.no 546 kB/s | 22 kB 00:00 (46/399): rubygem-semantic_puppet-1.0.4-2.el9os 551 kB/s | 21 kB 00:00 (47/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 390 kB/s | 16 kB 00:00 (48/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 9.9 MB/s | 433 kB 00:00 (49/399): ansible-config_template-2.0.1-17.1.20 621 kB/s | 29 kB 00:00 (50/399): rubygem-puppet-resource_api-1.8.13-1. 273 kB/s | 34 kB 00:00 (51/399): ansible-role-atos-hsm-1.0.1-17.1.2023 402 kB/s | 17 kB 00:00 (52/399): ansible-role-chrony-1.3.1-17.1.202306 577 kB/s | 22 kB 00:00 (53/399): ansible-role-collectd-config-0.0.3-17 1.0 MB/s | 53 kB 00:00 (54/399): ansible-role-container-registry-1.4.1 596 kB/s | 24 kB 00:00 (55/399): ansible-role-redhat-subscription-1.3. 792 kB/s | 28 kB 00:00 (56/399): ansible-role-openstack-operations-0.0 325 kB/s | 30 kB 00:00 (57/399): ansible-role-qdr-config-0.0.2-17.1.20 286 kB/s | 21 kB 00:00 (58/399): ansible-role-tripleo-modify-image-1.5 770 kB/s | 27 kB 00:00 (59/399): ansible-role-thales-hsm-3.0.1-17.1.20 260 kB/s | 21 kB 00:00 (60/399): ansible-tripleo-ipsec-11.0.1-17.1.202 812 kB/s | 38 kB 00:00 (61/399): dib-utils-0.0.11-17.1.20230620173328. 265 kB/s | 12 kB 00:00 (62/399): openstack-heat-agents-2.2.1-17.1.2023 206 kB/s | 9.6 kB 00:00 (63/399): ansible-tripleo-ipa-0.3.1-17.1.202306 273 kB/s | 36 kB 00:00 (64/399): os-apply-config-13.1.1-17.1.202310200 1.1 MB/s | 54 kB 00:00 (65/399): os-collect-config-13.1.1-17.1.2023102 1.2 MB/s | 50 kB 00:00 (66/399): puppet-aodh-18.4.2-17.1.2023062015121 1.3 MB/s | 62 kB 00:00 (67/399): os-refresh-config-13.1.1-17.1.2023102 250 kB/s | 21 kB 00:00 (68/399): puppet-archive-4.6.1-17.1.20230620181 973 kB/s | 44 kB 00:00 (69/399): puppet-apache-6.5.2-17.1.202306210011 2.9 MB/s | 259 kB 00:00 (70/399): puppet-auditd-2.2.1-17.1.202306201924 472 kB/s | 28 kB 00:00 (71/399): puppet-certmonger-2.7.1-17.1.20230620 340 kB/s | 26 kB 00:00 (72/399): puppet-ceilometer-18.4.3-17.1.2023092 584 kB/s | 70 kB 00:00 (73/399): puppet-cinder-18.5.2-17.1.20230621054 1.2 MB/s | 120 kB 00:00 (74/399): puppet-collectd-13.0.1-17.1.202306201 2.4 MB/s | 135 kB 00:00 (75/399): puppet-designate-18.6.1-17.1.20230621 1.4 MB/s | 69 kB 00:00 (76/399): puppet-corosync-8.0.1-17.1.2023062110 967 kB/s | 68 kB 00:00 (77/399): puppet-dns-8.2.1-17.1.20230621002045. 713 kB/s | 36 kB 00:00 (78/399): puppet-etcd-1.12.3-17.1.2023062019322 437 kB/s | 25 kB 00:00 (79/399): puppet-firewall-3.4.1-17.1.2023062102 1.7 MB/s | 77 kB 00:00 (80/399): puppet-concat-6.2.1-17.1.202306201815 142 kB/s | 41 kB 00:00 (81/399): puppet-git-0.5.0-17.1.20230620193928. 159 kB/s | 23 kB 00:00 (82/399): puppet-gnocchi-18.4.3-17.1.2023062106 462 kB/s | 58 kB 00:00 (83/399): puppet-horizon-18.6.1-17.1.2023062107 1.2 MB/s | 63 kB 00:00 (84/399): puppet-heat-18.4.1-17.1.2023062111163 890 kB/s | 70 kB 00:00 (85/399): puppet-inifile-4.2.1-17.1.20230620180 376 kB/s | 42 kB 00:00 (86/399): puppet-haproxy-4.2.2-17.1.20230620193 257 kB/s | 52 kB 00:00 (87/399): puppet-ipaclient-2.5.2-17.1.202306201 135 kB/s | 17 kB 00:00 (88/399): puppet-keepalived-0.0.2-17.1.20230620 216 kB/s | 14 kB 00:00 (89/399): puppet-memcached-6.0.0-17.1.202306201 592 kB/s | 23 kB 00:00 (90/399): puppet-module-data-0.5.1-17.1.2023062 332 kB/s | 13 kB 00:00 (91/399): puppet-mysql-10.6.1-17.1.202306210221 2.0 MB/s | 99 kB 00:00 (92/399): puppet-kmod-2.5.0-17.1.20230620190646 113 kB/s | 21 kB 00:00 (93/399): puppet-neutron-18.6.1-17.1.2023062105 3.3 MB/s | 196 kB 00:00 (94/399): puppet-nssdb-1.0.2-17.1.2023062018564 274 kB/s | 12 kB 00:00 (95/399): puppet-manila-18.5.2-17.1.20231102190 271 kB/s | 81 kB 00:00 (96/399): puppet-octavia-18.5.1-17.1.2023062106 1.4 MB/s | 76 kB 00:00 (97/399): puppet-nova-18.6.1-17.1.2023062109044 1.4 MB/s | 200 kB 00:00 (98/399): puppet-openstack_extras-18.5.1-17.1.2 1.2 MB/s | 48 kB 00:00 (99/399): puppet-openstacklib-18.5.2-17.1.20230 1.5 MB/s | 62 kB 00:00 (100/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (101/399): puppet-qdr-7.4.1-17.1.20230620195605 800 kB/s | 31 kB 00:00 (102/399): puppet-rabbitmq-11.0.1-17.1.20230620 6.4 MB/s | 266 kB 00:00 (103/399): puppet-redis-6.1.1-17.1.202306201917 1.1 MB/s | 51 kB 00:00 (104/399): puppet-remote-10.0.0-17.1.2023062019 407 kB/s | 16 kB 00:00 (105/399): puppet-rsync-1.1.4-17.1.202306210028 788 kB/s | 28 kB 00:00 (106/399): puppet-oslo-18.5.1-17.1.202306210523 282 kB/s | 48 kB 00:00 (107/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.5 MB/s | 58 kB 00:00 (108/399): puppet-snmp-3.9.1-17.1.2023062020041 979 kB/s | 34 kB 00:00 (109/399): puppet-stdlib-6.3.1-17.1.20230621000 3.5 MB/s | 160 kB 00:00 (110/399): puppet-swift-18.6.1-17.1.20230621052 1.5 MB/s | 115 kB 00:00 (111/399): puppet-sysctl-0.0.13-17.1.2023062018 374 kB/s | 16 kB 00:00 (112/399): puppet-systemd-2.12.1-17.1.202306201 1.0 MB/s | 42 kB 00:00 (113/399): puppet-vcsrepo-3.1.1-17.1.2023062018 1.2 MB/s | 50 kB 00:00 (114/399): puppet-vswitch-14.4.3-17.1.202306210 918 kB/s | 41 kB 00:00 (115/399): puppet-xinetd-3.3.1-17.1.20230620185 549 kB/s | 26 kB 00:00 (116/399): python-oslo-log-lang-4.4.0-17.1.2023 368 kB/s | 14 kB 00:00 (117/399): python-oslo-cache-lang-2.7.1-17.1.20 385 kB/s | 19 kB 00:00 (118/399): python-oslo-middleware-lang-4.2.1-17 331 kB/s | 13 kB 00:00 (119/399): python-oslo-policy-lang-3.7.1-17.1.2 360 kB/s | 14 kB 00:00 (120/399): python-oslo-versionedobjects-lang-2. 356 kB/s | 14 kB 00:00 (121/399): python-pycadf-common-3.1.1-17.1.2023 398 kB/s | 15 kB 00:00 (122/399): puppet-ssh-6.2.1-17.1.20230620190251 91 kB/s | 29 kB 00:00 (123/399): python3-aodhclient-2.2.0-17.1.202306 1.4 MB/s | 56 kB 00:00 (124/399): python3-cinderclient-7.4.1-17.1.2023 5.1 MB/s | 218 kB 00:00 (125/399): python3-barbicanclient-5.3.0-17.1.20 1.3 MB/s | 127 kB 00:00 (126/399): python3-cliff-3.7.0-17.1.20230620172 2.4 MB/s | 95 kB 00:00 (127/399): python3-GitPython-3.1.14-2.el9ost.no 1.8 MB/s | 238 kB 00:00 (128/399): python3-futurist-2.3.0-17.1.20230621 1.7 MB/s | 64 kB 00:00 (129/399): python3-designateclient-4.2.1-17.1.2 1.5 MB/s | 92 kB 00:00 (130/399): python3-heat-agent-ansible-2.2.1-17. 297 kB/s | 11 kB 00:00 (131/399): python3-heat-agent-apply-config-2.2. 225 kB/s | 9.9 kB 00:00 (132/399): python3-heat-agent-2.2.1-17.1.202306 199 kB/s | 19 kB 00:00 (133/399): python3-heat-agent-docker-cmd-2.2.1- 336 kB/s | 12 kB 00:00 (134/399): python3-heat-agent-puppet-2.2.1-17.1 278 kB/s | 11 kB 00:00 (135/399): python3-heat-agent-json-file-2.2.1-1 189 kB/s | 9.8 kB 00:00 (136/399): python3-heat-agent-hiera-2.2.1-17.1. 109 kB/s | 10 kB 00:00 (137/399): python3-ironic-inspector-client-4.5. 1.7 MB/s | 67 kB 00:00 (138/399): python3-heatclient-2.3.1-17.1.202306 3.2 MB/s | 158 kB 00:00 (139/399): python3-ironicclient-4.6.4-17.1.2023 6.7 MB/s | 342 kB 00:00 (140/399): python3-keystoneclient-4.3.0-17.1.20 4.8 MB/s | 239 kB 00:00 (141/399): python3-keystonemiddleware-9.2.0-17. 1.9 MB/s | 92 kB 00:00 (142/399): python3-magnumclient-3.4.1-17.1.2023 2.7 MB/s | 121 kB 00:00 (143/399): python3-mistralclient-4.2.0-17.1.202 2.9 MB/s | 166 kB 00:00 (144/399): python3-neutronclient-7.3.1-17.1.202 4.3 MB/s | 298 kB 00:00 (145/399): python3-novaclient-17.4.1-17.1.20230 3.5 MB/s | 201 kB 00:00 (146/399): python3-os-client-config-2.1.0-17.1. 1.2 MB/s | 55 kB 00:00 (147/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (148/399): python3-osc-lib-2.3.1-17.1.202306202 2.0 MB/s | 78 kB 00:00 (149/399): python3-oslo-cache-2.7.1-17.1.202306 1.4 MB/s | 56 kB 00:00 (150/399): python3-oslo-context-3.2.1-17.1.2023 730 kB/s | 27 kB 00:00 (151/399): python3-os-service-types-1.7.0-17.1. 280 kB/s | 38 kB 00:00 (152/399): python3-oslo-log-4.4.0-17.1.20230620 1.6 MB/s | 64 kB 00:00 (153/399): python3-oslo-middleware-4.2.1-17.1.2 1.4 MB/s | 55 kB 00:00 (154/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.2 MB/s | 46 kB 00:00 (155/399): python3-oslo-reports-2.2.0-17.1.2023 1.3 MB/s | 59 kB 00:00 (156/399): python3-oslo-policy-3.7.1-17.1.20230 933 kB/s | 76 kB 00:00 (157/399): python3-oslo-serialization-4.1.1-17. 882 kB/s | 34 kB 00:00 (158/399): python3-oslo-upgradecheck-1.3.1-17.1 798 kB/s | 29 kB 00:00 (159/399): python3-oslo-versionedobjects-2.4.1- 1.9 MB/s | 79 kB 00:00 (160/399): python3-pycadf-3.1.1-17.1.2023062021 1.3 MB/s | 53 kB 00:00 (161/399): python3-osprofiler-3.4.0-17.1.202306 2.7 MB/s | 130 kB 00:00 (162/399): python3-requestsexceptions-1.4.0-17. 394 kB/s | 17 kB 00:00 (163/399): python3-saharaclient-3.3.0-17.1.2023 4.3 MB/s | 188 kB 00:00 (164/399): python3-shade-1.33.0-17.1.2023062022 11 MB/s | 523 kB 00:00 (165/399): python3-swiftclient-3.11.1-17.1.2023 3.3 MB/s | 136 kB 00:00 (166/399): python3-statsd-3.2.1-20.1.el9ost.noa 701 kB/s | 35 kB 00:00 (167/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.3 MB/s | 50 kB 00:00 (168/399): python3-validations-libs-1.9.1-17.1. 3.6 MB/s | 137 kB 00:00 (169/399): python3-zaqarclient-2.4.0-17.1.20230 3.1 MB/s | 129 kB 00:00 (170/399): python3-troveclient-7.0.0-17.1.20230 6.1 MB/s | 344 kB 00:00 (171/399): validations-common-1.9.1-17.1.202310 2.4 MB/s | 111 kB 00:00 (172/399): python3-paramiko-2.11.0-2.el9ost.noa 6.5 MB/s | 299 kB 00:00 (173/399): python3-werkzeug-2.0.1-7.el9ost.noar 7.9 MB/s | 427 kB 00:00 (174/399): python3-manilaclient-2.6.4-17.1.2024 11 MB/s | 528 kB 00:00 (175/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.1 MB/s | 83 kB 00:00 (176/399): ansible-pacemaker-1.0.4-17.1.2023121 273 kB/s | 21 kB 00:00 (177/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.9 MB/s | 230 kB 00:00 (178/399): ansible-role-metalsmith-deployment-1 387 kB/s | 21 kB 00:00 (179/399): openstack-selinux-0.8.37-17.1.202311 2.7 MB/s | 221 kB 00:00 (180/399): python-oslo-db-lang-8.5.2-17.1.20240 279 kB/s | 14 kB 00:00 (181/399): puppet-ironic-18.7.1-17.1.2024030521 1.3 MB/s | 121 kB 00:00 (182/399): python3-metalsmith-1.4.4-17.1.202405 1.5 MB/s | 65 kB 00:00 (183/399): python3-keystoneauth1-4.4.0-17.1.202 5.1 MB/s | 409 kB 00:00 (184/399): python3-neutron-lib-2.10.3-17.1.2023 8.2 MB/s | 375 kB 00:00 (185/399): python3-glanceclient-3.3.0-17.1.2024 1.2 MB/s | 143 kB 00:00 (186/399): python3-octaviaclient-2.3.1-17.1.202 2.3 MB/s | 91 kB 00:00 (187/399): python3-oslo-db-8.5.2-17.1.202408201 3.5 MB/s | 144 kB 00:00 (188/399): python3-oslo-messaging-12.7.3-17.1.2 5.2 MB/s | 216 kB 00:00 (189/399): python3-oslo-service-2.5.1-17.1.2024 1.8 MB/s | 71 kB 00:00 (190/399): python3-rhosp-openvswitch-3.3-1.el9o 235 kB/s | 8.3 kB 00:00 (191/399): openstack-tripleo-validations-14.3.2 4.5 MB/s | 204 kB 00:00 (192/399): openstack-ansible-core-2.14.2-4.7.el 28 MB/s | 2.3 MB 00:00 (193/399): python3-waitress-2.0.0-4.el9ost.noar 1.1 MB/s | 109 kB 00:00 (194/399): puppet-glance-18.6.1-17.1.2025022015 2.2 MB/s | 87 kB 00:00 (195/399): puppet-ovn-18.6.1-17.1.2024092509490 755 kB/s | 29 kB 00:00 (196/399): puppet-pacemaker-1.5.1-17.1.20250214 2.4 MB/s | 158 kB 00:00 (197/399): puppet-tripleo-14.2.3-17.1.202503201 5.6 MB/s | 239 kB 00:00 (198/399): python3-os-ken-1.4.1-17.1.2024120509 24 MB/s | 2.1 MB 00:00 (199/399): ansible-collections-openstack-1.9.1- 2.4 MB/s | 146 kB 00:00 (200/399): ansible-collection-containers-podman 3.1 MB/s | 243 kB 00:00 (201/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 5.1 MB/s | 351 kB 00:00 (202/399): facter-3.14.19-3.el9ost.x86_64.rpm 12 MB/s | 518 kB 00:00 (203/399): hiera-3.6.0-6.el9ost.noarch.rpm 816 kB/s | 33 kB 00:00 (204/399): leatherman-1.12.6-5.el9ost.x86_64.rp 8.0 MB/s | 405 kB 00:00 (205/399): openstack-tripleo-common-containers- 1.9 MB/s | 78 kB 00:00 (206/399): puppet-7.10.0-4.el9ost.noarch.rpm 189 kB/s | 11 kB 00:00 (207/399): puppet-headless-7.10.0-4.el9ost.noar 17 MB/s | 1.4 MB 00:00 (208/399): puppet-keystone-18.6.1-17.1.20250425 1.9 MB/s | 127 kB 00:00 (209/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.6 MB/s | 92 kB 00:00 (210/399): openstack-tripleo-common-15.4.1-17.1 244 kB/s | 52 kB 00:00 (211/399): python3-cachetools-4.2.2-3.el9ost.no 912 kB/s | 33 kB 00:00 (212/399): python3-boto-2.45.0-8.1.el9ost.noarc 20 MB/s | 1.3 MB 00:00 (213/399): python3-colorama-0.4.4-4.el9ost.noar 749 kB/s | 35 kB 00:00 (214/399): python3-dogpile-cache-1.1.5-5.el9ost 2.2 MB/s | 89 kB 00:00 (215/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.7 MB/s | 284 kB 00:00 (216/399): python3-extras-1.0.0-17.el9ost.noarc 433 kB/s | 21 kB 00:00 (217/399): python3-fixtures-3.0.0-24.el9ost.noa 1.9 MB/s | 93 kB 00:00 (218/399): python3-keyring-21.8.0-4.el9ost.noar 1.8 MB/s | 77 kB 00:00 (219/399): python3-kombu-5.0.2-3.el9ost.noarch. 7.9 MB/s | 313 kB 00:00 (220/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.2 MB/s | 87 kB 00:00 (221/399): python3-munch-2.5.0-6.el9ost.noarch. 653 kB/s | 25 kB 00:00 (222/399): python3-paste-deploy-2.1.1-4.el9ost. 1.1 MB/s | 41 kB 00:00 (223/399): python3-openstacksdk-0.55.1-17.1.202 9.8 MB/s | 735 kB 00:00 (224/399): python3-paste-3.5.0-5.el9ost.noarch. 10 MB/s | 776 kB 00:00 (225/399): python3-pystache-0.5.4-15.el9ost.noa 3.5 MB/s | 132 kB 00:00 (226/399): python3-repoze-lru-0.7-12.el9ost.noa 754 kB/s | 32 kB 00:00 (227/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.0 MB/s | 57 kB 00:00 (228/399): python3-secretstorage-3.3.1-3.el9ost 886 kB/s | 36 kB 00:00 (229/399): python3-tempita-0.5.1-27.el9ost.noar 916 kB/s | 36 kB 00:00 (230/399): python3-simplejson-3.17.5-3.el9ost.x 4.7 MB/s | 266 kB 00:00 (231/399): python3-tripleo-common-15.4.1-17.1.2 4.4 MB/s | 202 kB 00:00 (232/399): python3-testtools-2.4.0-10.el9ost.no 4.8 MB/s | 333 kB 00:00 (233/399): python3-tripleoclient-16.5.1-17.1.20 11 MB/s | 553 kB 00:00 (234/399): python3-routes-2.4.1-14.el9ost.noarc 731 kB/s | 188 kB 00:00 (235/399): python3-vine-5.0.0-5.el9ost.noarch.r 348 kB/s | 26 kB 00:00 (236/399): python3-warlock-1.3.3-7.el9ost.noarc 453 kB/s | 21 kB 00:00 (237/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.5 MB/s | 56 kB 00:00 (238/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 664 kB/s | 29 kB 00:00 (239/399): python3-yaql-1.1.3-13.el9ost.noarch. 2.6 MB/s | 180 kB 00:00 (240/399): ruby-facter-3.14.19-3.el9ost.x86_64. 234 kB/s | 9.5 kB 00:00 (241/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 458 kB/s | 19 kB 00:00 (242/399): openstack-heat-api-16.1.1-17.1.20250 228 kB/s | 16 kB 00:00 (243/399): openstack-heat-common-16.1.1-17.1.20 19 MB/s | 1.6 MB 00:00 (244/399): openstack-heat-engine-16.1.1-17.1.20 327 kB/s | 15 kB 00:00 (245/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 724 kB/s | 123 kB 00:00 (246/399): openstack-heat-monolith-16.1.1-17.1. 419 kB/s | 16 kB 00:00 (247/399): openstack-tripleo-heat-templates-14. 10 MB/s | 617 kB 00:00 (248/399): puppet-barbican-18.4.2-17.1.20250625 1.3 MB/s | 57 kB 00:00 (249/399): python-openstackclient-lang-5.5.2-17 1.4 MB/s | 58 kB 00:00 (250/399): python3-openstackclient-5.5.2-17.1.2 23 MB/s | 1.1 MB 00:00 (251/399): tripleo-ansible-3.3.1-17.1.202507021 11 MB/s | 570 kB 00:00 (252/399): perl-Getopt-Long-2.52-4.el9.noarch.r 1.6 MB/s | 64 kB 00:00 (253/399): boost-system-1.75.0-8.el9.x86_64.rpm 234 kB/s | 15 kB 00:00 (254/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 2.2 MB/s | 223 kB 00:00 (255/399): perl-Storable-3.21-460.el9.x86_64.rp 2.5 MB/s | 98 kB 00:00 (256/399): python3-urllib-gssapi-1.0.2-4.el9.no 599 kB/s | 24 kB 00:00 (257/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 437 kB/s | 17 kB 00:00 (258/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.5 MB/s | 57 kB 00:00 (259/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 216 kB 00:00 (260/399): perl-Data-Dumper-2.174-462.el9.x86_6 828 kB/s | 59 kB 00:00 (261/399): perl-Exporter-5.74-461.el9.noarch.rp 560 kB/s | 34 kB 00:00 (262/399): perl-File-Temp-0.231.100-4.el9.noarc 1.0 MB/s | 63 kB 00:00 (263/399): perl-Text-Tabs+Wrap-2013.0523-460.el 559 kB/s | 25 kB 00:00 (264/399): perl-parent-0.238-460.el9.noarch.rpm 228 kB/s | 16 kB 00:00 (265/399): xorriso-1.5.4-4.el9.x86_64.rpm 7.2 MB/s | 321 kB 00:00 (266/399): python3-pyasn1-modules-0.4.8-6.el9.n 2.9 MB/s | 283 kB 00:00 (267/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.5 MB/s | 224 kB 00:00 (268/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 5.6 MB/s | 392 kB 00:00 (269/399): perl-PathTools-3.78-461.el9.x86_64.r 2.0 MB/s | 92 kB 00:00 (270/399): perl-Term-ANSIColor-5.01-461.el9.noa 904 kB/s | 51 kB 00:00 (271/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 245 kB/s | 45 kB 00:00 (272/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 2.2 MB/s | 229 kB 00:00 (273/399): perl-Text-ParseWords-3.30-460.el9.no 403 kB/s | 18 kB 00:00 (274/399): perl-URI-5.09-3.el9.noarch.rpm 2.5 MB/s | 125 kB 00:00 (275/399): perl-libnet-3.13-4.el9.noarch.rpm 2.8 MB/s | 134 kB 00:00 (276/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 23 MB/s | 1.2 MB 00:00 (277/399): iptables-nft-services-1.8.8-6.el9_1. 408 kB/s | 28 kB 00:00 (278/399): perl-Carp-1.50-460.el9.noarch.rpm 628 kB/s | 31 kB 00:00 (279/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 280 kB/s | 26 kB 00:00 (280/399): perl-Mozilla-CA-20200520-6.el9.noarc 400 kB/s | 14 kB 00:00 (281/399): perl-Time-Local-1.300-7.el9.noarch.r 779 kB/s | 37 kB 00:00 (282/399): perl-Term-Cap-1.17-460.el9.noarch.rp 268 kB/s | 24 kB 00:00 (283/399): perl-Encode-3.08-462.el9.x86_64.rpm 11 MB/s | 1.7 MB 00:00 (284/399): python3-yubico-1.3.3-7.el9.noarch.rp 1.3 MB/s | 73 kB 00:00 (285/399): python3-psutil-5.8.0-12.el9.x86_64.r 2.6 MB/s | 218 kB 00:00 (286/399): python3-jwcrypto-0.8-4.el9.noarch.rp 1.4 MB/s | 76 kB 00:00 (287/399): sshpass-1.09-4.el9.x86_64.rpm 578 kB/s | 30 kB 00:00 (288/399): boost-filesystem-1.75.0-8.el9.x86_64 1.5 MB/s | 59 kB 00:00 (289/399): perl-Pod-Escapes-1.07-460.el9.noarch 178 kB/s | 22 kB 00:00 (290/399): boost-log-1.75.0-8.el9.x86_64.rpm 6.6 MB/s | 410 kB 00:00 (291/399): boost-program-options-1.75.0-8.el9.x 2.2 MB/s | 108 kB 00:00 (292/399): libburn-1.5.4-4.el9.x86_64.rpm 3.1 MB/s | 175 kB 00:00 (293/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 942 kB/s | 39 kB 00:00 (294/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 441 kB/s | 19 kB 00:00 (295/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 430 kB/s | 34 kB 00:00 (296/399): libisoburn-1.5.4-4.el9.x86_64.rpm 7.6 MB/s | 419 kB 00:00 (297/399): perl-Digest-1.19-4.el9.noarch.rpm 701 kB/s | 29 kB 00:00 (298/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 2.3 MB/s | 92 kB 00:00 (299/399): perl-File-Path-2.18-4.el9.noarch.rpm 663 kB/s | 38 kB 00:00 (300/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 908 kB/s | 43 kB 00:00 (301/399): perl-Scalar-List-Utils-1.56-461.el9. 1.7 MB/s | 77 kB 00:00 (302/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.4 MB/s | 58 kB 00:00 (303/399): perl-constant-1.33-461.el9.noarch.rp 654 kB/s | 25 kB 00:00 (304/399): python3-PyMySQL-0.10.1-6.el9.noarch. 2.4 MB/s | 112 kB 00:00 (305/399): perl-podlators-4.14-460.el9.noarch.r 2.1 MB/s | 118 kB 00:00 (306/399): python3-appdirs-1.4.4-4.el9.noarch.r 475 kB/s | 27 kB 00:00 (307/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 3.7 MB/s | 163 kB 00:00 (308/399): python3-pyusb-1.0.2-13.el9.noarch.rp 2.3 MB/s | 96 kB 00:00 (309/399): python3-qrcode-core-6.1-12.el9.noarc 1.4 MB/s | 61 kB 00:00 (310/399): python3-wcwidth-0.2.5-8.el9.noarch.r 1.2 MB/s | 48 kB 00:00 (311/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.4 MB/s | 279 kB 00:00 (312/399): python3-augeas-0.5.0-25.el9.noarch.r 715 kB/s | 31 kB 00:00 (313/399): python3-alembic-1.7.5-3.el9.noarch.r 14 MB/s | 900 kB 00:00 (314/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.9 MB/s | 221 kB 00:00 (315/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 8.0 MB/s | 489 kB 00:00 (316/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 8.2 MB/s | 459 kB 00:00 (317/399): jq-1.6-14.el9.x86_64.rpm 3.3 MB/s | 190 kB 00:00 (318/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.2 MB/s | 59 kB 00:00 (319/399): perl-AutoLoader-5.74-480.el9.noarch. 531 kB/s | 23 kB 00:00 (320/399): perl-B-1.80-480.el9.x86_64.rpm 4.3 MB/s | 185 kB 00:00 (321/399): perl-Errno-1.30-480.el9.x86_64.rpm 431 kB/s | 17 kB 00:00 (322/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 527 kB/s | 23 kB 00:00 (323/399): perl-Class-Struct-0.66-480.el9.noarc 427 kB/s | 24 kB 00:00 (324/399): perl-File-Basename-2.85-480.el9.noar 440 kB/s | 19 kB 00:00 (325/399): perl-FileHandle-2.03-480.el9.noarch. 331 kB/s | 17 kB 00:00 (326/399): perl-Getopt-Std-1.12-480.el9.noarch. 389 kB/s | 17 kB 00:00 (327/399): perl-File-stat-1.09-480.el9.noarch.r 212 kB/s | 19 kB 00:00 (328/399): perl-IPC-Open3-1.21-480.el9.noarch.r 529 kB/s | 25 kB 00:00 (329/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.3 MB/s | 99 kB 00:00 (330/399): perl-SelectSaver-1.02-480.el9.noarch 352 kB/s | 13 kB 00:00 (331/399): perl-interpreter-5.32.1-480.el9.x86_ 1.7 MB/s | 75 kB 00:00 (332/399): perl-Symbol-1.08-480.el9.noarch.rpm 201 kB/s | 16 kB 00:00 (333/399): perl-overload-1.31-480.el9.noarch.rp 1.2 MB/s | 47 kB 00:00 (334/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 5.8 MB/s | 259 kB 00:00 (335/399): perl-libs-5.32.1-480.el9.x86_64.rpm 16 MB/s | 2.2 MB 00:00 (336/399): perl-overloading-0.02-480.el9.noarch 134 kB/s | 15 kB 00:00 (337/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 655 kB/s | 40 kB 00:00 (338/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 748 kB/s | 42 kB 00:00 (339/399): perl-IO-1.43-480.el9.x86_64.rpm 1.9 MB/s | 94 kB 00:00 (340/399): perl-NDBM_File-1.15-480.el9.x86_64.r 661 kB/s | 25 kB 00:00 (341/399): perl-base-2.27-480.el9.noarch.rpm 340 kB/s | 18 kB 00:00 (342/399): perl-mro-1.23-480.el9.x86_64.rpm 832 kB/s | 31 kB 00:00 (343/399): perl-if-0.60.800-480.el9.noarch.rpm 323 kB/s | 16 kB 00:00 (344/399): perl-vars-1.05-480.el9.noarch.rpm 394 kB/s | 15 kB 00:00 (345/399): python3-mako-1.1.4-6.el9.noarch.rpm 3.2 MB/s | 176 kB 00:00 (346/399): ansible-freeipa-1.9.2-3.el9_2.noarch 10 MB/s | 452 kB 00:00 (347/399): perl-subs-1.03-480.el9.noarch.rpm 116 kB/s | 13 kB 00:00 (348/399): rhel-system-roles-1.21.2-1.el9_2.noa 27 MB/s | 2.4 MB 00:00 (349/399): ipa-client-common-4.10.1-12.el9_2.2. 617 kB/s | 44 kB 00:00 (350/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.4 MB/s | 656 kB 00:00 (351/399): python3-ipaclient-4.10.1-12.el9_2.2. 10 MB/s | 648 kB 00:00 (352/399): python3-ipalib-4.10.1-12.el9_2.2.noa 9.1 MB/s | 663 kB 00:00 (353/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 675 kB/s | 57 kB 00:00 (354/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 345 kB/s | 41 kB 00:00 (355/399): ruby-default-gems-3.0.4-161.el9_2.2. 669 kB/s | 46 kB 00:00 (356/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 39 MB/s | 7.9 MB 00:00 (357/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 825 kB/s | 55 kB 00:00 (358/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 28 MB/s | 3.3 MB 00:00 (359/399): rubygem-io-console-0.5.7-161.el9_2.2 590 kB/s | 26 kB 00:00 (360/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.5 MB/s | 60 kB 00:00 (361/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.1 MB/s | 59 kB 00:00 (362/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.0 MB/s | 456 kB 00:00 (363/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 9.7 MB/s | 441 kB 00:00 (364/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.2 MB/s | 110 kB 00:00 (365/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.7 MB/s | 306 kB 00:00 (366/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 3.2 MB/s | 245 kB 00:00 (367/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 28 MB/s | 2.2 MB 00:00 (368/399): bash-completion-2.11-4.el9.noarch.rp 7.9 MB/s | 459 kB 00:00 (369/399): buildah-1.29.5-1.el9_2.x86_64.rpm 47 MB/s | 8.6 MB 00:00 (370/399): libaio-0.3.111-13.el9.x86_64.rpm 241 kB/s | 26 kB 00:00 (371/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 405 kB/s | 62 kB 00:00 (372/399): glibc-langpack-en-2.34-60.el9.x86_64 2.8 MB/s | 675 kB 00:00 (373/399): device-mapper-persistent-data-0.9.0- 2.6 MB/s | 786 kB 00:00 (374/399): krb5-workstation-1.20.1-8.el9.x86_64 6.4 MB/s | 542 kB 00:00 (375/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 416 kB/s | 37 kB 00:00 (376/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.0 MB/s | 45 kB 00:00 (377/399): libkadm5-1.20.1-8.el9.x86_64.rpm 631 kB/s | 81 kB 00:00 (378/399): python3-dns-2.2.1-2.el9.noarch.rpm 6.0 MB/s | 418 kB 00:00 (379/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 164 kB/s | 16 kB 00:00 (380/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 129 kB/s | 12 kB 00:00 (381/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 494 kB/s | 30 kB 00:00 (382/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 541 kB/s | 36 kB 00:00 (383/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 198 kB/s | 19 kB 00:00 (384/399): device-mapper-event-1.02.187-7.el9_2 606 kB/s | 32 kB 00:00 (385/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 17 MB/s | 1.0 MB 00:00 (386/399): device-mapper-event-libs-1.02.187-7. 278 kB/s | 31 kB 00:00 (387/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 20 MB/s | 1.5 MB 00:00 (388/399): python3-openvswitch3.3-3.3.4-110.el9 8.5 MB/s | 369 kB 00:00 (389/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.2 MB/s | 68 kB 00:00 (390/399): cephadm-18.2.1-361.el9cp.noarch.rpm 4.3 MB/s | 354 kB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.9 MB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.2 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 2.4 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.2 MB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 714 kB/s | 30 kB 00:00 (396/399): device-mapper-1.02.187-7.el9_2.2.x86 3.2 MB/s | 142 kB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 7.0 MB/s | 464 kB 00:00 (398/399): util-linux-2.37.4-11.el9_2.x86_64.rp 27 MB/s | 2.3 MB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 3.3 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 11 MB/s | 97 MB 00:08 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : 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-gssapi-1.6.9-5.el9.x86_64 91/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 92/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 93/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 94/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 95/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 96/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 97/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 98/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 99/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 100/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 101/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 102/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 103/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 104/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 105/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 106/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 107/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 108/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 109/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 110/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 111/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 112/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 113/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 114/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 119/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 120/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 121/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 122/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 123/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 125/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 126/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 127/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 128/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 129/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 130/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 131/408 Installing : python3-yubico-1.3.3-7.el9.noarch 132/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 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-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 169/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 171/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 172/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-1.7.3-10.el9.x86_64 174/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 175/408 Installing : bash-completion-1:2.11-4.el9.noarch 176/408 Installing : libkadm5-1.20.1-8.el9.x86_64 177/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 178/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 179/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 180/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 181/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 182/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 183/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 183/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 183/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 184/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 185/408 Installing : jq-1.6-14.el9.x86_64 186/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 187/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 188/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 189/408 Installing : boost-log-1.75.0-8.el9.x86_64 190/408 Installing : libburn-1.5.4-4.el9.x86_64 191/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 192/408 Installing : sshpass-1.09-4.el9.x86_64 193/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 194/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 195/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 196/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 197/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 198/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 199/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 200/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 201/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 202/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 203/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 204/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 205/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 206/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 207/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 208/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 209/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 210/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 211/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 212/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 213/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 214/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 215/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 216/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 217/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 218/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 219/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 219/408 Installing : libisofs-1.5.4-4.el9.x86_64 220/408 Installing : libisoburn-1.5.4-4.el9.x86_64 221/408 Installing : xorriso-1.5.4-4.el9.x86_64 222/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 222/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 223/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 224/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 225/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 226/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 227/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 228/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 229/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 230/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 231/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 231/408 Installing : puppet-7.10.0-4.el9ost.noarch 232/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 233/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 234/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 235/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 236/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 237/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 238/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 239/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 240/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 241/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 242/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 243/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 244/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 245/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 246/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 247/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 248/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 249/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 250/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 251/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 252/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 253/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 254/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 255/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 256/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 257/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 258/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 259/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 260/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 261/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 262/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 263/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 264/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 265/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 266/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 267/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 268/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 269/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 270/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 271/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 272/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 273/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 274/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 275/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 276/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 277/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 278/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 279/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 280/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 281/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 282/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 283/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 284/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 285/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 286/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 287/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 288/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 289/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 290/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 291/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 292/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 293/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 294/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 295/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 296/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 297/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 298/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 299/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 300/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 301/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 302/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 304/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 305/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 306/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 307/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 308/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 309/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 310/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 311/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 312/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 313/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 314/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 315/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 316/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 317/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 318/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 319/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 320/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 321/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 322/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 323/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 324/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 325/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 326/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 327/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 328/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 329/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 330/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 331/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 332/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 333/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 334/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 335/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 336/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 337/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 338/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 338/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 339/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 340/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 341/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 342/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 343/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 345/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 346/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 347/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 348/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 349/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 350/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 351/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 352/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 353/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 354/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 355/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 356/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 357/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 358/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 359/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 360/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 361/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 362/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 363/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 364/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 365/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 366/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 367/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 368/408 Installing : python3-memcached-1.59-3.el9ost.noarch 369/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 370/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 371/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 372/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 373/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 374/408 Installing : python3-docutils-0.16-6.el9ost.noarch 375/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 376/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 377/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 378/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 379/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 380/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 381/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 382/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 383/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 384/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 385/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 386/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 387/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 388/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 389/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 390/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 391/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 391/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 392/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 392/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 393/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 393/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 394/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 394/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 395/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 396/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 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 : ansible-collection-ansible-netcommon-2.2.0-1.2.e 1/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 2/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 3/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 4/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 5/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 6/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 7/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 8/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 9/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 10/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 11/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 12/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 13/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 14/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 15/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 16/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 17/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 18/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 19/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 20/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 21/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 22/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 23/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 24/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 25/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 26/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 27/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 28/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 29/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 30/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 31/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 32/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 33/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 34/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 35/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 36/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 37/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 38/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 39/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 40/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 41/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 42/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 43/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 44/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 45/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 46/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 47/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 48/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 49/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 50/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 51/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 52/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 53/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 54/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 55/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 56/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 57/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 58/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 59/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 60/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 61/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 62/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 63/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 64/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 65/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 66/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 67/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 68/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 69/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 70/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 71/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 72/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 73/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 74/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 75/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 76/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 77/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 78/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 79/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 80/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 81/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 82/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 83/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 84/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 85/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 86/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 87/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 88/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 89/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 90/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 91/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 92/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 93/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 94/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 95/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 96/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 97/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 98/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 99/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 100/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 101/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 102/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 103/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 104/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 105/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 106/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 107/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 108/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 109/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 110/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 111/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 112/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 113/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 114/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 115/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 116/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 117/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 118/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 119/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 120/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 121/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 122/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 123/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 124/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 125/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 126/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 127/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 128/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 129/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 130/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 131/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 132/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 133/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 134/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 135/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 136/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 137/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 138/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 139/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 140/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 141/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 142/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 143/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 144/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 145/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 146/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 147/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 148/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 149/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 150/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 151/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 152/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 153/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 154/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 155/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 156/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 157/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 158/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 159/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 160/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 161/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 162/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 163/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 164/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 165/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 166/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 167/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 168/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 169/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 170/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 171/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 172/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 173/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 174/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 175/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 176/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 177/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 178/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 179/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 180/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 182/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 183/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 184/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 185/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 186/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 187/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 188/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 189/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 190/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 191/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 192/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 193/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 194/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 195/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 196/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 197/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 198/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 199/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 200/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 201/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 202/408 Verifying : hiera-3.6.0-6.el9ost.noarch 203/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 204/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 205/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 206/408 Verifying : puppet-7.10.0-4.el9ost.noarch 207/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 208/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 209/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 210/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 211/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 212/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 213/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 214/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 215/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 216/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 217/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 218/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 219/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 220/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 221/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 222/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 223/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 224/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 225/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 226/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 227/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 228/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 229/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 230/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 231/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 232/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 233/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 234/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 235/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 236/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 237/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 238/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 239/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 240/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 241/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 242/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 243/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 244/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 245/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 246/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 247/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 248/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 249/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 250/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 251/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 252/408 Verifying : boost-system-1.75.0-8.el9.x86_64 253/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 254/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 255/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 256/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 257/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 258/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 259/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 260/408 Verifying : perl-Exporter-5.74-461.el9.noarch 261/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 262/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 263/408 Verifying : perl-parent-1:0.238-460.el9.noarch 264/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 265/408 Verifying : xorriso-1.5.4-4.el9.x86_64 266/408 Verifying : libisofs-1.5.4-4.el9.x86_64 267/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 268/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 269/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 270/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 271/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 272/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 273/408 Verifying : perl-URI-5.09-3.el9.noarch 274/408 Verifying : perl-libnet-3.13-4.el9.noarch 275/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 276/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 277/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 278/408 Verifying : perl-Carp-1.50-460.el9.noarch 279/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 280/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 281/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 282/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 283/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 284/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 285/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 286/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 287/408 Verifying : sshpass-1.09-4.el9.x86_64 288/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 289/408 Verifying : boost-log-1.75.0-8.el9.x86_64 290/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 291/408 Verifying : libburn-1.5.4-4.el9.x86_64 292/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 293/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 294/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 295/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 296/408 Verifying : perl-Digest-1.19-4.el9.noarch 297/408 Verifying : perl-File-Path-2.18-4.el9.noarch 298/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 299/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 300/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 301/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 302/408 Verifying : perl-constant-1.33-461.el9.noarch 303/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 304/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 305/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 306/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 307/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 308/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 309/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 310/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 311/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 312/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 313/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 314/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 315/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 316/408 Verifying : jq-1.6-14.el9.x86_64 317/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 318/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 319/408 Verifying : perl-B-1.80-480.el9.x86_64 320/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 321/408 Verifying : perl-Errno-1.30-480.el9.x86_64 322/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 323/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 324/408 Verifying : perl-File-stat-1.09-480.el9.noarch 325/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 326/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 327/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 328/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 329/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 330/408 Verifying : perl-Symbol-1.08-480.el9.noarch 331/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 332/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 333/408 Verifying : perl-overload-1.31-480.el9.noarch 334/408 Verifying : perl-overloading-0.02-480.el9.noarch 335/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 336/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 337/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 338/408 Verifying : perl-IO-1.43-480.el9.x86_64 339/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 340/408 Verifying : perl-base-2.27-480.el9.noarch 341/408 Verifying : perl-if-0.60.800-480.el9.noarch 342/408 Verifying : perl-mro-1.23-480.el9.x86_64 343/408 Verifying : perl-subs-1.03-480.el9.noarch 344/408 Verifying : perl-vars-1.05-480.el9.noarch 345/408 Verifying : python3-mako-1.1.4-6.el9.noarch 346/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 347/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 348/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 349/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 350/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 351/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 352/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 353/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 354/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 355/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 356/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 357/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 358/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 359/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 360/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 361/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 362/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 363/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 364/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 365/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 366/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 367/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 368/408 Verifying : bash-completion-1:2.11-4.el9.noarch 369/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 370/408 Verifying : libaio-0.3.111-13.el9.x86_64 371/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 372/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 373/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 374/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 375/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 376/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 377/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 378/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 379/408 Verifying : python3-dns-2.2.1-2.el9.noarch 380/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 381/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 382/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 383/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 384/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 385/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 386/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 387/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 388/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 389/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.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-02T11:39:14.102507 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 5.3211e-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-02 11:39:17.997204 | fa163e52-5e1f-7f03-d7ba-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-02 11:39:18.036898 | fa163e52-5e1f-7f03-d7ba-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-02 11:39:18.037661 | fa163e52-5e1f-7f03-d7ba-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.056476 | 0.04s 2025-10-02 11:39:18.041102 | fa163e52-5e1f-7f03-d7ba-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-02 11:39:18.079936 | fa163e52-5e1f-7f03-d7ba-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-02 11:39:18.081226 | fa163e52-5e1f-7f03-d7ba-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.100032 | 0.04s 2025-10-02 11:39:18.087991 | fa163e52-5e1f-7f03-d7ba-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-02 11:39:18.185273 | fa163e52-5e1f-7f03-d7ba-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-02 11:39:18.186426 | fa163e52-5e1f-7f03-d7ba-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.205234 | 0.10s 2025-10-02 11:39:18.192991 | fa163e52-5e1f-7f03-d7ba-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-02 11:39:18.577495 | fa163e52-5e1f-7f03-d7ba-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-02 11:39:18.578951 | fa163e52-5e1f-7f03-d7ba-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.597722 | 0.38s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-02 11:39:18.610620 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 11:39:18.611145 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 11:39:18.611656 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.630472 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 11:39:18.612197 | UUID | Info | Host | Task Name | Run Time 2025-10-02 11:39:18.613268 | fa163e52-5e1f-7f03-d7ba-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.38s 2025-10-02 11:39:18.614068 | fa163e52-5e1f-7f03-d7ba-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.10s 2025-10-02 11:39:18.615371 | fa163e52-5e1f-7f03-d7ba-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-10-02 11:39:18.616280 | fa163e52-5e1f-7f03-d7ba-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-10-02 11:39:18.617117 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-02 11:39:21.023985 | fa163e52-5e1f-d237-e8d3-000000000005 | TASK | set ssh key path facts 2025-10-02 11:39:21.059247 | fa163e52-5e1f-d237-e8d3-000000000005 | OK | set ssh key path facts | undercloud 2025-10-02 11:39:21.059801 | fa163e52-5e1f-d237-e8d3-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.049778 | 0.04s 2025-10-02 11:39:21.062953 | fa163e52-5e1f-d237-e8d3-000000000006 | TASK | stat private key 2025-10-02 11:39:21.372038 | fa163e52-5e1f-d237-e8d3-000000000006 | OK | stat private key | undercloud 2025-10-02 11:39:21.373364 | fa163e52-5e1f-d237-e8d3-000000000006 | TIMING | stat private key | undercloud | 0:00:00.363291 | 0.31s 2025-10-02 11:39:21.380182 | fa163e52-5e1f-d237-e8d3-000000000007 | TASK | stat public key 2025-10-02 11:39:21.597034 | fa163e52-5e1f-d237-e8d3-000000000007 | OK | stat public key | undercloud 2025-10-02 11:39:21.598356 | fa163e52-5e1f-d237-e8d3-000000000007 | TIMING | stat public key | undercloud | 0:00:00.588298 | 0.22s 2025-10-02 11:39:21.605136 | fa163e52-5e1f-d237-e8d3-000000000008 | TASK | create private key if it does not exist 2025-10-02 11:39:23.284618 | fa163e52-5e1f-d237-e8d3-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-02 11:39:23.285924 | fa163e52-5e1f-d237-e8d3-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:02.275892 | 1.68s 2025-10-02 11:39:23.292112 | fa163e52-5e1f-d237-e8d3-000000000009 | TASK | create public key if it does not exist 2025-10-02 11:39:23.492420 | fa163e52-5e1f-d237-e8d3-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-02 11:39:23.493857 | fa163e52-5e1f-d237-e8d3-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.483818 | 0.20s PLAY [allovercloud] ************************************************************ 2025-10-02 11:39:23.547628 | fa163e52-5e1f-d237-e8d3-000000000023 | TASK | Get local private key 2025-10-02 11:39:23.902880 | fa163e52-5e1f-d237-e8d3-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e52-5e1f-d237-e8d3-000000000023') missing from stats 2025-10-02 11:39:23.915301 | fa163e52-5e1f-d237-e8d3-000000000024 | TASK | Get local public key 2025-10-02 11:39:24.097517 | fa163e52-5e1f-d237-e8d3-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e52-5e1f-d237-e8d3-000000000024') missing from stats 2025-10-02 11:39:24.118085 | fa163e52-5e1f-d237-e8d3-000000000012 | TASK | create user ceph-admin 2025-10-02 11:39:24.637691 | fa163e52-5e1f-d237-e8d3-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-02 11:39:24.638854 | fa163e52-5e1f-d237-e8d3-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.628819 | 0.52s 2025-10-02 11:39:24.648643 | fa163e52-5e1f-d237-e8d3-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-02 11:39:25.228585 | fa163e52-5e1f-d237-e8d3-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-02 11:39:25.229831 | fa163e52-5e1f-d237-e8d3-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:04.219790 | 0.58s 2025-10-02 11:39:25.239403 | fa163e52-5e1f-d237-e8d3-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-02 11:39:25.526696 | fa163e52-5e1f-d237-e8d3-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-02 11:39:25.527934 | fa163e52-5e1f-d237-e8d3-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:04.517901 | 0.29s 2025-10-02 11:39:25.536908 | fa163e52-5e1f-d237-e8d3-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-02 11:39:25.726448 | fa163e52-5e1f-d237-e8d3-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-02 11:39:25.727690 | fa163e52-5e1f-d237-e8d3-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.717653 | 0.19s 2025-10-02 11:39:25.736027 | fa163e52-5e1f-d237-e8d3-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-02 11:39:25.924392 | fa163e52-5e1f-d237-e8d3-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-02 11:39:25.925652 | fa163e52-5e1f-d237-e8d3-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.915615 | 0.19s 2025-10-02 11:39:25.935284 | fa163e52-5e1f-d237-e8d3-000000000017 | TASK | get remote ceph-admin public key 2025-10-02 11:39:25.982161 | fa163e52-5e1f-d237-e8d3-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-02 11:39:25.982994 | fa163e52-5e1f-d237-e8d3-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.972966 | 0.05s 2025-10-02 11:39:25.989306 | fa163e52-5e1f-d237-e8d3-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-02 11:39:26.044462 | fa163e52-5e1f-d237-e8d3-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-02 11:39:26.046273 | fa163e52-5e1f-d237-e8d3-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:05.036225 | 0.06s 2025-10-02 11:39:26.057572 | fa163e52-5e1f-d237-e8d3-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-02 11:39:26.403763 | fa163e52-5e1f-d237-e8d3-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-02 11:39:26.405160 | fa163e52-5e1f-d237-e8d3-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.395126 | 0.35s 2025-10-02 11:39:26.414172 | fa163e52-5e1f-d237-e8d3-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-02 11:39:26.875272 | fa163e52-5e1f-d237-e8d3-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-02 11:39:26.876501 | fa163e52-5e1f-d237-e8d3-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.866468 | 0.46s 2025-10-02 11:39:26.885024 | fa163e52-5e1f-d237-e8d3-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-02 11:39:27.428477 | fa163e52-5e1f-d237-e8d3-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-02 11:39:27.430101 | fa163e52-5e1f-d237-e8d3-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.420061 | 0.54s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-02 11:39:27.464952 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 11:39:27.465565 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 11:39:27.466103 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.456079 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 11:39:27.466685 | UUID | Info | Host | Task Name | Run Time 2025-10-02 11:39:27.467215 | fa163e52-5e1f-d237-e8d3-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.68s 2025-10-02 11:39:27.467845 | fa163e52-5e1f-d237-e8d3-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.58s 2025-10-02 11:39:27.468432 | fa163e52-5e1f-d237-e8d3-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.54s 2025-10-02 11:39:27.468924 | fa163e52-5e1f-d237-e8d3-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.52s 2025-10-02 11:39:27.469492 | fa163e52-5e1f-d237-e8d3-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.46s 2025-10-02 11:39:27.469987 | fa163e52-5e1f-d237-e8d3-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.35s 2025-10-02 11:39:27.470566 | fa163e52-5e1f-d237-e8d3-000000000006 | SUMMARY | undercloud | stat private key | 0.31s 2025-10-02 11:39:27.471061 | fa163e52-5e1f-d237-e8d3-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.29s 2025-10-02 11:39:27.471626 | fa163e52-5e1f-d237-e8d3-000000000007 | SUMMARY | undercloud | stat public key | 0.22s 2025-10-02 11:39:27.472127 | fa163e52-5e1f-d237-e8d3-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.20s 2025-10-02 11:39:27.472696 | fa163e52-5e1f-d237-e8d3-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.19s 2025-10-02 11:39:27.473204 | fa163e52-5e1f-d237-e8d3-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.19s 2025-10-02 11:39:27.473744 | fa163e52-5e1f-d237-e8d3-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-10-02 11:39:27.474271 | fa163e52-5e1f-d237-e8d3-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.05s 2025-10-02 11:39:27.474814 | fa163e52-5e1f-d237-e8d3-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2025-10-02 11:39:27.475351 | fa163e52-5e1f-d237-e8d3-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-02 11:39:27.475838 | fa163e52-5e1f-d237-e8d3-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-02 11:39:27.476428 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-02 11:39:29.947714 | fa163e52-5e1f-9dfe-add0-000000000039 | TASK | Gathering Facts 2025-10-02 11:39:30.468510 | fa163e52-5e1f-9dfe-add0-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-02 11:39:30.469360 | fa163e52-5e1f-9dfe-add0-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.534280 | 0.52s 2025-10-02 11:39:30.511583 | fa163e52-5e1f-9dfe-add0-000000000039 | OK | Gathering Facts | undercloud 2025-10-02 11:39:30.512209 | fa163e52-5e1f-9dfe-add0-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.577139 | 0.56s 2025-10-02 11:39:30.525613 | fa163e52-5e1f-9dfe-add0-00000000000a | TASK | Load distro-specific variables 2025-10-02 11:39:30.595660 | fa163e52-5e1f-9dfe-add0-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.660569 | 0.06s 2025-10-02 11:39:30.606495 | fa163e52-5e1f-9dfe-add0-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.671424 | 0.08s 2025-10-02 11:39:30.617629 | 5d0f5034-95c2-42c5-9b09-0ed897c5557d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-02 11:39:30.618058 | 5d0f5034-95c2-42c5-9b09-0ed897c5557d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-02 11:39:30.634279 | fa163e52-5e1f-9dfe-add0-000000000052 | TASK | Load distro-specific variables 2025-10-02 11:39:30.726985 | fa163e52-5e1f-9dfe-add0-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 11:39:30.728307 | fa163e52-5e1f-9dfe-add0-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.793217 | 0.08s 2025-10-02 11:39:30.738358 | fa163e52-5e1f-9dfe-add0-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.803287 | 0.10s 2025-10-02 11:39:30.744484 | fa163e52-5e1f-9dfe-add0-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 11:39:30.745183 | fa163e52-5e1f-9dfe-add0-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.810109 | 0.11s 2025-10-02 11:39:30.750083 | fa163e52-5e1f-9dfe-add0-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.815016 | 0.11s 2025-10-02 11:39:30.753646 | fa163e52-5e1f-9dfe-add0-00000000000b | TASK | Install chronyd 2025-10-02 11:39:30.824748 | fa163e52-5e1f-9dfe-add0-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.889662 | 0.07s 2025-10-02 11:39:30.838128 | fa163e52-5e1f-9dfe-add0-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.903053 | 0.07s 2025-10-02 11:39:30.847413 | f3481b04-78d1-462e-aa3f-ec26991f3d1d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-02 11:39:30.847757 | f3481b04-78d1-462e-aa3f-ec26991f3d1d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-02 11:39:30.859797 | fa163e52-5e1f-9dfe-add0-0000000000a2 | TASK | Load distro-specific variables 2025-10-02 11:39:30.926166 | fa163e52-5e1f-9dfe-add0-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.991082 | 0.07s 2025-10-02 11:39:30.946975 | fa163e52-5e1f-9dfe-add0-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.011904 | 0.08s 2025-10-02 11:39:30.953412 | 32a3812b-9dd2-479f-8891-236663b8d95d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-02 11:39:30.953717 | 32a3812b-9dd2-479f-8891-236663b8d95d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-02 11:39:30.962529 | fa163e52-5e1f-9dfe-add0-000000000102 | TASK | Load distro-specific variables 2025-10-02 11:39:31.046650 | fa163e52-5e1f-9dfe-add0-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 11:39:31.048040 | fa163e52-5e1f-9dfe-add0-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.112953 | 0.08s 2025-10-02 11:39:31.057393 | fa163e52-5e1f-9dfe-add0-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.122324 | 0.09s 2025-10-02 11:39:31.070256 | fa163e52-5e1f-9dfe-add0-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 11:39:31.071203 | fa163e52-5e1f-9dfe-add0-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.136127 | 0.10s 2025-10-02 11:39:31.080762 | fa163e52-5e1f-9dfe-add0-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.145694 | 0.11s 2025-10-02 11:39:31.084464 | fa163e52-5e1f-9dfe-add0-0000000000a3 | TASK | Check for NTP service 2025-10-02 11:39:31.390628 | fa163e52-5e1f-9dfe-add0-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-02 11:39:31.391970 | fa163e52-5e1f-9dfe-add0-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.456880 | 0.31s 2025-10-02 11:39:31.444876 | fa163e52-5e1f-9dfe-add0-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-02 11:39:31.445521 | fa163e52-5e1f-9dfe-add0-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.510448 | 0.36s 2025-10-02 11:39:31.455102 | fa163e52-5e1f-9dfe-add0-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-02 11:39:31.543871 | fa163e52-5e1f-9dfe-add0-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-02 11:39:31.545287 | fa163e52-5e1f-9dfe-add0-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.610187 | 0.09s 2025-10-02 11:39:31.556566 | fa163e52-5e1f-9dfe-add0-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-02 11:39:31.557382 | fa163e52-5e1f-9dfe-add0-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.622301 | 0.09s 2025-10-02 11:39:31.570218 | fa163e52-5e1f-9dfe-add0-0000000000a5 | TASK | Install chronyd package 2025-10-02 11:39:34.455971 | fa163e52-5e1f-9dfe-add0-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-02 11:39:34.457308 | fa163e52-5e1f-9dfe-add0-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.522219 | 2.88s 2025-10-02 11:39:36.209212 | fa163e52-5e1f-9dfe-add0-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-02 11:39:36.210290 | fa163e52-5e1f-9dfe-add0-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.275212 | 4.63s 2025-10-02 11:39:36.218183 | fa163e52-5e1f-9dfe-add0-00000000000c | TASK | Upgrade chronyd 2025-10-02 11:39:36.305128 | fa163e52-5e1f-9dfe-add0-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-02 11:39:36.306523 | fa163e52-5e1f-9dfe-add0-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.371434 | 0.09s 2025-10-02 11:39:36.317527 | fa163e52-5e1f-9dfe-add0-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-02 11:39:36.318256 | fa163e52-5e1f-9dfe-add0-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.383179 | 0.08s 2025-10-02 11:39:36.325890 | fa163e52-5e1f-9dfe-add0-00000000000d | TASK | Configure chronyd 2025-10-02 11:39:36.404512 | fa163e52-5e1f-9dfe-add0-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.469408 | 0.08s 2025-10-02 11:39:36.419391 | fa163e52-5e1f-9dfe-add0-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.484305 | 0.08s 2025-10-02 11:39:36.436583 | 6a38af2a-8a8a-4a83-b499-9f36f420dbb1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-02 11:39:36.437365 | 6a38af2a-8a8a-4a83-b499-9f36f420dbb1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-02 11:39:36.473118 | fa163e52-5e1f-9dfe-add0-000000000162 | TASK | Load distro-specific variables 2025-10-02 11:39:36.551350 | fa163e52-5e1f-9dfe-add0-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.616221 | 0.08s 2025-10-02 11:39:36.562793 | fa163e52-5e1f-9dfe-add0-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.627711 | 0.08s 2025-10-02 11:39:36.577091 | 3f6426af-c34f-4e18-86ea-12fea5b8f4df | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-02 11:39:36.577870 | 3f6426af-c34f-4e18-86ea-12fea5b8f4df | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-02 11:39:36.593505 | fa163e52-5e1f-9dfe-add0-0000000001fa | TASK | Load distro-specific variables 2025-10-02 11:39:36.698091 | fa163e52-5e1f-9dfe-add0-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 11:39:36.699516 | fa163e52-5e1f-9dfe-add0-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.764425 | 0.10s 2025-10-02 11:39:36.705104 | fa163e52-5e1f-9dfe-add0-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.770016 | 0.11s 2025-10-02 11:39:36.712333 | fa163e52-5e1f-9dfe-add0-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 11:39:36.713071 | fa163e52-5e1f-9dfe-add0-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.777996 | 0.11s 2025-10-02 11:39:36.718605 | fa163e52-5e1f-9dfe-add0-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.783521 | 0.11s 2025-10-02 11:39:36.727407 | fa163e52-5e1f-9dfe-add0-000000000163 | TASK | Install chrony configuration file 2025-10-02 11:39:37.564974 | fa163e52-5e1f-9dfe-add0-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-10-02 11:39:37.566551 | fa163e52-5e1f-9dfe-add0-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.631464 | 0.84s 2025-10-02 11:39:37.577971 | fa163e52-5e1f-9dfe-add0-000000000163 | OK | Install chrony configuration file | undercloud 2025-10-02 11:39:37.578831 | fa163e52-5e1f-9dfe-add0-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.643755 | 0.84s 2025-10-02 11:39:37.584596 | fa163e52-5e1f-9dfe-add0-00000000000e | TASK | Run chronyd 2025-10-02 11:39:37.693018 | fa163e52-5e1f-9dfe-add0-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.757928 | 0.11s 2025-10-02 11:39:37.693979 | fa163e52-5e1f-9dfe-add0-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.758903 | 0.10s 2025-10-02 11:39:37.707274 | ae2912de-bfe5-452d-ad65-0992474a4a0b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-02 11:39:37.707849 | ae2912de-bfe5-452d-ad65-0992474a4a0b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-02 11:39:37.732139 | fa163e52-5e1f-9dfe-add0-000000000233 | TASK | Load distro-specific variables 2025-10-02 11:39:37.824746 | fa163e52-5e1f-9dfe-add0-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.889645 | 0.09s 2025-10-02 11:39:37.836198 | fa163e52-5e1f-9dfe-add0-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.901114 | 0.10s 2025-10-02 11:39:37.850280 | fc5b91f2-3e2f-440e-8ac2-d4f18eba7e83 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-02 11:39:37.851052 | fc5b91f2-3e2f-440e-8ac2-d4f18eba7e83 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-02 11:39:37.892390 | fa163e52-5e1f-9dfe-add0-0000000002ee | TASK | Load distro-specific variables 2025-10-02 11:39:37.993627 | fa163e52-5e1f-9dfe-add0-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 11:39:37.994846 | fa163e52-5e1f-9dfe-add0-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.059760 | 0.10s 2025-10-02 11:39:38.003887 | fa163e52-5e1f-9dfe-add0-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 11:39:38.005029 | fa163e52-5e1f-9dfe-add0-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.069953 | 0.10s 2025-10-02 11:39:38.010216 | fa163e52-5e1f-9dfe-add0-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.075126 | 0.12s 2025-10-02 11:39:38.011551 | fa163e52-5e1f-9dfe-add0-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.076475 | 0.11s 2025-10-02 11:39:38.019541 | fa163e52-5e1f-9dfe-add0-000000000234 | TASK | Ensure chronyd is running 2025-10-02 11:39:38.645056 | fa163e52-5e1f-9dfe-add0-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-02 11:39:38.651160 | fa163e52-5e1f-9dfe-add0-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.716084 | 0.63s 2025-10-02 11:39:38.652706 | fa163e52-5e1f-9dfe-add0-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-02 11:39:38.653703 | fa163e52-5e1f-9dfe-add0-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.718635 | 0.62s 2025-10-02 11:39:38.662867 | fa163e52-5e1f-9dfe-add0-000000000235 | TASK | Force chronyd restart 2025-10-02 11:39:38.751888 | fa163e52-5e1f-9dfe-add0-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-10-02 11:39:38.754237 | fa163e52-5e1f-9dfe-add0-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:08.819027 | 0.08s 2025-10-02 11:39:40.161219 | fa163e52-5e1f-9dfe-add0-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-10-02 11:39:40.162058 | fa163e52-5e1f-9dfe-add0-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:10.226986 | 1.50s 2025-10-02 11:39:40.166484 | fa163e52-5e1f-9dfe-add0-00000000000f | TASK | Enable online service 2025-10-02 11:39:40.241429 | fa163e52-5e1f-9dfe-add0-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:10.306342 | 0.07s 2025-10-02 11:39:40.242180 | fa163e52-5e1f-9dfe-add0-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.307111 | 0.08s 2025-10-02 11:39:40.253688 | 5c5cc75c-45db-412e-b205-c57268014950 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-02 11:39:40.254162 | 5c5cc75c-45db-412e-b205-c57268014950 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-02 11:39:40.285951 | fa163e52-5e1f-9dfe-add0-000000000338 | TASK | Create chrony-online.service unit file 2025-10-02 11:39:40.746096 | fa163e52-5e1f-9dfe-add0-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-10-02 11:39:40.747457 | fa163e52-5e1f-9dfe-add0-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.812371 | 0.46s 2025-10-02 11:39:40.781088 | fa163e52-5e1f-9dfe-add0-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-10-02 11:39:40.781737 | fa163e52-5e1f-9dfe-add0-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.846666 | 0.49s 2025-10-02 11:39:40.785884 | fa163e52-5e1f-9dfe-add0-000000000339 | TASK | Enable chrony-online.service 2025-10-02 11:39:41.963641 | fa163e52-5e1f-9dfe-add0-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-02 11:39:41.965521 | fa163e52-5e1f-9dfe-add0-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:12.030430 | 1.17s 2025-10-02 11:39:41.978193 | fa163e52-5e1f-9dfe-add0-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-02 11:39:41.979617 | fa163e52-5e1f-9dfe-add0-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:12.044538 | 1.19s 2025-10-02 11:39:41.988940 | fa163e52-5e1f-9dfe-add0-000000000010 | TASK | Sync chronyc 2025-10-02 11:39:42.049204 | fa163e52-5e1f-9dfe-add0-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.114099 | 0.05s 2025-10-02 11:39:42.070914 | fa163e52-5e1f-9dfe-add0-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.135828 | 0.08s 2025-10-02 11:39:42.087401 | 6b9742da-ea83-4ec5-9a48-8fc5c3e93372 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-02 11:39:42.088184 | 6b9742da-ea83-4ec5-9a48-8fc5c3e93372 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-02 11:39:42.135828 | fa163e52-5e1f-9dfe-add0-00000000042a | TASK | Force NTP sync 2025-10-02 11:39:42.389126 | fa163e52-5e1f-9dfe-add0-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-02 11:39:42.390594 | fa163e52-5e1f-9dfe-add0-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.455504 | 0.25s 2025-10-02 11:39:42.401862 | fa163e52-5e1f-9dfe-add0-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-02 11:39:42.402777 | fa163e52-5e1f-9dfe-add0-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.467698 | 0.26s 2025-10-02 11:39:42.410890 | fa163e52-5e1f-9dfe-add0-00000000042b | TASK | Ensure system is NTP time synced 2025-10-02 11:39:52.712995 | fa163e52-5e1f-9dfe-add0-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-02 11:39:52.714379 | fa163e52-5e1f-9dfe-add0-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.779290 | 10.29s 2025-10-02 11:39:52.736180 | fa163e52-5e1f-9dfe-add0-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-02 11:39:52.737239 | fa163e52-5e1f-9dfe-add0-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.802159 | 10.33s 2025-10-02 11:39:52.758495 | fa163e52-5e1f-9dfe-add0-00000000002c | TASK | Set timezone 2025-10-02 11:39:53.195033 | fa163e52-5e1f-9dfe-add0-00000000002c | OK | Set timezone | undercloud 2025-10-02 11:39:53.196455 | fa163e52-5e1f-9dfe-add0-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.261366 | 0.42s 2025-10-02 11:39:53.207618 | fa163e52-5e1f-9dfe-add0-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-02 11:39:53.208389 | fa163e52-5e1f-9dfe-add0-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.273312 | 0.45s 2025-10-02 11:39:53.217073 | fa163e52-5e1f-9dfe-add0-00000000002d | TASK | Restart time services 2025-10-02 11:39:53.254914 | fa163e52-5e1f-9dfe-add0-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-02 11:39:53.260932 | fa163e52-5e1f-9dfe-add0-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-02 11:39:53.269654 | fa163e52-5e1f-9dfe-add0-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-02 11:39:53.275128 | fa163e52-5e1f-9dfe-add0-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.340032 | 0.06s 2025-10-02 11:39:53.276232 | fa163e52-5e1f-9dfe-add0-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-02 11:39:53.286650 | fa163e52-5e1f-9dfe-add0-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.351573 | 0.06s 2025-10-02 11:39:53.328362 | fa163e52-5e1f-9dfe-add0-000000000012 | HANDLER | Restart chronyd 2025-10-02 11:39:53.810669 | fa163e52-5e1f-9dfe-add0-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-10-02 11:39:53.812600 | fa163e52-5e1f-9dfe-add0-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:23.877513 | 0.48s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2025-10-02 11:39:53.829543 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 11:39:53.830045 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 11:39:53.830601 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.895527 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 11:39:53.831067 | UUID | Info | Host | Task Name | Run Time 2025-10-02 11:39:53.831571 | fa163e52-5e1f-9dfe-add0-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.33s 2025-10-02 11:39:53.832057 | fa163e52-5e1f-9dfe-add0-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.29s 2025-10-02 11:39:53.832577 | fa163e52-5e1f-9dfe-add0-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.63s 2025-10-02 11:39:53.833098 | fa163e52-5e1f-9dfe-add0-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 2.88s 2025-10-02 11:39:53.833624 | fa163e52-5e1f-9dfe-add0-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 1.50s 2025-10-02 11:39:53.834098 | fa163e52-5e1f-9dfe-add0-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.19s 2025-10-02 11:39:53.834633 | fa163e52-5e1f-9dfe-add0-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.17s 2025-10-02 11:39:53.835110 | fa163e52-5e1f-9dfe-add0-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.84s 2025-10-02 11:39:53.835634 | fa163e52-5e1f-9dfe-add0-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.84s 2025-10-02 11:39:53.836087 | fa163e52-5e1f-9dfe-add0-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.63s 2025-10-02 11:39:53.836601 | fa163e52-5e1f-9dfe-add0-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.62s 2025-10-02 11:39:53.837081 | fa163e52-5e1f-9dfe-add0-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.56s 2025-10-02 11:39:53.837610 | fa163e52-5e1f-9dfe-add0-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.52s 2025-10-02 11:39:53.838101 | fa163e52-5e1f-9dfe-add0-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.49s 2025-10-02 11:39:53.838650 | fa163e52-5e1f-9dfe-add0-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.48s 2025-10-02 11:39:53.839133 | fa163e52-5e1f-9dfe-add0-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.46s 2025-10-02 11:39:53.839617 | fa163e52-5e1f-9dfe-add0-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.45s 2025-10-02 11:39:53.840147 | fa163e52-5e1f-9dfe-add0-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.42s 2025-10-02 11:39:53.840673 | fa163e52-5e1f-9dfe-add0-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.36s 2025-10-02 11:39:53.841135 | fa163e52-5e1f-9dfe-add0-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.31s 2025-10-02 11:39:53.841653 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-02 11:39:54.748768 | fa163e52-5e1f-f3cb-1fd5-000000000005 | SKIPPED | fail | undercloud 2025-10-02 11:39:54.749722 | fa163e52-5e1f-f3cb-1fd5-000000000005 | TIMING | fail | undercloud | 0:00:00.069868 | 0.06s 2025-10-02 11:39:54.810150 | fa163e52-5e1f-f3cb-1fd5-000000000006 | SKIPPED | fail | undercloud 2025-10-02 11:39:54.811335 | fa163e52-5e1f-f3cb-1fd5-000000000006 | TIMING | fail | undercloud | 0:00:00.131466 | 0.06s 2025-10-02 11:39:54.816097 | fa163e52-5e1f-f3cb-1fd5-000000000008 | TASK | Ensure working_dir is provided 2025-10-02 11:39:54.861239 | fa163e52-5e1f-f3cb-1fd5-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-02 11:39:54.862384 | fa163e52-5e1f-f3cb-1fd5-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.182528 | 0.05s 2025-10-02 11:39:54.875256 | fa163e52-5e1f-f3cb-1fd5-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-02 11:39:54.922563 | fa163e52-5e1f-f3cb-1fd5-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-02 11:39:54.923685 | fa163e52-5e1f-f3cb-1fd5-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.243829 | 0.05s 2025-10-02 11:39:54.928825 | fa163e52-5e1f-f3cb-1fd5-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-02 11:39:54.968932 | fa163e52-5e1f-f3cb-1fd5-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-02 11:39:54.969880 | fa163e52-5e1f-f3cb-1fd5-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.290026 | 0.04s 2025-10-02 11:39:54.973601 | fa163e52-5e1f-f3cb-1fd5-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-02 11:39:55.018016 | fa163e52-5e1f-f3cb-1fd5-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-02 11:39:55.018954 | fa163e52-5e1f-f3cb-1fd5-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.339101 | 0.04s 2025-10-02 11:39:55.023117 | fa163e52-5e1f-f3cb-1fd5-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-02 11:39:55.068637 | fa163e52-5e1f-f3cb-1fd5-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-02 11:39:55.069521 | fa163e52-5e1f-f3cb-1fd5-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.389669 | 0.05s 2025-10-02 11:39:55.073366 | fa163e52-5e1f-f3cb-1fd5-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-02 11:39:55.185209 | fa163e52-5e1f-f3cb-1fd5-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', 'mgr', '_admin', 'osd'], 'service_type': 'host'} 2025-10-02 11:39:55.186791 | fa163e52-5e1f-f3cb-1fd5-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.506923 | 0.11s 2025-10-02 11:39:55.200385 | fa163e52-5e1f-f3cb-1fd5-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-02 11:39:55.215861 | fa163e52-5e1f-f3cb-1fd5-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-02 11:39:55.229192 | fa163e52-5e1f-f3cb-1fd5-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-02 11:39:55.236281 | fa163e52-5e1f-f3cb-1fd5-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.556417 | 0.16s 2025-10-02 11:39:55.244639 | fa163e52-5e1f-f3cb-1fd5-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-02 11:39:55.347935 | fa163e52-5e1f-f3cb-1fd5-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', 'mgr', '_admin', 'osd'], 'service_type': 'host'} 2025-10-02 11:39:55.362878 | fa163e52-5e1f-f3cb-1fd5-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-02 11:39:55.378202 | fa163e52-5e1f-f3cb-1fd5-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-02 11:39:55.390914 | fa163e52-5e1f-f3cb-1fd5-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-02 11:39:55.397350 | fa163e52-5e1f-f3cb-1fd5-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.717453 | 0.15s 2025-10-02 11:39:55.405275 | fa163e52-5e1f-f3cb-1fd5-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-02 11:39:55.484409 | fa163e52-5e1f-f3cb-1fd5-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-02 11:39:55.485590 | fa163e52-5e1f-f3cb-1fd5-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.805729 | 0.08s 2025-10-02 11:39:55.493693 | fa163e52-5e1f-f3cb-1fd5-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-02 11:39:55.534357 | fa163e52-5e1f-f3cb-1fd5-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-02 11:39:55.535523 | fa163e52-5e1f-f3cb-1fd5-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.855663 | 0.04s 2025-10-02 11:39:55.536454 | fa163e52-5e1f-f3cb-1fd5-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.856603 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-02 11:39:55.603753 | fa163e52-5e1f-f3cb-1fd5-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-02 11:39:55.640779 | fa163e52-5e1f-f3cb-1fd5-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-02 11:39:55.641921 | fa163e52-5e1f-f3cb-1fd5-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.962060 | 0.04s 2025-10-02 11:39:55.650050 | fa163e52-5e1f-f3cb-1fd5-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-02 11:39:55.812152 | fa163e52-5e1f-f3cb-1fd5-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-02 11:39:55.813495 | fa163e52-5e1f-f3cb-1fd5-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.133632 | 0.16s 2025-10-02 11:39:55.821756 | fa163e52-5e1f-f3cb-1fd5-000000000019 | TASK | Set IP address of first monitor 2025-10-02 11:39:55.850963 | fa163e52-5e1f-f3cb-1fd5-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-02 11:39:55.852057 | fa163e52-5e1f-f3cb-1fd5-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.172198 | 0.03s 2025-10-02 11:39:55.873192 | fa163e52-5e1f-f3cb-1fd5-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-02 11:39:55.909733 | fa163e52-5e1f-f3cb-1fd5-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-02 11:39:55.910887 | fa163e52-5e1f-f3cb-1fd5-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.231027 | 0.04s 2025-10-02 11:39:55.922121 | fa163e52-5e1f-f3cb-1fd5-000000000021 | TASK | Install cephadm package 2025-10-02 11:39:58.807061 | fa163e52-5e1f-f3cb-1fd5-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-02 11:39:58.808854 | fa163e52-5e1f-f3cb-1fd5-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.128983 | 2.89s 2025-10-02 11:39:58.820599 | fa163e52-5e1f-f3cb-1fd5-000000000022 | TASK | Stat cephadm file 2025-10-02 11:39:59.163771 | fa163e52-5e1f-f3cb-1fd5-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-02 11:39:59.164793 | fa163e52-5e1f-f3cb-1fd5-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.484939 | 0.34s 2025-10-02 11:39:59.170844 | fa163e52-5e1f-f3cb-1fd5-000000000023 | TASK | Fail if cephadm is not available 2025-10-02 11:39:59.196940 | fa163e52-5e1f-f3cb-1fd5-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-02 11:39:59.197783 | fa163e52-5e1f-f3cb-1fd5-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.517930 | 0.03s 2025-10-02 11:39:59.204098 | fa163e52-5e1f-f3cb-1fd5-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-02 11:40:00.036582 | fa163e52-5e1f-f3cb-1fd5-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-02 11:40:00.037826 | fa163e52-5e1f-f3cb-1fd5-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.357965 | 0.83s 2025-10-02 11:40:00.046656 | fa163e52-5e1f-f3cb-1fd5-000000000026 | TASK | Set list of found FSIDs 2025-10-02 11:40:00.154410 | fa163e52-5e1f-f3cb-1fd5-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-02 11:40:00.155578 | fa163e52-5e1f-f3cb-1fd5-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.475719 | 0.11s 2025-10-02 11:40:00.163957 | fa163e52-5e1f-f3cb-1fd5-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-02 11:40:00.250958 | fa163e52-5e1f-f3cb-1fd5-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-02 11:40:00.252145 | fa163e52-5e1f-f3cb-1fd5-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.572284 | 0.09s 2025-10-02 11:40:00.260684 | fa163e52-5e1f-f3cb-1fd5-000000000028 | TASK | Set FSID to the discovered value 2025-10-02 11:40:00.339242 | fa163e52-5e1f-f3cb-1fd5-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-02 11:40:00.340211 | fa163e52-5e1f-f3cb-1fd5-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.660353 | 0.08s 2025-10-02 11:40:00.348264 | fa163e52-5e1f-f3cb-1fd5-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-02 11:40:00.428762 | fa163e52-5e1f-f3cb-1fd5-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-02 11:40:00.429868 | fa163e52-5e1f-f3cb-1fd5-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.750009 | 0.08s 2025-10-02 11:40:00.438774 | fa163e52-5e1f-f3cb-1fd5-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-02 11:40:00.505258 | fa163e52-5e1f-f3cb-1fd5-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-02 11:40:00.506245 | fa163e52-5e1f-f3cb-1fd5-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.826389 | 0.07s 2025-10-02 11:40:00.515097 | fa163e52-5e1f-f3cb-1fd5-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-02 11:40:00.806049 | fa163e52-5e1f-f3cb-1fd5-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-02 11:40:00.807175 | fa163e52-5e1f-f3cb-1fd5-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.127317 | 0.29s 2025-10-02 11:40:00.816001 | fa163e52-5e1f-f3cb-1fd5-00000000002d | TASK | Ensure specs directory exists 2025-10-02 11:40:01.025506 | fa163e52-5e1f-f3cb-1fd5-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-02 11:40:01.026637 | fa163e52-5e1f-f3cb-1fd5-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.346775 | 0.21s 2025-10-02 11:40:01.040001 | fa163e52-5e1f-f3cb-1fd5-00000000002e | TASK | Stat spec file on ansible host 2025-10-02 11:40:01.239487 | fa163e52-5e1f-f3cb-1fd5-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e52-5e1f-f3cb-1fd5-00000000002e') missing from stats 2025-10-02 11:40:01.250484 | fa163e52-5e1f-f3cb-1fd5-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-02 11:40:01.810721 | fa163e52-5e1f-f3cb-1fd5-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-02 11:40:01.812057 | fa163e52-5e1f-f3cb-1fd5-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.132196 | 0.56s 2025-10-02 11:40:01.825851 | fa163e52-5e1f-f3cb-1fd5-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-02 11:40:02.087289 | fa163e52-5e1f-f3cb-1fd5-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e52-5e1f-f3cb-1fd5-000000000031') missing from stats 2025-10-02 11:40:02.098260 | fa163e52-5e1f-f3cb-1fd5-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-02 11:40:02.544427 | fa163e52-5e1f-f3cb-1fd5-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-02 11:40:02.545734 | fa163e52-5e1f-f3cb-1fd5-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:07.865874 | 0.45s 2025-10-02 11:40:02.568190 | fa163e52-5e1f-f3cb-1fd5-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-02 11:40:02.656293 | fa163e52-5e1f-f3cb-1fd5-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-02 11:40:02.657589 | fa163e52-5e1f-f3cb-1fd5-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:07.977730 | 0.09s 2025-10-02 11:40:02.673870 | fa163e52-5e1f-f3cb-1fd5-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-02 11:40:02.733379 | fa163e52-5e1f-f3cb-1fd5-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-02 11:40:02.734681 | fa163e52-5e1f-f3cb-1fd5-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.054820 | 0.06s 2025-10-02 11:40:02.744456 | fa163e52-5e1f-f3cb-1fd5-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-02 11:40:02.986851 | fa163e52-5e1f-f3cb-1fd5-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-02 11:40:02.988538 | fa163e52-5e1f-f3cb-1fd5-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.308671 | 0.24s 2025-10-02 11:40:03.200190 | fa163e52-5e1f-f3cb-1fd5-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-02 11:40:03.201251 | fa163e52-5e1f-f3cb-1fd5-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.521397 | 0.46s 2025-10-02 11:40:03.207809 | fa163e52-5e1f-f3cb-1fd5-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.527923 | 0.46s 2025-10-02 11:40:03.218475 | fa163e52-5e1f-f3cb-1fd5-000000000065 | TASK | Fail if necessary files are missing 2025-10-02 11:40:03.323253 | fa163e52-5e1f-f3cb-1fd5-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2610, 'inode': 167779408, 'dev': 64516, 'nlink': 1, 'atime': 1759405166.8368034, 'mtime': 1759405166.6927989, 'ctime': 1759405166.8398035, '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': '4ecf641eb6762f7cf4200341132fe632465be65c', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2594566981', '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-02 11:40:03.330225 | fa163e52-5e1f-f3cb-1fd5-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': 192941927, 'dev': 64516, 'nlink': 1, 'atime': 1759405167.38382, 'mtime': 1759405167.1808138, 'ctime': 1759405167.3868203, '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': 'e302725d47756a821573bdc7a576db365b620974', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1620736059', '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-02 11:40:03.337509 | fa163e52-5e1f-f3cb-1fd5-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.657645 | 0.12s 2025-10-02 11:40:03.370684 | fa163e52-5e1f-f3cb-1fd5-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-02 11:40:03.611770 | fa163e52-5e1f-f3cb-1fd5-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-02 11:40:03.613344 | fa163e52-5e1f-f3cb-1fd5-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:08.933422 | 0.24s 2025-10-02 11:40:03.618300 | fa163e52-5e1f-f3cb-1fd5-000000000068 | TASK | Run cephadm bootstrap 2025-10-02 11:41:07.905430 | fa163e52-5e1f-f3cb-1fd5-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-02 11:41:07.907030 | fa163e52-5e1f-f3cb-1fd5-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:13.227170 | 64.29s 2025-10-02 11:41:07.917355 | fa163e52-5e1f-f3cb-1fd5-000000000069 | TASK | Show results of bootstrap 2025-10-02 11:41:07.995234 | fa163e52-5e1f-f3cb-1fd5-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-02 11:41:07.996706 | fa163e52-5e1f-f3cb-1fd5-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:13.316841 | 0.08s 2025-10-02 11:41:08.006135 | fa163e52-5e1f-f3cb-1fd5-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-02 11:41:08.073668 | fa163e52-5e1f-f3cb-1fd5-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:13.393798 | 0.07s 2025-10-02 11:41:08.087878 | 294c165a-d5ed-4469-bd57-9e4d3b801f32 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-02 11:41:08.098743 | fa163e52-5e1f-f3cb-1fd5-00000000020b | TASK | Set ceph CLI 2025-10-02 11:41:08.279522 | fa163e52-5e1f-f3cb-1fd5-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-02 11:41:08.280761 | fa163e52-5e1f-f3cb-1fd5-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:13.600902 | 0.18s 2025-10-02 11:41:08.290147 | fa163e52-5e1f-f3cb-1fd5-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-02 11:41:09.155945 | fa163e52-5e1f-f3cb-1fd5-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-02 11:41:09.157395 | fa163e52-5e1f-f3cb-1fd5-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:14.477533 | 0.87s 2025-10-02 11:41:09.172789 | fa163e52-5e1f-f3cb-1fd5-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-02 11:41:10.140648 | fa163e52-5e1f-f3cb-1fd5-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-02 11:41:10.142020 | fa163e52-5e1f-f3cb-1fd5-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:15.462158 | 0.97s 2025-10-02 11:41:10.151598 | fa163e52-5e1f-f3cb-1fd5-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-02 11:41:10.188672 | fa163e52-5e1f-f3cb-1fd5-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-02 11:41:10.189570 | fa163e52-5e1f-f3cb-1fd5-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:15.509716 | 0.04s 2025-10-02 11:41:10.200296 | fa163e52-5e1f-f3cb-1fd5-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-02 11:41:10.258278 | fa163e52-5e1f-f3cb-1fd5-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-02 11:41:10.259498 | fa163e52-5e1f-f3cb-1fd5-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.579636 | 0.06s 2025-10-02 11:41:10.268347 | fa163e52-5e1f-f3cb-1fd5-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-02 11:41:10.305801 | fa163e52-5e1f-f3cb-1fd5-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-02 11:41:10.307043 | fa163e52-5e1f-f3cb-1fd5-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:15.627183 | 0.04s 2025-10-02 11:41:10.316210 | fa163e52-5e1f-f3cb-1fd5-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-02 11:41:10.388464 | fa163e52-5e1f-f3cb-1fd5-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-02 11:41:10.389535 | fa163e52-5e1f-f3cb-1fd5-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.709676 | 0.07s 2025-10-02 11:41:10.398310 | fa163e52-5e1f-f3cb-1fd5-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-02 11:41:10.398865 | fa163e52-5e1f-f3cb-1fd5-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.719017 | 0.08s 2025-10-02 11:41:10.408035 | fa163e52-5e1f-f3cb-1fd5-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-02 11:41:10.408588 | fa163e52-5e1f-f3cb-1fd5-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.728740 | 0.09s 2025-10-02 11:41:10.413009 | fa163e52-5e1f-f3cb-1fd5-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-02 11:41:10.413688 | fa163e52-5e1f-f3cb-1fd5-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.733843 | 0.10s 2025-10-02 11:41:10.424575 | fa163e52-5e1f-f3cb-1fd5-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.744710 | 0.11s 2025-10-02 11:41:10.444151 | fa163e52-5e1f-f3cb-1fd5-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-02 11:41:10.557431 | fa163e52-5e1f-f3cb-1fd5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-02 11:41:10.622490 | fa163e52-5e1f-f3cb-1fd5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-02 11:41:10.689130 | fa163e52-5e1f-f3cb-1fd5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-02 11:41:10.751684 | fa163e52-5e1f-f3cb-1fd5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-02 11:41:10.831659 | fa163e52-5e1f-f3cb-1fd5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-02 11:41:10.895158 | fa163e52-5e1f-f3cb-1fd5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-02 11:41:10.968424 | fa163e52-5e1f-f3cb-1fd5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-02 11:41:11.026242 | fa163e52-5e1f-f3cb-1fd5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-02 11:41:11.031401 | fa163e52-5e1f-f3cb-1fd5-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:16.351515 | 0.59s 2025-10-02 11:41:11.039558 | fa163e52-5e1f-f3cb-1fd5-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-02 11:41:11.990139 | fa163e52-5e1f-f3cb-1fd5-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-02 11:41:11.991854 | fa163e52-5e1f-f3cb-1fd5-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.311986 | 0.95s 2025-10-02 11:41:12.868150 | fa163e52-5e1f-f3cb-1fd5-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-02 11:41:12.869538 | fa163e52-5e1f-f3cb-1fd5-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.189681 | 1.83s 2025-10-02 11:41:13.887916 | fa163e52-5e1f-f3cb-1fd5-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-02 11:41:13.889389 | fa163e52-5e1f-f3cb-1fd5-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.209529 | 2.85s 2025-10-02 11:41:14.740699 | fa163e52-5e1f-f3cb-1fd5-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-02 11:41:14.742091 | fa163e52-5e1f-f3cb-1fd5-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.062234 | 3.70s 2025-10-02 11:41:14.749207 | fa163e52-5e1f-f3cb-1fd5-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.069356 | 3.71s 2025-10-02 11:41:14.767868 | fa163e52-5e1f-f3cb-1fd5-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-02 11:41:15.046111 | fa163e52-5e1f-f3cb-1fd5-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-02 11:41:15.048577 | fa163e52-5e1f-f3cb-1fd5-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:20.368711 | 0.28s 2025-10-02 11:41:15.058211 | fa163e52-5e1f-f3cb-1fd5-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:20.378343 | 0.29s 2025-10-02 11:41:15.068833 | fa163e52-5e1f-f3cb-1fd5-0000000000a7 | TASK | Fail if spec file is missing 2025-10-02 11:41:15.129810 | fa163e52-5e1f-f3cb-1fd5-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': 805310339, 'dev': 64516, 'nlink': 1, 'atime': 1759405201.774236, 'mtime': 1759405201.447219, 'ctime': 1759405201.777236, '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': '8780a677d26f151a7007fb3a863dc2af5e6cb5ff', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '678416997', '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-02 11:41:15.141771 | fa163e52-5e1f-f3cb-1fd5-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:20.461900 | 0.07s 2025-10-02 11:41:15.153657 | fa163e52-5e1f-f3cb-1fd5-0000000000a8 | TASK | Get ceph_cli 2025-10-02 11:41:15.181229 | fa163e52-5e1f-f3cb-1fd5-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:20.501357 | 0.03s 2025-10-02 11:41:15.192982 | 6abac533-b178-43e6-b4a0-21c5d0921b27 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-02 11:41:15.211087 | fa163e52-5e1f-f3cb-1fd5-000000000270 | TASK | Set ceph CLI 2025-10-02 11:41:15.423695 | fa163e52-5e1f-f3cb-1fd5-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-02 11:41:15.425198 | fa163e52-5e1f-f3cb-1fd5-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:20.745342 | 0.21s 2025-10-02 11:41:15.432049 | fa163e52-5e1f-f3cb-1fd5-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-02 11:41:16.533751 | fa163e52-5e1f-f3cb-1fd5-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-02 11:41:16.535141 | fa163e52-5e1f-f3cb-1fd5-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:21.855281 | 1.10s 2025-10-02 11:41:16.545021 | fa163e52-5e1f-f3cb-1fd5-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-02 11:41:16.604942 | fa163e52-5e1f-f3cb-1fd5-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-02 11:41:16.606379 | fa163e52-5e1f-f3cb-1fd5-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:21.926311 | 0.06s 2025-10-02 11:41:16.615720 | fa163e52-5e1f-f3cb-1fd5-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-02 11:41:16.646203 | fa163e52-5e1f-f3cb-1fd5-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:21.966335 | 0.03s 2025-10-02 11:41:16.671850 | 1c7da769-3b24-4815-bdad-1c5995b03d6e | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-02 11:41:16.691111 | fa163e52-5e1f-f3cb-1fd5-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-02 11:41:16.741200 | fa163e52-5e1f-f3cb-1fd5-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-02 11:41:16.742080 | fa163e52-5e1f-f3cb-1fd5-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:22.062226 | 0.05s 2025-10-02 11:41:16.747623 | fa163e52-5e1f-f3cb-1fd5-0000000002a8 | TASK | set cephadm debug level 2025-10-02 11:41:16.852494 | fa163e52-5e1f-f3cb-1fd5-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-02 11:41:16.853266 | fa163e52-5e1f-f3cb-1fd5-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:22.173414 | 0.10s 2025-10-02 11:41:16.857891 | fa163e52-5e1f-f3cb-1fd5-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-02 11:41:16.922369 | fa163e52-5e1f-f3cb-1fd5-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-02 11:41:16.923297 | fa163e52-5e1f-f3cb-1fd5-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:22.243446 | 0.06s 2025-10-02 11:41:16.927935 | fa163e52-5e1f-f3cb-1fd5-0000000002aa | TASK | set container image base in ceph configuration 2025-10-02 11:41:17.929715 | fa163e52-5e1f-f3cb-1fd5-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-02 11:41:17.931388 | fa163e52-5e1f-f3cb-1fd5-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:23.251521 | 1.00s 2025-10-02 11:41:17.947736 | fa163e52-5e1f-f3cb-1fd5-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-02 11:41:17.984926 | fa163e52-5e1f-f3cb-1fd5-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-02 11:41:17.985644 | fa163e52-5e1f-f3cb-1fd5-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:23.305795 | 0.04s 2025-10-02 11:41:17.990234 | fa163e52-5e1f-f3cb-1fd5-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-02 11:41:18.054098 | fa163e52-5e1f-f3cb-1fd5-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-02 11:41:18.055056 | fa163e52-5e1f-f3cb-1fd5-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:23.375203 | 0.06s 2025-10-02 11:41:18.061150 | fa163e52-5e1f-f3cb-1fd5-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-02 11:41:18.107612 | fa163e52-5e1f-f3cb-1fd5-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-02 11:41:18.108943 | fa163e52-5e1f-f3cb-1fd5-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:23.429080 | 0.05s 2025-10-02 11:41:18.118859 | fa163e52-5e1f-f3cb-1fd5-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-02 11:41:18.166272 | fa163e52-5e1f-f3cb-1fd5-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-02 11:41:18.167391 | fa163e52-5e1f-f3cb-1fd5-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:23.487536 | 0.05s 2025-10-02 11:41:18.174469 | fa163e52-5e1f-f3cb-1fd5-0000000000ac | TASK | Apply spec 2025-10-02 11:41:19.719637 | fa163e52-5e1f-f3cb-1fd5-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-02 11:41:19.720870 | fa163e52-5e1f-f3cb-1fd5-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:25.041008 | 1.55s 2025-10-02 11:41:19.728102 | fa163e52-5e1f-f3cb-1fd5-0000000000ad | TASK | Show results of spec apply 2025-10-02 11:41:19.786284 | fa163e52-5e1f-f3cb-1fd5-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-02 11:41:19.787479 | fa163e52-5e1f-f3cb-1fd5-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:25.107618 | 0.06s 2025-10-02 11:41:19.797381 | fa163e52-5e1f-f3cb-1fd5-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-02 11:41:19.854223 | fa163e52-5e1f-f3cb-1fd5-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:25.174363 | 0.06s 2025-10-02 11:41:19.862129 | 3e558620-68d8-4614-9ea1-673731f29de1 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-02 11:41:19.884725 | fa163e52-5e1f-f3cb-1fd5-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-02 11:41:20.927636 | fa163e52-5e1f-f3cb-1fd5-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-02 11:41:51.930221 | fa163e52-5e1f-f3cb-1fd5-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-02 11:41:51.932171 | fa163e52-5e1f-f3cb-1fd5-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:57.252311 | 32.05s 2025-10-02 11:41:51.950692 | fa163e52-5e1f-f3cb-1fd5-0000000000c9 | TASK | Get ceph_cli 2025-10-02 11:41:51.990119 | fa163e52-5e1f-f3cb-1fd5-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-02 11:41:51.991548 | fa163e52-5e1f-f3cb-1fd5-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.311681 | 0.04s 2025-10-02 11:41:52.004376 | fa163e52-5e1f-f3cb-1fd5-0000000000ca | TASK | Collect ceph config dump 2025-10-02 11:41:52.048233 | fa163e52-5e1f-f3cb-1fd5-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-02 11:41:52.049964 | fa163e52-5e1f-f3cb-1fd5-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:57.370060 | 0.04s 2025-10-02 11:41:52.062053 | fa163e52-5e1f-f3cb-1fd5-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-02 11:41:52.129570 | fa163e52-5e1f-f3cb-1fd5-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-02 11:41:52.130473 | fa163e52-5e1f-f3cb-1fd5-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:57.450619 | 0.07s 2025-10-02 11:41:52.137210 | fa163e52-5e1f-f3cb-1fd5-0000000000cc | TASK | Create pool 2025-10-02 11:41:52.203367 | fa163e52-5e1f-f3cb-1fd5-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:57.523501 | 0.07s 2025-10-02 11:41:52.210084 | fa163e52-5e1f-f3cb-1fd5-0000000000cd | TASK | Enable application on Ceph pools 2025-10-02 11:41:52.278171 | fa163e52-5e1f-f3cb-1fd5-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:57.598306 | 0.07s 2025-10-02 11:41:52.285079 | fa163e52-5e1f-f3cb-1fd5-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-02 11:41:52.324418 | fa163e52-5e1f-f3cb-1fd5-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-02 11:41:52.325303 | fa163e52-5e1f-f3cb-1fd5-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:57.645451 | 0.04s 2025-10-02 11:41:52.331372 | fa163e52-5e1f-f3cb-1fd5-0000000000d0 | TASK | Set trash interval 2025-10-02 11:41:52.417705 | fa163e52-5e1f-f3cb-1fd5-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-02 11:41:52.428700 | fa163e52-5e1f-f3cb-1fd5-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:57.748836 | 0.10s 2025-10-02 11:41:52.440883 | fa163e52-5e1f-f3cb-1fd5-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-02 11:41:52.507806 | fa163e52-5e1f-f3cb-1fd5-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:57.827944 | 0.07s 2025-10-02 11:41:52.514515 | fa163e52-5e1f-f3cb-1fd5-0000000000e9 | TASK | Get ceph_cli 2025-10-02 11:41:52.553300 | fa163e52-5e1f-f3cb-1fd5-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-02 11:41:52.554242 | fa163e52-5e1f-f3cb-1fd5-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.874389 | 0.04s 2025-10-02 11:41:52.560578 | fa163e52-5e1f-f3cb-1fd5-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-02 11:41:52.620557 | fa163e52-5e1f-f3cb-1fd5-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:57.940693 | 0.06s 2025-10-02 11:41:52.636614 | fa163e52-5e1f-f3cb-1fd5-0000000000f9 | TASK | Get ceph_cli 2025-10-02 11:41:52.667157 | fa163e52-5e1f-f3cb-1fd5-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-02 11:41:52.668183 | fa163e52-5e1f-f3cb-1fd5-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.988322 | 0.03s 2025-10-02 11:41:52.677374 | fa163e52-5e1f-f3cb-1fd5-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-02 11:41:52.717395 | fa163e52-5e1f-f3cb-1fd5-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-02 11:41:52.718503 | fa163e52-5e1f-f3cb-1fd5-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:58.038643 | 0.04s 2025-10-02 11:41:52.727409 | fa163e52-5e1f-f3cb-1fd5-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-02 11:41:52.766303 | fa163e52-5e1f-f3cb-1fd5-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-02 11:41:52.767311 | fa163e52-5e1f-f3cb-1fd5-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:58.087451 | 0.04s 2025-10-02 11:41:52.775726 | fa163e52-5e1f-f3cb-1fd5-0000000000fc | TASK | Extract mons_json 2025-10-02 11:41:52.813111 | fa163e52-5e1f-f3cb-1fd5-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-02 11:41:52.814159 | fa163e52-5e1f-f3cb-1fd5-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:58.134302 | 0.04s 2025-10-02 11:41:52.823042 | fa163e52-5e1f-f3cb-1fd5-0000000000fd | TASK | Build mons_list 2025-10-02 11:41:52.859505 | fa163e52-5e1f-f3cb-1fd5-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-02 11:41:52.860497 | fa163e52-5e1f-f3cb-1fd5-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:58.180638 | 0.04s 2025-10-02 11:41:52.868965 | fa163e52-5e1f-f3cb-1fd5-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-02 11:41:52.907869 | fa163e52-5e1f-f3cb-1fd5-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-02 11:41:52.909008 | fa163e52-5e1f-f3cb-1fd5-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:58.229148 | 0.04s 2025-10-02 11:41:52.917767 | fa163e52-5e1f-f3cb-1fd5-0000000000ff | TASK | Verify the keyring 2025-10-02 11:41:52.984021 | fa163e52-5e1f-f3cb-1fd5-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:58.304152 | 0.07s 2025-10-02 11:41:52.998439 | fa163e52-5e1f-f3cb-1fd5-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-02 11:41:53.045294 | fa163e52-5e1f-f3cb-1fd5-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-02 11:41:53.046539 | fa163e52-5e1f-f3cb-1fd5-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:58.366678 | 0.05s 2025-10-02 11:41:53.062344 | fa163e52-5e1f-f3cb-1fd5-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-02 11:41:53.099711 | fa163e52-5e1f-f3cb-1fd5-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-02 11:41:53.100942 | fa163e52-5e1f-f3cb-1fd5-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:58.421080 | 0.04s 2025-10-02 11:41:53.118873 | fa163e52-5e1f-f3cb-1fd5-00000000011c | TASK | Get ceph_cli 2025-10-02 11:41:53.145505 | fa163e52-5e1f-f3cb-1fd5-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.465638 | 0.03s 2025-10-02 11:41:53.156278 | 979dbed4-8ab8-4e07-9ff7-710c9873a120 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-02 11:41:53.168993 | fa163e52-5e1f-f3cb-1fd5-0000000003c0 | TASK | Set ceph CLI 2025-10-02 11:41:53.331907 | fa163e52-5e1f-f3cb-1fd5-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-02 11:41:53.333055 | fa163e52-5e1f-f3cb-1fd5-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:58.653193 | 0.16s 2025-10-02 11:41:53.341640 | fa163e52-5e1f-f3cb-1fd5-00000000011d | TASK | Get the ceph orchestrator status 2025-10-02 11:41:54.191459 | fa163e52-5e1f-f3cb-1fd5-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-02 11:41:54.193862 | fa163e52-5e1f-f3cb-1fd5-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:59.513999 | 0.85s 2025-10-02 11:41:54.203374 | fa163e52-5e1f-f3cb-1fd5-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-02 11:41:54.266661 | fa163e52-5e1f-f3cb-1fd5-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-02 11:41:54.267802 | fa163e52-5e1f-f3cb-1fd5-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:59.587943 | 0.06s 2025-10-02 11:41:54.277148 | fa163e52-5e1f-f3cb-1fd5-000000000120 | TASK | Show the deployed daemons 2025-10-02 11:41:55.109017 | fa163e52-5e1f-f3cb-1fd5-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-02 11:41:55.110139 | fa163e52-5e1f-f3cb-1fd5-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:00.430285 | 0.83s 2025-10-02 11:41:55.118351 | fa163e52-5e1f-f3cb-1fd5-000000000121 | TASK | Deployed daemons 2025-10-02 11:41:55.175367 | fa163e52-5e1f-f3cb-1fd5-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-02 11:41:55.176394 | fa163e52-5e1f-f3cb-1fd5-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:00.496540 | 0.06s 2025-10-02 11:41:55.182777 | fa163e52-5e1f-f3cb-1fd5-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-02 11:41:56.031239 | fa163e52-5e1f-f3cb-1fd5-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-02 11:41:56.032601 | fa163e52-5e1f-f3cb-1fd5-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:01.352741 | 0.85s 2025-10-02 11:41:56.041913 | fa163e52-5e1f-f3cb-1fd5-000000000123 | TASK | Ceph cluster status 2025-10-02 11:41:56.078899 | fa163e52-5e1f-f3cb-1fd5-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: b2256b5b-26b8-50b1-bc88-823a40dd7656", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 82s)", " mgr: standalone.pshjmf(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-02 11:41:56.080139 | fa163e52-5e1f-f3cb-1fd5-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:01.400277 | 0.04s 2025-10-02 11:41:56.101264 | fa163e52-5e1f-f3cb-1fd5-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-02 11:41:56.694219 | fa163e52-5e1f-f3cb-1fd5-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e52-5e1f-f3cb-1fd5-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-02 11:41:56.733173 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 11:41:56.733750 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 11:41:56.734266 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:02.054413 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 11:41:56.734776 | UUID | Info | Host | Task Name | Run Time 2025-10-02 11:41:56.735242 | fa163e52-5e1f-f3cb-1fd5-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 64.29s 2025-10-02 11:41:56.735881 | fa163e52-5e1f-f3cb-1fd5-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.05s 2025-10-02 11:41:56.736395 | fa163e52-5e1f-f3cb-1fd5-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.71s 2025-10-02 11:41:56.736885 | fa163e52-5e1f-f3cb-1fd5-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 2.89s 2025-10-02 11:41:56.737471 | fa163e52-5e1f-f3cb-1fd5-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.55s 2025-10-02 11:41:56.738085 | fa163e52-5e1f-f3cb-1fd5-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.10s 2025-10-02 11:41:56.738560 | fa163e52-5e1f-f3cb-1fd5-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 1.00s 2025-10-02 11:41:56.739004 | fa163e52-5e1f-f3cb-1fd5-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 0.97s 2025-10-02 11:41:56.739496 | fa163e52-5e1f-f3cb-1fd5-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.87s 2025-10-02 11:41:56.739938 | fa163e52-5e1f-f3cb-1fd5-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.85s 2025-10-02 11:41:56.740527 | fa163e52-5e1f-f3cb-1fd5-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.85s 2025-10-02 11:41:56.740986 | fa163e52-5e1f-f3cb-1fd5-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.83s 2025-10-02 11:41:56.741490 | fa163e52-5e1f-f3cb-1fd5-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.83s 2025-10-02 11:41:56.741940 | fa163e52-5e1f-f3cb-1fd5-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.59s 2025-10-02 11:41:56.742409 | fa163e52-5e1f-f3cb-1fd5-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.56s 2025-10-02 11:41:56.742854 | fa163e52-5e1f-f3cb-1fd5-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.46s 2025-10-02 11:41:56.743404 | fa163e52-5e1f-f3cb-1fd5-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.45s 2025-10-02 11:41:56.743877 | fa163e52-5e1f-f3cb-1fd5-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.34s 2025-10-02 11:41:56.744451 | fa163e52-5e1f-f3cb-1fd5-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.29s 2025-10-02 11:41:56.744904 | fa163e52-5e1f-f3cb-1fd5-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.29s 2025-10-02 11:41:56.745355 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-02 11:41:59.930 40143 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-02 11:41:59.954 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:41:59.954 40143 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-02 11:41:59.956 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:41:59.956 40143 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-02 11:41:59.958 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:41:59.958 40143 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-02 11:41:59.960 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:41:59.960 40143 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-02 11:41:59.962 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:41:59.962 40143 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-02 11:41:59.964 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:41:59.964 40143 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-02 11:41:59.988 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:41:59.988 40143 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-02 11:42:00.006 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:42:00.006 40143 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-02 11:42:00.008 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:42:00.008 40143 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-02 11:42:00.010 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:42:00.010 40143 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-02 11:42:00.011 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:42:00.011 40143 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-02 11:42:00.013 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:42:00.013 40143 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-02 11:42:00.015 40143 INFO migrate.versioning.api [-] done 2025-10-02 11:42:00.015 40143 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-02 11:42:00.038 40143 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-02 11:42:08Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:09Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:09Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:09Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:09Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-02 11:42:09Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:10Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:10Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-02 11:42:10Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-02 11:42:11Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:11Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:11Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:11Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-02 11:42:11Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:11Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-02 11:42:11Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:12Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:12Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:12Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-02 11:42:12Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:12Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-02 11:42:12Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:13Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:13Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:13Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-02 11:42:13Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:13Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-02 11:42:13Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:14Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:14Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:14Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:14Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-02 11:42:14Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:14Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:14Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-02 11:42:14Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:14Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-02 11:42:14Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-02 11:42:14Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:14Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:14Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:14Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:14Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-02 11:42:15Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:15Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-02 11:42:15Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-02 11:42:15Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-02 11:42:15Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:15Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-02 11:42:15Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:15Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-02 11:42:16Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:16Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-02 11:42:17Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:17Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-02 11:42:17Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:18Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-02 11:42:18Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:19Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:19Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:19Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:19Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:19Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-02 11:42:19Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:19Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-02 11:42:19Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:19Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-02 11:42:20Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-02 11:42:20Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-02 11:42:20Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-02 11:42:20Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-02 11:42:20Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:20Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:20Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:20Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-02 11:42:20Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:21Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-02 11:42:21Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:21Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:21Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-02 11:42:22Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-02 11:42:23Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:23Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-02 11:42:23Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:23Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:23Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:25Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:26Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:26Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:26Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:26Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:26Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:26Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 11:42:26Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:27Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:27Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:42:28Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:28Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-02 11:42:29Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:29Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:42:30Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:30Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:42:30Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:42:30Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:31Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-02 11:42:31Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:32Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:32Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:33Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:33Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:42:34Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:34Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:42:34Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:42:35Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:36Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-02 11:42:36Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:37Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-02 11:42:37Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:37Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:37Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:37Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:42:38Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:39Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:39Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-02 11:42:40Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:40Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:42:41Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:42:41Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:42Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-02 11:42:43Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:43Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:43Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:44Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:44Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:42:44Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:42:45Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:46Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:46Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:42:47Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-02 11:42:47Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:48Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-02 11:42:48Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:48Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:48Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:48Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:42:48Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:49Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-02 11:42:50Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:50Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:50Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:51Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:51Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:42:51Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:51Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:51Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:42:51Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:52Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:52Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:42:52Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-02 11:42:53Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:54Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:54Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:42:54Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:42:54Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:54Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 11:42:54Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:55Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:55Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:42:56Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-02 11:42:56Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:42:57Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-02 11:42:58Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-02 11:42:59Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-02 11:42:59Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:00Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-02 11:43:01Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:01Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:01Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:02Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:02Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:43:02Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:03Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:04Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:43:04Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:05Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-02 11:43:05Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:06Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:06Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:07Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:07Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:43:08Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:08Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:43:08Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:08Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:09Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-02 11:43:09Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:09Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:09Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:09Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:09Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:09Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-02 11:43:09Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:09Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-02 11:43:10Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:10Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-02 11:43:10Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:11Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-02 11:43:11Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:12Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-02 11:43:13Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:14Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-02 11:43:14Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:14Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:14Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:14Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-02 11:43:15Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:15Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:15Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:15Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-02 11:43:15Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-02 11:43:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-02 11:43:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:17Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-02 11:43:17Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:18Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-02 11:43:19Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:19Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:19Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:19Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:19Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:19Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-02 11:43:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-02 11:43:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-02 11:43:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:21Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-02 11:43:21Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:22Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-02 11:43:22Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:22Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:22Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:22Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:23Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:23Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-02 11:43:23Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:23Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-02 11:43:24Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:24Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-02 11:43:24Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:24Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-02 11:43:24Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:25Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-02 11:43:26Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:26Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:26Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:26Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:43:27Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:27Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:27Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:27Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 11:43:27Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:28Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:28Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:43:29Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:29Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-02 11:43:30Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:30Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:43:31Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:31Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:31Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:32Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:32Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 11:43:33Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:33Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:34Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:34Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:35Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-02 11:43:35Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:35Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:35Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:37Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:37Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:37Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:37Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:38Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:38Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:38Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 11:43:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:39Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:43:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:40Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:40Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:43:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-02 11:43:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:43:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:43:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 11:43:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-02 11:43:46Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:46Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-02 11:43:47Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:48Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:48Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:48Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:48Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:49Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:49Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:43:49Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:49Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 11:43:50Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:50Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:50Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:51Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:51Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:51Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-02 11:43:52Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:52Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:43:53Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:53Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:54Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-02 11:43:54Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:54Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:55Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:56Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:57Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 11:43:58Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:58Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:43:58Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:43:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:43:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:43:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-02 11:43:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:43:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-02 11:44:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:44:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:44:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 11:44:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:44:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-02 11:44:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-02 11:44:06Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:07Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-02 11:44:08Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:08Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:08Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:08Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:09Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:10Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:10Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:10Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:44:10Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:11Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:11Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:11Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:44:12Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:13Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-02 11:44:13Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:14Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-02 11:44:14Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:15Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-02 11:44:15Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:15Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:15Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:17Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:17Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:17Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:44:18Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:19Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:44:19Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:19Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-02 11:44:20Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:21Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-02 11:44:21Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:21Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:22Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:22Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:23Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:24Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:44:24Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:24Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-02 11:44:25Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:26Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-02 11:44:26Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:26Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:27Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:28Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:28Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:28Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:44:28Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:28Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:28Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:29Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:29Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-02 11:44:30Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:30Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:30Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 11:44:31Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:31Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-02 11:44:32Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:33Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:44:33Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:33Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-02 11:44:34Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:34Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:35Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:35Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:35Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:35Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:35Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:44:36Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:36Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:36Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:36Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:36Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:36Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-02 11:44:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:37Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:44:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-02 11:44:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 11:44:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-02 11:44:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:44:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-02 11:44:40Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:41Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-02 11:44:42Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:42Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:42Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:42Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:42Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:42Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 11:44:42Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:43Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:43Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:44:44Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:44Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:44:45Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:45Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:44:46Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:46Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:46Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:44:46Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:47Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-02 11:44:47Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:48Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:48Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:49Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:49Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:49Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:44:50Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:51Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:51Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:44:52Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:44:52Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:53Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-02 11:44:53Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:53Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:53Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:54Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:54Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:44:55Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:55Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:44:55Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:44:56Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:57Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:44:57Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:44:58Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-02 11:44:59Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:59Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:44:59Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-02 11:44:59Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-02 11:45:00Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:01Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:01Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:01Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:45:02Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:02Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:02Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:03Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:03Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:03Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-02 11:45:04Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-02 11:45:04Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:04Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-02 11:45:04Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:45:05Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:05Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-02 11:45:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-02 11:45:08Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:09Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-02 11:45:10Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:10Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:10Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:11Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:11Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-02 11:45:12Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:12Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:12Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-02 11:45:12Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:12Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 11:45:12Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:13Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:13Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:13Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:45:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:45:15Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:16Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-02 11:45:16Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:16Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:17Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:17Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:17Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:19Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-02 11:45:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 11:45:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:45:20Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:21Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:45:22Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-02 11:45:22Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:22Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-02 11:45:23Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:23Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:23Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:24Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:25Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:45:25Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:25Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:25Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:25Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:26Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:26Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:26Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-02 11:45:26Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:28Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-02 11:45:29Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:45:29Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:29Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-02 11:45:30Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:30Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:30Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:31Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:31Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:31Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:45:31Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:32Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-02 11:45:32Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:33Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:33Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:33Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:34Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:35Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:45:35Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:36Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-02 11:45:36Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:36Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:36Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:36Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:36Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:37Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-02 11:45:37Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:38Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:38Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:38Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:38Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:38Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 11:45:38Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:45:40Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:40Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:40Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:45:41Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:42Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:42Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:42Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:45:42Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:42Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:42Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:43Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-02 11:45:43Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:44Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-02 11:45:44Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:44Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:44Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:44Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:46Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-02 11:45:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 11:45:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:45:49Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:49Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:45:50Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:45:50Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:50Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-02 11:45:51Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:52Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-02 11:45:52Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:52Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:53Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:53Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:45:54Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:55Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:55Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:45:56Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:56Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:45:57Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-02 11:45:57Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:45:58Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-02 11:45:58Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:58Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:45:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:59Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:45:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:45:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:00Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:00Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-02 11:46:00Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:46:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:46:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:46:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:46:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-02 11:46:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-02 11:46:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:46:08Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:08Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-02 11:46:08Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:09Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-02 11:46:10Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:10Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:10Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:10Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:11Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:12Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:46:12Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:13Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-02 11:46:14Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:14Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:14Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:14Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:15Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:16Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:16Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-02 11:46:17Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:46:17Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:18Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-02 11:46:18Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:19Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-02 11:46:20Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:20Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:20Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:21Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:21Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:46:22Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:22Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:22Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-02 11:46:23Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:23Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-02 11:46:24Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:24Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:24Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:24Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:24Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:25Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:25Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-02 11:46:26Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:46:26Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:27Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-02 11:46:27Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:27Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:27Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:27Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-02 11:46:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-02 11:46:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:32Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-02 11:46:32Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:32Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-02 11:46:33Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:33Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:33Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:33Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:35Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-02 11:46:36Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:36Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:46:37Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-02 11:46:37Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:38Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-02 11:46:39Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:39Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:40Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:40Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-02 11:46:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:42Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:42Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-02 11:46:43Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:46:43Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:44Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-02 11:46:44Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:44Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:45Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:46Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:46:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-02 11:46:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:48Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-02 11:46:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 11:46:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:49Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:49Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:46:50Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:50Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:46:51Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:51Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:51Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:51Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:51Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:51Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-02 11:46:52Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:52Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:52Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 11:46:52Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:52Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-02 11:46:53Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:53Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:54Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:54Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:55Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-02 11:46:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:46:56Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:46:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-02 11:46:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:46:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:46:57Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:57Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 11:46:58Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-02 11:46:59Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:46:59Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:47:00Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-02 11:47:00Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:00Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-02 11:47:01Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:01Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:02Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:03Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-02 11:47:03Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:04Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:47:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:05Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-02 11:47:05Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:05Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-02 11:47:06Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:06Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:06Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:47:07Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:07Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:08Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:08Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:08Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:08Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:08Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:09Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 11:47:09Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:09Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 11:47:09Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:10Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:47:10Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:10Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-02 11:47:11Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:11Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:11Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:11Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-02 11:47:12Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:13Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:47:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-02 11:47:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 11:47:15Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-02 11:47:16Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:16Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:47:17Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-02 11:47:17Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:18Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-02 11:47:19Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:19Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:19Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:20Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:20Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:20Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:47:20Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:20Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:20Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:21Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 11:47:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:22Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-02 11:47:23Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:23Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-02 11:47:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:24Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:24Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-02 11:47:25Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:25Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:25Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:26Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-02 11:47:26Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:26Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-02 11:47:27Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:27Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:27Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:27Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:28Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:29Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:29Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:47:30Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:30Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:30Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-02 11:47:30Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:30Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:30Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:31Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:31Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 11:47:31Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:31Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:31Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:31Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:32Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-02 11:47:32Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:33Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-02 11:47:34Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:34Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:34Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:35Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:35Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:35Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-02 11:47:36Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:37Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:47:37Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:38Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-02 11:47:38Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:38Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:38Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:38Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:39Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-02 11:47:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:40Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:41Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:47:41Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-02 11:47:41Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:41Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:42Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:47:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:43Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-02 11:47:44Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-02 11:47:44Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:44Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-02 11:47:45Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:45Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:45Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:45Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:46Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:46Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:47Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:48Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:47:48Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:49Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-02 11:47:49Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:50Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:50Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:50Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:51Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:52Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:47:52Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:53Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-02 11:47:53Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:53Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:53Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:54Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:54Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:47:54Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-02 11:47:55Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:56Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:56Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-02 11:47:57Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:47:57Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:47:58Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-02 11:47:59Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-02 11:47:59Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:47:59Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:00Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:00Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:48:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-02 11:48:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:02Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:02Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:03Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:03Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:03Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:48:03Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:03Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:48:04Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:04Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:04Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:48:05Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-02 11:48:05Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-02 11:48:05Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:06Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-02 11:48:06Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:07Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-02 11:48:08Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:08Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:08Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:08Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-02 11:48:08Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:09Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-02 11:48:09Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:09Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:09Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:10Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:10Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:48:11Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:11Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:48:12Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:12Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:12Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-02 11:48:12Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:13Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-02 11:48:14Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:14Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:14Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:15Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:15Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:48:16Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:16Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:16Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-02 11:48:17Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:18Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:48:18Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:19Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-02 11:48:19Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:19Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:19Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:20Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:21Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:48:21Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:22Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:48:22Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:22Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:23Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-02 11:48:23Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:23Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-02 11:48:24Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:25Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-02 11:48:25Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:25Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:25Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:26Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:48:26Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:27Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-02 11:48:28Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:28Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:30Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:30Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:30Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:31Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:48:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:48:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:48:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:48:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:33Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-02 11:48:33Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:34Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-02 11:48:34Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:35Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-02 11:48:36Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:36Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:36Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:36Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:37Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:37Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:37Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:37Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-02 11:48:37Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:38Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:38Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:38Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-02 11:48:38Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:38Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:38Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:39Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:39Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-02 11:48:40Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:40Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-02 11:48:41Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:48:41Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:42Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-02 11:48:43Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:44Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-02 11:48:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:44Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:44Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:45Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:46Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:48:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:48Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:49Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:48:50Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-02 11:48:50Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:50Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-02 11:48:50Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:48:51Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-02 11:48:52Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:53Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-02 11:48:53Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:54Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-02 11:48:55Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:56Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-02 11:48:56Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:56Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:48:56Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:56Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-02 11:48:57Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:57Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:48:58Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:59Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:48:59Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:49:00Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-02 11:49:00Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:01Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-02 11:49:02Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:02Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:02Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:02Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:49:02Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:03Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-02 11:49:03Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:03Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:03Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:04Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:04Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-02 11:49:05Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:05Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:49:05Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-02 11:49:05Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:06Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-02 11:49:07Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:08Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-02 11:49:08Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:09Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-02 11:49:10Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:11Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-02 11:49:11Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:11Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:11Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:11Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:49:11Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:12Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-02 11:49:12Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:13Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:13Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:14Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:14Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:49:14Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-02 11:49:14Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:15Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-02 11:49:15Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:15Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:15Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:15Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-02 11:49:15Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:16Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-02 11:49:16Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:17Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-02 11:49:18Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:19Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:19Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:19Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:19Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:19Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:19Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:20Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:20Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:20Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:20Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-02 11:49:20Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:21Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:21Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-02 11:49:21Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:21Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:21Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:21Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:22Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:22Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:22Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:22Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:22Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:22Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:23Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:23Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-02 11:49:23Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:23Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-02 11:49:23Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:24Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-02 11:49:24Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:24Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-02 11:49:24Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:24Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-02 11:49:24Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:25Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-02 11:49:25Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:25Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-02 11:49:25Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:25Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:26Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:26Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:26Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:26Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:26Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:27Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:27Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:27Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:27Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:27Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-02 11:49:27Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:28Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:28Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:28Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-02 11:49:28Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:28Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:29Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:29Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:29Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:29Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-02 11:49:29Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:29Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:29Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-02 11:49:29Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-02 11:49:29Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:30Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-02 11:49:30Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:30Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-02 11:49:31Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:31Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-02 11:49:31Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:31Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:31Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:31Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-02 11:49:31Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-02 11:49:31Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-02 11:49:31Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:32Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:32Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-02 11:49:32Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:32Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-02 11:49:32Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:33Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-02 11:49:33Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:33Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:33Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:33Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-02 11:49:34Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:34Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:34Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:34Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-02 11:49:35Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:36Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-02 11:49:36Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:37Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:38Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:38Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:38Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:38Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:38Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:38Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:38Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:38Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-02 11:49:38Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:38Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:39Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-02 11:49:39Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-02 11:49:39Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-02 11:49:39Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-02 11:49:39Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-02 11:49:39Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-02 11:49:39Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:39Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:39Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:39Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:39Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-02 11:49:39Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:40Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-02 11:49:40Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-02 11:49:40Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:41Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-02 11:49:41Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-02 11:49:42Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-02 11:49:42Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:42Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:42Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:43Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:43Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:43Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-02 11:49:43Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-02 11:49:43Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-02 11:49:43Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:43Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-02 11:49:43Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-02 11:49:43Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:43Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-02 11:49:43Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:43Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:43Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-02 11:49:43Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-02 11:49:43Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:43Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:43Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-02 11:49:43Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:43Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-02 11:49:44Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:44Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:44Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:44Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-02 11:49:44Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:45Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:45Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:45Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-02 11:49:46Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:46Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:47Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:47Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:48Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:48Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:49Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:49Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-02 11:49:50Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:50Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-02 11:49:51Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:52Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-02 11:49:52Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-02 11:49:52Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-02 11:49:52Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-02 11:49:52Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-02 11:49:52Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/ebc9ce2a-d894-431e-8865-c5e4e57b9a4f 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-02 11:50:14.307822 | fa163e52-5e1f-f442-69cc-000000000006 | TASK | External deployment step 0 2025-10-02 11:50:14.347958 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-000000000006') missing from stats 2025-10-02 11:50:14.388376 | fa163e52-5e1f-f442-69cc-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.134745 | 0.02s 2025-10-02 11:50:14.395454 | 811e9a54-19c4-4e5d-9e14-057cbf93f04d | INCLUDED | /root/standalone-ansible-m86fxwho/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-02 11:50:14.411239 | fa163e52-5e1f-f442-69cc-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-02 11:50:15.342772 | fa163e52-5e1f-f442-69cc-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-02 11:50:15.344030 | fa163e52-5e1f-f442-69cc-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.090406 | 0.93s 2025-10-02 11:50:15.362365 | fa163e52-5e1f-f442-69cc-000000000129 | TASK | create redis virtual ip 2025-10-02 11:50:16.301422 | fa163e52-5e1f-f442-69cc-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-02 11:50:16.302920 | fa163e52-5e1f-f442-69cc-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.049293 | 0.94s PLAY [Check if required variables are defined] ********************************* 2025-10-02 11:50:16.386964 | fa163e52-5e1f-f442-69cc-000000000138 | TASK | Gathering Facts 2025-10-02 11:50:16.982419 | fa163e52-5e1f-f442-69cc-000000000138 | OK | Gathering Facts | localhost 2025-10-02 11:50:16.983948 | fa163e52-5e1f-f442-69cc-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.730321 | 0.60s 2025-10-02 11:50:17.042200 | fa163e52-5e1f-f442-69cc-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-02 11:50:17.044091 | fa163e52-5e1f-f442-69cc-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.790457 | 0.04s 2025-10-02 11:50:17.097117 | fa163e52-5e1f-f442-69cc-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-02 11:50:17.098885 | fa163e52-5e1f-f442-69cc-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.845257 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-02 11:50:17.199248 | fa163e52-5e1f-f442-69cc-000000000160 | TASK | Gathering Facts 2025-10-02 11:50:17.209106 | fa163e52-5e1f-f442-69cc-000000000160 | TASK | Gathering Facts 2025-10-02 11:50:17.552975 | fa163e52-5e1f-f442-69cc-000000000160 | OK | Gathering Facts | undercloud 2025-10-02 11:50:17.554649 | fa163e52-5e1f-f442-69cc-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.301022 | 0.35s 2025-10-02 11:50:17.557673 | fa163e52-5e1f-f442-69cc-000000000160 | OK | Gathering Facts | standalone 2025-10-02 11:50:17.558834 | fa163e52-5e1f-f442-69cc-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.305213 | 0.35s 2025-10-02 11:50:17.619750 | fa163e52-5e1f-f442-69cc-000000000012 | TASK | Set legacy facts 2025-10-02 11:50:17.640911 | fa163e52-5e1f-f442-69cc-000000000012 | TASK | Set legacy facts 2025-10-02 11:50:17.649129 | fa163e52-5e1f-f442-69cc-000000000012 | OK | Set legacy facts | undercloud 2025-10-02 11:50:17.650170 | fa163e52-5e1f-f442-69cc-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.396536 | 0.03s 2025-10-02 11:50:17.684875 | fa163e52-5e1f-f442-69cc-000000000012 | OK | Set legacy facts | standalone 2025-10-02 11:50:17.685354 | fa163e52-5e1f-f442-69cc-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.431738 | 0.04s PLAY [Load global variables] *************************************************** 2025-10-02 11:50:17.846470 | fa163e52-5e1f-f442-69cc-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-02 11:50:17.847498 | fa163e52-5e1f-f442-69cc-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.593874 | 0.04s 2025-10-02 11:50:17.858271 | fa163e52-5e1f-f442-69cc-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-02 11:50:17.858696 | fa163e52-5e1f-f442-69cc-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.605082 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-02 11:50:17.932650 | fa163e52-5e1f-f442-69cc-000000000018 | TASK | Include Service VIP vars 2025-10-02 11:50:17.957678 | fa163e52-5e1f-f442-69cc-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-02 11:50:17.958517 | fa163e52-5e1f-f442-69cc-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.704895 | 0.03s 2025-10-02 11:50:17.969012 | fa163e52-5e1f-f442-69cc-000000000018 | OK | Include Service VIP vars | standalone 2025-10-02 11:50:17.969352 | fa163e52-5e1f-f442-69cc-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.715740 | 0.03s 2025-10-02 11:50:17.972533 | fa163e52-5e1f-f442-69cc-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-02 11:50:17.998781 | fa163e52-5e1f-f442-69cc-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-02 11:50:17.999692 | fa163e52-5e1f-f442-69cc-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.746069 | 0.03s 2025-10-02 11:50:18.010237 | fa163e52-5e1f-f442-69cc-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-02 11:50:18.010644 | fa163e52-5e1f-f442-69cc-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.757031 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-02 11:50:18.090741 | fa163e52-5e1f-f442-69cc-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-02 11:50:18.921449 | fa163e52-5e1f-f442-69cc-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e52-5e1f-f442-69cc-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-02 11:50:19.014839 | fa163e52-5e1f-f442-69cc-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-02 11:50:19.050155 | fa163e52-5e1f-f442-69cc-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-02 11:50:19.050923 | fa163e52-5e1f-f442-69cc-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.797301 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-02 11:50:19.127545 | fa163e52-5e1f-f442-69cc-000000000023 | TASK | Set selinux state 2025-10-02 11:50:19.697827 | fa163e52-5e1f-f442-69cc-000000000023 | OK | Set selinux state | standalone 2025-10-02 11:50:19.698889 | fa163e52-5e1f-f442-69cc-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.445266 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-02 11:50:19.841863 | fa163e52-5e1f-f442-69cc-000000000026 | TASK | Configure Hosts Entries 2025-10-02 11:50:19.870390 | fa163e52-5e1f-f442-69cc-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.616751 | 0.03s 2025-10-02 11:50:19.886125 | fa163e52-5e1f-f442-69cc-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.632505 | 0.02s 2025-10-02 11:50:19.931550 | fa163e52-5e1f-f442-69cc-0000000001f1 | TASK | Create temporary file for hosts 2025-10-02 11:50:20.277243 | fa163e52-5e1f-f442-69cc-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-02 11:50:20.280457 | fa163e52-5e1f-f442-69cc-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:06.026818 | 0.33s 2025-10-02 11:50:20.281116 | fa163e52-5e1f-f442-69cc-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-02 11:50:20.281559 | fa163e52-5e1f-f442-69cc-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:06.027945 | 0.35s 2025-10-02 11:50:20.297744 | fa163e52-5e1f-f442-69cc-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-02 11:50:20.731299 | fa163e52-5e1f-f442-69cc-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-02 11:50:20.732944 | fa163e52-5e1f-f442-69cc-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.479310 | 0.43s 2025-10-02 11:50:20.754438 | fa163e52-5e1f-f442-69cc-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-02 11:50:20.755276 | fa163e52-5e1f-f442-69cc-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.501655 | 0.44s 2025-10-02 11:50:20.773570 | fa163e52-5e1f-f442-69cc-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-02 11:50:21.125642 | fa163e52-5e1f-f442-69cc-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-02 11:50:21.126480 | fa163e52-5e1f-f442-69cc-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.872861 | 0.35s 2025-10-02 11:50:21.127004 | fa163e52-5e1f-f442-69cc-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-02 11:50:21.127363 | fa163e52-5e1f-f442-69cc-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.873750 | 0.33s 2025-10-02 11:50:21.141625 | fa163e52-5e1f-f442-69cc-0000000001f4 | TASK | Render out the hosts entries 2025-10-02 11:50:21.269454 | fa163e52-5e1f-f442-69cc-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-02 11:50:21.270705 | fa163e52-5e1f-f442-69cc-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:07.017079 | 0.13s 2025-10-02 11:50:21.288160 | fa163e52-5e1f-f442-69cc-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-02 11:50:21.552209 | fa163e52-5e1f-f442-69cc-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-02 11:50:21.553146 | fa163e52-5e1f-f442-69cc-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.299522 | 0.26s 2025-10-02 11:50:21.584109 | fa163e52-5e1f-f442-69cc-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-02 11:50:21.584606 | fa163e52-5e1f-f442-69cc-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.330991 | 0.28s 2025-10-02 11:50:21.599815 | fa163e52-5e1f-f442-69cc-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-02 11:50:21.964663 | fa163e52-5e1f-f442-69cc-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-02 11:50:21.965599 | fa163e52-5e1f-f442-69cc-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.711968 | 0.36s 2025-10-02 11:50:21.976186 | fa163e52-5e1f-f442-69cc-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-02 11:50:21.976565 | fa163e52-5e1f-f442-69cc-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.722952 | 0.36s 2025-10-02 11:50:21.991063 | fa163e52-5e1f-f442-69cc-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-02 11:50:22.364730 | fa163e52-5e1f-f442-69cc-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-02 11:50:22.367445 | fa163e52-5e1f-f442-69cc-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.113811 | 0.38s 2025-10-02 11:50:22.378733 | fa163e52-5e1f-f442-69cc-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-02 11:50:22.379503 | fa163e52-5e1f-f442-69cc-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.125883 | 0.37s PLAY [Common roles for TripleO servers] **************************************** 2025-10-02 11:50:22.505992 | fa163e52-5e1f-f442-69cc-00000000002a | TASK | Common roles for TripleO servers 2025-10-02 11:50:22.527551 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-00000000002a') missing from stats 2025-10-02 11:50:22.605350 | fa163e52-5e1f-f442-69cc-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.351694 | 0.03s 2025-10-02 11:50:22.667081 | fa163e52-5e1f-f442-69cc-000000000254 | TASK | Gather variables for each operating system 2025-10-02 11:50:22.763408 | fa163e52-5e1f-f442-69cc-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-02 11:50:22.764398 | fa163e52-5e1f-f442-69cc-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.510774 | 0.10s 2025-10-02 11:50:22.775425 | fa163e52-5e1f-f442-69cc-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.521795 | 0.11s 2025-10-02 11:50:22.801234 | fa163e52-5e1f-f442-69cc-000000000256 | TASK | Check release version package is installed 2025-10-02 11:50:23.115042 | fa163e52-5e1f-f442-69cc-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-02 11:50:23.116550 | fa163e52-5e1f-f442-69cc-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.862922 | 0.31s 2025-10-02 11:50:23.145147 | fa163e52-5e1f-f442-69cc-000000000257 | TASK | Deploy release version package 2025-10-02 11:50:27.856987 | fa163e52-5e1f-f442-69cc-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-02 11:50:27.858304 | fa163e52-5e1f-f442-69cc-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.604677 | 4.71s 2025-10-02 11:50:27.884204 | fa163e52-5e1f-f442-69cc-000000000259 | TASK | Include packages tasks 2025-10-02 11:50:27.911883 | fa163e52-5e1f-f442-69cc-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.658244 | 0.03s 2025-10-02 11:50:27.940518 | 44fe5339-126f-4749-b7e6-6df9b4149578 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-02 11:50:27.973112 | fa163e52-5e1f-f442-69cc-0000000002ad | TASK | Gather facts if they don't exist 2025-10-02 11:50:28.021153 | fa163e52-5e1f-f442-69cc-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-02 11:50:28.022518 | fa163e52-5e1f-f442-69cc-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.768881 | 0.05s 2025-10-02 11:50:28.047837 | fa163e52-5e1f-f442-69cc-0000000002ae | TASK | Gather variables for each operating system 2025-10-02 11:50:28.166665 | fa163e52-5e1f-f442-69cc-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-02 11:50:28.177748 | fa163e52-5e1f-f442-69cc-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.924114 | 0.13s 2025-10-02 11:50:28.203039 | fa163e52-5e1f-f442-69cc-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-02 11:50:28.475615 | fa163e52-5e1f-f442-69cc-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-02 11:50:28.476751 | fa163e52-5e1f-f442-69cc-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.223127 | 0.27s 2025-10-02 11:50:28.500616 | fa163e52-5e1f-f442-69cc-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-02 11:50:33.991211 | fa163e52-5e1f-f442-69cc-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-02 11:50:33.992597 | fa163e52-5e1f-f442-69cc-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.738971 | 5.49s 2025-10-02 11:50:34.017694 | fa163e52-5e1f-f442-69cc-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-02 11:50:35.038348 | fa163e52-5e1f-f442-69cc-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-02 11:50:35.039712 | fa163e52-5e1f-f442-69cc-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.786083 | 1.02s 2025-10-02 11:50:35.065685 | fa163e52-5e1f-f442-69cc-00000000025a | TASK | Enable openvswitch service if installed 2025-10-02 11:50:37.025758 | fa163e52-5e1f-f442-69cc-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-02 11:50:37.027527 | fa163e52-5e1f-f442-69cc-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:22.773899 | 1.96s 2025-10-02 11:50:37.054262 | fa163e52-5e1f-f442-69cc-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-02 11:50:37.306761 | fa163e52-5e1f-f442-69cc-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-02 11:50:37.307986 | fa163e52-5e1f-f442-69cc-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:23.054361 | 0.25s 2025-10-02 11:50:37.332572 | fa163e52-5e1f-f442-69cc-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-02 11:50:37.615565 | fa163e52-5e1f-f442-69cc-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-02 11:50:37.616900 | fa163e52-5e1f-f442-69cc-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:23.363272 | 0.28s 2025-10-02 11:50:37.642699 | fa163e52-5e1f-f442-69cc-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-02 11:50:37.701670 | fa163e52-5e1f-f442-69cc-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-02 11:50:37.702669 | fa163e52-5e1f-f442-69cc-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:23.449043 | 0.06s 2025-10-02 11:50:37.726923 | fa163e52-5e1f-f442-69cc-00000000025f | TASK | Ensure network service is enabled 2025-10-02 11:50:38.133975 | fa163e52-5e1f-f442-69cc-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-02 11:50:38.135663 | fa163e52-5e1f-f442-69cc-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:23.882035 | 0.41s 2025-10-02 11:50:38.162296 | fa163e52-5e1f-f442-69cc-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-02 11:50:38.485133 | fa163e52-5e1f-f442-69cc-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-02 11:50:38.486426 | fa163e52-5e1f-f442-69cc-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.232799 | 0.32s 2025-10-02 11:50:38.512204 | fa163e52-5e1f-f442-69cc-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-02 11:50:38.733528 | fa163e52-5e1f-f442-69cc-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-02 11:50:38.734871 | fa163e52-5e1f-f442-69cc-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.481239 | 0.22s 2025-10-02 11:50:38.759283 | fa163e52-5e1f-f442-69cc-000000000263 | TASK | Reload NetworkManager 2025-10-02 11:50:39.178541 | fa163e52-5e1f-f442-69cc-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-02 11:50:39.180392 | fa163e52-5e1f-f442-69cc-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:24.926758 | 0.42s 2025-10-02 11:50:39.206654 | fa163e52-5e1f-f442-69cc-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-02 11:50:39.427216 | fa163e52-5e1f-f442-69cc-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-02 11:50:39.428514 | fa163e52-5e1f-f442-69cc-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:25.174886 | 0.22s 2025-10-02 11:50:39.453475 | fa163e52-5e1f-f442-69cc-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-02 11:50:39.812791 | fa163e52-5e1f-f442-69cc-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-02 11:50:39.814264 | fa163e52-5e1f-f442-69cc-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.560635 | 0.36s 2025-10-02 11:50:39.841456 | fa163e52-5e1f-f442-69cc-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-02 11:50:40.033676 | fa163e52-5e1f-f442-69cc-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-02 11:50:40.034674 | fa163e52-5e1f-f442-69cc-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:25.781049 | 0.19s 2025-10-02 11:50:40.066276 | fa163e52-5e1f-f442-69cc-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-02 11:50:40.249941 | fa163e52-5e1f-f442-69cc-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-02 11:50:40.250786 | fa163e52-5e1f-f442-69cc-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:25.997167 | 0.18s 2025-10-02 11:50:40.310113 | fa163e52-5e1f-f442-69cc-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:26.056481 | 0.02s 2025-10-02 11:50:40.372141 | fa163e52-5e1f-f442-69cc-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-02 11:50:40.586507 | fa163e52-5e1f-f442-69cc-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-02 11:50:40.587624 | fa163e52-5e1f-f442-69cc-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.333999 | 0.21s 2025-10-02 11:50:40.607553 | fa163e52-5e1f-f442-69cc-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-02 11:50:40.807607 | fa163e52-5e1f-f442-69cc-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-02 11:50:40.809708 | fa163e52-5e1f-f442-69cc-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.556077 | 0.20s 2025-10-02 11:50:40.835496 | fa163e52-5e1f-f442-69cc-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-02 11:50:40.862416 | fa163e52-5e1f-f442-69cc-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-02 11:50:40.863849 | fa163e52-5e1f-f442-69cc-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:26.610220 | 0.03s 2025-10-02 11:50:40.889506 | fa163e52-5e1f-f442-69cc-000000000364 | TASK | Write temporary file 2025-10-02 11:50:40.916465 | fa163e52-5e1f-f442-69cc-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-02 11:50:40.917428 | fa163e52-5e1f-f442-69cc-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:26.663806 | 0.03s 2025-10-02 11:50:40.936421 | fa163e52-5e1f-f442-69cc-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-02 11:50:41.014905 | fa163e52-5e1f-f442-69cc-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-02 11:50:41.016294 | fa163e52-5e1f-f442-69cc-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:26.762666 | 0.08s 2025-10-02 11:50:41.041616 | fa163e52-5e1f-f442-69cc-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-02 11:50:41.264888 | fa163e52-5e1f-f442-69cc-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-02 11:50:41.266356 | fa163e52-5e1f-f442-69cc-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:27.012705 | 0.22s 2025-10-02 11:50:41.291582 | fa163e52-5e1f-f442-69cc-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-02 11:50:41.514690 | fa163e52-5e1f-f442-69cc-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-02 11:50:41.516036 | fa163e52-5e1f-f442-69cc-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:27.262410 | 0.22s 2025-10-02 11:50:41.541221 | fa163e52-5e1f-f442-69cc-000000000368 | TASK | Remove temp file 2025-10-02 11:50:41.738538 | fa163e52-5e1f-f442-69cc-000000000368 | CHANGED | Remove temp file | standalone 2025-10-02 11:50:41.739665 | fa163e52-5e1f-f442-69cc-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:27.486042 | 0.20s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-02 11:50:41.891968 | fa163e52-5e1f-f442-69cc-000000000034 | TASK | Deploy step tasks for step 0 2025-10-02 11:50:41.929185 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-000000000034') missing from stats 2025-10-02 11:50:41.950262 | fa163e52-5e1f-f442-69cc-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-02 11:50:42.167713 | fa163e52-5e1f-f442-69cc-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-02 11:50:42.169064 | fa163e52-5e1f-f442-69cc-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.915438 | 0.22s 2025-10-02 11:50:42.194400 | fa163e52-5e1f-f442-69cc-000000000036 | TASK | Check cloud-init status 2025-10-02 11:50:42.417805 | fa163e52-5e1f-f442-69cc-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-02 11:50:42.419095 | fa163e52-5e1f-f442-69cc-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.165469 | 0.22s 2025-10-02 11:50:42.444209 | fa163e52-5e1f-f442-69cc-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-02 11:50:42.632151 | fa163e52-5e1f-f442-69cc-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-02 11:50:42.633478 | fa163e52-5e1f-f442-69cc-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:28.379853 | 0.19s 2025-10-02 11:50:42.659083 | fa163e52-5e1f-f442-69cc-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-02 11:50:43.048641 | fa163e52-5e1f-f442-69cc-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-02 11:50:43.050005 | fa163e52-5e1f-f442-69cc-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:28.796380 | 0.39s 2025-10-02 11:50:43.078082 | fa163e52-5e1f-f442-69cc-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-02 11:50:43.310914 | fa163e52-5e1f-f442-69cc-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-02 11:50:43.312136 | fa163e52-5e1f-f442-69cc-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:29.058511 | 0.23s 2025-10-02 11:50:43.342219 | fa163e52-5e1f-f442-69cc-00000000003a | TASK | Write container-puppet.sh 2025-10-02 11:50:43.779017 | fa163e52-5e1f-f442-69cc-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-02 11:50:43.780342 | fa163e52-5e1f-f442-69cc-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:29.526686 | 0.44s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 11:50:43.848044 | fa163e52-5e1f-f442-69cc-00000000003b | TIMING | include_tasks | standalone | 0:00:29.594410 | 0.04s 2025-10-02 11:50:43.872680 | 6b8ea74c-75b1-4553-a1fb-dec4d85f9df6 | INCLUDED | /root/standalone-ansible-m86fxwho/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-02 11:50:43.908948 | fa163e52-5e1f-f442-69cc-000000000416 | TASK | Configure tuned before reboot 2025-10-02 11:50:43.959948 | fa163e52-5e1f-f442-69cc-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:29.706311 | 0.05s 2025-10-02 11:50:44.023053 | fa163e52-5e1f-f442-69cc-000000000455 | TASK | Gather variables for each operating system 2025-10-02 11:50:44.109613 | fa163e52-5e1f-f442-69cc-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-02 11:50:44.111036 | fa163e52-5e1f-f442-69cc-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.857405 | 0.09s 2025-10-02 11:50:44.117563 | fa163e52-5e1f-f442-69cc-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.863934 | 0.09s 2025-10-02 11:50:44.187664 | fa163e52-5e1f-f442-69cc-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:29.934024 | 0.04s 2025-10-02 11:50:44.209123 | 15265e48-4498-497e-9689-72b09094d8b0 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-02 11:50:44.246398 | fa163e52-5e1f-f442-69cc-00000000047f | TASK | Check tuned package is installed 2025-10-02 11:50:44.511235 | fa163e52-5e1f-f442-69cc-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-02 11:50:44.512270 | fa163e52-5e1f-f442-69cc-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.258648 | 0.26s 2025-10-02 11:50:44.534839 | fa163e52-5e1f-f442-69cc-000000000480 | TASK | Install tuned 2025-10-02 11:50:51.258148 | fa163e52-5e1f-f442-69cc-000000000480 | CHANGED | Install tuned | standalone 2025-10-02 11:50:51.259530 | fa163e52-5e1f-f442-69cc-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:37.005903 | 6.72s 2025-10-02 11:50:51.286785 | fa163e52-5e1f-f442-69cc-000000000481 | TASK | Restart tuned 2025-10-02 11:50:54.136521 | fa163e52-5e1f-f442-69cc-000000000481 | CHANGED | Restart tuned | standalone 2025-10-02 11:50:54.137953 | fa163e52-5e1f-f442-69cc-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.884332 | 2.85s 2025-10-02 11:50:54.160231 | fa163e52-5e1f-f442-69cc-000000000457 | TASK | Check for tuned-adm 2025-10-02 11:50:54.384109 | fa163e52-5e1f-f442-69cc-000000000457 | OK | Check for tuned-adm | standalone 2025-10-02 11:50:54.385136 | fa163e52-5e1f-f442-69cc-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:40.131516 | 0.22s 2025-10-02 11:50:54.438486 | fa163e52-5e1f-f442-69cc-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:40.184855 | 0.03s 2025-10-02 11:50:54.458129 | 6e6ed584-bfc2-4de6-b99a-c08c7c958f38 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-02 11:50:54.488080 | fa163e52-5e1f-f442-69cc-0000000004b6 | TASK | Ensure profile directory exists 2025-10-02 11:50:54.554832 | fa163e52-5e1f-f442-69cc-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-02 11:50:54.555597 | fa163e52-5e1f-f442-69cc-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:40.301978 | 0.07s 2025-10-02 11:50:54.573377 | fa163e52-5e1f-f442-69cc-0000000004b7 | TASK | Create custom tuned profile 2025-10-02 11:50:54.640699 | fa163e52-5e1f-f442-69cc-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-02 11:50:54.641465 | fa163e52-5e1f-f442-69cc-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:40.387845 | 0.07s 2025-10-02 11:50:54.659251 | fa163e52-5e1f-f442-69cc-0000000004b8 | TASK | Check tuned active profile 2025-10-02 11:50:55.031834 | fa163e52-5e1f-f442-69cc-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-02 11:50:55.033130 | fa163e52-5e1f-f442-69cc-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:40.779505 | 0.37s 2025-10-02 11:50:55.059947 | fa163e52-5e1f-f442-69cc-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-02 11:50:55.276305 | fa163e52-5e1f-f442-69cc-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-02 11:50:55.277635 | fa163e52-5e1f-f442-69cc-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:41.024009 | 0.22s 2025-10-02 11:50:55.304410 | fa163e52-5e1f-f442-69cc-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-02 11:50:55.354561 | fa163e52-5e1f-f442-69cc-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-02 11:50:55.355807 | fa163e52-5e1f-f442-69cc-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:41.102181 | 0.05s 2025-10-02 11:50:55.383904 | fa163e52-5e1f-f442-69cc-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-02 11:50:55.444580 | fa163e52-5e1f-f442-69cc-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-02 11:50:55.445853 | fa163e52-5e1f-f442-69cc-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:41.192226 | 0.06s 2025-10-02 11:50:55.472360 | fa163e52-5e1f-f442-69cc-0000000004bc | TASK | Enable tuned profile 2025-10-02 11:50:56.890663 | fa163e52-5e1f-f442-69cc-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-02 11:50:56.891737 | fa163e52-5e1f-f442-69cc-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:42.638117 | 1.42s 2025-10-02 11:50:56.942586 | fa163e52-5e1f-f442-69cc-000000000417 | TASK | Configure kernel args and reboot 2025-10-02 11:50:56.994067 | fa163e52-5e1f-f442-69cc-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:42.740432 | 0.05s 2025-10-02 11:50:57.136701 | fa163e52-5e1f-f442-69cc-000000000569 | TASK | Get the command line args of the node 2025-10-02 11:50:57.385933 | fa163e52-5e1f-f442-69cc-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-02 11:50:57.387300 | fa163e52-5e1f-f442-69cc-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:43.133671 | 0.25s 2025-10-02 11:50:57.415795 | fa163e52-5e1f-f442-69cc-00000000056b | TASK | Check if node has a nova.conf 2025-10-02 11:50:57.648650 | fa163e52-5e1f-f442-69cc-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-02 11:50:57.650013 | fa163e52-5e1f-f442-69cc-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:43.396387 | 0.23s 2025-10-02 11:50:57.677662 | fa163e52-5e1f-f442-69cc-00000000056d | TASK | Warn operator about workload protection 2025-10-02 11:50:57.719216 | fa163e52-5e1f-f442-69cc-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-02 11:50:57.720596 | fa163e52-5e1f-f442-69cc-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:43.466968 | 0.04s 2025-10-02 11:50:57.750054 | fa163e52-5e1f-f442-69cc-00000000056e | TASK | Setting defer reboot fact 2025-10-02 11:50:57.791235 | fa163e52-5e1f-f442-69cc-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-02 11:50:57.792881 | fa163e52-5e1f-f442-69cc-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:43.539248 | 0.04s 2025-10-02 11:50:57.831454 | fa163e52-5e1f-f442-69cc-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-02 11:50:57.860624 | fa163e52-5e1f-f442-69cc-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:43.606999 | 0.03s 2025-10-02 11:50:57.882130 | fa163e52-5e1f-f442-69cc-000000000575 | TASK | Find hugepages in cmdline 2025-10-02 11:50:57.929740 | fa163e52-5e1f-f442-69cc-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-02 11:50:57.930842 | fa163e52-5e1f-f442-69cc-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:43.677216 | 0.05s 2025-10-02 11:50:57.957928 | fa163e52-5e1f-f442-69cc-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-02 11:50:58.008437 | fa163e52-5e1f-f442-69cc-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-02 11:50:58.009617 | fa163e52-5e1f-f442-69cc-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:43.755991 | 0.05s 2025-10-02 11:50:58.035837 | fa163e52-5e1f-f442-69cc-00000000057a | TASK | Find desired default hugepage size 2025-10-02 11:50:58.085680 | fa163e52-5e1f-f442-69cc-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-02 11:50:58.086910 | fa163e52-5e1f-f442-69cc-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:43.833285 | 0.05s 2025-10-02 11:50:58.113520 | fa163e52-5e1f-f442-69cc-00000000057c | TASK | Storing non-configured hugepages 2025-10-02 11:50:58.154033 | fa163e52-5e1f-f442-69cc-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:43.900402 | 0.04s 2025-10-02 11:50:58.180306 | fa163e52-5e1f-f442-69cc-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-02 11:50:58.223121 | fa163e52-5e1f-f442-69cc-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-02 11:50:58.224396 | fa163e52-5e1f-f442-69cc-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:43.970770 | 0.04s 2025-10-02 11:50:58.252599 | fa163e52-5e1f-f442-69cc-00000000057f | TASK | Determining the default hugepagesz 2025-10-02 11:50:58.302678 | fa163e52-5e1f-f442-69cc-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-02 11:50:58.303770 | fa163e52-5e1f-f442-69cc-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:44.050143 | 0.05s 2025-10-02 11:50:58.330258 | fa163e52-5e1f-f442-69cc-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-02 11:50:58.372080 | fa163e52-5e1f-f442-69cc-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-02 11:50:58.373284 | fa163e52-5e1f-f442-69cc-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:44.119657 | 0.04s 2025-10-02 11:50:58.399398 | fa163e52-5e1f-f442-69cc-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-02 11:50:58.439650 | fa163e52-5e1f-f442-69cc-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-02 11:50:58.440846 | fa163e52-5e1f-f442-69cc-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:44.187217 | 0.04s 2025-10-02 11:50:58.466831 | fa163e52-5e1f-f442-69cc-000000000583 | TASK | Warn about possible modifications 2025-10-02 11:50:58.509279 | fa163e52-5e1f-f442-69cc-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-02 11:50:58.510859 | fa163e52-5e1f-f442-69cc-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:44.257232 | 0.04s 2025-10-02 11:50:58.537523 | fa163e52-5e1f-f442-69cc-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-02 11:50:58.579099 | fa163e52-5e1f-f442-69cc-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-02 11:50:58.580516 | fa163e52-5e1f-f442-69cc-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:44.326887 | 0.04s 2025-10-02 11:50:58.607282 | fa163e52-5e1f-f442-69cc-000000000585 | TASK | Cleaning up whitespaces 2025-10-02 11:50:58.648691 | fa163e52-5e1f-f442-69cc-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-02 11:50:58.649988 | fa163e52-5e1f-f442-69cc-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:44.396360 | 0.04s 2025-10-02 11:50:58.676546 | fa163e52-5e1f-f442-69cc-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-02 11:50:59.042165 | fa163e52-5e1f-f442-69cc-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-02 11:50:59.043061 | fa163e52-5e1f-f442-69cc-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:44.789443 | 0.36s 2025-10-02 11:50:59.063217 | fa163e52-5e1f-f442-69cc-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-02 11:50:59.122430 | fa163e52-5e1f-f442-69cc-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-02 11:50:59.123476 | fa163e52-5e1f-f442-69cc-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:44.869853 | 0.06s 2025-10-02 11:50:59.151575 | fa163e52-5e1f-f442-69cc-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-02 11:50:59.211983 | fa163e52-5e1f-f442-69cc-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-02 11:50:59.213341 | fa163e52-5e1f-f442-69cc-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:44.959688 | 0.06s 2025-10-02 11:50:59.241221 | fa163e52-5e1f-f442-69cc-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-02 11:50:59.300910 | fa163e52-5e1f-f442-69cc-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-02 11:50:59.302063 | fa163e52-5e1f-f442-69cc-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:45.048441 | 0.06s 2025-10-02 11:50:59.323484 | fa163e52-5e1f-f442-69cc-00000000058c | TASK | Generate grub config 2025-10-02 11:50:59.382632 | fa163e52-5e1f-f442-69cc-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-02 11:50:59.383656 | fa163e52-5e1f-f442-69cc-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:45.130034 | 0.06s 2025-10-02 11:50:59.405450 | fa163e52-5e1f-f442-69cc-000000000590 | TASK | Get the block device that /boot is on 2025-10-02 11:50:59.465882 | fa163e52-5e1f-f442-69cc-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-02 11:50:59.466874 | fa163e52-5e1f-f442-69cc-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:45.213253 | 0.06s 2025-10-02 11:50:59.488447 | fa163e52-5e1f-f442-69cc-000000000591 | TASK | Get the mount point that /boot is in 2025-10-02 11:50:59.547925 | fa163e52-5e1f-f442-69cc-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-02 11:50:59.548983 | fa163e52-5e1f-f442-69cc-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:45.295360 | 0.06s 2025-10-02 11:50:59.570732 | fa163e52-5e1f-f442-69cc-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-02 11:50:59.633529 | fa163e52-5e1f-f442-69cc-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-02 11:50:59.634620 | fa163e52-5e1f-f442-69cc-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:45.380997 | 0.06s 2025-10-02 11:50:59.656349 | fa163e52-5e1f-f442-69cc-000000000593 | TASK | Executed script to fix grub-menu 2025-10-02 11:50:59.726545 | fa163e52-5e1f-f442-69cc-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-02 11:50:59.727658 | fa163e52-5e1f-f442-69cc-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:45.474036 | 0.07s 2025-10-02 11:50:59.749527 | fa163e52-5e1f-f442-69cc-000000000594 | TASK | Check grub config paths 2025-10-02 11:50:59.832038 | fa163e52-5e1f-f442-69cc-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-02 11:50:59.848406 | fa163e52-5e1f-f442-69cc-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-02 11:50:59.854256 | fa163e52-5e1f-f442-69cc-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:45.600628 | 0.10s 2025-10-02 11:50:59.873116 | fa163e52-5e1f-f442-69cc-000000000595 | TASK | Write EFI grub.cfg 2025-10-02 11:50:59.942856 | fa163e52-5e1f-f442-69cc-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-02 11:50:59.960827 | fa163e52-5e1f-f442-69cc-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-02 11:50:59.966827 | fa163e52-5e1f-f442-69cc-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:45.713199 | 0.09s 2025-10-02 11:50:59.985802 | fa163e52-5e1f-f442-69cc-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-02 11:51:00.041434 | fa163e52-5e1f-f442-69cc-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-02 11:51:00.042227 | fa163e52-5e1f-f442-69cc-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:45.788610 | 0.06s 2025-10-02 11:51:00.069757 | fa163e52-5e1f-f442-69cc-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-02 11:51:00.133176 | fa163e52-5e1f-f442-69cc-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-02 11:51:00.134309 | fa163e52-5e1f-f442-69cc-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:45.880685 | 0.06s 2025-10-02 11:51:00.160492 | fa163e52-5e1f-f442-69cc-000000000598 | TASK | Execute grub2-mkconfig 2025-10-02 11:51:00.221279 | fa163e52-5e1f-f442-69cc-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-02 11:51:00.222358 | fa163e52-5e1f-f442-69cc-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:45.968733 | 0.06s 2025-10-02 11:51:00.247555 | fa163e52-5e1f-f442-69cc-000000000599 | TASK | Check for active tuned profile 2025-10-02 11:51:00.306955 | fa163e52-5e1f-f442-69cc-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-02 11:51:00.308230 | fa163e52-5e1f-f442-69cc-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:46.054604 | 0.06s 2025-10-02 11:51:00.334123 | fa163e52-5e1f-f442-69cc-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-02 11:51:00.392999 | fa163e52-5e1f-f442-69cc-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-02 11:51:00.394390 | fa163e52-5e1f-f442-69cc-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:46.140761 | 0.06s 2025-10-02 11:51:00.421023 | fa163e52-5e1f-f442-69cc-00000000059b | TASK | Set reboot required fact 2025-10-02 11:51:00.482669 | fa163e52-5e1f-f442-69cc-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-02 11:51:00.483994 | fa163e52-5e1f-f442-69cc-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:46.230368 | 0.06s 2025-10-02 11:51:00.510337 | fa163e52-5e1f-f442-69cc-00000000059d | TASK | Apply DPDK workarounds 2025-10-02 11:51:00.558547 | fa163e52-5e1f-f442-69cc-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-02 11:51:00.559750 | fa163e52-5e1f-f442-69cc-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:46.306123 | 0.05s 2025-10-02 11:51:00.585685 | fa163e52-5e1f-f442-69cc-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-02 11:51:00.626866 | fa163e52-5e1f-f442-69cc-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-02 11:51:00.628082 | fa163e52-5e1f-f442-69cc-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:46.374454 | 0.04s 2025-10-02 11:51:00.653614 | fa163e52-5e1f-f442-69cc-0000000005a0 | TASK | Load modules 2025-10-02 11:51:00.703598 | fa163e52-5e1f-f442-69cc-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-02 11:51:00.715559 | fa163e52-5e1f-f442-69cc-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:46.461929 | 0.06s 2025-10-02 11:51:00.741269 | fa163e52-5e1f-f442-69cc-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-02 11:51:00.790016 | fa163e52-5e1f-f442-69cc-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-02 11:51:00.802111 | fa163e52-5e1f-f442-69cc-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:46.548483 | 0.06s 2025-10-02 11:51:00.828835 | fa163e52-5e1f-f442-69cc-0000000005a4 | TASK | Drop module persistence 2025-10-02 11:51:00.875887 | fa163e52-5e1f-f442-69cc-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-02 11:51:00.882348 | fa163e52-5e1f-f442-69cc-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:46.628696 | 0.05s 2025-10-02 11:51:00.908159 | fa163e52-5e1f-f442-69cc-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-02 11:51:00.954413 | fa163e52-5e1f-f442-69cc-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-02 11:51:00.961597 | fa163e52-5e1f-f442-69cc-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:46.707969 | 0.05s 2025-10-02 11:51:00.987718 | fa163e52-5e1f-f442-69cc-0000000005a8 | TASK | Modules reload 2025-10-02 11:51:01.028897 | fa163e52-5e1f-f442-69cc-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-02 11:51:01.030163 | fa163e52-5e1f-f442-69cc-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:46.776507 | 0.04s 2025-10-02 11:51:01.055713 | fa163e52-5e1f-f442-69cc-0000000005aa | TASK | Reboot tasks 2025-10-02 11:51:01.107138 | fa163e52-5e1f-f442-69cc-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-02 11:51:01.108260 | fa163e52-5e1f-f442-69cc-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:46.854636 | 0.05s 2025-10-02 11:51:01.133920 | fa163e52-5e1f-f442-69cc-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-02 11:51:01.184106 | fa163e52-5e1f-f442-69cc-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-02 11:51:01.185207 | fa163e52-5e1f-f442-69cc-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:46.931581 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-02 11:51:01.367277 | fa163e52-5e1f-f442-69cc-00000000003f | TASK | Server pre-network deployments 2025-10-02 11:51:01.396121 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-00000000003f') missing from stats 2025-10-02 11:51:01.421904 | fa163e52-5e1f-f442-69cc-000000000043 | TASK | Hiera config 2025-10-02 11:51:01.449575 | fa163e52-5e1f-f442-69cc-000000000043 | TIMING | Hiera config | standalone | 0:00:47.195946 | 0.03s 2025-10-02 11:51:01.500296 | fa163e52-5e1f-f442-69cc-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-02 11:51:01.741156 | fa163e52-5e1f-f442-69cc-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-02 11:51:01.742586 | fa163e52-5e1f-f442-69cc-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:47.488956 | 0.24s 2025-10-02 11:51:01.768909 | fa163e52-5e1f-f442-69cc-000000000722 | TASK | Write hiera config 2025-10-02 11:51:02.278982 | fa163e52-5e1f-f442-69cc-000000000722 | CHANGED | Write hiera config | standalone 2025-10-02 11:51:02.280296 | fa163e52-5e1f-f442-69cc-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:48.026673 | 0.51s 2025-10-02 11:51:02.330904 | fa163e52-5e1f-f442-69cc-000000000044 | TASK | Hiera symlink 2025-10-02 11:51:02.566197 | fa163e52-5e1f-f442-69cc-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-02 11:51:02.567771 | fa163e52-5e1f-f442-69cc-000000000044 | TIMING | Hiera symlink | standalone | 0:00:48.314143 | 0.24s 2025-10-02 11:51:02.595460 | fa163e52-5e1f-f442-69cc-000000000045 | TASK | Hieradata from vars 2025-10-02 11:51:02.618960 | fa163e52-5e1f-f442-69cc-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:48.365318 | 0.02s 2025-10-02 11:51:02.682990 | fa163e52-5e1f-f442-69cc-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-02 11:51:03.189637 | fa163e52-5e1f-f442-69cc-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-02 11:51:03.191439 | fa163e52-5e1f-f442-69cc-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:48.937815 | 0.51s 2025-10-02 11:51:03.212567 | fa163e52-5e1f-f442-69cc-00000000077d | TASK | Render hieradata from template 2025-10-02 11:51:03.797123 | fa163e52-5e1f-f442-69cc-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-02 11:51:03.799590 | fa163e52-5e1f-f442-69cc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.545958 | 0.59s 2025-10-02 11:51:04.336125 | fa163e52-5e1f-f442-69cc-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-02 11:51:04.338699 | fa163e52-5e1f-f442-69cc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.085070 | 1.12s 2025-10-02 11:51:04.977891 | fa163e52-5e1f-f442-69cc-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-02 11:51:04.979136 | fa163e52-5e1f-f442-69cc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.725512 | 1.77s 2025-10-02 11:51:05.456948 | fa163e52-5e1f-f442-69cc-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-02 11:51:05.459396 | fa163e52-5e1f-f442-69cc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.205771 | 2.25s 2025-10-02 11:51:05.959653 | fa163e52-5e1f-f442-69cc-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-02 11:51:05.960745 | fa163e52-5e1f-f442-69cc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.707121 | 2.75s 2025-10-02 11:51:06.417565 | fa163e52-5e1f-f442-69cc-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-02 11:51:06.418686 | fa163e52-5e1f-f442-69cc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.165063 | 3.20s 2025-10-02 11:51:06.894654 | fa163e52-5e1f-f442-69cc-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-02 11:51:06.895898 | fa163e52-5e1f-f442-69cc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.642268 | 3.68s 2025-10-02 11:51:07.381831 | fa163e52-5e1f-f442-69cc-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-02 11:51:07.384053 | fa163e52-5e1f-f442-69cc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.130429 | 4.17s 2025-10-02 11:51:07.838004 | fa163e52-5e1f-f442-69cc-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-02 11:51:07.839869 | fa163e52-5e1f-f442-69cc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.586242 | 4.63s 2025-10-02 11:51:08.300426 | fa163e52-5e1f-f442-69cc-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-02 11:51:08.301269 | fa163e52-5e1f-f442-69cc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.047649 | 5.09s 2025-10-02 11:51:08.307937 | fa163e52-5e1f-f442-69cc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.054308 | 5.09s 2025-10-02 11:51:08.359187 | fa163e52-5e1f-f442-69cc-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-02 11:51:08.386566 | fa163e52-5e1f-f442-69cc-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:54.132935 | 0.03s 2025-10-02 11:51:08.455525 | fa163e52-5e1f-f442-69cc-000000000821 | TASK | Check for hieradata file 2025-10-02 11:51:08.673164 | fa163e52-5e1f-f442-69cc-000000000821 | OK | Check for hieradata file | standalone 2025-10-02 11:51:08.674362 | fa163e52-5e1f-f442-69cc-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:54.420736 | 0.22s 2025-10-02 11:51:08.700614 | fa163e52-5e1f-f442-69cc-000000000823 | TASK | Get existing data 2025-10-02 11:51:08.743480 | fa163e52-5e1f-f442-69cc-000000000823 | SKIPPED | Get existing data | standalone 2025-10-02 11:51:08.745990 | fa163e52-5e1f-f442-69cc-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:54.492362 | 0.04s 2025-10-02 11:51:08.773299 | fa163e52-5e1f-f442-69cc-000000000824 | TASK | Set data fact 2025-10-02 11:51:08.824775 | fa163e52-5e1f-f442-69cc-000000000824 | SKIPPED | Set data fact | standalone 2025-10-02 11:51:08.826030 | fa163e52-5e1f-f442-69cc-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:54.572402 | 0.05s 2025-10-02 11:51:08.851909 | fa163e52-5e1f-f442-69cc-000000000826 | TASK | Write ansible hieradata file 2025-10-02 11:51:09.314454 | fa163e52-5e1f-f442-69cc-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-02 11:51:09.316004 | fa163e52-5e1f-f442-69cc-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:55.062370 | 0.46s 2025-10-02 11:51:09.420144 | fa163e52-5e1f-f442-69cc-000000000047 | TIMING | include_tasks | standalone | 0:00:55.166507 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-02 11:51:09.582712 | fa163e52-5e1f-f442-69cc-00000000004b | TASK | Network Configuration 2025-10-02 11:51:09.609260 | fa163e52-5e1f-f442-69cc-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e52-5e1f-f442-69cc-00000000004b') missing from stats 2025-10-02 11:51:09.634191 | fa163e52-5e1f-f442-69cc-00000000004c | TASK | Check NetworkConfig script existence 2025-10-02 11:51:09.663494 | fa163e52-5e1f-f442-69cc-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-02 11:51:09.664810 | fa163e52-5e1f-f442-69cc-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:55.411185 | 0.03s 2025-10-02 11:51:09.686740 | fa163e52-5e1f-f442-69cc-000000000052 | TASK | Gather SELinux fact if needed 2025-10-02 11:51:09.738559 | fa163e52-5e1f-f442-69cc-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-02 11:51:09.739853 | fa163e52-5e1f-f442-69cc-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:55.486231 | 0.05s 2025-10-02 11:51:09.760738 | fa163e52-5e1f-f442-69cc-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-02 11:51:10.379171 | fa163e52-5e1f-f442-69cc-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-02 11:51:10.380509 | fa163e52-5e1f-f442-69cc-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:56.126883 | 0.62s 2025-10-02 11:51:10.406582 | fa163e52-5e1f-f442-69cc-000000000054 | TASK | Ensure requirements are satisfied 2025-10-02 11:51:10.427380 | fa163e52-5e1f-f442-69cc-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:56.173744 | 0.02s 2025-10-02 11:51:10.487265 | fa163e52-5e1f-f442-69cc-0000000008bf | TASK | Gather facts if they don't exist 2025-10-02 11:51:10.537551 | fa163e52-5e1f-f442-69cc-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-02 11:51:10.538781 | fa163e52-5e1f-f442-69cc-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:56.285153 | 0.05s 2025-10-02 11:51:10.564220 | fa163e52-5e1f-f442-69cc-0000000008c0 | TASK | Gather variables for each operating system 2025-10-02 11:51:10.701521 | fa163e52-5e1f-f442-69cc-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-02 11:51:10.713700 | fa163e52-5e1f-f442-69cc-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:56.460062 | 0.15s 2025-10-02 11:51:10.741247 | fa163e52-5e1f-f442-69cc-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-02 11:51:11.026198 | fa163e52-5e1f-f442-69cc-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-02 11:51:11.027523 | fa163e52-5e1f-f442-69cc-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:56.773900 | 0.28s 2025-10-02 11:51:11.055036 | fa163e52-5e1f-f442-69cc-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-02 11:51:11.086624 | fa163e52-5e1f-f442-69cc-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-02 11:51:11.087739 | fa163e52-5e1f-f442-69cc-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:56.834114 | 0.03s 2025-10-02 11:51:11.105502 | fa163e52-5e1f-f442-69cc-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-02 11:51:12.222917 | fa163e52-5e1f-f442-69cc-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-02 11:51:12.224293 | fa163e52-5e1f-f442-69cc-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:57.970669 | 1.12s 2025-10-02 11:51:12.271858 | fa163e52-5e1f-f442-69cc-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-02 11:51:12.510100 | fa163e52-5e1f-f442-69cc-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-02 11:51:12.511765 | fa163e52-5e1f-f442-69cc-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:58.258137 | 0.24s 2025-10-02 11:51:12.539388 | fa163e52-5e1f-f442-69cc-000000000057 | TASK | Reload NetworkManager 2025-10-02 11:51:12.929290 | fa163e52-5e1f-f442-69cc-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-02 11:51:12.931156 | fa163e52-5e1f-f442-69cc-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:58.677530 | 0.39s 2025-10-02 11:51:12.954790 | fa163e52-5e1f-f442-69cc-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-02 11:51:13.213124 | fa163e52-5e1f-f442-69cc-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-02 11:51:13.214567 | fa163e52-5e1f-f442-69cc-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:58.960941 | 0.26s 2025-10-02 11:51:13.240565 | fa163e52-5e1f-f442-69cc-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-02 11:51:13.433018 | fa163e52-5e1f-f442-69cc-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-02 11:51:13.442286 | fa163e52-5e1f-f442-69cc-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:59.188642 | 0.20s 2025-10-02 11:51:13.465509 | fa163e52-5e1f-f442-69cc-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-02 11:51:13.506041 | fa163e52-5e1f-f442-69cc-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-02 11:51:13.507232 | fa163e52-5e1f-f442-69cc-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:59.253609 | 0.04s 2025-10-02 11:51:13.529378 | fa163e52-5e1f-f442-69cc-00000000005c | TASK | Ensure we get cloud-init 2025-10-02 11:51:13.784116 | fa163e52-5e1f-f442-69cc-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-02 11:51:13.785651 | fa163e52-5e1f-f442-69cc-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:59.532023 | 0.26s 2025-10-02 11:51:13.812295 | fa163e52-5e1f-f442-69cc-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-02 11:51:14.089628 | fa163e52-5e1f-f442-69cc-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-02 11:51:14.091116 | fa163e52-5e1f-f442-69cc-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:59.837490 | 0.28s 2025-10-02 11:51:14.117812 | fa163e52-5e1f-f442-69cc-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-02 11:51:14.542792 | fa163e52-5e1f-f442-69cc-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-02 11:51:14.544199 | fa163e52-5e1f-f442-69cc-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:01:00.290572 | 0.42s 2025-10-02 11:51:14.570272 | fa163e52-5e1f-f442-69cc-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-02 11:51:14.643788 | fa163e52-5e1f-f442-69cc-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-02 11:51:14.645278 | fa163e52-5e1f-f442-69cc-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:01:00.391652 | 0.07s 2025-10-02 11:51:14.671838 | fa163e52-5e1f-f442-69cc-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-02 11:51:14.958754 | fa163e52-5e1f-f442-69cc-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-02 11:51:14.960128 | fa163e52-5e1f-f442-69cc-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:01:00.706502 | 0.29s 2025-10-02 11:51:14.986640 | fa163e52-5e1f-f442-69cc-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-02 11:51:15.058735 | fa163e52-5e1f-f442-69cc-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:01:00.805094 | 0.07s 2025-10-02 11:51:15.086020 | f1ffb877-505d-4c9a-84fd-a7ba11c1ebe2 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-02 11:51:15.120080 | fa163e52-5e1f-f442-69cc-000000000909 | TASK | Set nic_config_file fact 2025-10-02 11:51:15.202548 | fa163e52-5e1f-f442-69cc-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-02 11:51:15.203856 | fa163e52-5e1f-f442-69cc-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:00.950229 | 0.08s 2025-10-02 11:51:15.230104 | fa163e52-5e1f-f442-69cc-00000000090a | TASK | Render overidden network config 2025-10-02 11:51:15.316393 | fa163e52-5e1f-f442-69cc-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-02 11:51:15.317681 | fa163e52-5e1f-f442-69cc-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:01.064054 | 0.09s 2025-10-02 11:51:15.343870 | fa163e52-5e1f-f442-69cc-00000000090b | TASK | Render network_config 2025-10-02 11:51:15.426398 | fa163e52-5e1f-f442-69cc-00000000090b | SKIPPED | Render network_config | standalone 2025-10-02 11:51:15.427800 | fa163e52-5e1f-f442-69cc-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:01.174172 | 0.08s 2025-10-02 11:51:15.453811 | fa163e52-5e1f-f442-69cc-00000000090c | TASK | Render network_config from template 2025-10-02 11:51:16.061763 | fa163e52-5e1f-f442-69cc-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-02 11:51:16.063372 | fa163e52-5e1f-f442-69cc-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:01.809746 | 0.61s 2025-10-02 11:51:16.089748 | fa163e52-5e1f-f442-69cc-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=437291449673.43391 2025-10-02 11:51:20.353843 | fa163e52-5e1f-f442-69cc-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-02 11:51:20.354950 | fa163e52-5e1f-f442-69cc-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:06.101331 | 4.26s 2025-10-02 11:51:20.373964 | fa163e52-5e1f-f442-69cc-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-02 11:51:20.809704 | fa163e52-5e1f-f442-69cc-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-02 11:51:20.811083 | fa163e52-5e1f-f442-69cc-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:06.557456 | 0.44s 2025-10-02 11:51:20.834196 | fa163e52-5e1f-f442-69cc-000000000065 | TASK | Disable cloud-init network config 2025-10-02 11:51:21.325094 | fa163e52-5e1f-f442-69cc-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-02 11:51:21.326432 | fa163e52-5e1f-f442-69cc-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:07.072803 | 0.49s 2025-10-02 11:51:21.344672 | fa163e52-5e1f-f442-69cc-000000000066 | TASK | Ensure network service is enabled 2025-10-02 11:51:21.763125 | fa163e52-5e1f-f442-69cc-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-02 11:51:21.765065 | fa163e52-5e1f-f442-69cc-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:07.511439 | 0.42s PLAY [Server network validation] *********************************************** 2025-10-02 11:51:21.965205 | fa163e52-5e1f-f442-69cc-000000000096 | TASK | Basic Network Validation 2025-10-02 11:51:21.991395 | fa163e52-5e1f-f442-69cc-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:07.737761 | 0.03s 2025-10-02 11:51:22.038491 | fa163e52-5e1f-f442-69cc-000000000945 | TASK | Collect default network fact 2025-10-02 11:51:22.556965 | fa163e52-5e1f-f442-69cc-000000000945 | OK | Collect default network fact | standalone 2025-10-02 11:51:22.558246 | fa163e52-5e1f-f442-69cc-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:08.304619 | 0.52s 2025-10-02 11:51:22.585268 | fa163e52-5e1f-f442-69cc-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-02 11:51:22.613575 | fa163e52-5e1f-f442-69cc-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-02 11:51:22.614599 | fa163e52-5e1f-f442-69cc-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:08.360976 | 0.03s 2025-10-02 11:51:22.633981 | fa163e52-5e1f-f442-69cc-000000000947 | TASK | Check all networks Gateway availability 2025-10-02 11:51:22.659874 | fa163e52-5e1f-f442-69cc-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:08.406240 | 0.02s 2025-10-02 11:51:22.681658 | fa163e52-5e1f-f442-69cc-000000000949 | TASK | Check Controllers availability 2025-10-02 11:51:22.746692 | fa163e52-5e1f-f442-69cc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-02 11:51:22.753610 | fa163e52-5e1f-f442-69cc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-02 11:51:22.765993 | fa163e52-5e1f-f442-69cc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-02 11:51:22.774797 | fa163e52-5e1f-f442-69cc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-02 11:51:22.785770 | fa163e52-5e1f-f442-69cc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-02 11:51:22.791000 | fa163e52-5e1f-f442-69cc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-02 11:51:22.804113 | fa163e52-5e1f-f442-69cc-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:08.550474 | 0.12s 2025-10-02 11:51:22.830888 | fa163e52-5e1f-f442-69cc-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-02 11:51:22.860580 | fa163e52-5e1f-f442-69cc-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-02 11:51:22.861887 | fa163e52-5e1f-f442-69cc-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:08.608259 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-02 11:51:23.059915 | fa163e52-5e1f-f442-69cc-00000000009a | TASK | Server pre deployments 2025-10-02 11:51:23.087975 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-00000000009a') missing from stats 2025-10-02 11:51:23.110734 | fa163e52-5e1f-f442-69cc-00000000009e | TASK | Hiera config 2025-10-02 11:51:23.138607 | fa163e52-5e1f-f442-69cc-00000000009e | TIMING | Hiera config | standalone | 0:01:08.884973 | 0.03s 2025-10-02 11:51:23.181990 | fa163e52-5e1f-f442-69cc-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-02 11:51:23.404926 | fa163e52-5e1f-f442-69cc-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-02 11:51:23.406844 | fa163e52-5e1f-f442-69cc-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:09.153205 | 0.22s 2025-10-02 11:51:23.435932 | fa163e52-5e1f-f442-69cc-00000000099f | TASK | Write hiera config 2025-10-02 11:51:23.946025 | fa163e52-5e1f-f442-69cc-00000000099f | OK | Write hiera config | standalone 2025-10-02 11:51:23.947671 | fa163e52-5e1f-f442-69cc-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:09.694039 | 0.51s 2025-10-02 11:51:23.998250 | fa163e52-5e1f-f442-69cc-00000000009f | TASK | Hiera symlink 2025-10-02 11:51:24.239381 | fa163e52-5e1f-f442-69cc-00000000009f | OK | Hiera symlink | standalone 2025-10-02 11:51:24.240869 | fa163e52-5e1f-f442-69cc-00000000009f | TIMING | Hiera symlink | standalone | 0:01:09.987242 | 0.24s 2025-10-02 11:51:24.266889 | fa163e52-5e1f-f442-69cc-0000000000a0 | TASK | Hieradata from vars 2025-10-02 11:51:24.295773 | fa163e52-5e1f-f442-69cc-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:10.042129 | 0.03s 2025-10-02 11:51:24.368331 | fa163e52-5e1f-f442-69cc-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-02 11:51:24.867402 | fa163e52-5e1f-f442-69cc-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-02 11:51:24.868759 | fa163e52-5e1f-f442-69cc-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:10.615130 | 0.50s 2025-10-02 11:51:24.894680 | fa163e52-5e1f-f442-69cc-0000000009fa | TASK | Render hieradata from template 2025-10-02 11:51:25.384708 | fa163e52-5e1f-f442-69cc-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-02 11:51:25.386218 | fa163e52-5e1f-f442-69cc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.132588 | 0.49s 2025-10-02 11:51:25.852514 | fa163e52-5e1f-f442-69cc-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-02 11:51:25.853660 | fa163e52-5e1f-f442-69cc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.600033 | 0.96s 2025-10-02 11:51:26.507977 | fa163e52-5e1f-f442-69cc-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-02 11:51:26.509025 | fa163e52-5e1f-f442-69cc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.255402 | 1.61s 2025-10-02 11:51:26.970240 | fa163e52-5e1f-f442-69cc-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-02 11:51:26.971769 | fa163e52-5e1f-f442-69cc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.718138 | 2.08s 2025-10-02 11:51:27.439937 | fa163e52-5e1f-f442-69cc-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-02 11:51:27.441526 | fa163e52-5e1f-f442-69cc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.187898 | 2.55s 2025-10-02 11:51:27.920471 | fa163e52-5e1f-f442-69cc-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-02 11:51:27.922955 | fa163e52-5e1f-f442-69cc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.669324 | 3.03s 2025-10-02 11:51:28.447928 | fa163e52-5e1f-f442-69cc-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-02 11:51:28.448960 | fa163e52-5e1f-f442-69cc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.195338 | 3.55s 2025-10-02 11:51:28.938396 | fa163e52-5e1f-f442-69cc-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-02 11:51:28.939392 | fa163e52-5e1f-f442-69cc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.685772 | 4.04s 2025-10-02 11:51:29.442681 | fa163e52-5e1f-f442-69cc-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-02 11:51:29.443565 | fa163e52-5e1f-f442-69cc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.189946 | 4.55s 2025-10-02 11:51:29.896367 | fa163e52-5e1f-f442-69cc-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-02 11:51:29.897227 | fa163e52-5e1f-f442-69cc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.643608 | 5.00s 2025-10-02 11:51:29.905464 | fa163e52-5e1f-f442-69cc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.651832 | 5.01s 2025-10-02 11:51:29.960880 | fa163e52-5e1f-f442-69cc-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-02 11:51:29.978908 | fa163e52-5e1f-f442-69cc-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:15.725280 | 0.02s 2025-10-02 11:51:30.042577 | fa163e52-5e1f-f442-69cc-000000000a9e | TASK | Check for hieradata file 2025-10-02 11:51:30.242225 | fa163e52-5e1f-f442-69cc-000000000a9e | OK | Check for hieradata file | standalone 2025-10-02 11:51:30.243572 | fa163e52-5e1f-f442-69cc-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:15.989944 | 0.20s 2025-10-02 11:51:30.269987 | fa163e52-5e1f-f442-69cc-000000000aa0 | TASK | Get existing data 2025-10-02 11:51:30.319461 | fa163e52-5e1f-f442-69cc-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-02 11:51:30.320720 | fa163e52-5e1f-f442-69cc-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:16.067093 | 0.05s 2025-10-02 11:51:30.346622 | fa163e52-5e1f-f442-69cc-000000000aa1 | TASK | Set data fact 2025-10-02 11:51:30.396578 | fa163e52-5e1f-f442-69cc-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-02 11:51:30.397851 | fa163e52-5e1f-f442-69cc-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:16.144222 | 0.05s 2025-10-02 11:51:30.424542 | fa163e52-5e1f-f442-69cc-000000000aa3 | TASK | Write ansible hieradata file 2025-10-02 11:51:30.878915 | fa163e52-5e1f-f442-69cc-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-02 11:51:30.880206 | fa163e52-5e1f-f442-69cc-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:16.626585 | 0.45s 2025-10-02 11:51:30.981738 | fa163e52-5e1f-f442-69cc-0000000000a2 | TIMING | include_tasks | standalone | 0:01:16.728099 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-02 11:51:31.128040 | fa163e52-5e1f-f442-69cc-0000000000a6 | TASK | Host prep steps 2025-10-02 11:51:31.156859 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000a6') missing from stats 2025-10-02 11:51:31.222219 | fa163e52-5e1f-f442-69cc-0000000000a7 | TASK | Deploy Artifacts 2025-10-02 11:51:31.333602 | fa163e52-5e1f-f442-69cc-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-02 11:51:31.334867 | fa163e52-5e1f-f442-69cc-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:17.081240 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 11:51:31.476699 | fa163e52-5e1f-f442-69cc-0000000000a8 | TIMING | include_tasks | standalone | 0:01:17.223066 | 0.12s 2025-10-02 11:51:31.655253 | dc721605-5202-4569-ba0b-3479b6554a0c | INCLUDED | /root/standalone-ansible-m86fxwho/Standalone/host_prep_tasks.yaml | standalone 2025-10-02 11:51:31.713389 | fa163e52-5e1f-f442-69cc-000000000b1e | TASK | Run firewall role 2025-10-02 11:51:31.738354 | fa163e52-5e1f-f442-69cc-000000000b1e | TIMING | Run firewall role | standalone | 0:01:17.484726 | 0.02s 2025-10-02 11:51:31.800888 | fa163e52-5e1f-f442-69cc-000000000c36 | TASK | Gather variables for each operating system 2025-10-02 11:51:31.921133 | fa163e52-5e1f-f442-69cc-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-02 11:51:31.922638 | fa163e52-5e1f-f442-69cc-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.669019 | 0.12s 2025-10-02 11:51:31.932910 | fa163e52-5e1f-f442-69cc-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.679278 | 0.13s 2025-10-02 11:51:31.959554 | fa163e52-5e1f-f442-69cc-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-02 11:51:34.953931 | fa163e52-5e1f-f442-69cc-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-02 11:51:34.955520 | fa163e52-5e1f-f442-69cc-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:20.701894 | 2.99s 2025-10-02 11:51:34.983835 | fa163e52-5e1f-f442-69cc-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-02 11:51:35.024463 | fa163e52-5e1f-f442-69cc-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-02 11:51:35.025818 | fa163e52-5e1f-f442-69cc-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:20.772194 | 0.04s 2025-10-02 11:51:35.052414 | fa163e52-5e1f-f442-69cc-000000000c3c | TASK | Enable masquerade 2025-10-02 11:51:35.092660 | fa163e52-5e1f-f442-69cc-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-02 11:51:35.093808 | fa163e52-5e1f-f442-69cc-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:20.840181 | 0.04s 2025-10-02 11:51:35.119777 | fa163e52-5e1f-f442-69cc-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-02 11:51:35.152196 | fa163e52-5e1f-f442-69cc-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-02 11:51:35.153301 | fa163e52-5e1f-f442-69cc-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:20.899677 | 0.03s 2025-10-02 11:51:35.179993 | fa163e52-5e1f-f442-69cc-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-02 11:51:35.229536 | fa163e52-5e1f-f442-69cc-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-02 11:51:35.231084 | fa163e52-5e1f-f442-69cc-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.977459 | 0.05s 2025-10-02 11:51:35.257412 | fa163e52-5e1f-f442-69cc-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-02 11:51:35.296807 | fa163e52-5e1f-f442-69cc-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-02 11:51:35.297997 | fa163e52-5e1f-f442-69cc-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:21.044371 | 0.04s 2025-10-02 11:51:35.324289 | fa163e52-5e1f-f442-69cc-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-02 11:51:35.364718 | fa163e52-5e1f-f442-69cc-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-02 11:51:35.365898 | fa163e52-5e1f-f442-69cc-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:21.112272 | 0.04s 2025-10-02 11:51:35.391130 | fa163e52-5e1f-f442-69cc-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-02 11:51:35.422061 | fa163e52-5e1f-f442-69cc-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-02 11:51:35.423385 | fa163e52-5e1f-f442-69cc-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:21.169755 | 0.03s 2025-10-02 11:51:35.449087 | fa163e52-5e1f-f442-69cc-000000000c46 | TASK | Enable LOG rules 2025-10-02 11:51:35.477310 | fa163e52-5e1f-f442-69cc-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-02 11:51:35.478383 | fa163e52-5e1f-f442-69cc-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:21.224756 | 0.03s 2025-10-02 11:51:35.503158 | fa163e52-5e1f-f442-69cc-000000000c47 | TASK | Set rule fact 2025-10-02 11:51:35.599787 | fa163e52-5e1f-f442-69cc-000000000c47 | OK | Set rule fact | standalone 2025-10-02 11:51:35.602786 | fa163e52-5e1f-f442-69cc-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:21.349159 | 0.10s 2025-10-02 11:51:35.632087 | fa163e52-5e1f-f442-69cc-000000000c48 | TASK | Manage rules via nftables 2025-10-02 11:51:35.661430 | fa163e52-5e1f-f442-69cc-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:21.407798 | 0.03s 2025-10-02 11:51:35.748352 | fa163e52-5e1f-f442-69cc-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.494704 | 0.03s 2025-10-02 11:51:35.762974 | 596cd9cc-c65e-4b4d-8c58-7b813cbb2003 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-02 11:51:35.788067 | fa163e52-5e1f-f442-69cc-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-02 11:51:36.178254 | fa163e52-5e1f-f442-69cc-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-02 11:51:36.181136 | fa163e52-5e1f-f442-69cc-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.927503 | 0.39s 2025-10-02 11:51:36.508753 | fa163e52-5e1f-f442-69cc-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-02 11:51:36.509974 | fa163e52-5e1f-f442-69cc-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.256355 | 0.72s 2025-10-02 11:51:36.518538 | fa163e52-5e1f-f442-69cc-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.264901 | 0.73s 2025-10-02 11:51:36.550178 | fa163e52-5e1f-f442-69cc-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-02 11:51:37.330637 | fa163e52-5e1f-f442-69cc-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-02 11:51:37.332544 | fa163e52-5e1f-f442-69cc-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:23.078917 | 0.78s 2025-10-02 11:51:37.360429 | fa163e52-5e1f-f442-69cc-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-02 11:51:37.402155 | fa163e52-5e1f-f442-69cc-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-02 11:51:37.403531 | fa163e52-5e1f-f442-69cc-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:23.149903 | 0.04s 2025-10-02 11:51:37.459246 | fa163e52-5e1f-f442-69cc-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:23.205603 | 0.03s 2025-10-02 11:51:37.498303 | 6a804b41-8fb9-4fc9-95cf-88db01e7c84b | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-02 11:51:37.537546 | fa163e52-5e1f-f442-69cc-000000000d40 | TASK | Push empty ruleset 2025-10-02 11:51:37.966460 | fa163e52-5e1f-f442-69cc-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-02 11:51:37.967839 | fa163e52-5e1f-f442-69cc-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:23.714211 | 0.43s 2025-10-02 11:51:37.995164 | fa163e52-5e1f-f442-69cc-000000000d41 | TASK | Load empty ruleset 2025-10-02 11:51:38.252464 | fa163e52-5e1f-f442-69cc-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-02 11:51:38.254137 | fa163e52-5e1f-f442-69cc-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:24.000510 | 0.26s 2025-10-02 11:51:38.281360 | fa163e52-5e1f-f442-69cc-000000000d43 | TASK | Use default rules 2025-10-02 11:51:38.366304 | fa163e52-5e1f-f442-69cc-000000000d43 | OK | Use default rules | standalone 2025-10-02 11:51:38.369339 | fa163e52-5e1f-f442-69cc-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:24.115697 | 0.09s 2025-10-02 11:51:38.399258 | fa163e52-5e1f-f442-69cc-000000000d44 | TASK | Enable LOG rules 2025-10-02 11:51:38.485443 | fa163e52-5e1f-f442-69cc-000000000d44 | OK | Enable LOG rules | standalone 2025-10-02 11:51:38.488461 | fa163e52-5e1f-f442-69cc-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:24.234833 | 0.09s 2025-10-02 11:51:38.519775 | fa163e52-5e1f-f442-69cc-000000000d46 | TASK | Get current nftables content 2025-10-02 11:51:38.768537 | fa163e52-5e1f-f442-69cc-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-02 11:51:38.769952 | fa163e52-5e1f-f442-69cc-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:24.516326 | 0.25s 2025-10-02 11:51:38.798962 | fa163e52-5e1f-f442-69cc-000000000d48 | TASK | Generate chain jumps 2025-10-02 11:51:39.376209 | fa163e52-5e1f-f442-69cc-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-02 11:51:39.377058 | fa163e52-5e1f-f442-69cc-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.123440 | 0.58s 2025-10-02 11:51:39.395380 | fa163e52-5e1f-f442-69cc-000000000d49 | TASK | Generate chain jumps 2025-10-02 11:51:40.013762 | fa163e52-5e1f-f442-69cc-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-02 11:51:40.015260 | fa163e52-5e1f-f442-69cc-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.761633 | 0.62s 2025-10-02 11:51:40.043487 | fa163e52-5e1f-f442-69cc-000000000d4a | TASK | Generate nft flushes 2025-10-02 11:51:40.570375 | fa163e52-5e1f-f442-69cc-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-02 11:51:40.571858 | fa163e52-5e1f-f442-69cc-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:26.318232 | 0.53s 2025-10-02 11:51:40.600098 | fa163e52-5e1f-f442-69cc-000000000d4b | TASK | Generate nft tripleo chains 2025-10-02 11:51:41.092282 | fa163e52-5e1f-f442-69cc-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-02 11:51:41.094247 | fa163e52-5e1f-f442-69cc-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.840620 | 0.49s 2025-10-02 11:51:41.124699 | fa163e52-5e1f-f442-69cc-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-02 11:51:42.827737 | fa163e52-5e1f-f442-69cc-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-02 11:51:42.829118 | fa163e52-5e1f-f442-69cc-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:28.575492 | 1.70s 2025-10-02 11:51:42.856254 | fa163e52-5e1f-f442-69cc-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-02 11:51:43.552957 | fa163e52-5e1f-f442-69cc-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-02 11:51:43.554166 | fa163e52-5e1f-f442-69cc-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:29.300543 | 0.70s 2025-10-02 11:51:43.576070 | fa163e52-5e1f-f442-69cc-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-02 11:51:43.838703 | fa163e52-5e1f-f442-69cc-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-02 11:51:43.840100 | fa163e52-5e1f-f442-69cc-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:29.586474 | 0.26s 2025-10-02 11:51:43.895835 | fa163e52-5e1f-f442-69cc-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:29.642196 | 0.03s 2025-10-02 11:51:43.917127 | c62d3fab-2de3-431b-93a6-6fc23ef280dc | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-02 11:51:43.976664 | fa163e52-5e1f-f442-69cc-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-02 11:51:44.219458 | fa163e52-5e1f-f442-69cc-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-02 11:51:44.220892 | fa163e52-5e1f-f442-69cc-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.967264 | 0.24s 2025-10-02 11:51:44.247822 | fa163e52-5e1f-f442-69cc-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-02 11:51:44.542887 | fa163e52-5e1f-f442-69cc-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-02 11:51:44.544306 | fa163e52-5e1f-f442-69cc-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:30.290680 | 0.29s 2025-10-02 11:51:44.619495 | fa163e52-5e1f-f442-69cc-000000000b1f | TASK | create persistent logs directory 2025-10-02 11:51:44.875919 | fa163e52-5e1f-f442-69cc-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-02 11:51:44.878857 | fa163e52-5e1f-f442-69cc-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.625221 | 0.26s 2025-10-02 11:51:45.083051 | fa163e52-5e1f-f442-69cc-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-02 11:51:45.084791 | fa163e52-5e1f-f442-69cc-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.831168 | 0.46s 2025-10-02 11:51:45.095706 | fa163e52-5e1f-f442-69cc-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.842073 | 0.47s 2025-10-02 11:51:45.122355 | fa163e52-5e1f-f442-69cc-000000000b20 | TASK | create persistent directories 2025-10-02 11:51:45.336759 | fa163e52-5e1f-f442-69cc-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-02 11:51:45.339074 | fa163e52-5e1f-f442-69cc-000000000b20 | TIMING | create persistent directories | standalone | 0:01:31.085442 | 0.21s 2025-10-02 11:51:45.349274 | fa163e52-5e1f-f442-69cc-000000000b20 | TIMING | create persistent directories | standalone | 0:01:31.095640 | 0.23s 2025-10-02 11:51:45.374945 | fa163e52-5e1f-f442-69cc-000000000b21 | TASK | create persistent directories 2025-10-02 11:51:45.625580 | fa163e52-5e1f-f442-69cc-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-02 11:51:45.627158 | fa163e52-5e1f-f442-69cc-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.373528 | 0.25s 2025-10-02 11:51:45.842654 | fa163e52-5e1f-f442-69cc-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-02 11:51:45.843883 | fa163e52-5e1f-f442-69cc-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.590258 | 0.47s 2025-10-02 11:51:45.856529 | fa163e52-5e1f-f442-69cc-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.602893 | 0.48s 2025-10-02 11:51:45.883697 | fa163e52-5e1f-f442-69cc-000000000b22 | TASK | create persistent directories 2025-10-02 11:51:46.126051 | fa163e52-5e1f-f442-69cc-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-02 11:51:46.127648 | fa163e52-5e1f-f442-69cc-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.874018 | 0.24s 2025-10-02 11:51:46.334272 | fa163e52-5e1f-f442-69cc-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-02 11:51:46.336047 | fa163e52-5e1f-f442-69cc-000000000b22 | TIMING | create persistent directories | standalone | 0:01:32.082423 | 0.45s 2025-10-02 11:51:46.346902 | fa163e52-5e1f-f442-69cc-000000000b22 | TIMING | create persistent directories | standalone | 0:01:32.093267 | 0.46s 2025-10-02 11:51:46.374107 | fa163e52-5e1f-f442-69cc-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-02 11:51:47.459040 | fa163e52-5e1f-f442-69cc-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-02 11:51:47.460894 | fa163e52-5e1f-f442-69cc-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:33.207263 | 1.08s 2025-10-02 11:51:47.487823 | fa163e52-5e1f-f442-69cc-000000000b24 | TASK | create persistent directories 2025-10-02 11:51:47.725392 | fa163e52-5e1f-f442-69cc-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-02 11:51:47.726392 | fa163e52-5e1f-f442-69cc-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.472769 | 0.24s 2025-10-02 11:51:47.730079 | fa163e52-5e1f-f442-69cc-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.476457 | 0.24s 2025-10-02 11:51:47.758149 | fa163e52-5e1f-f442-69cc-000000000b25 | TASK | create persistent directories 2025-10-02 11:51:48.014487 | fa163e52-5e1f-f442-69cc-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-02 11:51:48.017284 | fa163e52-5e1f-f442-69cc-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.763652 | 0.26s 2025-10-02 11:51:48.225548 | fa163e52-5e1f-f442-69cc-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-02 11:51:48.227528 | fa163e52-5e1f-f442-69cc-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.973902 | 0.47s 2025-10-02 11:51:48.237173 | fa163e52-5e1f-f442-69cc-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.983560 | 0.48s 2025-10-02 11:51:48.258763 | fa163e52-5e1f-f442-69cc-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-02 11:51:49.538540 | fa163e52-5e1f-f442-69cc-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-02 11:51:49.540526 | fa163e52-5e1f-f442-69cc-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:35.286900 | 1.28s 2025-10-02 11:51:49.567101 | fa163e52-5e1f-f442-69cc-000000000b27 | TASK | create persistent directories 2025-10-02 11:51:49.847368 | fa163e52-5e1f-f442-69cc-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-02 11:51:49.849588 | fa163e52-5e1f-f442-69cc-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.595950 | 0.28s 2025-10-02 11:51:50.100183 | fa163e52-5e1f-f442-69cc-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-02 11:51:50.102522 | fa163e52-5e1f-f442-69cc-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.848896 | 0.53s 2025-10-02 11:51:50.113075 | fa163e52-5e1f-f442-69cc-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.859442 | 0.54s 2025-10-02 11:51:50.139300 | fa163e52-5e1f-f442-69cc-000000000b28 | TASK | ensure ceph configurations exist 2025-10-02 11:51:50.381102 | fa163e52-5e1f-f442-69cc-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-02 11:51:50.382722 | fa163e52-5e1f-f442-69cc-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:36.129096 | 0.24s 2025-10-02 11:51:50.409514 | fa163e52-5e1f-f442-69cc-000000000b29 | TASK | create persistent directories 2025-10-02 11:51:50.641040 | fa163e52-5e1f-f442-69cc-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-02 11:51:50.642943 | fa163e52-5e1f-f442-69cc-000000000b29 | TIMING | create persistent directories | standalone | 0:01:36.389321 | 0.23s 2025-10-02 11:51:50.653188 | fa163e52-5e1f-f442-69cc-000000000b29 | TIMING | create persistent directories | standalone | 0:01:36.399565 | 0.24s 2025-10-02 11:51:50.682823 | fa163e52-5e1f-f442-69cc-000000000b2b | TASK | Create cinder image conversion directory 2025-10-02 11:51:50.712076 | fa163e52-5e1f-f442-69cc-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-02 11:51:50.713422 | fa163e52-5e1f-f442-69cc-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:36.459789 | 0.03s 2025-10-02 11:51:50.740201 | fa163e52-5e1f-f442-69cc-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-02 11:51:50.779594 | fa163e52-5e1f-f442-69cc-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-02 11:51:50.780588 | fa163e52-5e1f-f442-69cc-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:36.526965 | 0.04s 2025-10-02 11:51:50.801420 | fa163e52-5e1f-f442-69cc-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-02 11:51:50.829816 | fa163e52-5e1f-f442-69cc-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-02 11:51:50.830803 | fa163e52-5e1f-f442-69cc-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:36.577183 | 0.03s 2025-10-02 11:51:50.851504 | fa163e52-5e1f-f442-69cc-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-02 11:51:50.881569 | fa163e52-5e1f-f442-69cc-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-02 11:51:50.882641 | fa163e52-5e1f-f442-69cc-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:36.629017 | 0.03s 2025-10-02 11:51:50.904022 | fa163e52-5e1f-f442-69cc-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-02 11:51:50.933348 | fa163e52-5e1f-f442-69cc-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-02 11:51:50.934365 | fa163e52-5e1f-f442-69cc-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:36.680742 | 0.03s 2025-10-02 11:51:50.955663 | fa163e52-5e1f-f442-69cc-000000000b32 | TASK | Get or create LVM loopback device 2025-10-02 11:51:50.985391 | fa163e52-5e1f-f442-69cc-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-02 11:51:50.986329 | fa163e52-5e1f-f442-69cc-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.732691 | 0.03s 2025-10-02 11:51:51.005908 | fa163e52-5e1f-f442-69cc-000000000b33 | TASK | Create LVM volume group 2025-10-02 11:51:51.033706 | fa163e52-5e1f-f442-69cc-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-02 11:51:51.034484 | fa163e52-5e1f-f442-69cc-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:36.780864 | 0.03s 2025-10-02 11:51:51.053899 | fa163e52-5e1f-f442-69cc-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-02 11:51:51.082451 | fa163e52-5e1f-f442-69cc-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-02 11:51:51.083286 | fa163e52-5e1f-f442-69cc-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:36.829668 | 0.03s 2025-10-02 11:51:51.102921 | fa163e52-5e1f-f442-69cc-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-02 11:51:51.130752 | fa163e52-5e1f-f442-69cc-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-02 11:51:51.131573 | fa163e52-5e1f-f442-69cc-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:36.877953 | 0.03s 2025-10-02 11:51:51.152700 | fa163e52-5e1f-f442-69cc-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-02 11:51:52.069261 | fa163e52-5e1f-f442-69cc-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-02 11:51:52.070978 | fa163e52-5e1f-f442-69cc-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:37.817344 | 0.92s 2025-10-02 11:51:52.097259 | fa163e52-5e1f-f442-69cc-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-02 11:51:54.281985 | fa163e52-5e1f-f442-69cc-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-02 11:51:54.283526 | fa163e52-5e1f-f442-69cc-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:40.029900 | 2.18s 2025-10-02 11:51:54.349116 | fa163e52-5e1f-f442-69cc-000000000b3a | OK | set_fact | standalone 2025-10-02 11:51:54.350029 | fa163e52-5e1f-f442-69cc-000000000b3a | TIMING | set_fact | standalone | 0:01:40.096410 | 0.03s 2025-10-02 11:51:54.395765 | fa163e52-5e1f-f442-69cc-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:40.142134 | 0.02s 2025-10-02 11:51:54.441409 | fa163e52-5e1f-f442-69cc-000000000f04 | TASK | ensure apache is installed 2025-10-02 11:52:00.372995 | fa163e52-5e1f-f442-69cc-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-02 11:52:00.374594 | fa163e52-5e1f-f442-69cc-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:46.120967 | 5.93s 2025-10-02 11:52:00.402204 | fa163e52-5e1f-f442-69cc-000000000f05 | TASK | create image data directory 2025-10-02 11:52:00.613966 | fa163e52-5e1f-f442-69cc-000000000f05 | CHANGED | create image data directory | standalone 2025-10-02 11:52:00.615412 | fa163e52-5e1f-f442-69cc-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:46.361786 | 0.21s 2025-10-02 11:52:00.641089 | fa163e52-5e1f-f442-69cc-000000000f06 | TASK | create /v2/ response file 2025-10-02 11:52:01.135650 | fa163e52-5e1f-f442-69cc-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-02 11:52:01.136667 | fa163e52-5e1f-f442-69cc-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:46.883048 | 0.49s 2025-10-02 11:52:01.156087 | fa163e52-5e1f-f442-69cc-000000000f07 | TASK | Add listen line 2025-10-02 11:52:01.534280 | fa163e52-5e1f-f442-69cc-000000000f07 | CHANGED | Add listen line | standalone 2025-10-02 11:52:01.535380 | fa163e52-5e1f-f442-69cc-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:47.281758 | 0.38s 2025-10-02 11:52:01.555569 | fa163e52-5e1f-f442-69cc-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-02 11:52:02.051863 | fa163e52-5e1f-f442-69cc-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-02 11:52:02.053301 | fa163e52-5e1f-f442-69cc-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:47.799673 | 0.50s 2025-10-02 11:52:02.081217 | fa163e52-5e1f-f442-69cc-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-02 11:52:03.120536 | fa163e52-5e1f-f442-69cc-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-02 11:52:03.122975 | fa163e52-5e1f-f442-69cc-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:48.869347 | 1.04s 2025-10-02 11:52:03.176359 | fa163e52-5e1f-f442-69cc-000000000b3d | TASK | create persistent logs directory 2025-10-02 11:52:03.425225 | fa163e52-5e1f-f442-69cc-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-02 11:52:03.427671 | fa163e52-5e1f-f442-69cc-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.174039 | 0.25s 2025-10-02 11:52:03.649891 | fa163e52-5e1f-f442-69cc-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-02 11:52:03.651694 | fa163e52-5e1f-f442-69cc-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.398068 | 0.47s 2025-10-02 11:52:03.662309 | fa163e52-5e1f-f442-69cc-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.408677 | 0.48s 2025-10-02 11:52:03.688217 | fa163e52-5e1f-f442-69cc-000000000b3e | TASK | Mount NFS on host 2025-10-02 11:52:03.717148 | fa163e52-5e1f-f442-69cc-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-02 11:52:03.718352 | fa163e52-5e1f-f442-69cc-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:49.464697 | 0.03s 2025-10-02 11:52:03.743746 | fa163e52-5e1f-f442-69cc-000000000b3f | TASK | Mount Node Staging Location 2025-10-02 11:52:03.772011 | fa163e52-5e1f-f442-69cc-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-02 11:52:03.773152 | fa163e52-5e1f-f442-69cc-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:49.519525 | 0.03s 2025-10-02 11:52:03.798087 | fa163e52-5e1f-f442-69cc-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-02 11:52:04.024749 | fa163e52-5e1f-f442-69cc-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-02 11:52:04.026169 | fa163e52-5e1f-f442-69cc-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:49.772543 | 0.23s 2025-10-02 11:52:04.053104 | fa163e52-5e1f-f442-69cc-000000000b41 | TASK | create logs directory 2025-10-02 11:52:04.314299 | fa163e52-5e1f-f442-69cc-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-02 11:52:04.315235 | fa163e52-5e1f-f442-69cc-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.061615 | 0.26s 2025-10-02 11:52:04.547885 | fa163e52-5e1f-f442-69cc-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-02 11:52:04.549500 | fa163e52-5e1f-f442-69cc-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.295877 | 0.49s 2025-10-02 11:52:04.560233 | fa163e52-5e1f-f442-69cc-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.306600 | 0.51s 2025-10-02 11:52:04.586477 | fa163e52-5e1f-f442-69cc-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-02 11:52:04.615146 | fa163e52-5e1f-f442-69cc-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-02 11:52:04.617007 | fa163e52-5e1f-f442-69cc-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:50.363373 | 0.03s 2025-10-02 11:52:04.647679 | fa163e52-5e1f-f442-69cc-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-02 11:52:04.924370 | fa163e52-5e1f-f442-69cc-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-02 11:52:04.925866 | fa163e52-5e1f-f442-69cc-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:50.672239 | 0.28s 2025-10-02 11:52:04.952386 | fa163e52-5e1f-f442-69cc-000000000b44 | TASK | create persistent directories 2025-10-02 11:52:05.203026 | fa163e52-5e1f-f442-69cc-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-02 11:52:05.204247 | fa163e52-5e1f-f442-69cc-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.950615 | 0.25s 2025-10-02 11:52:05.209009 | fa163e52-5e1f-f442-69cc-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.955374 | 0.26s 2025-10-02 11:52:05.235904 | fa163e52-5e1f-f442-69cc-000000000b45 | TASK | create persistent data directory 2025-10-02 11:52:05.457020 | fa163e52-5e1f-f442-69cc-000000000b45 | OK | create persistent data directory | standalone 2025-10-02 11:52:05.458092 | fa163e52-5e1f-f442-69cc-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:51.204472 | 0.22s 2025-10-02 11:52:05.478603 | fa163e52-5e1f-f442-69cc-000000000b46 | TASK | get parameters 2025-10-02 11:52:05.506293 | fa163e52-5e1f-f442-69cc-000000000b46 | OK | get parameters | standalone 2025-10-02 11:52:05.507142 | fa163e52-5e1f-f442-69cc-000000000b46 | TIMING | get parameters | standalone | 0:01:51.253522 | 0.03s 2025-10-02 11:52:05.524635 | fa163e52-5e1f-f442-69cc-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-02 11:52:05.560402 | fa163e52-5e1f-f442-69cc-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-02 11:52:05.561265 | fa163e52-5e1f-f442-69cc-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:51.307645 | 0.04s 2025-10-02 11:52:05.578702 | fa163e52-5e1f-f442-69cc-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-02 11:52:05.620712 | fa163e52-5e1f-f442-69cc-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-02 11:52:05.622006 | fa163e52-5e1f-f442-69cc-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:51.368379 | 0.04s 2025-10-02 11:52:05.648698 | fa163e52-5e1f-f442-69cc-000000000b4a | TASK | get haproxy status 2025-10-02 11:52:05.691107 | fa163e52-5e1f-f442-69cc-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-02 11:52:05.692472 | fa163e52-5e1f-f442-69cc-000000000b4a | TIMING | get haproxy status | standalone | 0:01:51.438845 | 0.04s 2025-10-02 11:52:05.718883 | fa163e52-5e1f-f442-69cc-000000000b4b | TASK | get pacemaker status 2025-10-02 11:52:05.761758 | fa163e52-5e1f-f442-69cc-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-02 11:52:05.763116 | fa163e52-5e1f-f442-69cc-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:51.509487 | 0.04s 2025-10-02 11:52:05.789890 | fa163e52-5e1f-f442-69cc-000000000b4c | TASK | get docker status 2025-10-02 11:52:05.833206 | fa163e52-5e1f-f442-69cc-000000000b4c | SKIPPED | get docker status | standalone 2025-10-02 11:52:05.834683 | fa163e52-5e1f-f442-69cc-000000000b4c | TIMING | get docker status | standalone | 0:01:51.581055 | 0.04s 2025-10-02 11:52:05.860582 | fa163e52-5e1f-f442-69cc-000000000b4d | TASK | get container_id 2025-10-02 11:52:05.903296 | fa163e52-5e1f-f442-69cc-000000000b4d | SKIPPED | get container_id | standalone 2025-10-02 11:52:05.904807 | fa163e52-5e1f-f442-69cc-000000000b4d | TIMING | get container_id | standalone | 0:01:51.651177 | 0.04s 2025-10-02 11:52:05.930843 | fa163e52-5e1f-f442-69cc-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-02 11:52:05.973614 | fa163e52-5e1f-f442-69cc-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-02 11:52:05.974931 | fa163e52-5e1f-f442-69cc-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:51.721304 | 0.04s 2025-10-02 11:52:06.000934 | fa163e52-5e1f-f442-69cc-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-02 11:52:06.044874 | fa163e52-5e1f-f442-69cc-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-02 11:52:06.046294 | fa163e52-5e1f-f442-69cc-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:51.792665 | 0.04s 2025-10-02 11:52:06.071836 | fa163e52-5e1f-f442-69cc-000000000b50 | TASK | push certificate content 2025-10-02 11:52:06.122803 | fa163e52-5e1f-f442-69cc-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-02 11:52:06.124151 | fa163e52-5e1f-f442-69cc-000000000b50 | TIMING | push certificate content | standalone | 0:01:51.870523 | 0.05s 2025-10-02 11:52:06.150618 | fa163e52-5e1f-f442-69cc-000000000b52 | TASK | set certificate ownership 2025-10-02 11:52:06.190031 | fa163e52-5e1f-f442-69cc-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-02 11:52:06.191310 | fa163e52-5e1f-f442-69cc-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:51.937683 | 0.04s 2025-10-02 11:52:06.217704 | fa163e52-5e1f-f442-69cc-000000000b53 | TASK | reload haproxy if enabled 2025-10-02 11:52:06.269490 | fa163e52-5e1f-f442-69cc-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-02 11:52:06.270780 | fa163e52-5e1f-f442-69cc-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:52.017153 | 0.05s 2025-10-02 11:52:06.295974 | fa163e52-5e1f-f442-69cc-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-02 11:52:06.346190 | fa163e52-5e1f-f442-69cc-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-02 11:52:06.347558 | fa163e52-5e1f-f442-69cc-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:52.093930 | 0.05s 2025-10-02 11:52:06.373282 | fa163e52-5e1f-f442-69cc-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-02 11:52:06.412625 | fa163e52-5e1f-f442-69cc-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-02 11:52:06.413964 | fa163e52-5e1f-f442-69cc-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:52.160335 | 0.04s 2025-10-02 11:52:06.440512 | fa163e52-5e1f-f442-69cc-000000000b58 | TASK | create persistent directories 2025-10-02 11:52:06.700208 | fa163e52-5e1f-f442-69cc-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-02 11:52:06.701887 | fa163e52-5e1f-f442-69cc-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.448252 | 0.26s 2025-10-02 11:52:06.952856 | fa163e52-5e1f-f442-69cc-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-02 11:52:06.954568 | fa163e52-5e1f-f442-69cc-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.700944 | 0.51s 2025-10-02 11:52:06.965352 | fa163e52-5e1f-f442-69cc-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.711698 | 0.52s 2025-10-02 11:52:06.991529 | fa163e52-5e1f-f442-69cc-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-02 11:52:12.009421 | fa163e52-5e1f-f442-69cc-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-02 11:52:12.010738 | fa163e52-5e1f-f442-69cc-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:57.757113 | 5.02s 2025-10-02 11:52:12.036011 | fa163e52-5e1f-f442-69cc-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-02 11:52:12.117626 | fa163e52-5e1f-f442-69cc-000000000b5a | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.71 seconds", "Notice: Applied catalog in 0.24 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.24", " Config retrieval: 0.78", " Last run: 1759405931", " Total: 0.24", "Version:", " Config: 1759405930", " 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-02 11:52:12.118963 | fa163e52-5e1f-f442-69cc-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:57.865338 | 0.08s 2025-10-02 11:52:12.144635 | fa163e52-5e1f-f442-69cc-000000000b5b | TASK | create persistent directories 2025-10-02 11:52:12.407113 | fa163e52-5e1f-f442-69cc-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-02 11:52:12.410578 | fa163e52-5e1f-f442-69cc-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.156924 | 0.26s 2025-10-02 11:52:12.642181 | fa163e52-5e1f-f442-69cc-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-02 11:52:12.644061 | fa163e52-5e1f-f442-69cc-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.390437 | 0.50s 2025-10-02 11:52:12.655097 | fa163e52-5e1f-f442-69cc-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.401462 | 0.51s 2025-10-02 11:52:12.681228 | fa163e52-5e1f-f442-69cc-000000000b5c | TASK | create persistent directories 2025-10-02 11:52:12.891336 | fa163e52-5e1f-f442-69cc-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-02 11:52:12.893360 | fa163e52-5e1f-f442-69cc-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.639735 | 0.21s 2025-10-02 11:52:13.067065 | fa163e52-5e1f-f442-69cc-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-02 11:52:13.067994 | fa163e52-5e1f-f442-69cc-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.814375 | 0.39s 2025-10-02 11:52:13.074561 | fa163e52-5e1f-f442-69cc-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.820928 | 0.39s 2025-10-02 11:52:13.100587 | fa163e52-5e1f-f442-69cc-000000000b5d | TASK | create persistent directories 2025-10-02 11:52:13.321001 | fa163e52-5e1f-f442-69cc-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-02 11:52:13.322872 | fa163e52-5e1f-f442-69cc-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.069250 | 0.22s 2025-10-02 11:52:13.333234 | fa163e52-5e1f-f442-69cc-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.079606 | 0.23s 2025-10-02 11:52:13.359253 | fa163e52-5e1f-f442-69cc-000000000b5e | TASK | create persistent directories 2025-10-02 11:52:13.616875 | fa163e52-5e1f-f442-69cc-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-02 11:52:13.619246 | fa163e52-5e1f-f442-69cc-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.365624 | 0.26s 2025-10-02 11:52:13.847942 | fa163e52-5e1f-f442-69cc-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-02 11:52:13.848793 | fa163e52-5e1f-f442-69cc-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.595174 | 0.49s 2025-10-02 11:52:14.052301 | fa163e52-5e1f-f442-69cc-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-02 11:52:14.053221 | fa163e52-5e1f-f442-69cc-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.799602 | 0.69s 2025-10-02 11:52:14.221238 | fa163e52-5e1f-f442-69cc-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-02 11:52:14.222109 | fa163e52-5e1f-f442-69cc-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.968490 | 0.86s 2025-10-02 11:52:14.230142 | fa163e52-5e1f-f442-69cc-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.976509 | 0.87s 2025-10-02 11:52:14.256662 | fa163e52-5e1f-f442-69cc-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-02 11:52:14.688500 | fa163e52-5e1f-f442-69cc-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-02 11:52:14.689828 | fa163e52-5e1f-f442-69cc-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:00.436203 | 0.43s 2025-10-02 11:52:14.715258 | fa163e52-5e1f-f442-69cc-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-02 11:52:16.024724 | fa163e52-5e1f-f442-69cc-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-02 11:52:16.027217 | fa163e52-5e1f-f442-69cc-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.773586 | 1.31s 2025-10-02 11:52:17.320792 | fa163e52-5e1f-f442-69cc-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-02 11:52:17.324473 | fa163e52-5e1f-f442-69cc-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:03.070845 | 2.61s 2025-10-02 11:52:18.612507 | fa163e52-5e1f-f442-69cc-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-02 11:52:18.614388 | fa163e52-5e1f-f442-69cc-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.360767 | 3.90s 2025-10-02 11:52:18.624584 | fa163e52-5e1f-f442-69cc-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.370956 | 3.91s 2025-10-02 11:52:18.646614 | fa163e52-5e1f-f442-69cc-000000000b61 | TASK | create persistent directories 2025-10-02 11:52:18.877833 | fa163e52-5e1f-f442-69cc-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-02 11:52:18.879571 | fa163e52-5e1f-f442-69cc-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.625950 | 0.23s 2025-10-02 11:52:19.084099 | fa163e52-5e1f-f442-69cc-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-02 11:52:19.085463 | fa163e52-5e1f-f442-69cc-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.831846 | 0.44s 2025-10-02 11:52:19.306403 | fa163e52-5e1f-f442-69cc-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-02 11:52:19.307266 | fa163e52-5e1f-f442-69cc-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.053648 | 0.66s 2025-10-02 11:52:19.312910 | fa163e52-5e1f-f442-69cc-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.059278 | 0.67s 2025-10-02 11:52:19.339645 | fa163e52-5e1f-f442-69cc-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-02 11:52:19.549675 | fa163e52-5e1f-f442-69cc-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-02 11:52:19.550952 | fa163e52-5e1f-f442-69cc-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:05.297327 | 0.21s 2025-10-02 11:52:19.576109 | fa163e52-5e1f-f442-69cc-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-02 11:52:19.604916 | fa163e52-5e1f-f442-69cc-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-02 11:52:19.606164 | fa163e52-5e1f-f442-69cc-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:05.352537 | 0.03s 2025-10-02 11:52:19.631821 | fa163e52-5e1f-f442-69cc-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-02 11:52:19.863414 | fa163e52-5e1f-f442-69cc-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-02 11:52:19.864771 | fa163e52-5e1f-f442-69cc-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:05.611146 | 0.23s 2025-10-02 11:52:19.889855 | fa163e52-5e1f-f442-69cc-000000000b65 | TASK | Stop iscsi.service 2025-10-02 11:52:19.929737 | fa163e52-5e1f-f442-69cc-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-02 11:52:19.931086 | fa163e52-5e1f-f442-69cc-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:05.677458 | 0.04s 2025-10-02 11:52:19.992108 | fa163e52-5e1f-f442-69cc-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:05.738467 | 0.03s 2025-10-02 11:52:20.089496 | fa163e52-5e1f-f442-69cc-000000001067 | TASK | Install additional packages 2025-10-02 11:52:20.115772 | fa163e52-5e1f-f442-69cc-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:05.862143 | 0.03s 2025-10-02 11:52:20.133920 | fa163e52-5e1f-f442-69cc-000000001068 | TASK | Remove dracut-config-generic 2025-10-02 11:52:24.076058 | fa163e52-5e1f-f442-69cc-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-02 11:52:24.077712 | fa163e52-5e1f-f442-69cc-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:09.824087 | 3.94s 2025-10-02 11:52:24.110189 | fa163e52-5e1f-f442-69cc-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-02 11:52:24.355779 | fa163e52-5e1f-f442-69cc-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-02 11:52:24.356959 | fa163e52-5e1f-f442-69cc-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:10.103338 | 0.25s 2025-10-02 11:52:24.378598 | fa163e52-5e1f-f442-69cc-00000000106a | TASK | Write list of modules to load at boot 2025-10-02 11:52:24.880366 | fa163e52-5e1f-f442-69cc-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-02 11:52:24.881808 | fa163e52-5e1f-f442-69cc-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:10.628182 | 0.50s 2025-10-02 11:52:24.908440 | fa163e52-5e1f-f442-69cc-00000000106b | TASK | Modules reload 2025-10-02 11:52:25.377242 | fa163e52-5e1f-f442-69cc-00000000106b | CHANGED | Modules reload | standalone 2025-10-02 11:52:25.379064 | fa163e52-5e1f-f442-69cc-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:11.125438 | 0.47s 2025-10-02 11:52:25.406022 | fa163e52-5e1f-f442-69cc-00000000106c | TASK | Set default sysctl options 2025-10-02 11:52:25.874763 | fa163e52-5e1f-f442-69cc-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-02 11:52:25.876115 | fa163e52-5e1f-f442-69cc-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:11.622491 | 0.47s 2025-10-02 11:52:25.901891 | fa163e52-5e1f-f442-69cc-00000000106d | TASK | Set extra sysctl options 2025-10-02 11:52:26.302889 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-02 11:52:26.304864 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.051226 | 0.40s 2025-10-02 11:52:26.529395 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-02 11:52:26.531339 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.277696 | 0.63s 2025-10-02 11:52:26.738415 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-02 11:52:26.739199 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.485581 | 0.84s 2025-10-02 11:52:27.998769 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-02 11:52:27.999817 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.746194 | 2.10s 2025-10-02 11:52:28.236277 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-02 11:52:28.237512 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.983883 | 2.33s 2025-10-02 11:52:29.515102 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-02 11:52:29.516162 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.262537 | 3.61s 2025-10-02 11:52:29.778079 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-02 11:52:29.779933 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.526304 | 3.88s 2025-10-02 11:52:30.016418 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-02 11:52:30.018155 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.764529 | 4.11s 2025-10-02 11:52:30.265742 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-02 11:52:30.267470 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.013847 | 4.36s 2025-10-02 11:52:30.500116 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-02 11:52:30.501079 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.247456 | 4.60s 2025-10-02 11:52:30.744678 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-02 11:52:30.745616 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.491993 | 4.84s 2025-10-02 11:52:30.987493 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-02 11:52:30.989186 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.735561 | 5.09s 2025-10-02 11:52:31.232375 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-02 11:52:31.233135 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.979518 | 5.33s 2025-10-02 11:52:31.449349 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-02 11:52:31.450477 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.196853 | 5.55s 2025-10-02 11:52:31.662842 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-02 11:52:31.664053 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.410428 | 5.76s 2025-10-02 11:52:31.880891 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-02 11:52:31.882043 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.628417 | 5.98s 2025-10-02 11:52:32.137448 | fa163e52-5e1f-f442-69cc-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-02 11:52:32.138560 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.884937 | 6.23s 2025-10-02 11:52:32.147173 | fa163e52-5e1f-f442-69cc-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.893536 | 6.24s 2025-10-02 11:52:32.177665 | fa163e52-5e1f-f442-69cc-00000000106f | TASK | Sysctl reload 2025-10-02 11:52:32.607037 | fa163e52-5e1f-f442-69cc-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-02 11:52:32.609124 | fa163e52-5e1f-f442-69cc-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:18.355495 | 0.43s 2025-10-02 11:52:32.662534 | fa163e52-5e1f-f442-69cc-000000000b67 | TASK | create persistent directories 2025-10-02 11:52:32.917089 | fa163e52-5e1f-f442-69cc-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-02 11:52:32.920467 | fa163e52-5e1f-f442-69cc-000000000b67 | TIMING | create persistent directories | standalone | 0:02:18.666830 | 0.26s 2025-10-02 11:52:33.134135 | fa163e52-5e1f-f442-69cc-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-02 11:52:33.136243 | fa163e52-5e1f-f442-69cc-000000000b67 | TIMING | create persistent directories | standalone | 0:02:18.882615 | 0.47s 2025-10-02 11:52:33.146341 | fa163e52-5e1f-f442-69cc-000000000b67 | TIMING | create persistent directories | standalone | 0:02:18.892683 | 0.48s 2025-10-02 11:52:33.168175 | fa163e52-5e1f-f442-69cc-000000000b68 | TASK | Check if file certs_valid exist 2025-10-02 11:52:33.369086 | fa163e52-5e1f-f442-69cc-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-02 11:52:33.370561 | fa163e52-5e1f-f442-69cc-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:19.116935 | 0.20s 2025-10-02 11:52:33.396270 | fa163e52-5e1f-f442-69cc-000000000b69 | TASK | Check if file cert9.db exist 2025-10-02 11:52:33.608377 | fa163e52-5e1f-f442-69cc-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-02 11:52:33.609771 | fa163e52-5e1f-f442-69cc-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:19.356145 | 0.21s 2025-10-02 11:52:33.635449 | fa163e52-5e1f-f442-69cc-000000000b6a | TASK | Check if file key4.db exist 2025-10-02 11:52:33.863128 | fa163e52-5e1f-f442-69cc-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-02 11:52:33.864038 | fa163e52-5e1f-f442-69cc-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:19.610420 | 0.23s 2025-10-02 11:52:33.907495 | fa163e52-5e1f-f442-69cc-000000000b6b | SKIPPED | fail | standalone 2025-10-02 11:52:33.908704 | fa163e52-5e1f-f442-69cc-000000000b6b | TIMING | fail | standalone | 0:02:19.655079 | 0.03s 2025-10-02 11:52:33.929213 | fa163e52-5e1f-f442-69cc-000000000b6c | TASK | Create persistent directories 2025-10-02 11:52:34.180262 | fa163e52-5e1f-f442-69cc-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-02 11:52:34.182811 | fa163e52-5e1f-f442-69cc-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:19.929181 | 0.25s 2025-10-02 11:52:34.451628 | fa163e52-5e1f-f442-69cc-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-02 11:52:34.453909 | fa163e52-5e1f-f442-69cc-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:20.200281 | 0.52s 2025-10-02 11:52:34.464508 | fa163e52-5e1f-f442-69cc-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:20.210873 | 0.53s 2025-10-02 11:52:34.491822 | fa163e52-5e1f-f442-69cc-000000000b6d | TASK | create persistent directories 2025-10-02 11:52:34.777390 | fa163e52-5e1f-f442-69cc-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-02 11:52:34.780013 | fa163e52-5e1f-f442-69cc-000000000b6d | TIMING | create persistent directories | standalone | 0:02:20.526380 | 0.29s 2025-10-02 11:52:34.789871 | fa163e52-5e1f-f442-69cc-000000000b6d | TIMING | create persistent directories | standalone | 0:02:20.536233 | 0.30s 2025-10-02 11:52:34.816264 | fa163e52-5e1f-f442-69cc-000000000b6e | TASK | create persistent directories 2025-10-02 11:52:35.072027 | fa163e52-5e1f-f442-69cc-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-02 11:52:35.074912 | fa163e52-5e1f-f442-69cc-000000000b6e | TIMING | create persistent directories | standalone | 0:02:20.821276 | 0.26s 2025-10-02 11:52:35.289787 | fa163e52-5e1f-f442-69cc-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-02 11:52:35.292352 | fa163e52-5e1f-f442-69cc-000000000b6e | TIMING | create persistent directories | standalone | 0:02:21.038696 | 0.47s 2025-10-02 11:52:35.302862 | fa163e52-5e1f-f442-69cc-000000000b6e | TIMING | create persistent directories | standalone | 0:02:21.049222 | 0.48s 2025-10-02 11:52:35.329571 | fa163e52-5e1f-f442-69cc-000000000b6f | TASK | create persistent directories 2025-10-02 11:52:35.571221 | fa163e52-5e1f-f442-69cc-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-02 11:52:35.573935 | fa163e52-5e1f-f442-69cc-000000000b6f | TIMING | create persistent directories | standalone | 0:02:21.320303 | 0.24s 2025-10-02 11:52:35.583880 | fa163e52-5e1f-f442-69cc-000000000b6f | TIMING | create persistent directories | standalone | 0:02:21.330238 | 0.25s 2025-10-02 11:52:35.610072 | fa163e52-5e1f-f442-69cc-000000000b70 | TASK | create persistent directories 2025-10-02 11:52:35.904130 | fa163e52-5e1f-f442-69cc-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-02 11:52:35.907079 | fa163e52-5e1f-f442-69cc-000000000b70 | TIMING | create persistent directories | standalone | 0:02:21.653441 | 0.30s 2025-10-02 11:52:36.142873 | fa163e52-5e1f-f442-69cc-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-02 11:52:36.145036 | fa163e52-5e1f-f442-69cc-000000000b70 | TIMING | create persistent directories | standalone | 0:02:21.891408 | 0.53s 2025-10-02 11:52:36.361741 | fa163e52-5e1f-f442-69cc-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-02 11:52:36.363467 | fa163e52-5e1f-f442-69cc-000000000b70 | TIMING | create persistent directories | standalone | 0:02:22.109836 | 0.75s 2025-10-02 11:52:36.376588 | fa163e52-5e1f-f442-69cc-000000000b70 | TIMING | create persistent directories | standalone | 0:02:22.122950 | 0.76s 2025-10-02 11:52:36.403541 | fa163e52-5e1f-f442-69cc-000000000b71 | TASK | create persistent directories 2025-10-02 11:52:36.656716 | fa163e52-5e1f-f442-69cc-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-02 11:52:36.659940 | fa163e52-5e1f-f442-69cc-000000000b71 | TIMING | create persistent directories | standalone | 0:02:22.406302 | 0.25s 2025-10-02 11:52:36.871601 | fa163e52-5e1f-f442-69cc-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-02 11:52:36.873911 | fa163e52-5e1f-f442-69cc-000000000b71 | TIMING | create persistent directories | standalone | 0:02:22.620283 | 0.47s 2025-10-02 11:52:36.884173 | fa163e52-5e1f-f442-69cc-000000000b71 | TIMING | create persistent directories | standalone | 0:02:22.630539 | 0.48s 2025-10-02 11:52:36.910567 | fa163e52-5e1f-f442-69cc-000000000b72 | TASK | create persistent directories 2025-10-02 11:52:37.159768 | fa163e52-5e1f-f442-69cc-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-02 11:52:37.161627 | fa163e52-5e1f-f442-69cc-000000000b72 | TIMING | create persistent directories | standalone | 0:02:22.907995 | 0.25s 2025-10-02 11:52:37.168417 | fa163e52-5e1f-f442-69cc-000000000b72 | TIMING | create persistent directories | standalone | 0:02:22.914779 | 0.26s 2025-10-02 11:52:37.196160 | fa163e52-5e1f-f442-69cc-000000000b73 | TASK | creating directory 2025-10-02 11:52:37.417692 | fa163e52-5e1f-f442-69cc-000000000b73 | CHANGED | creating directory | standalone 2025-10-02 11:52:37.419433 | fa163e52-5e1f-f442-69cc-000000000b73 | TIMING | creating directory | standalone | 0:02:23.165804 | 0.22s 2025-10-02 11:52:37.446927 | fa163e52-5e1f-f442-69cc-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-02 11:52:37.902981 | fa163e52-5e1f-f442-69cc-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-02 11:52:37.904555 | fa163e52-5e1f-f442-69cc-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:23.650929 | 0.46s 2025-10-02 11:52:37.930093 | fa163e52-5e1f-f442-69cc-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-02 11:52:38.805793 | fa163e52-5e1f-f442-69cc-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-02 11:52:38.807250 | fa163e52-5e1f-f442-69cc-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:24.553626 | 0.88s 2025-10-02 11:52:38.832764 | fa163e52-5e1f-f442-69cc-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-02 11:52:39.087171 | fa163e52-5e1f-f442-69cc-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-02 11:52:39.088858 | fa163e52-5e1f-f442-69cc-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:24.835231 | 0.25s 2025-10-02 11:52:39.114958 | fa163e52-5e1f-f442-69cc-000000000b77 | TASK | remove temp namespace 2025-10-02 11:52:39.361096 | fa163e52-5e1f-f442-69cc-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-02 11:52:39.362537 | fa163e52-5e1f-f442-69cc-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:25.108912 | 0.25s 2025-10-02 11:52:39.387973 | fa163e52-5e1f-f442-69cc-000000000b78 | TASK | create /var/lib/neutron 2025-10-02 11:52:39.619238 | fa163e52-5e1f-f442-69cc-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-02 11:52:39.620703 | fa163e52-5e1f-f442-69cc-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:25.367078 | 0.23s 2025-10-02 11:52:39.646037 | fa163e52-5e1f-f442-69cc-000000000b79 | TASK | set conditions 2025-10-02 11:52:39.677997 | fa163e52-5e1f-f442-69cc-000000000b79 | OK | set conditions | standalone 2025-10-02 11:52:39.679590 | fa163e52-5e1f-f442-69cc-000000000b79 | TIMING | set conditions | standalone | 0:02:25.425964 | 0.03s 2025-10-02 11:52:39.705764 | fa163e52-5e1f-f442-69cc-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-02 11:52:39.950492 | fa163e52-5e1f-f442-69cc-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-02 11:52:39.952355 | fa163e52-5e1f-f442-69cc-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:25.698694 | 0.25s 2025-10-02 11:52:39.979751 | fa163e52-5e1f-f442-69cc-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-02 11:52:40.452227 | fa163e52-5e1f-f442-69cc-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-02 11:52:40.453508 | fa163e52-5e1f-f442-69cc-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:26.199887 | 0.47s 2025-10-02 11:52:40.474870 | fa163e52-5e1f-f442-69cc-000000000b7c | TASK | create haproxy kill script 2025-10-02 11:52:40.954995 | fa163e52-5e1f-f442-69cc-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-02 11:52:40.956590 | fa163e52-5e1f-f442-69cc-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:26.702962 | 0.48s 2025-10-02 11:52:40.984446 | fa163e52-5e1f-f442-69cc-000000000b7d | TASK | create persistent directories 2025-10-02 11:52:41.261390 | fa163e52-5e1f-f442-69cc-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-02 11:52:41.263038 | fa163e52-5e1f-f442-69cc-000000000b7d | TIMING | create persistent directories | standalone | 0:02:27.009408 | 0.28s 2025-10-02 11:52:41.488219 | fa163e52-5e1f-f442-69cc-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-02 11:52:41.489500 | fa163e52-5e1f-f442-69cc-000000000b7d | TIMING | create persistent directories | standalone | 0:02:27.235877 | 0.50s 2025-10-02 11:52:41.502182 | fa163e52-5e1f-f442-69cc-000000000b7d | TIMING | create persistent directories | standalone | 0:02:27.248549 | 0.52s 2025-10-02 11:52:41.529239 | fa163e52-5e1f-f442-69cc-000000000b7e | TASK | create persistent directories 2025-10-02 11:52:41.787056 | fa163e52-5e1f-f442-69cc-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-02 11:52:41.788500 | fa163e52-5e1f-f442-69cc-000000000b7e | TIMING | create persistent directories | standalone | 0:02:27.534873 | 0.26s 2025-10-02 11:52:41.794839 | fa163e52-5e1f-f442-69cc-000000000b7e | TIMING | create persistent directories | standalone | 0:02:27.541207 | 0.26s 2025-10-02 11:52:41.821020 | fa163e52-5e1f-f442-69cc-000000000b7f | TASK | create persistent directories 2025-10-02 11:52:42.063348 | fa163e52-5e1f-f442-69cc-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-02 11:52:42.066131 | fa163e52-5e1f-f442-69cc-000000000b7f | TIMING | create persistent directories | standalone | 0:02:27.812456 | 0.24s 2025-10-02 11:52:42.255375 | fa163e52-5e1f-f442-69cc-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-02 11:52:42.256120 | fa163e52-5e1f-f442-69cc-000000000b7f | TIMING | create persistent directories | standalone | 0:02:28.002503 | 0.43s 2025-10-02 11:52:42.268368 | fa163e52-5e1f-f442-69cc-000000000b7f | TIMING | create persistent directories | standalone | 0:02:28.014730 | 0.45s 2025-10-02 11:52:42.294439 | fa163e52-5e1f-f442-69cc-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-02 11:52:42.529790 | fa163e52-5e1f-f442-69cc-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-02 11:52:42.531133 | fa163e52-5e1f-f442-69cc-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:28.277504 | 0.24s 2025-10-02 11:52:42.556788 | fa163e52-5e1f-f442-69cc-000000000b81 | TASK | create persistent directories 2025-10-02 11:52:42.802095 | fa163e52-5e1f-f442-69cc-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-02 11:52:42.804522 | fa163e52-5e1f-f442-69cc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.550891 | 0.25s 2025-10-02 11:52:43.012950 | fa163e52-5e1f-f442-69cc-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-02 11:52:43.014244 | fa163e52-5e1f-f442-69cc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.760620 | 0.46s 2025-10-02 11:52:43.244137 | fa163e52-5e1f-f442-69cc-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-02 11:52:43.245237 | fa163e52-5e1f-f442-69cc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.991614 | 0.69s 2025-10-02 11:52:43.489696 | fa163e52-5e1f-f442-69cc-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-02 11:52:43.490904 | fa163e52-5e1f-f442-69cc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:29.237280 | 0.93s 2025-10-02 11:52:43.716126 | fa163e52-5e1f-f442-69cc-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-02 11:52:43.718026 | fa163e52-5e1f-f442-69cc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:29.464401 | 1.16s 2025-10-02 11:52:43.729775 | fa163e52-5e1f-f442-69cc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:29.476143 | 1.17s 2025-10-02 11:52:43.756903 | fa163e52-5e1f-f442-69cc-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-02 11:52:44.232552 | fa163e52-5e1f-f442-69cc-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-02 11:52:44.233744 | fa163e52-5e1f-f442-69cc-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:29.980123 | 0.48s 2025-10-02 11:52:44.253061 | fa163e52-5e1f-f442-69cc-000000000b83 | TASK | create tempfiles 2025-10-02 11:52:44.535672 | fa163e52-5e1f-f442-69cc-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-02 11:52:44.537423 | fa163e52-5e1f-f442-69cc-000000000b83 | TIMING | create tempfiles | standalone | 0:02:30.283794 | 0.28s 2025-10-02 11:52:44.564679 | fa163e52-5e1f-f442-69cc-000000000b84 | TASK | Mount Nova NFS Share 2025-10-02 11:52:44.594063 | fa163e52-5e1f-f442-69cc-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-02 11:52:44.595480 | fa163e52-5e1f-f442-69cc-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:30.341853 | 0.03s 2025-10-02 11:52:44.621604 | fa163e52-5e1f-f442-69cc-000000000b86 | TASK | check systemd-container package installed or not 2025-10-02 11:52:44.650449 | fa163e52-5e1f-f442-69cc-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-02 11:52:44.651764 | fa163e52-5e1f-f442-69cc-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:30.398136 | 0.03s 2025-10-02 11:52:44.679405 | fa163e52-5e1f-f442-69cc-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-02 11:52:44.708472 | fa163e52-5e1f-f442-69cc-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-02 11:52:44.709785 | fa163e52-5e1f-f442-69cc-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:30.456157 | 0.03s 2025-10-02 11:52:44.735426 | fa163e52-5e1f-f442-69cc-000000000b88 | TASK | Install systemd-container package on boot 2025-10-02 11:52:44.764015 | fa163e52-5e1f-f442-69cc-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-02 11:52:44.765255 | fa163e52-5e1f-f442-69cc-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:30.511626 | 0.03s 2025-10-02 11:52:44.791082 | fa163e52-5e1f-f442-69cc-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-02 11:52:44.819906 | fa163e52-5e1f-f442-69cc-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-02 11:52:44.821164 | fa163e52-5e1f-f442-69cc-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:30.567536 | 0.03s 2025-10-02 11:52:44.846695 | fa163e52-5e1f-f442-69cc-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-02 11:52:44.876585 | fa163e52-5e1f-f442-69cc-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-02 11:52:44.877698 | fa163e52-5e1f-f442-69cc-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:30.624073 | 0.03s 2025-10-02 11:52:44.902375 | fa163e52-5e1f-f442-69cc-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-02 11:52:44.930877 | fa163e52-5e1f-f442-69cc-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-02 11:52:44.932096 | fa163e52-5e1f-f442-69cc-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:30.678471 | 0.03s 2025-10-02 11:52:44.956783 | fa163e52-5e1f-f442-69cc-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-02 11:52:44.988501 | fa163e52-5e1f-f442-69cc-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-02 11:52:44.989796 | fa163e52-5e1f-f442-69cc-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:30.736170 | 0.03s 2025-10-02 11:52:45.015492 | fa163e52-5e1f-f442-69cc-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-02 11:52:45.045947 | fa163e52-5e1f-f442-69cc-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-02 11:52:45.047163 | fa163e52-5e1f-f442-69cc-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:30.793535 | 0.03s 2025-10-02 11:52:45.072652 | fa163e52-5e1f-f442-69cc-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-02 11:52:45.101849 | fa163e52-5e1f-f442-69cc-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-02 11:52:45.102941 | fa163e52-5e1f-f442-69cc-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:30.849316 | 0.03s 2025-10-02 11:52:45.127815 | fa163e52-5e1f-f442-69cc-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-02 11:52:45.155878 | fa163e52-5e1f-f442-69cc-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-02 11:52:45.156966 | fa163e52-5e1f-f442-69cc-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:30.903340 | 0.03s 2025-10-02 11:52:45.181502 | fa163e52-5e1f-f442-69cc-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-02 11:52:45.210444 | fa163e52-5e1f-f442-69cc-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-02 11:52:45.211662 | fa163e52-5e1f-f442-69cc-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:30.958035 | 0.03s 2025-10-02 11:52:45.236438 | fa163e52-5e1f-f442-69cc-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-02 11:52:45.265208 | fa163e52-5e1f-f442-69cc-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-02 11:52:45.266274 | fa163e52-5e1f-f442-69cc-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:31.012649 | 0.03s 2025-10-02 11:52:45.290259 | fa163e52-5e1f-f442-69cc-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-02 11:52:45.318735 | fa163e52-5e1f-f442-69cc-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-02 11:52:45.319788 | fa163e52-5e1f-f442-69cc-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:31.066163 | 0.03s 2025-10-02 11:52:45.344663 | fa163e52-5e1f-f442-69cc-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-02 11:52:45.375106 | fa163e52-5e1f-f442-69cc-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-02 11:52:45.376164 | fa163e52-5e1f-f442-69cc-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:31.122540 | 0.03s 2025-10-02 11:52:45.400934 | fa163e52-5e1f-f442-69cc-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-02 11:52:45.433061 | fa163e52-5e1f-f442-69cc-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-02 11:52:45.434115 | fa163e52-5e1f-f442-69cc-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:31.180491 | 0.03s 2025-10-02 11:52:45.459507 | fa163e52-5e1f-f442-69cc-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-02 11:52:45.508574 | fa163e52-5e1f-f442-69cc-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-02 11:52:45.509759 | fa163e52-5e1f-f442-69cc-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:31.256133 | 0.05s 2025-10-02 11:52:45.534473 | fa163e52-5e1f-f442-69cc-000000000b9a | TASK | Is irqbalance enabled 2025-10-02 11:52:45.565519 | fa163e52-5e1f-f442-69cc-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-02 11:52:45.566782 | fa163e52-5e1f-f442-69cc-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:31.313156 | 0.03s 2025-10-02 11:52:45.591850 | fa163e52-5e1f-f442-69cc-000000000b9b | TASK | disable irqbalance service on compute 2025-10-02 11:52:45.622050 | fa163e52-5e1f-f442-69cc-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-02 11:52:45.623283 | fa163e52-5e1f-f442-69cc-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:31.369656 | 0.03s 2025-10-02 11:52:45.649463 | fa163e52-5e1f-f442-69cc-000000000b9c | TASK | create persistent directories 2025-10-02 11:52:45.897672 | fa163e52-5e1f-f442-69cc-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-02 11:52:45.899291 | fa163e52-5e1f-f442-69cc-000000000b9c | TIMING | create persistent directories | standalone | 0:02:31.645663 | 0.25s 2025-10-02 11:52:45.905600 | fa163e52-5e1f-f442-69cc-000000000b9c | TIMING | create persistent directories | standalone | 0:02:31.651968 | 0.25s 2025-10-02 11:52:45.932124 | fa163e52-5e1f-f442-69cc-000000000b9d | TASK | create libvirt persistent data directories 2025-10-02 11:52:46.164130 | fa163e52-5e1f-f442-69cc-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-02 11:52:46.166839 | fa163e52-5e1f-f442-69cc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.913206 | 0.23s 2025-10-02 11:52:46.403915 | fa163e52-5e1f-f442-69cc-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-02 11:52:46.406080 | fa163e52-5e1f-f442-69cc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.152456 | 0.47s 2025-10-02 11:52:46.658611 | fa163e52-5e1f-f442-69cc-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-02 11:52:46.659741 | fa163e52-5e1f-f442-69cc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.406117 | 0.73s 2025-10-02 11:52:46.901349 | fa163e52-5e1f-f442-69cc-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-02 11:52:46.902458 | fa163e52-5e1f-f442-69cc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.648833 | 0.97s 2025-10-02 11:52:47.141197 | fa163e52-5e1f-f442-69cc-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-02 11:52:47.143014 | fa163e52-5e1f-f442-69cc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.889391 | 1.21s 2025-10-02 11:52:47.383688 | fa163e52-5e1f-f442-69cc-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-02 11:52:47.384837 | fa163e52-5e1f-f442-69cc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:33.131213 | 1.45s 2025-10-02 11:52:47.593472 | fa163e52-5e1f-f442-69cc-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-02 11:52:47.594590 | fa163e52-5e1f-f442-69cc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:33.340966 | 1.66s 2025-10-02 11:52:47.772162 | fa163e52-5e1f-f442-69cc-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-02 11:52:47.774295 | fa163e52-5e1f-f442-69cc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:33.520669 | 1.84s 2025-10-02 11:52:47.786862 | fa163e52-5e1f-f442-69cc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:33.533230 | 1.85s 2025-10-02 11:52:47.815033 | fa163e52-5e1f-f442-69cc-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-02 11:52:48.232282 | fa163e52-5e1f-f442-69cc-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-02 11:52:48.233713 | fa163e52-5e1f-f442-69cc-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:33.980087 | 0.42s 2025-10-02 11:52:48.259621 | fa163e52-5e1f-f442-69cc-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-02 11:52:48.845370 | fa163e52-5e1f-f442-69cc-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-02 11:52:48.846878 | fa163e52-5e1f-f442-69cc-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:34.593253 | 0.59s 2025-10-02 11:52:48.872744 | fa163e52-5e1f-f442-69cc-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-02 11:52:49.106256 | fa163e52-5e1f-f442-69cc-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-02 11:52:49.107211 | fa163e52-5e1f-f442-69cc-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:34.853592 | 0.23s 2025-10-02 11:52:49.124774 | fa163e52-5e1f-f442-69cc-000000000ba1 | TASK | check if libvirt is installed 2025-10-02 11:52:49.366789 | fa163e52-5e1f-f442-69cc-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-02 11:52:49.368216 | fa163e52-5e1f-f442-69cc-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:35.114589 | 0.24s 2025-10-02 11:52:49.394951 | fa163e52-5e1f-f442-69cc-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-02 11:52:49.426906 | fa163e52-5e1f-f442-69cc-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-02 11:52:49.430864 | fa163e52-5e1f-f442-69cc-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-02 11:52:49.435193 | fa163e52-5e1f-f442-69cc-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:35.181556 | 0.04s 2025-10-02 11:52:49.461107 | fa163e52-5e1f-f442-69cc-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-02 11:52:49.923769 | fa163e52-5e1f-f442-69cc-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-02 11:52:49.925493 | fa163e52-5e1f-f442-69cc-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:35.671864 | 0.46s 2025-10-02 11:52:49.952743 | fa163e52-5e1f-f442-69cc-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-02 11:52:51.040576 | fa163e52-5e1f-f442-69cc-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-02 11:52:51.042222 | fa163e52-5e1f-f442-69cc-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:36.788596 | 1.09s 2025-10-02 11:52:51.068902 | fa163e52-5e1f-f442-69cc-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-02 11:52:51.317777 | fa163e52-5e1f-f442-69cc-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-02 11:52:51.319311 | fa163e52-5e1f-f442-69cc-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:37.065681 | 0.25s 2025-10-02 11:52:51.326753 | fa163e52-5e1f-f442-69cc-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:37.073122 | 0.26s 2025-10-02 11:52:51.352652 | fa163e52-5e1f-f442-69cc-000000000ba6 | TASK | create persistent directories 2025-10-02 11:52:51.648350 | fa163e52-5e1f-f442-69cc-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-02 11:52:51.650892 | fa163e52-5e1f-f442-69cc-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:37.397259 | 0.30s 2025-10-02 11:52:51.880686 | fa163e52-5e1f-f442-69cc-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-02 11:52:51.881857 | fa163e52-5e1f-f442-69cc-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:37.628230 | 0.53s 2025-10-02 11:52:51.889366 | fa163e52-5e1f-f442-69cc-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:37.635700 | 0.54s 2025-10-02 11:52:51.917078 | fa163e52-5e1f-f442-69cc-000000000ba7 | TASK | Copy in cleanup script 2025-10-02 11:52:52.393935 | fa163e52-5e1f-f442-69cc-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-02 11:52:52.395260 | fa163e52-5e1f-f442-69cc-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:38.141634 | 0.48s 2025-10-02 11:52:52.420192 | fa163e52-5e1f-f442-69cc-000000000ba8 | TASK | Copy in cleanup service 2025-10-02 11:52:52.897760 | fa163e52-5e1f-f442-69cc-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-02 11:52:52.899211 | fa163e52-5e1f-f442-69cc-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:38.645583 | 0.48s 2025-10-02 11:52:52.925723 | fa163e52-5e1f-f442-69cc-000000000ba9 | TASK | Enabling the cleanup service 2025-10-02 11:52:53.610134 | fa163e52-5e1f-f442-69cc-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-02 11:52:53.611925 | fa163e52-5e1f-f442-69cc-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:39.358300 | 0.68s 2025-10-02 11:52:53.638614 | fa163e52-5e1f-f442-69cc-000000000baa | TASK | create persistent directories 2025-10-02 11:52:53.897639 | fa163e52-5e1f-f442-69cc-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-02 11:52:53.899605 | fa163e52-5e1f-f442-69cc-000000000baa | TIMING | create persistent directories | standalone | 0:02:39.645973 | 0.26s 2025-10-02 11:52:54.101012 | fa163e52-5e1f-f442-69cc-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-02 11:52:54.103157 | fa163e52-5e1f-f442-69cc-000000000baa | TIMING | create persistent directories | standalone | 0:02:39.849528 | 0.46s 2025-10-02 11:52:54.113279 | fa163e52-5e1f-f442-69cc-000000000baa | TIMING | create persistent directories | standalone | 0:02:39.859649 | 0.47s 2025-10-02 11:52:54.142124 | fa163e52-5e1f-f442-69cc-000000000bab | TASK | set conditions 2025-10-02 11:52:54.171035 | fa163e52-5e1f-f442-69cc-000000000bab | OK | set conditions | standalone 2025-10-02 11:52:54.172232 | fa163e52-5e1f-f442-69cc-000000000bab | TIMING | set conditions | standalone | 0:02:39.918605 | 0.03s 2025-10-02 11:52:54.197951 | fa163e52-5e1f-f442-69cc-000000000bac | TASK | create persistent directories 2025-10-02 11:52:54.448244 | fa163e52-5e1f-f442-69cc-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-02 11:52:54.450100 | fa163e52-5e1f-f442-69cc-000000000bac | TIMING | create persistent directories | standalone | 0:02:40.196462 | 0.25s 2025-10-02 11:52:54.639917 | fa163e52-5e1f-f442-69cc-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-02 11:52:54.641024 | fa163e52-5e1f-f442-69cc-000000000bac | TIMING | create persistent directories | standalone | 0:02:40.387402 | 0.44s 2025-10-02 11:52:54.832473 | fa163e52-5e1f-f442-69cc-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-02 11:52:54.833729 | fa163e52-5e1f-f442-69cc-000000000bac | TIMING | create persistent directories | standalone | 0:02:40.580100 | 0.63s 2025-10-02 11:52:54.841461 | fa163e52-5e1f-f442-69cc-000000000bac | TIMING | create persistent directories | standalone | 0:02:40.587831 | 0.64s 2025-10-02 11:52:54.867511 | fa163e52-5e1f-f442-69cc-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-02 11:52:55.340876 | fa163e52-5e1f-f442-69cc-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-02 11:52:55.342265 | fa163e52-5e1f-f442-69cc-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:41.088640 | 0.47s 2025-10-02 11:52:55.368613 | fa163e52-5e1f-f442-69cc-000000000bae | TASK | create persistent directories 2025-10-02 11:52:55.605631 | fa163e52-5e1f-f442-69cc-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-02 11:52:55.606965 | fa163e52-5e1f-f442-69cc-000000000bae | TIMING | create persistent directories | standalone | 0:02:41.353341 | 0.24s 2025-10-02 11:52:55.780152 | fa163e52-5e1f-f442-69cc-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-02 11:52:55.781763 | fa163e52-5e1f-f442-69cc-000000000bae | TIMING | create persistent directories | standalone | 0:02:41.528143 | 0.41s 2025-10-02 11:52:55.792454 | fa163e52-5e1f-f442-69cc-000000000bae | TIMING | create persistent directories | standalone | 0:02:41.538822 | 0.42s 2025-10-02 11:52:55.819600 | fa163e52-5e1f-f442-69cc-000000000baf | TASK | create empty log files 2025-10-02 11:52:56.077037 | fa163e52-5e1f-f442-69cc-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-02 11:52:56.078333 | fa163e52-5e1f-f442-69cc-000000000baf | TIMING | create empty log files | standalone | 0:02:41.824693 | 0.26s 2025-10-02 11:52:56.308108 | fa163e52-5e1f-f442-69cc-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-02 11:52:56.309757 | fa163e52-5e1f-f442-69cc-000000000baf | TIMING | create empty log files | standalone | 0:02:42.056138 | 0.49s 2025-10-02 11:52:56.320179 | fa163e52-5e1f-f442-69cc-000000000baf | TIMING | create empty log files | standalone | 0:02:42.066550 | 0.50s 2025-10-02 11:52:56.341739 | fa163e52-5e1f-f442-69cc-000000000bb0 | TASK | create persistent directories 2025-10-02 11:52:56.586648 | fa163e52-5e1f-f442-69cc-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-02 11:52:56.587798 | fa163e52-5e1f-f442-69cc-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:42.334178 | 0.24s 2025-10-02 11:52:56.592681 | fa163e52-5e1f-f442-69cc-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:42.339046 | 0.25s 2025-10-02 11:52:56.618201 | fa163e52-5e1f-f442-69cc-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-02 11:52:59.484029 | fa163e52-5e1f-f442-69cc-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-02 11:52:59.485515 | fa163e52-5e1f-f442-69cc-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:45.231890 | 2.87s 2025-10-02 11:52:59.538746 | fa163e52-5e1f-f442-69cc-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:45.285113 | 0.03s 2025-10-02 11:52:59.601725 | fa163e52-5e1f-f442-69cc-000000001291 | TASK | Gather variables for each operating system 2025-10-02 11:52:59.712658 | fa163e52-5e1f-f442-69cc-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:45.459018 | 0.11s 2025-10-02 11:52:59.743910 | fa163e52-5e1f-f442-69cc-000000001292 | TASK | Set packages facts 2025-10-02 11:52:59.794711 | fa163e52-5e1f-f442-69cc-000000001292 | OK | Set packages facts | standalone 2025-10-02 11:52:59.796016 | fa163e52-5e1f-f442-69cc-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:45.542390 | 0.05s 2025-10-02 11:52:59.821443 | fa163e52-5e1f-f442-69cc-000000001293 | TASK | Manage package 2025-10-02 11:52:59.877192 | fa163e52-5e1f-f442-69cc-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-02 11:52:59.892368 | fa163e52-5e1f-f442-69cc-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-02 11:52:59.909162 | fa163e52-5e1f-f442-69cc-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-02 11:53:04.610021 | fa163e52-5e1f-f442-69cc-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:50.356383 | 4.79s 2025-10-02 11:53:04.618621 | fa163e52-5e1f-f442-69cc-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-02 11:53:04.624662 | fa163e52-5e1f-f442-69cc-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:50.371038 | 4.80s 2025-10-02 11:53:04.658959 | fa163e52-5e1f-f442-69cc-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-02 11:53:05.915827 | fa163e52-5e1f-f442-69cc-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-02 11:53:05.917956 | fa163e52-5e1f-f442-69cc-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:51.664326 | 1.26s 2025-10-02 11:53:05.944797 | fa163e52-5e1f-f442-69cc-000000000bb6 | TASK | create persistent directories 2025-10-02 11:53:06.290996 | fa163e52-5e1f-f442-69cc-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-02 11:53:06.292038 | fa163e52-5e1f-f442-69cc-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:52.038418 | 0.34s 2025-10-02 11:53:06.525821 | fa163e52-5e1f-f442-69cc-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-02 11:53:06.527901 | fa163e52-5e1f-f442-69cc-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:52.274276 | 0.58s 2025-10-02 11:53:06.538875 | fa163e52-5e1f-f442-69cc-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:52.285231 | 0.59s 2025-10-02 11:53:06.567671 | fa163e52-5e1f-f442-69cc-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-02 11:53:06.824888 | fa163e52-5e1f-f442-69cc-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-02 11:53:06.828474 | fa163e52-5e1f-f442-69cc-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:52.574844 | 0.26s 2025-10-02 11:53:06.855303 | fa163e52-5e1f-f442-69cc-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-02 11:53:06.886917 | fa163e52-5e1f-f442-69cc-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-02 11:53:06.889756 | fa163e52-5e1f-f442-69cc-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:52.636108 | 0.03s 2025-10-02 11:53:06.917272 | fa163e52-5e1f-f442-69cc-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-02 11:53:07.143208 | fa163e52-5e1f-f442-69cc-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-02 11:53:07.144725 | fa163e52-5e1f-f442-69cc-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:52.891098 | 0.22s 2025-10-02 11:53:07.171666 | fa163e52-5e1f-f442-69cc-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-02 11:53:07.367914 | fa163e52-5e1f-f442-69cc-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-02 11:53:07.369288 | fa163e52-5e1f-f442-69cc-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:53.115662 | 0.20s 2025-10-02 11:53:07.395496 | fa163e52-5e1f-f442-69cc-000000000bbb | TASK | Restart systemd-logind 2025-10-02 11:53:07.877524 | fa163e52-5e1f-f442-69cc-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-02 11:53:07.879653 | fa163e52-5e1f-f442-69cc-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:53.626024 | 0.48s 2025-10-02 11:53:07.908168 | fa163e52-5e1f-f442-69cc-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-02 11:53:07.981687 | fa163e52-5e1f-f442-69cc-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-02 11:53:07.982748 | fa163e52-5e1f-f442-69cc-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:53.729120 | 0.07s 2025-10-02 11:53:08.009182 | fa163e52-5e1f-f442-69cc-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-02 11:53:08.072600 | fa163e52-5e1f-f442-69cc-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-02 11:53:08.073707 | fa163e52-5e1f-f442-69cc-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:53.820080 | 0.06s 2025-10-02 11:53:08.100873 | fa163e52-5e1f-f442-69cc-000000000bbe | TASK | create persistent logs directory 2025-10-02 11:53:08.374824 | fa163e52-5e1f-f442-69cc-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-02 11:53:08.376487 | fa163e52-5e1f-f442-69cc-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:54.122858 | 0.27s 2025-10-02 11:53:08.585677 | fa163e52-5e1f-f442-69cc-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-02 11:53:08.586887 | fa163e52-5e1f-f442-69cc-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:54.333263 | 0.48s 2025-10-02 11:53:08.593440 | fa163e52-5e1f-f442-69cc-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:54.339817 | 0.49s 2025-10-02 11:53:08.618650 | fa163e52-5e1f-f442-69cc-000000000bc0 | TASK | Set login facts 2025-10-02 11:53:08.649270 | fa163e52-5e1f-f442-69cc-000000000bc0 | OK | Set login facts | standalone 2025-10-02 11:53:08.650381 | fa163e52-5e1f-f442-69cc-000000000bc0 | TIMING | Set login facts | standalone | 0:02:54.396736 | 0.03s 2025-10-02 11:53:08.675177 | fa163e52-5e1f-f442-69cc-000000000bc1 | TASK | Convert logins json to dict 2025-10-02 11:53:08.716792 | fa163e52-5e1f-f442-69cc-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-02 11:53:08.717867 | fa163e52-5e1f-f442-69cc-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:54.464243 | 0.04s 2025-10-02 11:53:08.742762 | fa163e52-5e1f-f442-69cc-000000000bc2 | TASK | Set registry logins 2025-10-02 11:53:08.786633 | fa163e52-5e1f-f442-69cc-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-02 11:53:08.787827 | fa163e52-5e1f-f442-69cc-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:54.534200 | 0.04s 2025-10-02 11:53:08.814420 | fa163e52-5e1f-f442-69cc-000000000bc3 | TASK | Run podman install 2025-10-02 11:53:08.844940 | fa163e52-5e1f-f442-69cc-000000000bc3 | TIMING | Run podman install | standalone | 0:02:54.591295 | 0.03s 2025-10-02 11:53:08.928946 | fa163e52-5e1f-f442-69cc-000000001323 | TASK | Gather variables for each operating system 2025-10-02 11:53:09.074565 | fa163e52-5e1f-f442-69cc-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-02 11:53:09.076427 | fa163e52-5e1f-f442-69cc-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:54.822802 | 0.15s 2025-10-02 11:53:09.086307 | fa163e52-5e1f-f442-69cc-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:54.832675 | 0.16s 2025-10-02 11:53:09.108278 | fa163e52-5e1f-f442-69cc-000000001325 | TASK | ensure podman and deps are installed 2025-10-02 11:53:11.977036 | fa163e52-5e1f-f442-69cc-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-02 11:53:11.978643 | fa163e52-5e1f-f442-69cc-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:57.725015 | 2.87s 2025-10-02 11:53:12.011185 | fa163e52-5e1f-f442-69cc-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-02 11:53:12.524547 | fa163e52-5e1f-f442-69cc-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-02 11:53:12.525828 | fa163e52-5e1f-f442-69cc-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:58.272202 | 0.51s 2025-10-02 11:53:12.551817 | fa163e52-5e1f-f442-69cc-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-02 11:53:12.581708 | fa163e52-5e1f-f442-69cc-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-02 11:53:12.583031 | fa163e52-5e1f-f442-69cc-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:58.329404 | 0.03s 2025-10-02 11:53:12.601369 | fa163e52-5e1f-f442-69cc-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-02 11:53:12.637281 | fa163e52-5e1f-f442-69cc-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-02 11:53:12.638010 | fa163e52-5e1f-f442-69cc-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:58.384393 | 0.04s 2025-10-02 11:53:12.656061 | fa163e52-5e1f-f442-69cc-00000000132a | TASK | Update default network configuration if possible 2025-10-02 11:53:12.694569 | fa163e52-5e1f-f442-69cc-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-02 11:53:12.695909 | fa163e52-5e1f-f442-69cc-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:58.442282 | 0.04s 2025-10-02 11:53:12.721534 | fa163e52-5e1f-f442-69cc-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-02 11:53:12.957123 | fa163e52-5e1f-f442-69cc-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-02 11:53:12.959164 | fa163e52-5e1f-f442-69cc-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:58.705534 | 0.24s 2025-10-02 11:53:12.987406 | fa163e52-5e1f-f442-69cc-00000000132d | TASK | Get current podman network 2025-10-02 11:53:13.258951 | fa163e52-5e1f-f442-69cc-00000000132d | CHANGED | Get current podman network | standalone 2025-10-02 11:53:13.260468 | fa163e52-5e1f-f442-69cc-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:59.006842 | 0.27s 2025-10-02 11:53:13.288375 | fa163e52-5e1f-f442-69cc-00000000132e | TASK | Update the default network configuration 2025-10-02 11:53:13.914639 | fa163e52-5e1f-f442-69cc-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-02 11:53:13.915874 | fa163e52-5e1f-f442-69cc-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:59.662249 | 0.63s 2025-10-02 11:53:13.941726 | fa163e52-5e1f-f442-69cc-00000000132f | TASK | Write containers registries.conf 2025-10-02 11:53:14.483008 | fa163e52-5e1f-f442-69cc-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-02 11:53:14.484464 | fa163e52-5e1f-f442-69cc-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:00.230835 | 0.54s 2025-10-02 11:53:14.510979 | fa163e52-5e1f-f442-69cc-000000001330 | TASK | Write containers.conf 2025-10-02 11:53:14.711933 | fa163e52-5e1f-f442-69cc-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-02 11:53:14.714412 | fa163e52-5e1f-f442-69cc-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.460755 | 0.20s 2025-10-02 11:53:14.970697 | fa163e52-5e1f-f442-69cc-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-02 11:53:14.972693 | fa163e52-5e1f-f442-69cc-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.719065 | 0.46s 2025-10-02 11:53:15.180600 | fa163e52-5e1f-f442-69cc-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-02 11:53:15.181731 | fa163e52-5e1f-f442-69cc-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.928107 | 0.67s 2025-10-02 11:53:15.340409 | fa163e52-5e1f-f442-69cc-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-02 11:53:15.341568 | fa163e52-5e1f-f442-69cc-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.087944 | 0.83s 2025-10-02 11:53:15.348864 | fa163e52-5e1f-f442-69cc-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.095235 | 0.84s 2025-10-02 11:53:15.376585 | fa163e52-5e1f-f442-69cc-000000001331 | TASK | Enable podman.socket service 2025-10-02 11:53:15.407196 | fa163e52-5e1f-f442-69cc-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-02 11:53:15.409422 | fa163e52-5e1f-f442-69cc-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:01.155689 | 0.03s 2025-10-02 11:53:15.461220 | fa163e52-5e1f-f442-69cc-000000000bc4 | TASK | Run podman login 2025-10-02 11:53:15.490655 | fa163e52-5e1f-f442-69cc-000000000bc4 | TIMING | Run podman login | standalone | 0:03:01.237017 | 0.03s 2025-10-02 11:53:15.569352 | fa163e52-5e1f-f442-69cc-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-02 11:53:15.596486 | fa163e52-5e1f-f442-69cc-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:01.342855 | 0.03s 2025-10-02 11:53:15.635687 | fa163e52-5e1f-f442-69cc-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-02 11:53:16.059361 | fa163e52-5e1f-f442-69cc-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-02 11:53:16.061124 | fa163e52-5e1f-f442-69cc-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:01.807504 | 0.42s 2025-10-02 11:53:16.081642 | fa163e52-5e1f-f442-69cc-000000000bc7 | TASK | create persistent directories 2025-10-02 11:53:16.328464 | fa163e52-5e1f-f442-69cc-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-02 11:53:16.330163 | fa163e52-5e1f-f442-69cc-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:02.076533 | 0.25s 2025-10-02 11:53:16.572307 | fa163e52-5e1f-f442-69cc-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-02 11:53:16.573702 | fa163e52-5e1f-f442-69cc-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:02.320078 | 0.49s 2025-10-02 11:53:16.790787 | fa163e52-5e1f-f442-69cc-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-02 11:53:16.791943 | fa163e52-5e1f-f442-69cc-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:02.538320 | 0.71s 2025-10-02 11:53:16.805509 | fa163e52-5e1f-f442-69cc-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:02.551875 | 0.72s 2025-10-02 11:53:16.832288 | fa163e52-5e1f-f442-69cc-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-02 11:53:17.275852 | fa163e52-5e1f-f442-69cc-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-02 11:53:17.277251 | fa163e52-5e1f-f442-69cc-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:03.023627 | 0.44s 2025-10-02 11:53:17.302685 | fa163e52-5e1f-f442-69cc-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-02 11:53:20.225778 | fa163e52-5e1f-f442-69cc-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-02 11:53:20.227258 | fa163e52-5e1f-f442-69cc-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:03:05.973633 | 2.92s 2025-10-02 11:53:20.246057 | fa163e52-5e1f-f442-69cc-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-02 11:53:20.581525 | fa163e52-5e1f-f442-69cc-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-02 11:53:20.582550 | fa163e52-5e1f-f442-69cc-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:06.328932 | 0.34s 2025-10-02 11:53:20.625995 | fa163e52-5e1f-f442-69cc-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:03:06.372366 | 0.02s 2025-10-02 11:53:20.687849 | fa163e52-5e1f-f442-69cc-00000000154c | TASK | Gather variables for each operating system 2025-10-02 11:53:20.803074 | fa163e52-5e1f-f442-69cc-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-02 11:53:20.804157 | fa163e52-5e1f-f442-69cc-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:06.550532 | 0.12s 2025-10-02 11:53:20.807902 | fa163e52-5e1f-f442-69cc-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:06.554277 | 0.12s 2025-10-02 11:53:20.826575 | fa163e52-5e1f-f442-69cc-00000000154e | TASK | Install the OpenSSH server 2025-10-02 11:53:23.650228 | fa163e52-5e1f-f442-69cc-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-02 11:53:23.651565 | fa163e52-5e1f-f442-69cc-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:09.397941 | 2.82s 2025-10-02 11:53:23.678051 | fa163e52-5e1f-f442-69cc-00000000154f | TASK | Start sshd 2025-10-02 11:53:23.707892 | fa163e52-5e1f-f442-69cc-00000000154f | SKIPPED | Start sshd | standalone 2025-10-02 11:53:23.709096 | fa163e52-5e1f-f442-69cc-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:09.455470 | 0.03s 2025-10-02 11:53:23.735308 | fa163e52-5e1f-f442-69cc-000000001550 | TASK | PasswordAuthentication notice 2025-10-02 11:53:23.764621 | fa163e52-5e1f-f442-69cc-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-02 11:53:23.765821 | fa163e52-5e1f-f442-69cc-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:09.512196 | 0.03s 2025-10-02 11:53:23.793866 | fa163e52-5e1f-f442-69cc-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-02 11:53:23.825186 | fa163e52-5e1f-f442-69cc-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-02 11:53:23.826092 | fa163e52-5e1f-f442-69cc-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:09.572471 | 0.03s 2025-10-02 11:53:23.847740 | fa163e52-5e1f-f442-69cc-000000001552 | TASK | Motd duplication notice 2025-10-02 11:53:23.885597 | fa163e52-5e1f-f442-69cc-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-02 11:53:23.886857 | fa163e52-5e1f-f442-69cc-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:09.633232 | 0.04s 2025-10-02 11:53:23.913212 | fa163e52-5e1f-f442-69cc-000000001553 | TASK | Configure the banner text 2025-10-02 11:53:23.941451 | fa163e52-5e1f-f442-69cc-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-02 11:53:23.942678 | fa163e52-5e1f-f442-69cc-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:09.689051 | 0.03s 2025-10-02 11:53:23.968144 | fa163e52-5e1f-f442-69cc-000000001554 | TASK | Configure the motd banner 2025-10-02 11:53:23.996845 | fa163e52-5e1f-f442-69cc-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-02 11:53:23.998001 | fa163e52-5e1f-f442-69cc-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:09.744375 | 0.03s 2025-10-02 11:53:24.024479 | fa163e52-5e1f-f442-69cc-000000001555 | TASK | Update sshd configuration options from vars 2025-10-02 11:53:24.064199 | fa163e52-5e1f-f442-69cc-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-02 11:53:24.065990 | fa163e52-5e1f-f442-69cc-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:09.812358 | 0.04s 2025-10-02 11:53:24.099193 | fa163e52-5e1f-f442-69cc-000000001556 | TASK | Adjust ssh server configuration 2025-10-02 11:53:24.621934 | fa163e52-5e1f-f442-69cc-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-02 11:53:24.623506 | fa163e52-5e1f-f442-69cc-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:10.369880 | 0.52s 2025-10-02 11:53:24.649711 | fa163e52-5e1f-f442-69cc-000000001557 | TASK | Restart sshd 2025-10-02 11:53:26.082421 | fa163e52-5e1f-f442-69cc-000000001557 | CHANGED | Restart sshd | standalone 2025-10-02 11:53:26.084662 | fa163e52-5e1f-f442-69cc-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:11.831030 | 1.43s 2025-10-02 11:53:26.136116 | fa163e52-5e1f-f442-69cc-000000000bcc | TASK | create persistent directories 2025-10-02 11:53:26.400884 | fa163e52-5e1f-f442-69cc-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-02 11:53:26.402292 | fa163e52-5e1f-f442-69cc-000000000bcc | TIMING | create persistent directories | standalone | 0:03:12.148672 | 0.26s 2025-10-02 11:53:26.607116 | fa163e52-5e1f-f442-69cc-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-02 11:53:26.608103 | fa163e52-5e1f-f442-69cc-000000000bcc | TIMING | create persistent directories | standalone | 0:03:12.354481 | 0.47s 2025-10-02 11:53:26.832897 | fa163e52-5e1f-f442-69cc-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-02 11:53:26.834277 | fa163e52-5e1f-f442-69cc-000000000bcc | TIMING | create persistent directories | standalone | 0:03:12.580654 | 0.70s 2025-10-02 11:53:26.844546 | fa163e52-5e1f-f442-69cc-000000000bcc | TIMING | create persistent directories | standalone | 0:03:12.590932 | 0.71s 2025-10-02 11:53:26.865454 | fa163e52-5e1f-f442-69cc-000000000bcd | TASK | create persistent directories 2025-10-02 11:53:27.118350 | fa163e52-5e1f-f442-69cc-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-02 11:53:27.120410 | fa163e52-5e1f-f442-69cc-000000000bcd | TIMING | create persistent directories | standalone | 0:03:12.866782 | 0.25s 2025-10-02 11:53:27.360856 | fa163e52-5e1f-f442-69cc-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-02 11:53:27.361963 | fa163e52-5e1f-f442-69cc-000000000bcd | TIMING | create persistent directories | standalone | 0:03:13.108340 | 0.50s 2025-10-02 11:53:27.619944 | fa163e52-5e1f-f442-69cc-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-02 11:53:27.621002 | fa163e52-5e1f-f442-69cc-000000000bcd | TIMING | create persistent directories | standalone | 0:03:13.367379 | 0.75s 2025-10-02 11:53:27.627489 | fa163e52-5e1f-f442-69cc-000000000bcd | TIMING | create persistent directories | standalone | 0:03:13.373870 | 0.76s 2025-10-02 11:53:27.648959 | fa163e52-5e1f-f442-69cc-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-02 11:53:27.680006 | fa163e52-5e1f-f442-69cc-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-02 11:53:27.680981 | fa163e52-5e1f-f442-69cc-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:13.427361 | 0.03s 2025-10-02 11:53:27.701712 | fa163e52-5e1f-f442-69cc-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-02 11:53:27.731785 | fa163e52-5e1f-f442-69cc-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-02 11:53:27.732802 | fa163e52-5e1f-f442-69cc-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:13.479181 | 0.03s 2025-10-02 11:53:27.754255 | fa163e52-5e1f-f442-69cc-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-02 11:53:27.984433 | fa163e52-5e1f-f442-69cc-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-02 11:53:27.985550 | fa163e52-5e1f-f442-69cc-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:13.731930 | 0.23s 2025-10-02 11:53:28.006198 | fa163e52-5e1f-f442-69cc-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-02 11:53:28.034209 | fa163e52-5e1f-f442-69cc-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-02 11:53:28.035208 | fa163e52-5e1f-f442-69cc-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:13.781588 | 0.03s 2025-10-02 11:53:28.055859 | fa163e52-5e1f-f442-69cc-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-02 11:53:28.083305 | fa163e52-5e1f-f442-69cc-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-02 11:53:28.084270 | fa163e52-5e1f-f442-69cc-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:13.830648 | 0.03s 2025-10-02 11:53:28.104672 | fa163e52-5e1f-f442-69cc-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-02 11:53:28.133803 | fa163e52-5e1f-f442-69cc-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-02 11:53:28.134790 | fa163e52-5e1f-f442-69cc-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:13.881170 | 0.03s 2025-10-02 11:53:28.155897 | fa163e52-5e1f-f442-69cc-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-02 11:53:28.185162 | fa163e52-5e1f-f442-69cc-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:13.931529 | 0.03s 2025-10-02 11:53:28.206765 | fa163e52-5e1f-f442-69cc-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-02 11:53:28.256632 | fa163e52-5e1f-f442-69cc-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-02 11:53:28.257713 | fa163e52-5e1f-f442-69cc-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:14.004091 | 0.05s 2025-10-02 11:53:28.278735 | fa163e52-5e1f-f442-69cc-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-02 11:53:28.307019 | fa163e52-5e1f-f442-69cc-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:14.053388 | 0.03s 2025-10-02 11:53:28.329172 | fa163e52-5e1f-f442-69cc-000000000bd7 | TASK | Check for NTP service 2025-10-02 11:53:28.580308 | fa163e52-5e1f-f442-69cc-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-02 11:53:28.581015 | fa163e52-5e1f-f442-69cc-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:14.327399 | 0.25s 2025-10-02 11:53:28.598157 | fa163e52-5e1f-f442-69cc-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-02 11:53:28.642945 | fa163e52-5e1f-f442-69cc-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-02 11:53:28.643508 | fa163e52-5e1f-f442-69cc-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:14.389891 | 0.04s 2025-10-02 11:53:28.660481 | fa163e52-5e1f-f442-69cc-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-02 11:53:28.685150 | fa163e52-5e1f-f442-69cc-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:14.431534 | 0.02s 2025-10-02 11:53:28.752100 | fa163e52-5e1f-f442-69cc-0000000016e8 | TASK | Load distro-specific variables 2025-10-02 11:53:28.776858 | fa163e52-5e1f-f442-69cc-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.523238 | 0.02s 2025-10-02 11:53:28.784567 | e68391c3-4910-4af0-99ae-56a67e3b5f43 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-02 11:53:28.805248 | fa163e52-5e1f-f442-69cc-0000000017cd | TASK | Load distro-specific variables 2025-10-02 11:53:28.857922 | fa163e52-5e1f-f442-69cc-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 11:53:28.859064 | fa163e52-5e1f-f442-69cc-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.605437 | 0.05s 2025-10-02 11:53:28.864666 | fa163e52-5e1f-f442-69cc-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.611045 | 0.06s 2025-10-02 11:53:28.889725 | fa163e52-5e1f-f442-69cc-0000000016e9 | TASK | Install chronyd 2025-10-02 11:53:28.918263 | fa163e52-5e1f-f442-69cc-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:14.664633 | 0.03s 2025-10-02 11:53:28.941644 | e7a15711-c596-471b-a7bc-d53e9653fe3b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-02 11:53:28.973306 | fa163e52-5e1f-f442-69cc-000000001806 | TASK | Load distro-specific variables 2025-10-02 11:53:28.998760 | fa163e52-5e1f-f442-69cc-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.745134 | 0.02s 2025-10-02 11:53:29.009651 | 731cc83a-3623-4bb7-9b38-548e5405f76e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-02 11:53:29.034254 | fa163e52-5e1f-f442-69cc-00000000184d | TASK | Load distro-specific variables 2025-10-02 11:53:29.072398 | fa163e52-5e1f-f442-69cc-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 11:53:29.073982 | fa163e52-5e1f-f442-69cc-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.820354 | 0.04s 2025-10-02 11:53:29.083966 | fa163e52-5e1f-f442-69cc-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.830343 | 0.05s 2025-10-02 11:53:29.109541 | fa163e52-5e1f-f442-69cc-000000001807 | TASK | Check for NTP service 2025-10-02 11:53:29.318377 | fa163e52-5e1f-f442-69cc-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-02 11:53:29.319679 | fa163e52-5e1f-f442-69cc-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:15.066054 | 0.21s 2025-10-02 11:53:29.344989 | fa163e52-5e1f-f442-69cc-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-02 11:53:29.395084 | fa163e52-5e1f-f442-69cc-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-02 11:53:29.396096 | fa163e52-5e1f-f442-69cc-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:15.142470 | 0.05s 2025-10-02 11:53:29.421379 | fa163e52-5e1f-f442-69cc-000000001809 | TASK | Install chronyd package 2025-10-02 11:53:32.295861 | fa163e52-5e1f-f442-69cc-000000001809 | OK | Install chronyd package | standalone 2025-10-02 11:53:32.297243 | fa163e52-5e1f-f442-69cc-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:18.043617 | 2.87s 2025-10-02 11:53:32.324018 | fa163e52-5e1f-f442-69cc-0000000016ea | TASK | Upgrade chronyd 2025-10-02 11:53:32.351896 | fa163e52-5e1f-f442-69cc-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-02 11:53:32.353107 | fa163e52-5e1f-f442-69cc-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:18.099479 | 0.03s 2025-10-02 11:53:32.379281 | fa163e52-5e1f-f442-69cc-0000000016eb | TASK | Configure chronyd 2025-10-02 11:53:32.408018 | fa163e52-5e1f-f442-69cc-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:18.154385 | 0.03s 2025-10-02 11:53:32.428710 | 89a0e0e7-c1d0-4d29-a5c0-d58d737d7f9a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-02 11:53:32.467195 | fa163e52-5e1f-f442-69cc-000000001886 | TASK | Load distro-specific variables 2025-10-02 11:53:32.493433 | fa163e52-5e1f-f442-69cc-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.239808 | 0.03s 2025-10-02 11:53:32.504409 | 48f454ca-c234-46b5-a17c-702151a8ba46 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-02 11:53:32.527644 | fa163e52-5e1f-f442-69cc-0000000018f2 | TASK | Load distro-specific variables 2025-10-02 11:53:32.585794 | fa163e52-5e1f-f442-69cc-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 11:53:32.587955 | fa163e52-5e1f-f442-69cc-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.334327 | 0.06s 2025-10-02 11:53:32.597981 | fa163e52-5e1f-f442-69cc-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.344351 | 0.07s 2025-10-02 11:53:32.624251 | fa163e52-5e1f-f442-69cc-000000001887 | TASK | Install chrony configuration file 2025-10-02 11:53:33.177178 | fa163e52-5e1f-f442-69cc-000000001887 | OK | Install chrony configuration file | standalone 2025-10-02 11:53:33.178586 | fa163e52-5e1f-f442-69cc-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:18.924960 | 0.55s 2025-10-02 11:53:33.204195 | fa163e52-5e1f-f442-69cc-0000000016ec | TASK | Run chronyd 2025-10-02 11:53:33.233223 | fa163e52-5e1f-f442-69cc-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:18.979590 | 0.03s 2025-10-02 11:53:33.254896 | b062e73c-dbed-4553-bfbb-fa5b17dcf0ae | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-02 11:53:33.296077 | fa163e52-5e1f-f442-69cc-000000001915 | TASK | Load distro-specific variables 2025-10-02 11:53:33.322185 | fa163e52-5e1f-f442-69cc-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.068559 | 0.03s 2025-10-02 11:53:33.333377 | eacbfc69-0e7c-43b9-be15-35bafbb07db9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-02 11:53:33.357542 | fa163e52-5e1f-f442-69cc-000000001999 | TASK | Load distro-specific variables 2025-10-02 11:53:33.414479 | fa163e52-5e1f-f442-69cc-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-02 11:53:33.416567 | fa163e52-5e1f-f442-69cc-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.162937 | 0.06s 2025-10-02 11:53:33.426817 | fa163e52-5e1f-f442-69cc-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.173186 | 0.07s 2025-10-02 11:53:33.453139 | fa163e52-5e1f-f442-69cc-000000001916 | TASK | Ensure chronyd is running 2025-10-02 11:53:33.875999 | fa163e52-5e1f-f442-69cc-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-02 11:53:33.877476 | fa163e52-5e1f-f442-69cc-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:19.623855 | 0.42s 2025-10-02 11:53:33.896166 | fa163e52-5e1f-f442-69cc-000000001917 | TASK | Force chronyd restart 2025-10-02 11:53:33.943253 | fa163e52-5e1f-f442-69cc-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-02 11:53:33.945162 | fa163e52-5e1f-f442-69cc-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:19.691525 | 0.05s 2025-10-02 11:53:33.971478 | fa163e52-5e1f-f442-69cc-0000000016ed | TASK | Enable online service 2025-10-02 11:53:34.012443 | fa163e52-5e1f-f442-69cc-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:19.758804 | 0.04s 2025-10-02 11:53:34.027108 | c2b5832d-6fa7-40d1-ab4d-278446d732d9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-02 11:53:34.069551 | fa163e52-5e1f-f442-69cc-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-02 11:53:34.536814 | fa163e52-5e1f-f442-69cc-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-02 11:53:34.538203 | fa163e52-5e1f-f442-69cc-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:20.284574 | 0.47s 2025-10-02 11:53:34.565888 | fa163e52-5e1f-f442-69cc-0000000019c7 | TASK | Enable chrony-online.service 2025-10-02 11:53:35.300285 | fa163e52-5e1f-f442-69cc-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-02 11:53:35.302499 | fa163e52-5e1f-f442-69cc-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:21.048871 | 0.73s 2025-10-02 11:53:35.330691 | fa163e52-5e1f-f442-69cc-0000000016ee | TASK | Sync chronyc 2025-10-02 11:53:35.362715 | fa163e52-5e1f-f442-69cc-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:21.109082 | 0.03s 2025-10-02 11:53:35.382211 | e7a728b9-fc2b-45ff-862c-a4c5c652c336 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-02 11:53:35.430223 | fa163e52-5e1f-f442-69cc-000000001a6c | TASK | Force NTP sync 2025-10-02 11:53:35.669231 | fa163e52-5e1f-f442-69cc-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-02 11:53:35.670617 | fa163e52-5e1f-f442-69cc-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:21.416988 | 0.24s 2025-10-02 11:53:35.697240 | fa163e52-5e1f-f442-69cc-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-02 11:53:35.901559 | fa163e52-5e1f-f442-69cc-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-02 11:53:35.902902 | fa163e52-5e1f-f442-69cc-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:21.649277 | 0.20s 2025-10-02 11:53:35.955226 | fa163e52-5e1f-f442-69cc-000000000bda | TASK | Force NTP sync 2025-10-02 11:53:36.198223 | fa163e52-5e1f-f442-69cc-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-02 11:53:36.199735 | fa163e52-5e1f-f442-69cc-000000000bda | TIMING | Force NTP sync | standalone | 0:03:21.946110 | 0.24s 2025-10-02 11:53:36.231900 | fa163e52-5e1f-f442-69cc-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-02 11:53:36.462666 | fa163e52-5e1f-f442-69cc-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-02 11:53:36.464228 | fa163e52-5e1f-f442-69cc-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:22.210602 | 0.23s 2025-10-02 11:53:36.489769 | fa163e52-5e1f-f442-69cc-000000000bdc | TASK | Run timezone role 2025-10-02 11:53:36.517835 | fa163e52-5e1f-f442-69cc-000000000bdc | TIMING | Run timezone role | standalone | 0:03:22.264200 | 0.03s 2025-10-02 11:53:36.616925 | fa163e52-5e1f-f442-69cc-000000001c2d | TASK | Set timezone 2025-10-02 11:53:37.194146 | fa163e52-5e1f-f442-69cc-000000001c2d | OK | Set timezone | standalone 2025-10-02 11:53:37.195626 | fa163e52-5e1f-f442-69cc-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:22.941990 | 0.58s 2025-10-02 11:53:37.222721 | fa163e52-5e1f-f442-69cc-000000001c2e | TASK | Restart time services 2025-10-02 11:53:37.256219 | fa163e52-5e1f-f442-69cc-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-02 11:53:37.262684 | fa163e52-5e1f-f442-69cc-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-02 11:53:37.268755 | fa163e52-5e1f-f442-69cc-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:23.015127 | 0.04s 2025-10-02 11:53:37.320779 | fa163e52-5e1f-f442-69cc-000000000bdd | TASK | install tmpwatch on the host 2025-10-02 11:53:40.268841 | fa163e52-5e1f-f442-69cc-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-02 11:53:40.269690 | fa163e52-5e1f-f442-69cc-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:26.016072 | 2.95s 2025-10-02 11:53:40.286754 | fa163e52-5e1f-f442-69cc-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-02 11:53:40.311938 | fa163e52-5e1f-f442-69cc-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-02 11:53:40.312475 | fa163e52-5e1f-f442-69cc-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:26.058859 | 0.03s 2025-10-02 11:53:40.348063 | fa163e52-5e1f-f442-69cc-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:26.094435 | 0.02s 2025-10-02 11:53:40.473990 | fa163e52-5e1f-f442-69cc-000000001e61 | TASK | Gather variables for each operating system 2025-10-02 11:53:40.592998 | fa163e52-5e1f-f442-69cc-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-02 11:53:40.594352 | fa163e52-5e1f-f442-69cc-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:26.340715 | 0.12s 2025-10-02 11:53:40.600878 | fa163e52-5e1f-f442-69cc-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:26.347254 | 0.13s 2025-10-02 11:53:40.689333 | fa163e52-5e1f-f442-69cc-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:26.435696 | 0.06s 2025-10-02 11:53:40.710710 | b5b638f0-725e-49bb-87d4-db42ecfedfde | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-02 11:53:40.743639 | fa163e52-5e1f-f442-69cc-000000001f92 | TASK | Check tuned package is installed 2025-10-02 11:53:41.019692 | fa163e52-5e1f-f442-69cc-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-02 11:53:41.021010 | fa163e52-5e1f-f442-69cc-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:26.767386 | 0.28s 2025-10-02 11:53:41.047378 | fa163e52-5e1f-f442-69cc-000000001f93 | TASK | Install tuned 2025-10-02 11:53:41.080062 | fa163e52-5e1f-f442-69cc-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-02 11:53:41.081320 | fa163e52-5e1f-f442-69cc-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:26.827692 | 0.03s 2025-10-02 11:53:41.108497 | fa163e52-5e1f-f442-69cc-000000001f94 | TASK | Restart tuned 2025-10-02 11:53:41.138126 | fa163e52-5e1f-f442-69cc-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-02 11:53:41.139147 | fa163e52-5e1f-f442-69cc-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:26.885515 | 0.03s 2025-10-02 11:53:41.166562 | fa163e52-5e1f-f442-69cc-000000001e63 | TASK | Check for tuned-adm 2025-10-02 11:53:41.408126 | fa163e52-5e1f-f442-69cc-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-02 11:53:41.409543 | fa163e52-5e1f-f442-69cc-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:27.155918 | 0.24s 2025-10-02 11:53:41.475363 | fa163e52-5e1f-f442-69cc-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:27.221726 | 0.04s 2025-10-02 11:53:41.503351 | 2aa289b5-6813-4613-b775-2f23d2ff0289 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-02 11:53:41.536785 | fa163e52-5e1f-f442-69cc-000000001fbf | TASK | Ensure profile directory exists 2025-10-02 11:53:41.606294 | fa163e52-5e1f-f442-69cc-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-02 11:53:41.607415 | fa163e52-5e1f-f442-69cc-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:27.353788 | 0.07s 2025-10-02 11:53:41.633006 | fa163e52-5e1f-f442-69cc-000000001fc0 | TASK | Create custom tuned profile 2025-10-02 11:53:41.694660 | fa163e52-5e1f-f442-69cc-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-02 11:53:41.695747 | fa163e52-5e1f-f442-69cc-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:27.442120 | 0.06s 2025-10-02 11:53:41.721987 | fa163e52-5e1f-f442-69cc-000000001fc1 | TASK | Check tuned active profile 2025-10-02 11:53:41.937769 | fa163e52-5e1f-f442-69cc-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-02 11:53:41.939021 | fa163e52-5e1f-f442-69cc-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:27.685397 | 0.22s 2025-10-02 11:53:41.964731 | fa163e52-5e1f-f442-69cc-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-02 11:53:42.185870 | fa163e52-5e1f-f442-69cc-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-02 11:53:42.187273 | fa163e52-5e1f-f442-69cc-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:27.933647 | 0.22s 2025-10-02 11:53:42.213813 | fa163e52-5e1f-f442-69cc-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-02 11:53:42.276789 | fa163e52-5e1f-f442-69cc-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-02 11:53:42.278186 | fa163e52-5e1f-f442-69cc-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:28.024558 | 0.06s 2025-10-02 11:53:42.306130 | fa163e52-5e1f-f442-69cc-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-02 11:53:42.367025 | fa163e52-5e1f-f442-69cc-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-02 11:53:42.368363 | fa163e52-5e1f-f442-69cc-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:28.114735 | 0.06s 2025-10-02 11:53:42.394809 | fa163e52-5e1f-f442-69cc-000000001fc5 | TASK | Enable tuned profile 2025-10-02 11:53:42.429266 | fa163e52-5e1f-f442-69cc-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-02 11:53:42.430570 | fa163e52-5e1f-f442-69cc-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:28.176943 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-02 11:53:42.615586 | fa163e52-5e1f-f442-69cc-0000000000ac | TASK | Overcloud container setup tasks 2025-10-02 11:53:42.644768 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000ac') missing from stats 2025-10-02 11:53:42.666776 | fa163e52-5e1f-f442-69cc-0000000000ad | TASK | Write config data 2025-10-02 11:53:42.731227 | fa163e52-5e1f-f442-69cc-0000000000ad | TIMING | Write config data | standalone | 0:03:28.477578 | 0.06s 2025-10-02 11:53:42.777769 | 0c876d21-2825-4c72-b5cf-6d21332b2e1f | INCLUDED | /root/standalone-ansible-m86fxwho/common_container_setup_tasks.yaml | standalone 2025-10-02 11:53:42.804580 | fa163e52-5e1f-f442-69cc-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-02 11:53:43.067174 | fa163e52-5e1f-f442-69cc-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-02 11:53:43.068457 | fa163e52-5e1f-f442-69cc-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:28.814836 | 0.26s 2025-10-02 11:53:43.097323 | fa163e52-5e1f-f442-69cc-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-02 11:53:43.330189 | fa163e52-5e1f-f442-69cc-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-02 11:53:43.331784 | fa163e52-5e1f-f442-69cc-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:29.078158 | 0.23s 2025-10-02 11:53:43.357297 | fa163e52-5e1f-f442-69cc-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-02 11:53:43.601227 | fa163e52-5e1f-f442-69cc-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-02 11:53:43.602898 | fa163e52-5e1f-f442-69cc-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:29.349265 | 0.24s 2025-10-02 11:53:43.629765 | fa163e52-5e1f-f442-69cc-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-02 11:53:43.861976 | fa163e52-5e1f-f442-69cc-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-02 11:53:43.863640 | fa163e52-5e1f-f442-69cc-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:29.610008 | 0.23s 2025-10-02 11:53:43.889244 | fa163e52-5e1f-f442-69cc-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-02 11:53:44.110481 | fa163e52-5e1f-f442-69cc-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-02 11:53:44.111876 | fa163e52-5e1f-f442-69cc-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:29.858251 | 0.22s 2025-10-02 11:53:44.139980 | fa163e52-5e1f-f442-69cc-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-02 11:53:45.418507 | fa163e52-5e1f-f442-69cc-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-02 11:53:45.421392 | fa163e52-5e1f-f442-69cc-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:31.167760 | 1.28s 2025-10-02 11:53:45.448821 | fa163e52-5e1f-f442-69cc-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-02 11:53:45.682734 | fa163e52-5e1f-f442-69cc-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-02 11:53:45.685346 | fa163e52-5e1f-f442-69cc-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:31.431719 | 0.23s 2025-10-02 11:53:45.712568 | fa163e52-5e1f-f442-69cc-00000000202d | TASK | Write container config scripts 2025-10-02 11:53:46.056406 | fa163e52-5e1f-f442-69cc-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-02 11:53:46.057817 | fa163e52-5e1f-f442-69cc-00000000202d | TIMING | Write container config scripts | standalone | 0:03:31.804191 | 0.34s 2025-10-02 11:53:46.083205 | fa163e52-5e1f-f442-69cc-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-02 11:53:46.611996 | fa163e52-5e1f-f442-69cc-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-02 11:53:46.613385 | fa163e52-5e1f-f442-69cc-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:32.359758 | 0.53s 2025-10-02 11:53:46.638574 | fa163e52-5e1f-f442-69cc-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-02 11:53:47.267590 | fa163e52-5e1f-f442-69cc-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-02 11:53:47.273628 | fa163e52-5e1f-f442-69cc-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:33.020006 | 0.63s 2025-10-02 11:53:47.316818 | fa163e52-5e1f-f442-69cc-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-02 11:53:47.531165 | fa163e52-5e1f-f442-69cc-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-02 11:53:47.532481 | fa163e52-5e1f-f442-69cc-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:33.278857 | 0.21s 2025-10-02 11:53:47.557712 | fa163e52-5e1f-f442-69cc-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-02 11:53:47.791230 | fa163e52-5e1f-f442-69cc-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-02 11:53:47.792583 | fa163e52-5e1f-f442-69cc-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:33.538959 | 0.23s 2025-10-02 11:53:47.818439 | fa163e52-5e1f-f442-69cc-000000002032 | TASK | Write container config json files 2025-10-02 11:53:48.310686 | fa163e52-5e1f-f442-69cc-000000002032 | CHANGED | Write container config json files | standalone 2025-10-02 11:53:48.315989 | fa163e52-5e1f-f442-69cc-000000002032 | TIMING | Write container config json files | standalone | 0:03:34.062364 | 0.50s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-02 11:53:48.445664 | fa163e52-5e1f-f442-69cc-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-02 11:53:48.472239 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-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-02 11:53:48.529896 | fa163e52-5e1f-f442-69cc-0000000000b2 | TIMING | include_tasks | standalone | 0:03:34.276266 | 0.04s 2025-10-02 11:53:48.544428 | c0face54-6e7d-4a8b-a81d-02283b1fa8f7 | INCLUDED | /root/standalone-ansible-m86fxwho/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-02 11:53:48.671927 | fa163e52-5e1f-f442-69cc-0000000000b6 | TASK | External deployment step 1 2025-10-02 11:53:48.698298 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000b6') missing from stats 2025-10-02 11:53:48.751673 | fa163e52-5e1f-f442-69cc-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:34.498039 | 0.04s 2025-10-02 11:53:48.789953 | c333d7cf-fe4b-4fcc-b0da-182ceba12b33 | INCLUDED | /root/standalone-ansible-m86fxwho/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-02 11:53:48.809036 | fa163e52-5e1f-f442-69cc-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-02 11:53:48.850755 | fa163e52-5e1f-f442-69cc-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-02 11:53:48.851977 | fa163e52-5e1f-f442-69cc-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:34.598341 | 0.04s 2025-10-02 11:53:48.869677 | fa163e52-5e1f-f442-69cc-000000002079 | TASK | Build disk list for cephadm 2025-10-02 11:53:48.921053 | fa163e52-5e1f-f442-69cc-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-02 11:53:48.922521 | fa163e52-5e1f-f442-69cc-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:34.668890 | 0.05s 2025-10-02 11:53:48.941590 | fa163e52-5e1f-f442-69cc-000000002080 | TASK | Container image prepare 2025-10-02 11:53:50.107997 | fa163e52-5e1f-f442-69cc-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-02 11:53:50.110730 | fa163e52-5e1f-f442-69cc-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:35.857100 | 1.17s 2025-10-02 11:53:50.150544 | fa163e52-5e1f-f442-69cc-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-02 11:53:50.438291 | fa163e52-5e1f-f442-69cc-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-02 11:53:50.440404 | fa163e52-5e1f-f442-69cc-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:36.186765 | 0.29s 2025-10-02 11:53:50.460650 | fa163e52-5e1f-f442-69cc-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-02 11:53:50.503894 | fa163e52-5e1f-f442-69cc-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:36.250242 | 0.04s 2025-10-02 11:53:50.556774 | fa163e52-5e1f-f442-69cc-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-02 11:53:50.816009 | fa163e52-5e1f-f442-69cc-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-02 11:53:50.818018 | fa163e52-5e1f-f442-69cc-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:36.564384 | 0.26s 2025-10-02 11:53:50.838693 | fa163e52-5e1f-f442-69cc-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-02 11:53:51.297469 | fa163e52-5e1f-f442-69cc-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-02 11:53:51.299285 | fa163e52-5e1f-f442-69cc-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:37.045655 | 0.46s 2025-10-02 11:53:51.321838 | fa163e52-5e1f-f442-69cc-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-02 11:53:51.379221 | fa163e52-5e1f-f442-69cc-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:37.125569 | 0.06s 2025-10-02 11:53:51.420054 | fa163e52-5e1f-f442-69cc-0000000020eb | TASK | Check for a configured destination 2025-10-02 11:53:51.488134 | fa163e52-5e1f-f442-69cc-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-02 11:53:51.489448 | fa163e52-5e1f-f442-69cc-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:37.235824 | 0.07s 2025-10-02 11:53:51.512557 | fa163e52-5e1f-f442-69cc-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-02 11:53:52.018714 | fa163e52-5e1f-f442-69cc-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-02 11:53:52.020589 | fa163e52-5e1f-f442-69cc-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:37.766868 | 0.51s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-02 11:53:52.191071 | fa163e52-5e1f-f442-69cc-0000000000ba | TASK | Deploy step tasks for 1 2025-10-02 11:53:52.223769 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000ba') missing from stats 2025-10-02 11:53:52.245428 | fa163e52-5e1f-f442-69cc-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-02 11:53:52.707719 | fa163e52-5e1f-f442-69cc-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-02 11:53:52.709728 | fa163e52-5e1f-f442-69cc-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:38.456096 | 0.46s 2025-10-02 11:53:52.735702 | fa163e52-5e1f-f442-69cc-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-02 11:53:52.985531 | fa163e52-5e1f-f442-69cc-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-02 11:53:52.987181 | fa163e52-5e1f-f442-69cc-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:38.733553 | 0.25s 2025-10-02 11:53:53.013078 | fa163e52-5e1f-f442-69cc-0000000000be | TASK | Write config data at the start of step 1 2025-10-02 11:53:53.098835 | fa163e52-5e1f-f442-69cc-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:38.845191 | 0.08s 2025-10-02 11:53:53.145808 | ff47c005-8a3d-40e6-a669-6c47f736d803 | INCLUDED | /root/standalone-ansible-m86fxwho/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-02 11:53:53.170839 | fa163e52-5e1f-f442-69cc-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-02 11:53:53.200662 | fa163e52-5e1f-f442-69cc-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-02 11:53:53.201522 | fa163e52-5e1f-f442-69cc-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:38.947898 | 0.03s 2025-10-02 11:53:53.221291 | fa163e52-5e1f-f442-69cc-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-02 11:53:53.241609 | fa163e52-5e1f-f442-69cc-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-02 11:53:53.242576 | fa163e52-5e1f-f442-69cc-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:38.988955 | 0.02s 2025-10-02 11:53:53.262784 | fa163e52-5e1f-f442-69cc-00000000212c | TASK | Write the puppet step_config manifest 2025-10-02 11:53:53.736855 | fa163e52-5e1f-f442-69cc-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-02 11:53:53.738194 | fa163e52-5e1f-f442-69cc-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:39.484568 | 0.47s 2025-10-02 11:53:53.764982 | fa163e52-5e1f-f442-69cc-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-02 11:53:53.794207 | fa163e52-5e1f-f442-69cc-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-02 11:53:53.795557 | fa163e52-5e1f-f442-69cc-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:39.541928 | 0.03s 2025-10-02 11:53:53.821192 | fa163e52-5e1f-f442-69cc-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-02 11:53:53.850024 | fa163e52-5e1f-f442-69cc-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-02 11:53:53.851344 | fa163e52-5e1f-f442-69cc-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:39.597717 | 0.03s 2025-10-02 11:53:53.877431 | fa163e52-5e1f-f442-69cc-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-02 11:53:54.133057 | fa163e52-5e1f-f442-69cc-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-02 11:53:54.135028 | fa163e52-5e1f-f442-69cc-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:39.881397 | 0.26s 2025-10-02 11:53:54.161312 | fa163e52-5e1f-f442-69cc-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-02 11:53:54.195588 | fa163e52-5e1f-f442-69cc-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-02 11:53:54.196882 | fa163e52-5e1f-f442-69cc-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:39.943253 | 0.03s 2025-10-02 11:53:54.224329 | fa163e52-5e1f-f442-69cc-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-02 11:53:54.260620 | fa163e52-5e1f-f442-69cc-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-02 11:53:54.261985 | fa163e52-5e1f-f442-69cc-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:40.008329 | 0.04s 2025-10-02 11:53:54.288078 | fa163e52-5e1f-f442-69cc-000000002132 | TASK | Write container-puppet.json file 2025-10-02 11:53:54.975492 | fa163e52-5e1f-f442-69cc-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-02 11:53:54.977309 | fa163e52-5e1f-f442-69cc-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:40.723677 | 0.69s 2025-10-02 11:53:55.003469 | fa163e52-5e1f-f442-69cc-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-02 11:53:55.037731 | fa163e52-5e1f-f442-69cc-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-02 11:53:55.039770 | fa163e52-5e1f-f442-69cc-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:40.786138 | 0.03s 2025-10-02 11:53:55.066734 | fa163e52-5e1f-f442-69cc-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-02 11:53:55.109268 | fa163e52-5e1f-f442-69cc-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-02 11:53:55.111014 | fa163e52-5e1f-f442-69cc-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:40.857380 | 0.04s 2025-10-02 11:53:55.142048 | fa163e52-5e1f-f442-69cc-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-02 11:53:55.538044 | fa163e52-5e1f-f442-69cc-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-02 11:53:55.539529 | fa163e52-5e1f-f442-69cc-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:41.285902 | 0.40s 2025-10-02 11:53:55.565643 | fa163e52-5e1f-f442-69cc-000000002136 | TASK | Set host puppet debugging fact string 2025-10-02 11:53:55.597432 | fa163e52-5e1f-f442-69cc-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-02 11:53:55.598628 | fa163e52-5e1f-f442-69cc-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:41.345000 | 0.03s 2025-10-02 11:53:55.625363 | fa163e52-5e1f-f442-69cc-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-02 11:53:55.654976 | fa163e52-5e1f-f442-69cc-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-02 11:53:55.656142 | fa163e52-5e1f-f442-69cc-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:41.402483 | 0.03s 2025-10-02 11:53:55.680510 | fa163e52-5e1f-f442-69cc-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-02 11:53:55.710001 | fa163e52-5e1f-f442-69cc-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-02 11:53:55.711048 | fa163e52-5e1f-f442-69cc-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:41.457422 | 0.03s 2025-10-02 11:53:55.735804 | fa163e52-5e1f-f442-69cc-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-02 11:53:55.766506 | fa163e52-5e1f-f442-69cc-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-02 11:53:55.767566 | fa163e52-5e1f-f442-69cc-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:41.513940 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 11:53:55.835276 | fa163e52-5e1f-f442-69cc-0000000000c0 | TIMING | include_tasks | standalone | 0:03:41.581645 | 0.04s 2025-10-02 11:53:55.949049 | 92e3b619-42bf-4617-81f2-ac1baf62cfae | INCLUDED | /root/standalone-ansible-m86fxwho/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-02 11:53:56.027302 | fa163e52-5e1f-f442-69cc-000000002164 | TASK | Create dirs for certificates and keys 2025-10-02 11:53:56.087805 | fa163e52-5e1f-f442-69cc-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-02 11:53:56.111311 | fa163e52-5e1f-f442-69cc-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-02 11:53:56.123254 | fa163e52-5e1f-f442-69cc-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:41.869624 | 0.10s 2025-10-02 11:53:56.198519 | fa163e52-5e1f-f442-69cc-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-02 11:53:56.199765 | fa163e52-5e1f-f442-69cc-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:41.946138 | 0.05s 2025-10-02 11:53:56.222401 | fa163e52-5e1f-f442-69cc-00000000216c | TASK | Fail if container image is undefined 2025-10-02 11:53:56.280987 | fa163e52-5e1f-f442-69cc-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 11:53:56.282053 | fa163e52-5e1f-f442-69cc-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:42.028430 | 0.06s 2025-10-02 11:53:56.314380 | fa163e52-5e1f-f442-69cc-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-02 11:54:13.523474 | fa163e52-5e1f-f442-69cc-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-02 11:54:13.525913 | fa163e52-5e1f-f442-69cc-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:59.272287 | 17.21s 2025-10-02 11:54:13.583858 | fa163e52-5e1f-f442-69cc-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-02 11:54:13.953604 | fa163e52-5e1f-f442-69cc-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-02 11:54:13.955974 | fa163e52-5e1f-f442-69cc-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:59.702346 | 0.37s 2025-10-02 11:54:14.008547 | fa163e52-5e1f-f442-69cc-00000000217d | TASK | Fail if container image is undefined 2025-10-02 11:54:14.080550 | fa163e52-5e1f-f442-69cc-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 11:54:14.081767 | fa163e52-5e1f-f442-69cc-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:59.828140 | 0.07s 2025-10-02 11:54:14.126567 | fa163e52-5e1f-f442-69cc-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-02 11:54:23.552867 | fa163e52-5e1f-f442-69cc-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-02 11:54:23.554597 | fa163e52-5e1f-f442-69cc-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:09.300969 | 9.43s 2025-10-02 11:54:23.613595 | fa163e52-5e1f-f442-69cc-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-02 11:54:23.947790 | fa163e52-5e1f-f442-69cc-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-02 11:54:23.949117 | fa163e52-5e1f-f442-69cc-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:09.695497 | 0.33s 2025-10-02 11:54:23.984075 | fa163e52-5e1f-f442-69cc-00000000218a | TASK | Check if rsyslog exists 2025-10-02 11:54:24.221263 | fa163e52-5e1f-f442-69cc-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-02 11:54:24.222710 | fa163e52-5e1f-f442-69cc-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:04:09.969084 | 0.24s 2025-10-02 11:54:24.249969 | fa163e52-5e1f-f442-69cc-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-02 11:54:24.487053 | fa163e52-5e1f-f442-69cc-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-02 11:54:24.488737 | fa163e52-5e1f-f442-69cc-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:04:10.235110 | 0.24s 2025-10-02 11:54:24.515503 | fa163e52-5e1f-f442-69cc-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-02 11:54:25.298333 | fa163e52-5e1f-f442-69cc-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-02 11:54:25.300163 | fa163e52-5e1f-f442-69cc-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:11.046537 | 0.78s 2025-10-02 11:54:25.326039 | fa163e52-5e1f-f442-69cc-000000002194 | TASK | Fail if container image is undefined 2025-10-02 11:54:25.386609 | fa163e52-5e1f-f442-69cc-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 11:54:25.387537 | fa163e52-5e1f-f442-69cc-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:11.133916 | 0.06s 2025-10-02 11:54:25.417940 | fa163e52-5e1f-f442-69cc-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-02 11:54:31.439511 | fa163e52-5e1f-f442-69cc-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-02 11:54:31.440817 | fa163e52-5e1f-f442-69cc-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:17.187192 | 6.02s 2025-10-02 11:54:31.497188 | fa163e52-5e1f-f442-69cc-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-02 11:54:31.822849 | fa163e52-5e1f-f442-69cc-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-02 11:54:31.824185 | fa163e52-5e1f-f442-69cc-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:17.570559 | 0.33s 2025-10-02 11:54:31.877207 | fa163e52-5e1f-f442-69cc-0000000021a0 | TASK | Run lvmfilter role 2025-10-02 11:54:31.927496 | fa163e52-5e1f-f442-69cc-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:17.673861 | 0.05s 2025-10-02 11:54:32.007287 | fa163e52-5e1f-f442-69cc-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-02 11:54:32.256730 | fa163e52-5e1f-f442-69cc-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-02 11:54:32.258113 | fa163e52-5e1f-f442-69cc-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:18.004472 | 0.25s 2025-10-02 11:54:32.280914 | fa163e52-5e1f-f442-69cc-0000000022b9 | TASK | collect ansible devices 2025-10-02 11:54:32.333340 | fa163e52-5e1f-f442-69cc-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-02 11:54:32.334827 | fa163e52-5e1f-f442-69cc-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:18.081200 | 0.05s 2025-10-02 11:54:32.362335 | fa163e52-5e1f-f442-69cc-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-02 11:54:32.415171 | fa163e52-5e1f-f442-69cc-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-02 11:54:32.416529 | fa163e52-5e1f-f442-69cc-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:18.162903 | 0.05s 2025-10-02 11:54:32.438446 | fa163e52-5e1f-f442-69cc-0000000022bb | TASK | set allowed_devices 2025-10-02 11:54:32.492470 | fa163e52-5e1f-f442-69cc-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-02 11:54:32.494429 | fa163e52-5e1f-f442-69cc-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:18.240795 | 0.05s 2025-10-02 11:54:32.523198 | fa163e52-5e1f-f442-69cc-0000000022bc | TASK | build lvm2 allow list 2025-10-02 11:54:32.576016 | fa163e52-5e1f-f442-69cc-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-02 11:54:32.577602 | fa163e52-5e1f-f442-69cc-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:18.323973 | 0.05s 2025-10-02 11:54:32.605709 | fa163e52-5e1f-f442-69cc-0000000022bd | TASK | build lvm2 deny list 2025-10-02 11:54:32.657856 | fa163e52-5e1f-f442-69cc-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-02 11:54:32.659421 | fa163e52-5e1f-f442-69cc-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:18.405792 | 0.05s 2025-10-02 11:54:32.688901 | fa163e52-5e1f-f442-69cc-0000000022be | TASK | build lvm2 filter 2025-10-02 11:54:32.742112 | fa163e52-5e1f-f442-69cc-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-02 11:54:32.743466 | fa163e52-5e1f-f442-69cc-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:18.489842 | 0.05s 2025-10-02 11:54:32.764644 | fa163e52-5e1f-f442-69cc-0000000022bf | TASK | regenerate lvm config 2025-10-02 11:54:32.813726 | fa163e52-5e1f-f442-69cc-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-02 11:54:32.815459 | fa163e52-5e1f-f442-69cc-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:18.561829 | 0.05s 2025-10-02 11:54:32.842328 | fa163e52-5e1f-f442-69cc-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-02 11:54:32.897253 | fa163e52-5e1f-f442-69cc-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-02 11:54:32.898578 | fa163e52-5e1f-f442-69cc-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:18.644949 | 0.05s 2025-10-02 11:54:32.948950 | fa163e52-5e1f-f442-69cc-0000000021a6 | TASK | Fail if container image is undefined 2025-10-02 11:54:33.011900 | fa163e52-5e1f-f442-69cc-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 11:54:33.013583 | fa163e52-5e1f-f442-69cc-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:18.759952 | 0.06s 2025-10-02 11:54:33.056768 | fa163e52-5e1f-f442-69cc-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-02 11:54:42.822616 | fa163e52-5e1f-f442-69cc-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-02 11:54:42.824081 | fa163e52-5e1f-f442-69cc-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:28.570455 | 9.77s 2025-10-02 11:54:42.880695 | fa163e52-5e1f-f442-69cc-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-02 11:54:43.260236 | fa163e52-5e1f-f442-69cc-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-02 11:54:43.261637 | fa163e52-5e1f-f442-69cc-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:29.008011 | 0.38s 2025-10-02 11:54:43.371515 | fa163e52-5e1f-f442-69cc-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-02 11:54:43.372936 | fa163e52-5e1f-f442-69cc-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:29.119307 | 0.05s 2025-10-02 11:54:43.401923 | fa163e52-5e1f-f442-69cc-0000000021ba | TASK | Fail if container image is undefined 2025-10-02 11:54:43.465610 | fa163e52-5e1f-f442-69cc-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 11:54:43.467087 | fa163e52-5e1f-f442-69cc-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:29.213455 | 0.06s 2025-10-02 11:54:43.515689 | fa163e52-5e1f-f442-69cc-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-02 11:54:51.381734 | fa163e52-5e1f-f442-69cc-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-02 11:54:51.384568 | fa163e52-5e1f-f442-69cc-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:37.130923 | 7.87s 2025-10-02 11:54:51.441707 | fa163e52-5e1f-f442-69cc-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-02 11:54:51.799931 | fa163e52-5e1f-f442-69cc-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-02 11:54:51.801465 | fa163e52-5e1f-f442-69cc-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:37.547838 | 0.36s 2025-10-02 11:54:51.903439 | fa163e52-5e1f-f442-69cc-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-02 11:54:51.904759 | fa163e52-5e1f-f442-69cc-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:37.651131 | 0.05s 2025-10-02 11:54:51.930607 | fa163e52-5e1f-f442-69cc-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-02 11:55:11.967969 | fa163e52-5e1f-f442-69cc-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-02 11:55:11.969606 | fa163e52-5e1f-f442-69cc-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:57.715980 | 20.04s 2025-10-02 11:55:11.996744 | fa163e52-5e1f-f442-69cc-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-02 11:55:12.036004 | fa163e52-5e1f-f442-69cc-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-02 11:55:12.037301 | fa163e52-5e1f-f442-69cc-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:57.783673 | 0.04s 2025-10-02 11:55:12.063587 | fa163e52-5e1f-f442-69cc-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-02 11:55:12.317308 | fa163e52-5e1f-f442-69cc-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-02 11:55:12.318560 | fa163e52-5e1f-f442-69cc-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:58.064936 | 0.25s 2025-10-02 11:55:12.344924 | fa163e52-5e1f-f442-69cc-0000000021ce | TASK | is KSM enabled 2025-10-02 11:55:12.384217 | fa163e52-5e1f-f442-69cc-0000000021ce | OK | is KSM enabled | standalone 2025-10-02 11:55:12.385516 | fa163e52-5e1f-f442-69cc-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:58.131890 | 0.04s 2025-10-02 11:55:12.413825 | fa163e52-5e1f-f442-69cc-0000000021d0 | TASK | Check for ksm 2025-10-02 11:55:12.732552 | fa163e52-5e1f-f442-69cc-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-02 11:55:12.733978 | fa163e52-5e1f-f442-69cc-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:58.480350 | 0.32s 2025-10-02 11:55:12.761401 | fa163e52-5e1f-f442-69cc-0000000021d1 | TASK | disable KSM services 2025-10-02 11:55:12.834537 | fa163e52-5e1f-f442-69cc-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-02 11:55:12.864069 | fa163e52-5e1f-f442-69cc-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-02 11:55:12.870531 | fa163e52-5e1f-f442-69cc-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:58.616893 | 0.11s 2025-10-02 11:55:12.897621 | fa163e52-5e1f-f442-69cc-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-02 11:55:12.947624 | fa163e52-5e1f-f442-69cc-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-02 11:55:12.948898 | fa163e52-5e1f-f442-69cc-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:58.695271 | 0.05s 2025-10-02 11:55:12.975344 | fa163e52-5e1f-f442-69cc-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-02 11:55:13.015016 | fa163e52-5e1f-f442-69cc-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-02 11:55:13.016223 | fa163e52-5e1f-f442-69cc-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:58.762596 | 0.04s 2025-10-02 11:55:13.042151 | fa163e52-5e1f-f442-69cc-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-02 11:55:13.081934 | fa163e52-5e1f-f442-69cc-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-02 11:55:13.084836 | fa163e52-5e1f-f442-69cc-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:58.831207 | 0.04s 2025-10-02 11:55:13.110037 | fa163e52-5e1f-f442-69cc-0000000021d6 | TASK | enable ksmtunded 2025-10-02 11:55:13.166366 | fa163e52-5e1f-f442-69cc-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-02 11:55:13.178550 | fa163e52-5e1f-f442-69cc-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-02 11:55:13.184725 | fa163e52-5e1f-f442-69cc-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:58.931094 | 0.07s 2025-10-02 11:55:13.265048 | fa163e52-5e1f-f442-69cc-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-02 11:55:13.266405 | fa163e52-5e1f-f442-69cc-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:59.012779 | 0.05s 2025-10-02 11:55:13.291316 | fa163e52-5e1f-f442-69cc-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-02 11:55:13.366749 | fa163e52-5e1f-f442-69cc-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-02 11:55:13.367693 | fa163e52-5e1f-f442-69cc-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:59.114074 | 0.08s 2025-10-02 11:55:13.388133 | fa163e52-5e1f-f442-69cc-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-02 11:55:16.465076 | fa163e52-5e1f-f442-69cc-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-02 11:55:16.470218 | fa163e52-5e1f-f442-69cc-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:05:02.216590 | 3.08s 2025-10-02 11:55:16.505939 | fa163e52-5e1f-f442-69cc-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-02 11:55:16.577982 | fa163e52-5e1f-f442-69cc-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-02 11:55:16.578940 | fa163e52-5e1f-f442-69cc-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:05:02.325319 | 0.07s 2025-10-02 11:55:16.601198 | fa163e52-5e1f-f442-69cc-0000000021de | TASK | Fetch ovn VIP 2025-10-02 11:55:16.681199 | fa163e52-5e1f-f442-69cc-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-02 11:55:16.682528 | fa163e52-5e1f-f442-69cc-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:05:02.428900 | 0.08s 2025-10-02 11:55:16.713044 | fa163e52-5e1f-f442-69cc-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-02 11:55:16.783747 | fa163e52-5e1f-f442-69cc-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-02 11:55:16.784950 | fa163e52-5e1f-f442-69cc-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:05:02.531323 | 0.07s 2025-10-02 11:55:16.823555 | fa163e52-5e1f-f442-69cc-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-02 11:55:16.894283 | fa163e52-5e1f-f442-69cc-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-02 11:55:16.895385 | fa163e52-5e1f-f442-69cc-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:05:02.641758 | 0.07s 2025-10-02 11:55:16.924304 | fa163e52-5e1f-f442-69cc-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-02 11:55:16.987368 | fa163e52-5e1f-f442-69cc-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-02 11:55:16.988479 | fa163e52-5e1f-f442-69cc-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:05:02.734854 | 0.06s 2025-10-02 11:55:17.016928 | fa163e52-5e1f-f442-69cc-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-02 11:55:17.081853 | fa163e52-5e1f-f442-69cc-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-02 11:55:17.094641 | fa163e52-5e1f-f442-69cc-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:05:02.841012 | 0.08s 2025-10-02 11:55:17.174602 | fa163e52-5e1f-f442-69cc-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-02 11:55:17.175854 | fa163e52-5e1f-f442-69cc-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:02.922227 | 0.05s 2025-10-02 11:55:17.205434 | fa163e52-5e1f-f442-69cc-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-02 11:55:17.256990 | fa163e52-5e1f-f442-69cc-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:05:03.003357 | 0.05s 2025-10-02 11:55:17.324229 | fa163e52-5e1f-f442-69cc-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-02 11:55:17.576941 | fa163e52-5e1f-f442-69cc-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-02 11:55:17.578352 | fa163e52-5e1f-f442-69cc-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:03.324725 | 0.25s 2025-10-02 11:55:17.608126 | fa163e52-5e1f-f442-69cc-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-02 11:55:17.681713 | fa163e52-5e1f-f442-69cc-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-02 11:55:17.682849 | fa163e52-5e1f-f442-69cc-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:03.429223 | 0.07s 2025-10-02 11:55:17.712147 | fa163e52-5e1f-f442-69cc-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-02 11:55:17.967838 | fa163e52-5e1f-f442-69cc-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-02 11:55:17.969232 | fa163e52-5e1f-f442-69cc-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:03.715606 | 0.26s 2025-10-02 11:55:17.999006 | fa163e52-5e1f-f442-69cc-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-02 11:55:18.071670 | fa163e52-5e1f-f442-69cc-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-02 11:55:18.073030 | fa163e52-5e1f-f442-69cc-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:03.819404 | 0.07s 2025-10-02 11:55:18.103426 | fa163e52-5e1f-f442-69cc-000000002393 | TASK | render OVN cluster configuration 2025-10-02 11:55:18.720968 | fa163e52-5e1f-f442-69cc-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-02 11:55:18.722439 | fa163e52-5e1f-f442-69cc-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:04.468811 | 0.62s 2025-10-02 11:55:18.752743 | fa163e52-5e1f-f442-69cc-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-02 11:55:18.816964 | fa163e52-5e1f-f442-69cc-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:04.563317 | 0.06s 2025-10-02 11:55:18.847138 | fa163e52-5e1f-f442-69cc-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:04.593506 | 0.09s 2025-10-02 11:55:18.861718 | fa163e52-5e1f-f442-69cc-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:04.608086 | 0.11s 2025-10-02 11:55:18.874443 | fa163e52-5e1f-f442-69cc-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:04.620811 | 0.12s 2025-10-02 11:55:18.900426 | 0e768a55-250c-47b7-a90d-7fe100eae394 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-02 11:55:18.908596 | ba5778f5-c428-43b3-8771-a022196331b8 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-02 11:55:18.916469 | a4027837-d8bc-4e91-a8f0-c29a76f75763 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-02 11:55:18.949479 | fa163e52-5e1f-f442-69cc-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-02 11:55:19.205042 | fa163e52-5e1f-f442-69cc-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-02 11:55:19.206459 | fa163e52-5e1f-f442-69cc-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:04.952829 | 0.26s 2025-10-02 11:55:19.238695 | fa163e52-5e1f-f442-69cc-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-02 11:55:19.278897 | fa163e52-5e1f-f442-69cc-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-02 11:55:19.280218 | fa163e52-5e1f-f442-69cc-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:05.026591 | 0.04s 2025-10-02 11:55:19.311871 | fa163e52-5e1f-f442-69cc-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-02 11:55:19.573842 | fa163e52-5e1f-f442-69cc-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-02 11:55:19.575260 | fa163e52-5e1f-f442-69cc-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:05.321634 | 0.26s 2025-10-02 11:55:19.606948 | fa163e52-5e1f-f442-69cc-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-02 11:55:19.657595 | fa163e52-5e1f-f442-69cc-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-02 11:55:19.658990 | fa163e52-5e1f-f442-69cc-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:05.405362 | 0.05s 2025-10-02 11:55:19.691430 | fa163e52-5e1f-f442-69cc-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-02 11:55:19.936865 | fa163e52-5e1f-f442-69cc-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-02 11:55:19.938296 | fa163e52-5e1f-f442-69cc-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:05.684669 | 0.25s 2025-10-02 11:55:19.969834 | fa163e52-5e1f-f442-69cc-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-02 11:55:20.025174 | fa163e52-5e1f-f442-69cc-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-02 11:55:20.026507 | fa163e52-5e1f-f442-69cc-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:05.772879 | 0.05s 2025-10-02 11:55:20.136957 | fa163e52-5e1f-f442-69cc-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-02 11:55:20.138237 | fa163e52-5e1f-f442-69cc-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:05.884610 | 0.05s 2025-10-02 11:55:20.217989 | fa163e52-5e1f-f442-69cc-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-02 11:55:20.219288 | fa163e52-5e1f-f442-69cc-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:05.965661 | 0.05s 2025-10-02 11:55:20.249080 | fa163e52-5e1f-f442-69cc-0000000021f2 | TASK | Fail if container image is undefined 2025-10-02 11:55:20.310341 | fa163e52-5e1f-f442-69cc-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 11:55:20.311598 | fa163e52-5e1f-f442-69cc-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:06.057970 | 0.06s 2025-10-02 11:55:20.356839 | fa163e52-5e1f-f442-69cc-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-02 11:55:27.610368 | fa163e52-5e1f-f442-69cc-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-02 11:55:27.613046 | fa163e52-5e1f-f442-69cc-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:13.359417 | 7.25s 2025-10-02 11:55:27.674674 | fa163e52-5e1f-f442-69cc-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-02 11:55:28.028824 | fa163e52-5e1f-f442-69cc-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-02 11:55:28.030719 | fa163e52-5e1f-f442-69cc-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:13.777098 | 0.35s 2025-10-02 11:55:28.076875 | fa163e52-5e1f-f442-69cc-0000000021ff | TASK | Pre-fetch all the containers 2025-10-02 11:55:33.255182 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-02 11:55:33.257617 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:19.003994 | 5.18s 2025-10-02 11:55:38.983735 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-02 11:55:38.987975 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:24.734348 | 10.91s 2025-10-02 11:55:43.074064 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-02 11:55:43.077832 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:28.824206 | 15.00s 2025-10-02 11:55:47.398450 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-02 11:55:47.400273 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:33.146654 | 19.32s 2025-10-02 11:55:50.149655 | fa163e52-5e1f-f442-69cc-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-02 11:55:50.153693 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:35.900066 | 22.08s 2025-10-02 11:55:54.719256 | fa163e52-5e1f-f442-69cc-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-02 11:55:54.722896 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:40.469269 | 26.64s 2025-10-02 11:55:59.921427 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-02 11:55:59.925394 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:45.671769 | 31.85s 2025-10-02 11:56:05.211538 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-02 11:56:05.213256 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:50.959639 | 37.13s 2025-10-02 11:56:10.969752 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-02 11:56:10.972828 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:56.719204 | 42.89s 2025-10-02 11:56:14.344176 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-02 11:56:14.348197 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:00.094570 | 46.27s 2025-10-02 11:56:23.406926 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-02 11:56:23.410424 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:09.156803 | 55.33s 2025-10-02 11:56:26.841067 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-02 11:56:26.844190 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:12.590565 | 58.77s 2025-10-02 11:56:44.742808 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-02 11:56:44.746996 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:30.493369 | 76.67s 2025-10-02 11:56:55.838472 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-02 11:56:55.842582 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:41.588954 | 87.76s 2025-10-02 11:57:03.755948 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-02 11:57:03.759032 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:49.505407 | 95.68s 2025-10-02 11:57:14.618658 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-02 11:57:14.621741 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:00.368114 | 106.54s 2025-10-02 11:57:22.604206 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-02 11:57:22.607160 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:08.353535 | 114.53s 2025-10-02 11:57:28.235638 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-02 11:57:28.238621 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:13.984996 | 120.16s 2025-10-02 11:57:32.319817 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-02 11:57:32.324157 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:18.070530 | 124.25s 2025-10-02 11:57:36.606088 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-02 11:57:36.610830 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:22.357203 | 128.53s 2025-10-02 11:57:44.562515 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-02 11:57:44.564944 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:30.311320 | 136.49s 2025-10-02 11:57:58.043644 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-02 11:57:58.048062 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:43.794435 | 149.97s 2025-10-02 11:58:02.120726 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-02 11:58:02.126868 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:47.873229 | 154.05s 2025-10-02 11:58:11.659966 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-02 11:58:11.663983 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:57.410356 | 163.59s 2025-10-02 11:58:15.166271 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-02 11:58:15.170754 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:00.917128 | 167.09s 2025-10-02 11:58:19.135365 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-02 11:58:19.139386 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:04.885759 | 171.06s 2025-10-02 11:58:23.175821 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-02 11:58:23.179280 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:08.925657 | 175.10s 2025-10-02 11:58:30.705533 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-02 11:58:30.708599 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:16.454972 | 182.63s 2025-10-02 11:58:34.593201 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-02 11:58:34.594673 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:20.341058 | 186.52s 2025-10-02 11:58:39.275606 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-02 11:58:39.280008 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:25.026380 | 191.20s 2025-10-02 11:58:45.503059 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-02 11:58:45.509024 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:31.255393 | 197.43s 2025-10-02 11:58:48.390314 | fa163e52-5e1f-f442-69cc-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-02 11:58:48.393368 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:34.139741 | 200.31s 2025-10-02 11:58:51.045639 | fa163e52-5e1f-f442-69cc-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-02 11:58:51.048931 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:36.795302 | 202.97s 2025-10-02 11:58:54.574371 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-02 11:58:54.577550 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:40.323923 | 206.50s 2025-10-02 11:58:57.155519 | fa163e52-5e1f-f442-69cc-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-02 11:58:57.157713 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:42.904092 | 209.08s 2025-10-02 11:59:02.232786 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-02 11:59:02.236840 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:47.983214 | 214.16s 2025-10-02 11:59:05.733060 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-02 11:59:05.736390 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:51.482764 | 217.66s 2025-10-02 11:59:09.248613 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-02 11:59:09.252652 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:54.999025 | 221.17s 2025-10-02 11:59:12.642612 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-02 11:59:12.646476 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:58.392850 | 224.57s 2025-10-02 11:59:17.010698 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-02 11:59:17.015183 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:02.761554 | 228.94s 2025-10-02 11:59:20.931557 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-02 11:59:20.936578 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:06.682951 | 232.86s 2025-10-02 11:59:24.873231 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-02 11:59:24.877303 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:10.623677 | 236.80s 2025-10-02 11:59:28.261140 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-02 11:59:28.262997 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:14.009377 | 240.18s 2025-10-02 11:59:31.857016 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-02 11:59:31.861492 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:17.607864 | 243.78s 2025-10-02 11:59:35.420141 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-02 11:59:35.424077 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:21.170452 | 247.35s 2025-10-02 11:59:38.865923 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-02 11:59:38.869124 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:24.615482 | 250.79s 2025-10-02 11:59:42.537527 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-02 11:59:42.541453 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:28.287827 | 254.46s 2025-10-02 11:59:46.116382 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-02 11:59:46.121362 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:31.867735 | 258.04s 2025-10-02 11:59:50.362803 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-02 11:59:50.367126 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:36.113472 | 262.29s 2025-10-02 11:59:54.474944 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-02 11:59:54.476537 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:40.222920 | 266.40s 2025-10-02 11:59:58.016845 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-02 11:59:58.020453 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:43.766820 | 269.94s 2025-10-02 12:00:01.524737 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-02 12:00:01.529006 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:47.275379 | 273.45s 2025-10-02 12:00:06.105506 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-02 12:00:06.108457 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:51.854831 | 278.03s 2025-10-02 12:00:09.748749 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-02 12:00:09.752638 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:55.499006 | 281.67s 2025-10-02 12:00:13.388565 | fa163e52-5e1f-f442-69cc-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-02 12:00:13.392253 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:59.138624 | 285.31s 2025-10-02 12:00:13.836962 | fa163e52-5e1f-f442-69cc-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:59.583330 | 285.76s 2025-10-02 12:00:14.078192 | fa163e52-5e1f-f442-69cc-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-02 12:00:14.079351 | fa163e52-5e1f-f442-69cc-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:59.825729 | 0.06s 2025-10-02 12:00:14.103025 | fa163e52-5e1f-f442-69cc-000000002209 | TASK | Fail if container image is undefined 2025-10-02 12:00:14.163963 | fa163e52-5e1f-f442-69cc-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-02 12:00:14.165057 | fa163e52-5e1f-f442-69cc-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:59.911431 | 0.06s 2025-10-02 12:00:14.210783 | fa163e52-5e1f-f442-69cc-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-02 12:00:20.496402 | fa163e52-5e1f-f442-69cc-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-02 12:00:20.498222 | fa163e52-5e1f-f442-69cc-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:06.244592 | 6.29s 2025-10-02 12:00:20.560760 | fa163e52-5e1f-f442-69cc-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-02 12:00:20.898238 | fa163e52-5e1f-f442-69cc-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-02 12:00:20.899688 | fa163e52-5e1f-f442-69cc-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:06.646061 | 0.34s 2025-10-02 12:00:20.948627 | fa163e52-5e1f-f442-69cc-000000002216 | TASK | Check if rsyslog exists 2025-10-02 12:00:21.242398 | fa163e52-5e1f-f442-69cc-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-02 12:00:21.243871 | fa163e52-5e1f-f442-69cc-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:10:06.990246 | 0.29s 2025-10-02 12:00:21.273001 | fa163e52-5e1f-f442-69cc-000000002217 | TASK | Forward logging to swift.log file 2025-10-02 12:00:21.763523 | fa163e52-5e1f-f442-69cc-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-02 12:00:21.764975 | fa163e52-5e1f-f442-69cc-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:10:07.511349 | 0.49s 2025-10-02 12:00:21.795010 | fa163e52-5e1f-f442-69cc-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-02 12:00:22.544964 | fa163e52-5e1f-f442-69cc-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-02 12:00:22.546822 | fa163e52-5e1f-f442-69cc-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:08.293194 | 0.75s 2025-10-02 12:00:22.577770 | fa163e52-5e1f-f442-69cc-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-02 12:00:22.803743 | fa163e52-5e1f-f442-69cc-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-02 12:00:22.805168 | fa163e52-5e1f-f442-69cc-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:08.551541 | 0.23s 2025-10-02 12:00:22.884549 | fa163e52-5e1f-f442-69cc-0000000000c3 | TIMING | include_tasks | standalone | 0:10:08.630911 | 0.05s 2025-10-02 12:00:22.927042 | 8815223b-59d5-4872-9c2e-b133b502ab44 | INCLUDED | /root/standalone-ansible-m86fxwho/common_deploy_steps_tasks.yaml | standalone 2025-10-02 12:00:22.954490 | fa163e52-5e1f-f442-69cc-00000000249a | TASK | Write the config_step hieradata 2025-10-02 12:00:23.627221 | fa163e52-5e1f-f442-69cc-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-02 12:00:23.628754 | fa163e52-5e1f-f442-69cc-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:10:09.375120 | 0.67s 2025-10-02 12:00:23.663167 | fa163e52-5e1f-f442-69cc-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-02 12:00:23.928436 | fa163e52-5e1f-f442-69cc-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-02 12:00:23.929862 | fa163e52-5e1f-f442-69cc-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:09.676236 | 0.27s 2025-10-02 12:00:23.959401 | fa163e52-5e1f-f442-69cc-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-02 12:00:24.216326 | fa163e52-5e1f-f442-69cc-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-02 12:00:34.438396 | fa163e52-5e1f-f442-69cc-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-02 12:00:44.660637 | fa163e52-5e1f-f442-69cc-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-02 12:00:54.917072 | fa163e52-5e1f-f442-69cc-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-02 12:01:05.147079 | fa163e52-5e1f-f442-69cc-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-02 12:01:15.372817 | fa163e52-5e1f-f442-69cc-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-02 12:01:25.607713 | fa163e52-5e1f-f442-69cc-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-02 12:01:25.608594 | fa163e52-5e1f-f442-69cc-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:11.354977 | 61.65s 2025-10-02 12:01:25.627803 | fa163e52-5e1f-f442-69cc-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-02 12:01:25.716014 | fa163e52-5e1f-f442-69cc-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 2 12:00:24 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 2 12:00:27 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 2 12:00:27 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 2 12:00:27 puppet-user: (file & line not available)", "<13>Oct 2 12:00:27 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 2 12:00:27 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 2 12:00:28 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 2 12:00:28 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.38 seconds", "<13>Oct 2 12:00:28 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 2 12:00:28 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 2 12:00:28 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 2 12:00:38 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 2 12:00:46 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 2 12:00:46 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 2 12:00:47 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 2 12:00:47 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 2 12:00:49 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 2 12:00:50 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 2 12:00:51 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 2 12:00:55 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 2 12:00:56 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 2 12:00:57 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 2 12:00:58 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 2 12:01:20 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 2 12:01:22 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 2 12:01:24 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 2 12:01:24 puppet-user: Notice: Applied catalog in 56.14 seconds", "<13>Oct 2 12:01:24 puppet-user: Application:", "<13>Oct 2 12:01:24 puppet-user: Initial environment: production", "<13>Oct 2 12:01:24 puppet-user: Converged environment: production", "<13>Oct 2 12:01:24 puppet-user: Run mode: user", "<13>Oct 2 12:01:24 puppet-user: Changes:", "<13>Oct 2 12:01:24 puppet-user: Total: 17", "<13>Oct 2 12:01:24 puppet-user: Events:", "<13>Oct 2 12:01:24 puppet-user: Success: 17", "<13>Oct 2 12:01:24 puppet-user: Resources:", "<13>Oct 2 12:01:24 puppet-user: Restarted: 1", "<13>Oct 2 12:01:24 puppet-user: Changed: 16", "<13>Oct 2 12:01:24 puppet-user: Out of sync: 16", "<13>Oct 2 12:01:24 puppet-user: Total: 26", "<13>Oct 2 12:01:24 puppet-user: Time:", "<13>Oct 2 12:01:24 puppet-user: File line: 0.00", "<13>Oct 2 12:01:24 puppet-user: File: 0.00", "<13>Oct 2 12:01:24 puppet-user: Schedule: 0.01", "<13>Oct 2 12:01:24 puppet-user: User: 0.16", "<13>Oct 2 12:01:24 puppet-user: Augeas: 0.28", "<13>Oct 2 12:01:24 puppet-user: Config retrieval: 0.42", "<13>Oct 2 12:01:24 puppet-user: Last run: 1759406484", "<13>Oct 2 12:01:24 puppet-user: Package: 18.16", "<13>Oct 2 12:01:24 puppet-user: Exec: 28.71", "<13>Oct 2 12:01:24 puppet-user: Pcmk property: 3.74", "<13>Oct 2 12:01:24 puppet-user: Service: 3.76", "<13>Oct 2 12:01:24 puppet-user: Transaction evaluation: 56.13", "<13>Oct 2 12:01:24 puppet-user: Catalog application: 56.14", "<13>Oct 2 12:01:24 puppet-user: Filebucket: 0.00", "<13>Oct 2 12:01:24 puppet-user: Total: 56.14", "<13>Oct 2 12:01:24 puppet-user: Version:", "<13>Oct 2 12:01:24 puppet-user: Config: 1759406427", "<13>Oct 2 12:01:24 puppet-user: Puppet: 7.10.0" ] } 2025-10-02 12:01:25.717698 | fa163e52-5e1f-f442-69cc-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:11.464074 | 0.09s 2025-10-02 12:01:25.747319 | fa163e52-5e1f-f442-69cc-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-02 12:01:25.775832 | fa163e52-5e1f-f442-69cc-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:11.522201 | 0.03s 2025-10-02 12:01:25.847352 | fa163e52-5e1f-f442-69cc-0000000024e5 | TASK | Gather variables for each operating system 2025-10-02 12:01:25.968782 | fa163e52-5e1f-f442-69cc-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:11.715143 | 0.12s 2025-10-02 12:01:26.000323 | fa163e52-5e1f-f442-69cc-0000000024e6 | TASK | Create puppet caching structures 2025-10-02 12:01:26.243597 | fa163e52-5e1f-f442-69cc-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-02 12:01:26.245698 | fa163e52-5e1f-f442-69cc-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:11.992067 | 0.24s 2025-10-02 12:01:26.279514 | fa163e52-5e1f-f442-69cc-0000000024e7 | TASK | Check for facter.conf 2025-10-02 12:01:26.528900 | fa163e52-5e1f-f442-69cc-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-02 12:01:26.531001 | fa163e52-5e1f-f442-69cc-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:12.277370 | 0.25s 2025-10-02 12:01:26.562288 | fa163e52-5e1f-f442-69cc-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-02 12:01:26.614230 | fa163e52-5e1f-f442-69cc-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-02 12:01:26.615702 | fa163e52-5e1f-f442-69cc-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:12.362073 | 0.05s 2025-10-02 12:01:26.646418 | fa163e52-5e1f-f442-69cc-0000000024e9 | TASK | Write facter cache config 2025-10-02 12:01:27.099916 | fa163e52-5e1f-f442-69cc-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-02 12:01:27.101274 | fa163e52-5e1f-f442-69cc-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:12.847649 | 0.45s 2025-10-02 12:01:27.131920 | fa163e52-5e1f-f442-69cc-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-02 12:01:27.361395 | fa163e52-5e1f-f442-69cc-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-02 12:01:27.362777 | fa163e52-5e1f-f442-69cc-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:13.109153 | 0.23s 2025-10-02 12:01:27.389267 | fa163e52-5e1f-f442-69cc-0000000024eb | TASK | Pre-cache facts 2025-10-02 12:01:27.980233 | fa163e52-5e1f-f442-69cc-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-02 12:01:27.982075 | fa163e52-5e1f-f442-69cc-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:13.728445 | 0.59s 2025-10-02 12:01:28.018236 | fa163e52-5e1f-f442-69cc-0000000024ec | TASK | Failed deployment if facter fails 2025-10-02 12:01:28.067474 | fa163e52-5e1f-f442-69cc-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-02 12:01:28.069376 | fa163e52-5e1f-f442-69cc-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:13.815741 | 0.05s 2025-10-02 12:01:28.129440 | fa163e52-5e1f-f442-69cc-0000000024ed | TASK | Sync cached facts 2025-10-02 12:01:28.605648 | fa163e52-5e1f-f442-69cc-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e52-5e1f-f442-69cc-0000000024ed') missing from stats 2025-10-02 12:01:28.668841 | fa163e52-5e1f-f442-69cc-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-02 12:01:28.726750 | fa163e52-5e1f-f442-69cc-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:14.472921 | 0.06s 2025-10-02 12:01:28.754254 | a621491f-413e-4fd3-b107-66d82af075ae | INCLUDED | /root/standalone-ansible-m86fxwho/generate-config-tasks.yaml | standalone 2025-10-02 12:01:28.794627 | fa163e52-5e1f-f442-69cc-000000002537 | TASK | Create base directory puppet configs 2025-10-02 12:01:29.032781 | fa163e52-5e1f-f442-69cc-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-02 12:01:29.034272 | fa163e52-5e1f-f442-69cc-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:14.780647 | 0.24s 2025-10-02 12:01:29.062136 | fa163e52-5e1f-f442-69cc-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-02 12:01:29.399008 | fa163e52-5e1f-f442-69cc-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-02 12:01:29.400984 | fa163e52-5e1f-f442-69cc-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:15.147352 | 0.34s 2025-10-02 12:01:29.437816 | fa163e52-5e1f-f442-69cc-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-02 12:01:29.473436 | fa163e52-5e1f-f442-69cc-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:15.219785 | 0.03s 2025-10-02 12:01:29.557949 | fa163e52-5e1f-f442-69cc-0000000025c3 | TASK | Gather variables for each operating system 2025-10-02 12:01:29.676504 | fa163e52-5e1f-f442-69cc-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:15.422848 | 0.12s 2025-10-02 12:01:29.709901 | fa163e52-5e1f-f442-69cc-0000000025c4 | TASK | Create container logs path 2025-10-02 12:01:29.950454 | fa163e52-5e1f-f442-69cc-0000000025c4 | OK | Create container logs path | standalone 2025-10-02 12:01:29.951840 | fa163e52-5e1f-f442-69cc-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:15.698215 | 0.24s 2025-10-02 12:01:29.984541 | fa163e52-5e1f-f442-69cc-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 12:01:30.427560 | fa163e52-5e1f-f442-69cc-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 12:01:30.428851 | fa163e52-5e1f-f442-69cc-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:16.175224 | 0.44s 2025-10-02 12:01:30.461008 | fa163e52-5e1f-f442-69cc-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-02 12:01:30.544365 | fa163e52-5e1f-f442-69cc-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-02 12:01:30.545705 | fa163e52-5e1f-f442-69cc-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:16.292077 | 0.08s 2025-10-02 12:01:30.576432 | fa163e52-5e1f-f442-69cc-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-02 12:01:30.610312 | fa163e52-5e1f-f442-69cc-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 12:01:30.611586 | fa163e52-5e1f-f442-69cc-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:16.357959 | 0.03s 2025-10-02 12:01:30.643038 | fa163e52-5e1f-f442-69cc-0000000025cb | TASK | Update container configs with new config hashes 2025-10-02 12:01:30.704732 | fa163e52-5e1f-f442-69cc-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 12:01:30.705978 | fa163e52-5e1f-f442-69cc-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:16.452351 | 0.06s 2025-10-02 12:01:30.740227 | fa163e52-5e1f-f442-69cc-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 12:01:30.804220 | fa163e52-5e1f-f442-69cc-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:16.550582 | 0.06s 2025-10-02 12:01:30.830942 | b03131f8-8095-4c49-9b0c-d042b3db4a10 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 12:01:30.867964 | fa163e52-5e1f-f442-69cc-000000002610 | TASK | Gather podman infos 2025-10-02 12:01:31.426625 | fa163e52-5e1f-f442-69cc-000000002610 | OK | Gather podman infos | standalone 2025-10-02 12:01:31.427895 | fa163e52-5e1f-f442-69cc-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:17.174268 | 0.56s 2025-10-02 12:01:31.465270 | fa163e52-5e1f-f442-69cc-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 12:01:31.526812 | fa163e52-5e1f-f442-69cc-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 12:01:31.527985 | fa163e52-5e1f-f442-69cc-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:17.274358 | 0.06s 2025-10-02 12:01:31.559361 | fa163e52-5e1f-f442-69cc-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 12:01:31.612623 | fa163e52-5e1f-f442-69cc-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:17.358991 | 0.05s 2025-10-02 12:01:31.637152 | fa7589f1-86bd-4b1b-9049-57b7a197feb8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 12:01:31.675241 | fa163e52-5e1f-f442-69cc-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 12:02:03.887439 | fa163e52-5e1f-f442-69cc-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 12:02:03.888573 | fa163e52-5e1f-f442-69cc-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:49.634953 | 32.21s 2025-10-02 12:02:03.934948 | fa163e52-5e1f-f442-69cc-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 12:02:04.002534 | fa163e52-5e1f-f442-69cc-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 12:02:04.003121 | fa163e52-5e1f-f442-69cc-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:11:49.749504 | 0.07s 2025-10-02 12:02:04.057253 | fa163e52-5e1f-f442-69cc-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-02 12:02:04.088346 | fa163e52-5e1f-f442-69cc-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-02 12:02:04.089699 | fa163e52-5e1f-f442-69cc-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:49.836072 | 0.03s 2025-10-02 12:02:04.119847 | fa163e52-5e1f-f442-69cc-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-02 12:02:04.150319 | fa163e52-5e1f-f442-69cc-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-02 12:02:04.151441 | fa163e52-5e1f-f442-69cc-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:49.897813 | 0.03s 2025-10-02 12:02:04.182802 | fa163e52-5e1f-f442-69cc-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-02 12:02:04.211356 | fa163e52-5e1f-f442-69cc-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:49.957728 | 0.03s 2025-10-02 12:02:04.278982 | fa163e52-5e1f-f442-69cc-000000002690 | TASK | Gather variables for each operating system 2025-10-02 12:02:04.400966 | fa163e52-5e1f-f442-69cc-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:50.147329 | 0.12s 2025-10-02 12:02:04.437675 | fa163e52-5e1f-f442-69cc-000000002691 | TASK | Create container logs path 2025-10-02 12:02:04.703569 | fa163e52-5e1f-f442-69cc-000000002691 | OK | Create container logs path | standalone 2025-10-02 12:02:04.705041 | fa163e52-5e1f-f442-69cc-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:50.451415 | 0.27s 2025-10-02 12:02:04.737641 | fa163e52-5e1f-f442-69cc-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-02 12:02:04.990431 | fa163e52-5e1f-f442-69cc-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-02 12:02:04.991927 | fa163e52-5e1f-f442-69cc-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:50.738295 | 0.25s 2025-10-02 12:02:05.022614 | fa163e52-5e1f-f442-69cc-000000002694 | TASK | Finalise hashes for all containers 2025-10-02 12:02:05.084612 | fa163e52-5e1f-f442-69cc-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-02 12:02:05.086073 | fa163e52-5e1f-f442-69cc-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:50.832442 | 0.06s 2025-10-02 12:02:05.117143 | fa163e52-5e1f-f442-69cc-000000002696 | TASK | Manage systemd shutdown files 2025-10-02 12:02:05.152230 | fa163e52-5e1f-f442-69cc-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:50.898595 | 0.03s 2025-10-02 12:02:05.187804 | c2956bd4-8a2d-4256-a8cd-83e91971779f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-02 12:02:05.216327 | fa163e52-5e1f-f442-69cc-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-02 12:02:05.478188 | fa163e52-5e1f-f442-69cc-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-02 12:02:05.479602 | fa163e52-5e1f-f442-69cc-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:51.225977 | 0.26s 2025-10-02 12:02:05.509481 | fa163e52-5e1f-f442-69cc-0000000026ca | TASK | Set podman_drop_in fact 2025-10-02 12:02:05.572072 | fa163e52-5e1f-f442-69cc-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-02 12:02:05.573442 | fa163e52-5e1f-f442-69cc-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:51.319817 | 0.06s 2025-10-02 12:02:05.605080 | fa163e52-5e1f-f442-69cc-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-02 12:02:06.193838 | fa163e52-5e1f-f442-69cc-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-02 12:02:06.195365 | fa163e52-5e1f-f442-69cc-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:51.941736 | 0.59s 2025-10-02 12:02:06.631927 | fa163e52-5e1f-f442-69cc-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-02 12:02:06.633041 | fa163e52-5e1f-f442-69cc-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:52.379416 | 1.03s 2025-10-02 12:02:06.639309 | fa163e52-5e1f-f442-69cc-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:52.385683 | 1.03s 2025-10-02 12:02:06.670239 | fa163e52-5e1f-f442-69cc-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-02 12:02:07.212837 | fa163e52-5e1f-f442-69cc-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-02 12:02:07.213851 | fa163e52-5e1f-f442-69cc-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:52.960232 | 0.54s 2025-10-02 12:02:07.244362 | fa163e52-5e1f-f442-69cc-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-02 12:02:07.732307 | fa163e52-5e1f-f442-69cc-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-02 12:02:07.733571 | fa163e52-5e1f-f442-69cc-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:53.479948 | 0.49s 2025-10-02 12:02:07.764479 | fa163e52-5e1f-f442-69cc-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-02 12:02:08.842362 | fa163e52-5e1f-f442-69cc-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-02 12:02:08.843997 | fa163e52-5e1f-f442-69cc-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:54.590377 | 1.08s 2025-10-02 12:02:08.868607 | fa163e52-5e1f-f442-69cc-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-02 12:02:09.365984 | fa163e52-5e1f-f442-69cc-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-02 12:02:09.367429 | fa163e52-5e1f-f442-69cc-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:55.113801 | 0.50s 2025-10-02 12:02:09.399562 | fa163e52-5e1f-f442-69cc-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-02 12:02:09.837577 | fa163e52-5e1f-f442-69cc-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-02 12:02:09.839514 | fa163e52-5e1f-f442-69cc-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:55.585889 | 0.44s 2025-10-02 12:02:09.870314 | fa163e52-5e1f-f442-69cc-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-02 12:02:10.812887 | fa163e52-5e1f-f442-69cc-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-02 12:02:10.815431 | fa163e52-5e1f-f442-69cc-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:56.561798 | 0.94s 2025-10-02 12:02:10.847551 | fa163e52-5e1f-f442-69cc-000000002698 | TASK | Update container configs with new config hashes 2025-10-02 12:02:10.904268 | fa163e52-5e1f-f442-69cc-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:56.650630 | 0.05s 2025-10-02 12:02:10.927865 | 4d453d22-5cbe-424d-b0fc-1d010a9c4da0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-02 12:02:10.965534 | fa163e52-5e1f-f442-69cc-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-02 12:02:11.277181 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-02 12:02:11.278422 | | WARNING | Config change detected for mysql_bootstrap, new hash: fcbcec4cfec2857705cdc5fbb7afcab2 2025-10-02 12:02:11.278933 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: e9e127c563a63920be9240f612be2c8b 2025-10-02 12:02:11.279465 | | WARNING | Config change detected for clustercheck, new hash: 1f20c4a1d2852eada9cda24c8e03d2fe 2025-10-02 12:02:11.279993 | | WARNING | Config change detected for horizon_fix_perms, new hash: 41bfb122fdb5fd8c3564e530f8b8e54f 2025-10-02 12:02:11.280546 | | WARNING | Config change detected for mysql_wait_bundle, new hash: fcbcec4cfec2857705cdc5fbb7afcab2 2025-10-02 12:02:11.281036 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: f6fb16e1a24d70b8d436b602e3b11971 2025-10-02 12:02:11.281629 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: f6fb16e1a24d70b8d436b602e3b11971 2025-10-02 12:02:11.282150 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: f6fb16e1a24d70b8d436b602e3b11971 2025-10-02 12:02:11.282622 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: f6fb16e1a24d70b8d436b602e3b11971 2025-10-02 12:02:11.283117 | | WARNING | Config change detected for aodh_db_sync, new hash: 5dd72e3a88cdfa5268814934ac8090a1 2025-10-02 12:02:11.283572 | | WARNING | Config change detected for barbican_api, new hash: 6c8f1a7b97fe2b6e5ecf9260a0074cfb 2025-10-02 12:02:11.284372 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 6c8f1a7b97fe2b6e5ecf9260a0074cfb 2025-10-02 12:02:11.284913 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 6c8f1a7b97fe2b6e5ecf9260a0074cfb 2025-10-02 12:02:11.285461 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 6c8f1a7b97fe2b6e5ecf9260a0074cfb 2025-10-02 12:02:11.286009 | | WARNING | Config change detected for barbican_worker, new hash: 6c8f1a7b97fe2b6e5ecf9260a0074cfb 2025-10-02 12:02:11.286539 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 7051781af41d68b05d0007cf1ea30036 2025-10-02 12:02:11.287038 | | WARNING | Config change detected for glance_api_db_sync, new hash: bdb67c24abe3c2e433a48fa5175d4814-3d561fd1cd23305b9e70a3e70c12e13b 2025-10-02 12:02:11.287535 | | WARNING | Config change detected for heat_engine_db_sync, new hash: ae3391d441b70b1d41cfa86d3b242914 2025-10-02 12:02:11.287976 | | WARNING | Config change detected for horizon, new hash: 41bfb122fdb5fd8c3564e530f8b8e54f 2025-10-02 12:02:11.288454 | | WARNING | Config change detected for iscsid, new hash: 3d561fd1cd23305b9e70a3e70c12e13b 2025-10-02 12:02:11.288910 | | WARNING | Config change detected for keystone, new hash: 5712581a187ef182da4a3aa417a37c85 2025-10-02 12:02:11.289395 | | WARNING | Config change detected for keystone_cron, new hash: 5712581a187ef182da4a3aa417a37c85 2025-10-02 12:02:11.289837 | | WARNING | Config change detected for keystone_db_sync, new hash: 5712581a187ef182da4a3aa417a37c85 2025-10-02 12:02:11.290316 | | WARNING | Config change detected for manila_api_db_sync, new hash: 7fcb0041834938cd4cc5cde74f7af023 2025-10-02 12:02:11.290758 | | WARNING | Config change detected for neutron_db_sync, new hash: 31487649f302580ade7ead920a1af680 2025-10-02 12:02:11.291256 | | WARNING | Config change detected for nova_api_db_sync, new hash: 2aeae5d96691c64d6a98c3d4fc073181 2025-10-02 12:02:11.291706 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 2aeae5d96691c64d6a98c3d4fc073181 2025-10-02 12:02:11.292175 | | WARNING | Config change detected for nova_db_sync, new hash: 2aeae5d96691c64d6a98c3d4fc073181 2025-10-02 12:02:11.292630 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 17978260d2dac9c09c82c7315e5ebc2b 2025-10-02 12:02:11.293069 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 17978260d2dac9c09c82c7315e5ebc2b 2025-10-02 12:02:11.293545 | | WARNING | Config change detected for nova_virtproxyd, new hash: 17978260d2dac9c09c82c7315e5ebc2b 2025-10-02 12:02:11.293984 | | WARNING | Config change detected for nova_virtqemud, new hash: 17978260d2dac9c09c82c7315e5ebc2b 2025-10-02 12:02:11.294468 | | WARNING | Config change detected for nova_virtsecretd, new hash: 17978260d2dac9c09c82c7315e5ebc2b 2025-10-02 12:02:11.294905 | | WARNING | Config change detected for nova_virtstoraged, new hash: 17978260d2dac9c09c82c7315e5ebc2b 2025-10-02 12:02:11.295413 | | WARNING | Config change detected for octavia_db_sync, new hash: f6fb16e1a24d70b8d436b602e3b11971 2025-10-02 12:02:11.295859 | | WARNING | Config change detected for placement_api_db_sync, new hash: 995a476377919bd41089575f36eebe90 2025-10-02 12:02:11.296353 | | WARNING | Config change detected for swift_copy_rings, new hash: 9651b9bd46dfcd024c3598f4ac346101-effaad3772bd5d32b6a03cd79525e44e 2025-10-02 12:02:11.296807 | | WARNING | Config change detected for aodh_api, new hash: 5dd72e3a88cdfa5268814934ac8090a1 2025-10-02 12:02:11.297278 | | WARNING | Config change detected for aodh_api_cron, new hash: 5dd72e3a88cdfa5268814934ac8090a1 2025-10-02 12:02:11.297720 | | WARNING | Config change detected for aodh_evaluator, new hash: 5dd72e3a88cdfa5268814934ac8090a1 2025-10-02 12:02:11.298245 | | WARNING | Config change detected for aodh_listener, new hash: 5dd72e3a88cdfa5268814934ac8090a1 2025-10-02 12:02:11.298690 | | WARNING | Config change detected for aodh_notifier, new hash: 5dd72e3a88cdfa5268814934ac8090a1 2025-10-02 12:02:11.299185 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 384bfd3d295767125164b6a66b0e286e 2025-10-02 12:02:11.299628 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 384bfd3d295767125164b6a66b0e286e 2025-10-02 12:02:11.300321 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 384bfd3d295767125164b6a66b0e286e 2025-10-02 12:02:11.300954 | | WARNING | Config change detected for cinder_api, new hash: 7051781af41d68b05d0007cf1ea30036 2025-10-02 12:02:11.301594 | | WARNING | Config change detected for cinder_api_cron, new hash: 7051781af41d68b05d0007cf1ea30036 2025-10-02 12:02:11.302065 | | WARNING | Config change detected for cinder_scheduler, new hash: 7051781af41d68b05d0007cf1ea30036 2025-10-02 12:02:11.302579 | | WARNING | Config change detected for glance_api, new hash: bdb67c24abe3c2e433a48fa5175d4814-3d561fd1cd23305b9e70a3e70c12e13b 2025-10-02 12:02:11.303080 | | WARNING | Config change detected for glance_api_cron, new hash: bdb67c24abe3c2e433a48fa5175d4814 2025-10-02 12:02:11.303590 | | WARNING | Config change detected for glance_api_internal, new hash: d23ae95a356a9b8180678f0494b1370b-3d561fd1cd23305b9e70a3e70c12e13b 2025-10-02 12:02:11.304074 | | WARNING | Config change detected for heat_api, new hash: 80f506f68134d294d4734816deb9fdf6 2025-10-02 12:02:11.304572 | | WARNING | Config change detected for heat_api_cfn, new hash: d93cfedf8066548dec3ad3bbb22d86c9 2025-10-02 12:02:11.305122 | | WARNING | Config change detected for heat_api_cron, new hash: 80f506f68134d294d4734816deb9fdf6 2025-10-02 12:02:11.305567 | | WARNING | Config change detected for heat_engine, new hash: ae3391d441b70b1d41cfa86d3b242914 2025-10-02 12:02:11.306035 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-02 12:02:11.306545 | | WARNING | Config change detected for manila_api, new hash: 7fcb0041834938cd4cc5cde74f7af023 2025-10-02 12:02:11.307194 | | WARNING | Config change detected for manila_api_cron, new hash: 7fcb0041834938cd4cc5cde74f7af023 2025-10-02 12:02:11.308276 | | WARNING | Config change detected for manila_scheduler, new hash: 7fcb0041834938cd4cc5cde74f7af023 2025-10-02 12:02:11.308891 | | WARNING | Config change detected for neutron_api, new hash: 31487649f302580ade7ead920a1af680 2025-10-02 12:02:11.309572 | | WARNING | Config change detected for neutron_dhcp, new hash: 31487649f302580ade7ead920a1af680 2025-10-02 12:02:11.310249 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 31487649f302580ade7ead920a1af680 2025-10-02 12:02:11.310892 | | WARNING | Config change detected for nova_api, new hash: 2aeae5d96691c64d6a98c3d4fc073181 2025-10-02 12:02:11.311484 | | WARNING | Config change detected for nova_api_cron, new hash: 2aeae5d96691c64d6a98c3d4fc073181 2025-10-02 12:02:11.312178 | | WARNING | Config change detected for nova_conductor, new hash: 2aeae5d96691c64d6a98c3d4fc073181 2025-10-02 12:02:11.312798 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 17978260d2dac9c09c82c7315e5ebc2b 2025-10-02 12:02:11.313316 | | WARNING | Config change detected for nova_metadata, new hash: 5a0226fd7bcc1b25730ce39e7b9d7ed8 2025-10-02 12:02:11.313768 | | WARNING | Config change detected for nova_migration_target, new hash: 17978260d2dac9c09c82c7315e5ebc2b 2025-10-02 12:02:11.314305 | | WARNING | Config change detected for nova_scheduler, new hash: 2aeae5d96691c64d6a98c3d4fc073181 2025-10-02 12:02:11.314773 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 2aeae5d96691c64d6a98c3d4fc073181 2025-10-02 12:02:11.315300 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 2aeae5d96691c64d6a98c3d4fc073181 2025-10-02 12:02:11.315767 | | WARNING | Config change detected for octavia_api, new hash: f6fb16e1a24d70b8d436b602e3b11971 2025-10-02 12:02:11.316262 | | WARNING | Config change detected for octavia_driver_agent, new hash: f6fb16e1a24d70b8d436b602e3b11971 2025-10-02 12:02:11.316703 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 31487649f302580ade7ead920a1af680 2025-10-02 12:02:11.317161 | | WARNING | Config change detected for placement_api, new hash: 995a476377919bd41089575f36eebe90 2025-10-02 12:02:11.317602 | | WARNING | Config change detected for placement_wait_for_service, new hash: 995a476377919bd41089575f36eebe90 2025-10-02 12:02:11.318059 | | WARNING | Config change detected for swift_account_reaper, new hash: 9651b9bd46dfcd024c3598f4ac346101 2025-10-02 12:02:11.318570 | | WARNING | Config change detected for swift_account_server, new hash: 9651b9bd46dfcd024c3598f4ac346101 2025-10-02 12:02:11.319065 | | WARNING | Config change detected for swift_container_server, new hash: 9651b9bd46dfcd024c3598f4ac346101 2025-10-02 12:02:11.319564 | | WARNING | Config change detected for swift_container_updater, new hash: 9651b9bd46dfcd024c3598f4ac346101 2025-10-02 12:02:11.320029 | | WARNING | Config change detected for swift_object_expirer, new hash: 9651b9bd46dfcd024c3598f4ac346101 2025-10-02 12:02:11.320503 | | WARNING | Config change detected for swift_object_server, new hash: 9651b9bd46dfcd024c3598f4ac346101 2025-10-02 12:02:11.320937 | | WARNING | Config change detected for swift_object_updater, new hash: 9651b9bd46dfcd024c3598f4ac346101 2025-10-02 12:02:11.321405 | | WARNING | Config change detected for swift_proxy, new hash: 9651b9bd46dfcd024c3598f4ac346101 2025-10-02 12:02:11.321838 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 384bfd3d295767125164b6a66b0e286e 2025-10-02 12:02:11.322318 | | WARNING | Config change detected for gnocchi_api, new hash: 0bc0995f0699ced6c509b36d9f27ff24 2025-10-02 12:02:11.322776 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 0bc0995f0699ced6c509b36d9f27ff24 2025-10-02 12:02:11.323386 | | WARNING | Config change detected for gnocchi_metricd, new hash: 0bc0995f0699ced6c509b36d9f27ff24 2025-10-02 12:02:11.323838 | | WARNING | Config change detected for gnocchi_statsd, new hash: 0bc0995f0699ced6c509b36d9f27ff24 2025-10-02 12:02:11.324308 | | WARNING | Config change detected for nova_compute, new hash: 3d561fd1cd23305b9e70a3e70c12e13b-17978260d2dac9c09c82c7315e5ebc2b 2025-10-02 12:02:11.324749 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 17978260d2dac9c09c82c7315e5ebc2b 2025-10-02 12:02:11.325808 | | WARNING | Config change detected for octavia_health_manager, new hash: f6fb16e1a24d70b8d436b602e3b11971 2025-10-02 12:02:11.326329 | | WARNING | Config change detected for octavia_housekeeping, new hash: f6fb16e1a24d70b8d436b602e3b11971 2025-10-02 12:02:11.326773 | | WARNING | Config change detected for octavia_rsyslog, new hash: f6fb16e1a24d70b8d436b602e3b11971 2025-10-02 12:02:11.327259 | | WARNING | Config change detected for octavia_worker, new hash: f6fb16e1a24d70b8d436b602e3b11971 2025-10-02 12:02:11.327581 | fa163e52-5e1f-f442-69cc-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-02 12:02:11.328116 | fa163e52-5e1f-f442-69cc-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:57.074479 | 0.36s 2025-10-02 12:02:11.353173 | fa163e52-5e1f-f442-69cc-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-02 12:02:11.384767 | fa163e52-5e1f-f442-69cc-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:57.131131 | 0.03s 2025-10-02 12:02:11.409078 | 03d0ce33-850a-42c2-83f5-ed05f1c64a7b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 12:02:11.438720 | fa163e52-5e1f-f442-69cc-000000002719 | TASK | Gather podman infos 2025-10-02 12:02:12.347455 | fa163e52-5e1f-f442-69cc-000000002719 | OK | Gather podman infos | standalone 2025-10-02 12:02:12.349944 | fa163e52-5e1f-f442-69cc-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:58.096318 | 0.91s 2025-10-02 12:02:12.427186 | fa163e52-5e1f-f442-69cc-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-02 12:02:12.489529 | fa163e52-5e1f-f442-69cc-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:58.235894 | 0.06s 2025-10-02 12:02:12.609291 | fa163e52-5e1f-f442-69cc-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:58.355652 | 0.07s 2025-10-02 12:02:12.670753 | fa163e52-5e1f-f442-69cc-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-02 12:02:12.723034 | fa163e52-5e1f-f442-69cc-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:58.469398 | 0.05s 2025-10-02 12:02:12.746845 | 9d9a8850-7f37-4902-b507-d66bd3995697 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 12:02:12.783759 | fa163e52-5e1f-f442-69cc-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-02 12:02:20.602599 | fa163e52-5e1f-f442-69cc-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-02 12:02:20.603841 | fa163e52-5e1f-f442-69cc-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:06.350221 | 7.82s 2025-10-02 12:02:20.629764 | fa163e52-5e1f-f442-69cc-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-02 12:02:23.336400 | fa163e52-5e1f-f442-69cc-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-02 12:02:23.337913 | fa163e52-5e1f-f442-69cc-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:09.084288 | 2.71s 2025-10-02 12:02:23.418724 | fa163e52-5e1f-f442-69cc-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-02 12:02:23.656509 | fa163e52-5e1f-f442-69cc-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-02 12:02:23.657785 | fa163e52-5e1f-f442-69cc-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:09.404160 | 0.24s 2025-10-02 12:02:23.704208 | fa163e52-5e1f-f442-69cc-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-02 12:02:23.755684 | fa163e52-5e1f-f442-69cc-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:09.502030 | 0.05s 2025-10-02 12:02:23.796294 | fa163e52-5e1f-f442-69cc-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-02 12:02:23.857648 | fa163e52-5e1f-f442-69cc-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:09.604009 | 0.06s 2025-10-02 12:02:23.893070 | fe90a66f-de67-47ea-849d-f1837413dfae | INCLUDED | /root/standalone-ansible-m86fxwho/host-container-puppet-tasks.yaml | standalone 2025-10-02 12:02:23.932892 | fa163e52-5e1f-f442-69cc-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-02 12:02:24.426607 | fa163e52-5e1f-f442-69cc-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-02 12:02:24.428281 | fa163e52-5e1f-f442-69cc-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:10.174650 | 0.49s 2025-10-02 12:02:24.460839 | fa163e52-5e1f-f442-69cc-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-02 12:02:24.764388 | fa163e52-5e1f-f442-69cc-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-02 12:02:24.766367 | fa163e52-5e1f-f442-69cc-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:10.512736 | 0.30s 2025-10-02 12:02:24.801696 | fa163e52-5e1f-f442-69cc-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-02 12:02:24.837328 | fa163e52-5e1f-f442-69cc-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:10.583687 | 0.03s 2025-10-02 12:02:24.900286 | fa163e52-5e1f-f442-69cc-0000000025c3 | TASK | Gather variables for each operating system 2025-10-02 12:02:25.005872 | fa163e52-5e1f-f442-69cc-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:10.752233 | 0.10s 2025-10-02 12:02:25.037408 | fa163e52-5e1f-f442-69cc-0000000025c4 | TASK | Create container logs path 2025-10-02 12:02:25.222458 | fa163e52-5e1f-f442-69cc-0000000025c4 | OK | Create container logs path | standalone 2025-10-02 12:02:25.223860 | fa163e52-5e1f-f442-69cc-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:10.970234 | 0.18s 2025-10-02 12:02:25.257405 | fa163e52-5e1f-f442-69cc-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 12:02:25.524897 | fa163e52-5e1f-f442-69cc-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 12:02:25.526210 | fa163e52-5e1f-f442-69cc-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:11.272579 | 0.27s 2025-10-02 12:02:25.555956 | fa163e52-5e1f-f442-69cc-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-02 12:02:25.589427 | fa163e52-5e1f-f442-69cc-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-02 12:02:25.590644 | fa163e52-5e1f-f442-69cc-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:11.337018 | 0.03s 2025-10-02 12:02:25.621720 | fa163e52-5e1f-f442-69cc-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-02 12:02:25.654477 | fa163e52-5e1f-f442-69cc-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 12:02:25.655769 | fa163e52-5e1f-f442-69cc-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:11.402142 | 0.03s 2025-10-02 12:02:25.686672 | fa163e52-5e1f-f442-69cc-0000000025cb | TASK | Update container configs with new config hashes 2025-10-02 12:02:25.737223 | fa163e52-5e1f-f442-69cc-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 12:02:25.738536 | fa163e52-5e1f-f442-69cc-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:11.484909 | 0.05s 2025-10-02 12:02:25.771432 | fa163e52-5e1f-f442-69cc-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 12:02:25.821845 | fa163e52-5e1f-f442-69cc-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 12:02:25.823184 | fa163e52-5e1f-f442-69cc-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:11.569556 | 0.05s 2025-10-02 12:02:25.857176 | fa163e52-5e1f-f442-69cc-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-02 12:02:25.909865 | fa163e52-5e1f-f442-69cc-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-02 12:02:25.911441 | fa163e52-5e1f-f442-69cc-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:11.657813 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-02 12:02:26.080969 | fa163e52-5e1f-f442-69cc-0000000000c6 | TASK | External deployment step 2 2025-10-02 12:02:26.108634 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000c6') missing from stats 2025-10-02 12:02:26.161768 | fa163e52-5e1f-f442-69cc-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:11.908132 | 0.04s 2025-10-02 12:02:26.193257 | 29003608-c6f3-44dc-8b14-fdff2c11c043 | INCLUDED | /root/standalone-ansible-m86fxwho/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-02 12:02:26.213987 | fa163e52-5e1f-f442-69cc-000000002852 | TASK | create cephadm working directory and related files 2025-10-02 12:02:26.263964 | fa163e52-5e1f-f442-69cc-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:12.010332 | 0.05s 2025-10-02 12:02:26.328173 | fa163e52-5e1f-f442-69cc-00000000287a | TASK | create cephadm workdir 2025-10-02 12:02:26.580509 | fa163e52-5e1f-f442-69cc-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-m86fxwho/cephadm 2025-10-02 12:02:26.581564 | fa163e52-5e1f-f442-69cc-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:12.327941 | 0.25s 2025-10-02 12:02:26.587822 | fa163e52-5e1f-f442-69cc-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:12.334192 | 0.26s 2025-10-02 12:02:26.606242 | fa163e52-5e1f-f442-69cc-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-02 12:02:26.816665 | fa163e52-5e1f-f442-69cc-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-02 12:02:26.817815 | fa163e52-5e1f-f442-69cc-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:12.564194 | 0.21s 2025-10-02 12:02:26.833002 | fa163e52-5e1f-f442-69cc-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-02 12:02:26.899278 | fa163e52-5e1f-f442-69cc-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-02 12:02:26.899948 | fa163e52-5e1f-f442-69cc-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:12.646333 | 0.07s 2025-10-02 12:02:26.914981 | fa163e52-5e1f-f442-69cc-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-02 12:02:26.963366 | fa163e52-5e1f-f442-69cc-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-02 12:02:26.964245 | fa163e52-5e1f-f442-69cc-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:12.710625 | 0.05s 2025-10-02 12:02:27.025245 | fa163e52-5e1f-f442-69cc-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:12.771619 | 0.05s 2025-10-02 12:02:27.079997 | fa163e52-5e1f-f442-69cc-000000002902 | TASK | set basic user fact 2025-10-02 12:02:27.148622 | fa163e52-5e1f-f442-69cc-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-02 12:02:27.150160 | fa163e52-5e1f-f442-69cc-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:12.896526 | 0.07s 2025-10-02 12:02:27.169526 | fa163e52-5e1f-f442-69cc-000000002903 | TASK | set basic home fact 2025-10-02 12:02:27.243523 | fa163e52-5e1f-f442-69cc-000000002903 | OK | set basic home fact | undercloud 2025-10-02 12:02:27.245215 | fa163e52-5e1f-f442-69cc-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:12.991583 | 0.07s 2025-10-02 12:02:27.263751 | fa163e52-5e1f-f442-69cc-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-02 12:02:27.347735 | fa163e52-5e1f-f442-69cc-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-02 12:02:27.349014 | fa163e52-5e1f-f442-69cc-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:13.095388 | 0.08s 2025-10-02 12:02:27.371574 | fa163e52-5e1f-f442-69cc-000000002906 | TASK | get all ansible environment variables 2025-10-02 12:02:27.414826 | fa163e52-5e1f-f442-69cc-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-02 12:02:27.415918 | fa163e52-5e1f-f442-69cc-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:13.162296 | 0.04s 2025-10-02 12:02:27.431798 | fa163e52-5e1f-f442-69cc-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-02 12:02:27.491031 | fa163e52-5e1f-f442-69cc-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-02 12:02:27.492084 | fa163e52-5e1f-f442-69cc-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:13.238463 | 0.06s 2025-10-02 12:02:27.509827 | fa163e52-5e1f-f442-69cc-000000002909 | TASK | Set common fact 2025-10-02 12:02:27.562288 | fa163e52-5e1f-f442-69cc-000000002909 | OK | Set common fact | undercloud 2025-10-02 12:02:27.563710 | fa163e52-5e1f-f442-69cc-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:13.310085 | 0.05s 2025-10-02 12:02:27.581156 | fa163e52-5e1f-f442-69cc-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-02 12:02:27.613843 | fa163e52-5e1f-f442-69cc-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-02 12:02:27.614863 | fa163e52-5e1f-f442-69cc-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:13.361240 | 0.03s 2025-10-02 12:02:27.651080 | fa163e52-5e1f-f442-69cc-00000000290c | TASK | build filter list 2025-10-02 12:02:27.682537 | fa163e52-5e1f-f442-69cc-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:13.428894 | 0.03s 2025-10-02 12:02:27.701688 | fa163e52-5e1f-f442-69cc-00000000290d | TASK | add images pool 2025-10-02 12:02:27.777594 | fa163e52-5e1f-f442-69cc-00000000290d | OK | add images pool | undercloud 2025-10-02 12:02:27.778955 | fa163e52-5e1f-f442-69cc-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:13.525328 | 0.08s 2025-10-02 12:02:27.797610 | fa163e52-5e1f-f442-69cc-00000000290e | TASK | add volumes pool 2025-10-02 12:02:27.870476 | fa163e52-5e1f-f442-69cc-00000000290e | OK | add volumes pool | undercloud 2025-10-02 12:02:27.871759 | fa163e52-5e1f-f442-69cc-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:13.618132 | 0.07s 2025-10-02 12:02:27.891618 | fa163e52-5e1f-f442-69cc-00000000290f | TASK | add vms pool 2025-10-02 12:02:27.952961 | fa163e52-5e1f-f442-69cc-00000000290f | OK | add vms pool | undercloud 2025-10-02 12:02:27.954255 | fa163e52-5e1f-f442-69cc-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:13.700629 | 0.06s 2025-10-02 12:02:27.972488 | fa163e52-5e1f-f442-69cc-000000002910 | TASK | add gnocchi pool 2025-10-02 12:02:28.012364 | fa163e52-5e1f-f442-69cc-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-02 12:02:28.013690 | fa163e52-5e1f-f442-69cc-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:13.760051 | 0.04s 2025-10-02 12:02:28.032681 | fa163e52-5e1f-f442-69cc-000000002911 | TASK | add cinder backup pool 2025-10-02 12:02:28.106766 | fa163e52-5e1f-f442-69cc-000000002911 | OK | add cinder backup pool | undercloud 2025-10-02 12:02:28.108149 | fa163e52-5e1f-f442-69cc-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:13.854523 | 0.07s 2025-10-02 12:02:28.126283 | fa163e52-5e1f-f442-69cc-000000002912 | TASK | add cinder extra pools 2025-10-02 12:02:28.157225 | fa163e52-5e1f-f442-69cc-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:13.903587 | 0.03s 2025-10-02 12:02:28.176237 | fa163e52-5e1f-f442-69cc-000000002913 | TASK | build resulting pool list 2025-10-02 12:02:28.319021 | fa163e52-5e1f-f442-69cc-000000002913 | OK | build resulting pool list | undercloud 2025-10-02 12:02:28.320403 | fa163e52-5e1f-f442-69cc-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:14.066777 | 0.14s 2025-10-02 12:02:28.338740 | fa163e52-5e1f-f442-69cc-000000002915 | TASK | add manila data pool 2025-10-02 12:02:28.392274 | fa163e52-5e1f-f442-69cc-000000002915 | OK | add manila data pool | undercloud 2025-10-02 12:02:28.393620 | fa163e52-5e1f-f442-69cc-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:14.139994 | 0.05s 2025-10-02 12:02:28.411848 | fa163e52-5e1f-f442-69cc-000000002916 | TASK | add manila metadata pool 2025-10-02 12:02:28.464360 | fa163e52-5e1f-f442-69cc-000000002916 | OK | add manila metadata pool | undercloud 2025-10-02 12:02:28.465644 | fa163e52-5e1f-f442-69cc-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:14.212019 | 0.05s 2025-10-02 12:02:28.546760 | fa163e52-5e1f-f442-69cc-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:14.293115 | 0.04s 2025-10-02 12:02:28.682635 | fa163e52-5e1f-f442-69cc-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-02 12:02:28.741336 | fa163e52-5e1f-f442-69cc-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-02 12:02:28.742376 | fa163e52-5e1f-f442-69cc-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:14.488754 | 0.06s 2025-10-02 12:02:28.757969 | fa163e52-5e1f-f442-69cc-000000002aaa | TASK | build openstack client profiles per pool 2025-10-02 12:02:28.837404 | fa163e52-5e1f-f442-69cc-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-02 12:02:28.840151 | fa163e52-5e1f-f442-69cc-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:14.586519 | 0.08s 2025-10-02 12:02:28.901592 | fa163e52-5e1f-f442-69cc-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-02 12:02:28.902500 | fa163e52-5e1f-f442-69cc-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:14.648877 | 0.14s 2025-10-02 12:02:28.925531 | fa163e52-5e1f-f442-69cc-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-02 12:02:28.926311 | fa163e52-5e1f-f442-69cc-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:14.672691 | 0.17s 2025-10-02 12:02:28.946483 | fa163e52-5e1f-f442-69cc-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-02 12:02:28.947343 | fa163e52-5e1f-f442-69cc-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:14.693721 | 0.19s 2025-10-02 12:02:28.953558 | fa163e52-5e1f-f442-69cc-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:14.699924 | 0.19s 2025-10-02 12:02:28.972435 | fa163e52-5e1f-f442-69cc-000000002aab | TASK | set openstack client caps 2025-10-02 12:02:29.015400 | fa163e52-5e1f-f442-69cc-000000002aab | OK | set openstack client caps | undercloud 2025-10-02 12:02:29.016739 | fa163e52-5e1f-f442-69cc-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:14.763113 | 0.04s 2025-10-02 12:02:29.035664 | fa163e52-5e1f-f442-69cc-000000002aac | TASK | set openstack client osd(s) caps 2025-10-02 12:02:29.108531 | fa163e52-5e1f-f442-69cc-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-02 12:02:29.109856 | fa163e52-5e1f-f442-69cc-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:14.856230 | 0.07s 2025-10-02 12:02:29.128404 | fa163e52-5e1f-f442-69cc-000000002aad | TASK | Combine caps 2025-10-02 12:02:29.194446 | fa163e52-5e1f-f442-69cc-000000002aad | OK | Combine caps | undercloud 2025-10-02 12:02:29.195842 | fa163e52-5e1f-f442-69cc-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:14.942217 | 0.07s 2025-10-02 12:02:29.214250 | fa163e52-5e1f-f442-69cc-000000002aae | TASK | set openstack client key 2025-10-02 12:02:29.277457 | fa163e52-5e1f-f442-69cc-000000002aae | OK | set openstack client key | undercloud 2025-10-02 12:02:29.278729 | fa163e52-5e1f-f442-69cc-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:15.025104 | 0.06s 2025-10-02 12:02:29.297326 | fa163e52-5e1f-f442-69cc-000000002ab0 | TASK | build manila key for openstack 2025-10-02 12:02:29.358930 | fa163e52-5e1f-f442-69cc-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-02 12:02:29.360305 | fa163e52-5e1f-f442-69cc-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:15.106679 | 0.06s 2025-10-02 12:02:29.382317 | fa163e52-5e1f-f442-69cc-000000002ab1 | TASK | build radosgw key for openstack 2025-10-02 12:02:29.437492 | fa163e52-5e1f-f442-69cc-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-02 12:02:29.438813 | fa163e52-5e1f-f442-69cc-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:15.185185 | 0.05s 2025-10-02 12:02:29.456678 | fa163e52-5e1f-f442-69cc-000000002ab2 | TASK | build the resulting keys 2025-10-02 12:02:29.608762 | fa163e52-5e1f-f442-69cc-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-02 12:02:29.610722 | fa163e52-5e1f-f442-69cc-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:15.357097 | 0.15s 2025-10-02 12:02:29.698463 | fa163e52-5e1f-f442-69cc-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:15.444820 | 0.05s 2025-10-02 12:02:29.860945 | fa163e52-5e1f-f442-69cc-000000002dcd | TASK | build ceph orphan set 2025-10-02 12:02:29.930718 | fa163e52-5e1f-f442-69cc-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-02 12:02:29.932035 | fa163e52-5e1f-f442-69cc-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:15.678406 | 0.07s 2025-10-02 12:02:29.950126 | fa163e52-5e1f-f442-69cc-000000002dce | TASK | clean ceph_config_overrides list 2025-10-02 12:02:29.991085 | fa163e52-5e1f-f442-69cc-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:15.737447 | 0.04s 2025-10-02 12:02:30.009852 | fa163e52-5e1f-f442-69cc-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-02 12:02:30.071409 | fa163e52-5e1f-f442-69cc-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-02 12:02:30.072729 | fa163e52-5e1f-f442-69cc-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:15.819102 | 0.06s 2025-10-02 12:02:30.091798 | fa163e52-5e1f-f442-69cc-000000002dd0 | TASK | build ceph config overrides 2025-10-02 12:02:30.221148 | fa163e52-5e1f-f442-69cc-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-02 12:02:30.222404 | fa163e52-5e1f-f442-69cc-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:15.968780 | 0.13s 2025-10-02 12:02:30.257985 | fa163e52-5e1f-f442-69cc-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-02 12:02:30.937356 | fa163e52-5e1f-f442-69cc-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-02 12:02:30.938896 | fa163e52-5e1f-f442-69cc-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:16.685268 | 0.68s 2025-10-02 12:02:30.957471 | fa163e52-5e1f-f442-69cc-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-02 12:02:31.062600 | fa163e52-5e1f-f442-69cc-000000002883 | OK | Set bootstrap host | undercloud 2025-10-02 12:02:31.063655 | fa163e52-5e1f-f442-69cc-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:16.810030 | 0.10s 2025-10-02 12:02:31.082194 | fa163e52-5e1f-f442-69cc-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-02 12:02:31.230461 | fa163e52-5e1f-f442-69cc-000000002884 | OK | Set first monitor IP | undercloud 2025-10-02 12:02:31.231683 | fa163e52-5e1f-f442-69cc-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:16.978057 | 0.15s 2025-10-02 12:02:31.250817 | fa163e52-5e1f-f442-69cc-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-02 12:02:31.348476 | fa163e52-5e1f-f442-69cc-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-02 12:02:31.350139 | fa163e52-5e1f-f442-69cc-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:17.096506 | 0.10s 2025-10-02 12:02:31.368848 | fa163e52-5e1f-f442-69cc-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-02 12:02:31.918536 | fa163e52-5e1f-f442-69cc-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-02 12:02:31.920313 | fa163e52-5e1f-f442-69cc-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:17.666688 | 0.55s 2025-10-02 12:02:31.955734 | fa163e52-5e1f-f442-69cc-000000002853 | TASK | Prepare cephadm user and keys 2025-10-02 12:02:32.448881 | fa163e52-5e1f-f442-69cc-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-02 12:02:32.450236 | fa163e52-5e1f-f442-69cc-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:18.196608 | 0.49s 2025-10-02 12:02:32.468191 | fa163e52-5e1f-f442-69cc-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-02 12:02:32.551521 | fa163e52-5e1f-f442-69cc-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:18.297885 | 0.08s 2025-10-02 12:02:32.638479 | fa163e52-5e1f-f442-69cc-000000003049 | TASK | set cephadm playbook 2025-10-02 12:02:32.710270 | fa163e52-5e1f-f442-69cc-000000003049 | OK | set cephadm playbook | undercloud 2025-10-02 12:02:32.711561 | fa163e52-5e1f-f442-69cc-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:18.457933 | 0.07s 2025-10-02 12:02:32.730290 | fa163e52-5e1f-f442-69cc-00000000304a | TASK | Setup the log path 2025-10-02 12:02:32.784261 | fa163e52-5e1f-f442-69cc-00000000304a | OK | Setup the log path | undercloud 2025-10-02 12:02:32.785628 | fa163e52-5e1f-f442-69cc-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:18.532003 | 0.05s 2025-10-02 12:02:32.803585 | fa163e52-5e1f-f442-69cc-00000000304b | TASK | Setup the cephadm playbook command 2025-10-02 12:02:32.875759 | fa163e52-5e1f-f442-69cc-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-02 12:02:32.877080 | fa163e52-5e1f-f442-69cc-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:18.623454 | 0.07s 2025-10-02 12:02:32.895047 | fa163e52-5e1f-f442-69cc-00000000304c | TASK | rotate cephadm_command.log 2025-10-02 12:02:33.137038 | fa163e52-5e1f-f442-69cc-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-02 12:02:33.138407 | fa163e52-5e1f-f442-69cc-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:18.884780 | 0.24s 2025-10-02 12:02:33.156238 | fa163e52-5e1f-f442-69cc-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-02 12:02:33.657009 | fa163e52-5e1f-f442-69cc-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-02 12:02:33.658546 | fa163e52-5e1f-f442-69cc-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:19.404920 | 0.50s 2025-10-02 12:02:33.676546 | fa163e52-5e1f-f442-69cc-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-02 12:02:33.751798 | fa163e52-5e1f-f442-69cc-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-m86fxwho/cephadm/cephadm_command.log)" } 2025-10-02 12:02:33.753027 | fa163e52-5e1f-f442-69cc-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:19.499403 | 0.07s 2025-10-02 12:02:33.771178 | fa163e52-5e1f-f442-69cc-00000000304f | TASK | run cephadm playbook 2025-10-02 12:03:31.347081 | fa163e52-5e1f-f442-69cc-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-02 12:03:31.351269 | fa163e52-5e1f-f442-69cc-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:17.097636 | 57.58s 2025-10-02 12:03:31.373503 | fa163e52-5e1f-f442-69cc-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-02 12:03:31.438955 | fa163e52-5e1f-f442-69cc-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-02 12:03:31.440474 | fa163e52-5e1f-f442-69cc-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:17.186847 | 0.06s 2025-10-02 12:03:31.458548 | fa163e52-5e1f-f442-69cc-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-02 12:03:31.519196 | fa163e52-5e1f-f442-69cc-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-02 12:03:31.520368 | fa163e52-5e1f-f442-69cc-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:17.266742 | 0.06s 2025-10-02 12:03:31.554585 | fa163e52-5e1f-f442-69cc-000000002856 | TASK | Check if the input variable file exists 2025-10-02 12:03:31.825835 | fa163e52-5e1f-f442-69cc-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-02 12:03:31.827426 | fa163e52-5e1f-f442-69cc-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:17.573802 | 0.27s 2025-10-02 12:03:31.845575 | fa163e52-5e1f-f442-69cc-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-02 12:03:31.895360 | fa163e52-5e1f-f442-69cc-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-02 12:03:31.896397 | fa163e52-5e1f-f442-69cc-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:17.642772 | 0.05s 2025-10-02 12:03:31.914336 | fa163e52-5e1f-f442-69cc-000000002858 | TASK | configure ceph clients 2025-10-02 12:03:31.963708 | fa163e52-5e1f-f442-69cc-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:17.710080 | 0.05s 2025-10-02 12:03:32.027151 | fa163e52-5e1f-f442-69cc-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-02 12:03:32.095619 | fa163e52-5e1f-f442-69cc-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-02 12:03:32.096961 | fa163e52-5e1f-f442-69cc-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:17.843334 | 0.07s 2025-10-02 12:03:32.116485 | fa163e52-5e1f-f442-69cc-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-02 12:03:32.165426 | fa163e52-5e1f-f442-69cc-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:17.911790 | 0.05s 2025-10-02 12:03:32.179455 | 27331ed1-b4de-4e46-8aac-6f56d3269910 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-02 12:03:32.211059 | fa163e52-5e1f-f442-69cc-000000003157 | TASK | Clean any old fetch directory path 2025-10-02 12:03:32.466849 | fa163e52-5e1f-f442-69cc-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-02 12:03:32.468179 | fa163e52-5e1f-f442-69cc-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:18.214551 | 0.26s 2025-10-02 12:03:32.486892 | fa163e52-5e1f-f442-69cc-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-02 12:03:32.742807 | fa163e52-5e1f-f442-69cc-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-02 12:03:32.743907 | fa163e52-5e1f-f442-69cc-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:18.490288 | 0.26s 2025-10-02 12:03:32.762794 | fa163e52-5e1f-f442-69cc-000000003115 | TASK | Check if the input variables exist 2025-10-02 12:03:33.008192 | fa163e52-5e1f-f442-69cc-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-02 12:03:33.009869 | fa163e52-5e1f-f442-69cc-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:18.756242 | 0.25s 2025-10-02 12:03:33.029777 | fa163e52-5e1f-f442-69cc-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-02 12:03:33.102926 | fa163e52-5e1f-f442-69cc-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-02 12:03:33.104390 | fa163e52-5e1f-f442-69cc-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:18.850756 | 0.07s 2025-10-02 12:03:33.123208 | fa163e52-5e1f-f442-69cc-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-02 12:03:33.194515 | fa163e52-5e1f-f442-69cc-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-02 12:03:33.195721 | fa163e52-5e1f-f442-69cc-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:18.942094 | 0.07s 2025-10-02 12:03:33.213686 | fa163e52-5e1f-f442-69cc-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-02 12:03:33.298417 | fa163e52-5e1f-f442-69cc-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-02 12:03:33.299521 | fa163e52-5e1f-f442-69cc-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:19.045895 | 0.08s 2025-10-02 12:03:33.317768 | fa163e52-5e1f-f442-69cc-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-02 12:03:33.379493 | fa163e52-5e1f-f442-69cc-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:19.125865 | 0.06s 2025-10-02 12:03:33.389868 | 7f33b305-ea73-47f4-9b9f-8268c0dfab3a | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-02 12:03:33.428161 | fa163e52-5e1f-f442-69cc-0000000031ab | TASK | create cephx key(s) 2025-10-02 12:03:33.940539 | fa163e52-5e1f-f442-69cc-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQALZd5oAAAAABAAsFPe6uMhzaY8Cy++rXZE6A==', '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-02 12:03:33.943259 | fa163e52-5e1f-f442-69cc-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:19.689626 | 0.51s 2025-10-02 12:03:34.389699 | fa163e52-5e1f-f442-69cc-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQALZd5oAAAAABAA+HJ9byh3+waIMjYm+ySe4Q==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-02 12:03:34.391296 | fa163e52-5e1f-f442-69cc-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:20.137678 | 0.96s 2025-10-02 12:03:34.402023 | fa163e52-5e1f-f442-69cc-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:20.148396 | 0.97s 2025-10-02 12:03:34.421338 | fa163e52-5e1f-f442-69cc-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-02 12:03:34.472572 | fa163e52-5e1f-f442-69cc-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:20.218937 | 0.05s 2025-10-02 12:03:34.483262 | db959ab1-2a15-4eb5-993d-b34437ef9e62 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-02 12:03:34.522508 | fa163e52-5e1f-f442-69cc-00000000320f | TASK | create ceph.conf 2025-10-02 12:03:35.065139 | fa163e52-5e1f-f442-69cc-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-02 12:03:35.066474 | fa163e52-5e1f-f442-69cc-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:20.812847 | 0.54s 2025-10-02 12:03:35.085045 | fa163e52-5e1f-f442-69cc-00000000311b | TASK | Configure Ceph Clients 2025-10-02 12:03:35.135944 | fa163e52-5e1f-f442-69cc-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:20.882307 | 0.05s 2025-10-02 12:03:35.154953 | 6969d3be-4e96-4514-905d-cd196206a85f | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-02 12:03:35.198047 | fa163e52-5e1f-f442-69cc-00000000327e | TASK | set effective ceph_clients without limit 2025-10-02 12:03:35.324506 | fa163e52-5e1f-f442-69cc-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-02 12:03:35.325759 | fa163e52-5e1f-f442-69cc-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:21.072132 | 0.13s 2025-10-02 12:03:35.344801 | fa163e52-5e1f-f442-69cc-00000000327f | TASK | set effective ceph_clients with limit 2025-10-02 12:03:35.428168 | fa163e52-5e1f-f442-69cc-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-02 12:03:35.429390 | fa163e52-5e1f-f442-69cc-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:21.175761 | 0.08s 2025-10-02 12:03:35.447587 | fa163e52-5e1f-f442-69cc-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-02 12:03:35.563271 | fa163e52-5e1f-f442-69cc-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-02 12:03:35.564581 | fa163e52-5e1f-f442-69cc-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:21.310953 | 0.12s 2025-10-02 12:03:35.605281 | fa163e52-5e1f-f442-69cc-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-02 12:03:35.870978 | fa163e52-5e1f-f442-69cc-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-m86fxwho/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e52-5e1f-f442-69cc-000000003281') missing from stats 2025-10-02 12:03:36.104985 | fa163e52-5e1f-f442-69cc-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-m86fxwho/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-02 12:03:36.306487 | fa163e52-5e1f-f442-69cc-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-m86fxwho/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-02 12:03:36.315274 | fa163e52-5e1f-f442-69cc-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:22.061636 | 0.71s 2025-10-02 12:03:36.350393 | fa163e52-5e1f-f442-69cc-000000003282 | TASK | push files to the other nodes of cluster 2025-10-02 12:03:36.818784 | fa163e52-5e1f-f442-69cc-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-m86fxwho/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e52-5e1f-f442-69cc-000000003282') missing from stats 2025-10-02 12:03:37.283518 | fa163e52-5e1f-f442-69cc-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-m86fxwho/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-02 12:03:37.751926 | fa163e52-5e1f-f442-69cc-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-m86fxwho/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-02 12:03:37.764229 | fa163e52-5e1f-f442-69cc-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:23.510600 | 1.41s 2025-10-02 12:03:37.781492 | fa163e52-5e1f-f442-69cc-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-02 12:03:37.810990 | fa163e52-5e1f-f442-69cc-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:23.557359 | 0.03s 2025-10-02 12:03:37.819948 | 91af009a-ae84-46be-a89e-e19960d0fd7c | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-02 12:03:37.861154 | fa163e52-5e1f-f442-69cc-000000003316 | TASK | Clean any old fetch directory path 2025-10-02 12:03:38.110666 | fa163e52-5e1f-f442-69cc-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-02 12:03:38.111998 | fa163e52-5e1f-f442-69cc-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:23.858372 | 0.25s 2025-10-02 12:03:38.130921 | fa163e52-5e1f-f442-69cc-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-02 12:03:38.181511 | fa163e52-5e1f-f442-69cc-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-02 12:03:38.182681 | fa163e52-5e1f-f442-69cc-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:23.929054 | 0.05s 2025-10-02 12:03:38.216719 | fa163e52-5e1f-f442-69cc-000000002859 | TASK | tripleo client role 2025-10-02 12:03:38.245085 | fa163e52-5e1f-f442-69cc-000000002859 | TIMING | tripleo client role | undercloud | 0:13:23.991456 | 0.03s 2025-10-02 12:03:38.262201 | fa163e52-5e1f-f442-69cc-00000000285a | TASK | Load variables for standalone ganesha 2025-10-02 12:03:38.343539 | fa163e52-5e1f-f442-69cc-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-02 12:03:38.344688 | fa163e52-5e1f-f442-69cc-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:24.091063 | 0.08s 2025-10-02 12:03:38.360539 | fa163e52-5e1f-f442-69cc-00000000285b | TASK | Config Standalone Ganesha 2025-10-02 12:03:38.442279 | fa163e52-5e1f-f442-69cc-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-02 12:03:38.443778 | fa163e52-5e1f-f442-69cc-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:24.190147 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-02 12:03:38.585013 | fa163e52-5e1f-f442-69cc-0000000000ca | TASK | Deploy step tasks for 2 2025-10-02 12:03:38.613631 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000ca') missing from stats 2025-10-02 12:03:38.638112 | fa163e52-5e1f-f442-69cc-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-02 12:03:39.144710 | fa163e52-5e1f-f442-69cc-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-02 12:03:39.146202 | fa163e52-5e1f-f442-69cc-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:24.892571 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 12:03:39.215645 | fa163e52-5e1f-f442-69cc-0000000000cc | TIMING | include_tasks | standalone | 0:13:24.962014 | 0.04s 2025-10-02 12:03:39.315707 | 88fcdaa1-333c-4064-8ff4-008e3d312290 | INCLUDED | /root/standalone-ansible-m86fxwho/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-02 12:03:39.352126 | fa163e52-5e1f-f442-69cc-0000000033dd | TASK | Push script 2025-10-02 12:03:39.824247 | fa163e52-5e1f-f442-69cc-0000000033dd | CHANGED | Push script | standalone 2025-10-02 12:03:39.825532 | fa163e52-5e1f-f442-69cc-0000000033dd | TIMING | Push script | standalone | 0:13:25.571904 | 0.47s 2025-10-02 12:03:39.853997 | fa163e52-5e1f-f442-69cc-0000000033de | TASK | Insert cronjob in root crontab 2025-10-02 12:03:40.300902 | fa163e52-5e1f-f442-69cc-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-02 12:03:40.301597 | fa163e52-5e1f-f442-69cc-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:26.047981 | 0.45s 2025-10-02 12:03:40.331817 | fa163e52-5e1f-f442-69cc-0000000033e5 | TASK | Gather variables for each operating system 2025-10-02 12:03:40.448353 | fa163e52-5e1f-f442-69cc-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:26.194718 | 0.11s 2025-10-02 12:03:40.479829 | fa163e52-5e1f-f442-69cc-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-02 12:03:41.243795 | fa163e52-5e1f-f442-69cc-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 12:03:41.245128 | fa163e52-5e1f-f442-69cc-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:26.991463 | 0.76s 2025-10-02 12:03:41.276286 | fa163e52-5e1f-f442-69cc-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-02 12:05:24.989437 | fa163e52-5e1f-f442-69cc-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-02 12:05:24.991300 | fa163e52-5e1f-f442-69cc-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:10.737674 | 103.71s 2025-10-02 12:05:25.023541 | fa163e52-5e1f-f442-69cc-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-02 12:05:25.302293 | fa163e52-5e1f-f442-69cc-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-02 12:05:25.304918 | fa163e52-5e1f-f442-69cc-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:11.051289 | 0.28s 2025-10-02 12:05:25.336971 | fa163e52-5e1f-f442-69cc-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 12:05:25.956352 | fa163e52-5e1f-f442-69cc-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 12:05:25.959518 | fa163e52-5e1f-f442-69cc-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:11.705871 | 0.62s 2025-10-02 12:05:25.996423 | fa163e52-5e1f-f442-69cc-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-02 12:05:26.259074 | fa163e52-5e1f-f442-69cc-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-02 12:05:26.263416 | fa163e52-5e1f-f442-69cc-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:12.009779 | 0.26s 2025-10-02 12:05:26.298270 | fa163e52-5e1f-f442-69cc-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-02 12:05:26.363251 | fa163e52-5e1f-f442-69cc-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-02 12:05:26.366414 | fa163e52-5e1f-f442-69cc-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:12.112784 | 0.06s 2025-10-02 12:05:26.401062 | fa163e52-5e1f-f442-69cc-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-02 12:05:26.456130 | fa163e52-5e1f-f442-69cc-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-02 12:05:26.457627 | fa163e52-5e1f-f442-69cc-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:12.203998 | 0.05s 2025-10-02 12:05:26.491186 | fa163e52-5e1f-f442-69cc-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-02 12:05:26.555383 | fa163e52-5e1f-f442-69cc-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-02 12:05:26.557013 | fa163e52-5e1f-f442-69cc-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:12.303384 | 0.06s 2025-10-02 12:05:26.594770 | fa163e52-5e1f-f442-69cc-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 12:05:26.658660 | fa163e52-5e1f-f442-69cc-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 12:05:26.660256 | fa163e52-5e1f-f442-69cc-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:12.406621 | 0.06s 2025-10-02 12:05:26.694546 | fa163e52-5e1f-f442-69cc-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-02 12:05:26.749979 | fa163e52-5e1f-f442-69cc-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-02 12:05:26.751337 | fa163e52-5e1f-f442-69cc-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:12.497709 | 0.05s 2025-10-02 12:05:26.809357 | fa163e52-5e1f-f442-69cc-000000003411 | TASK | Gather variables for each operating system 2025-10-02 12:05:26.935936 | fa163e52-5e1f-f442-69cc-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:12.682294 | 0.12s 2025-10-02 12:05:26.972017 | fa163e52-5e1f-f442-69cc-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-02 12:05:27.718528 | fa163e52-5e1f-f442-69cc-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 12:05:27.719994 | fa163e52-5e1f-f442-69cc-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:13.466369 | 0.75s 2025-10-02 12:05:27.751446 | fa163e52-5e1f-f442-69cc-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-02 12:05:54.595198 | fa163e52-5e1f-f442-69cc-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-02 12:05:54.596168 | fa163e52-5e1f-f442-69cc-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:40.342549 | 26.84s 2025-10-02 12:05:54.618127 | fa163e52-5e1f-f442-69cc-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-02 12:05:54.871534 | fa163e52-5e1f-f442-69cc-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-02 12:05:54.873255 | fa163e52-5e1f-f442-69cc-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:40.619628 | 0.25s 2025-10-02 12:05:54.903401 | fa163e52-5e1f-f442-69cc-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 12:05:55.286586 | fa163e52-5e1f-f442-69cc-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 12:05:55.287868 | fa163e52-5e1f-f442-69cc-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:41.034244 | 0.38s 2025-10-02 12:05:55.319483 | fa163e52-5e1f-f442-69cc-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-02 12:05:55.544852 | fa163e52-5e1f-f442-69cc-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-02 12:05:55.547220 | fa163e52-5e1f-f442-69cc-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:41.293594 | 0.22s 2025-10-02 12:05:55.580007 | fa163e52-5e1f-f442-69cc-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-02 12:05:55.633781 | fa163e52-5e1f-f442-69cc-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-02 12:05:55.636934 | fa163e52-5e1f-f442-69cc-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:41.383212 | 0.05s 2025-10-02 12:05:55.669668 | fa163e52-5e1f-f442-69cc-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-02 12:05:55.722564 | fa163e52-5e1f-f442-69cc-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-02 12:05:55.725377 | fa163e52-5e1f-f442-69cc-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:41.471657 | 0.05s 2025-10-02 12:05:55.757211 | fa163e52-5e1f-f442-69cc-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-02 12:05:55.798681 | fa163e52-5e1f-f442-69cc-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-02 12:05:55.799900 | fa163e52-5e1f-f442-69cc-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:41.546273 | 0.04s 2025-10-02 12:05:55.833886 | fa163e52-5e1f-f442-69cc-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 12:05:55.873342 | fa163e52-5e1f-f442-69cc-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 12:05:55.874158 | fa163e52-5e1f-f442-69cc-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:41.620538 | 0.04s 2025-10-02 12:05:55.897850 | fa163e52-5e1f-f442-69cc-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-02 12:05:55.947086 | fa163e52-5e1f-f442-69cc-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-02 12:05:55.948023 | fa163e52-5e1f-f442-69cc-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:41.694402 | 0.05s 2025-10-02 12:05:55.990922 | fa163e52-5e1f-f442-69cc-00000000343d | TASK | Gather variables for each operating system 2025-10-02 12:05:56.092811 | fa163e52-5e1f-f442-69cc-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:41.839177 | 0.10s 2025-10-02 12:05:56.123500 | fa163e52-5e1f-f442-69cc-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-02 12:05:56.896623 | fa163e52-5e1f-f442-69cc-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 12:05:56.898393 | fa163e52-5e1f-f442-69cc-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:42.644761 | 0.77s 2025-10-02 12:05:56.934451 | fa163e52-5e1f-f442-69cc-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-02 12:06:22.230501 | fa163e52-5e1f-f442-69cc-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-02 12:06:22.232355 | fa163e52-5e1f-f442-69cc-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:07.978727 | 25.30s 2025-10-02 12:06:22.266954 | fa163e52-5e1f-f442-69cc-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-02 12:06:22.532201 | fa163e52-5e1f-f442-69cc-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-02 12:06:22.533733 | fa163e52-5e1f-f442-69cc-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:08.280102 | 0.26s 2025-10-02 12:06:22.565233 | fa163e52-5e1f-f442-69cc-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 12:06:22.995598 | fa163e52-5e1f-f442-69cc-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 12:06:22.996692 | fa163e52-5e1f-f442-69cc-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:08.743071 | 0.43s 2025-10-02 12:06:23.018431 | fa163e52-5e1f-f442-69cc-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-02 12:06:23.249971 | fa163e52-5e1f-f442-69cc-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-02 12:06:23.251216 | fa163e52-5e1f-f442-69cc-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:08.997596 | 0.23s 2025-10-02 12:06:23.276508 | fa163e52-5e1f-f442-69cc-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-02 12:06:23.329517 | fa163e52-5e1f-f442-69cc-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-02 12:06:23.330528 | fa163e52-5e1f-f442-69cc-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:09.076904 | 0.05s 2025-10-02 12:06:23.351980 | fa163e52-5e1f-f442-69cc-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-02 12:06:23.399543 | fa163e52-5e1f-f442-69cc-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-02 12:06:23.400499 | fa163e52-5e1f-f442-69cc-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:09.146880 | 0.05s 2025-10-02 12:06:23.422048 | fa163e52-5e1f-f442-69cc-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-02 12:06:23.469805 | fa163e52-5e1f-f442-69cc-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-02 12:06:23.470665 | fa163e52-5e1f-f442-69cc-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:09.217046 | 0.05s 2025-10-02 12:06:23.492232 | fa163e52-5e1f-f442-69cc-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 12:06:23.538920 | fa163e52-5e1f-f442-69cc-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 12:06:23.539745 | fa163e52-5e1f-f442-69cc-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:09.286127 | 0.05s 2025-10-02 12:06:23.560956 | fa163e52-5e1f-f442-69cc-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-02 12:06:23.607925 | fa163e52-5e1f-f442-69cc-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-02 12:06:23.608743 | fa163e52-5e1f-f442-69cc-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:09.355121 | 0.05s 2025-10-02 12:06:23.651765 | fa163e52-5e1f-f442-69cc-000000003469 | TASK | Gather variables for each operating system 2025-10-02 12:06:23.762279 | fa163e52-5e1f-f442-69cc-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:09.508641 | 0.11s 2025-10-02 12:06:23.796618 | fa163e52-5e1f-f442-69cc-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-02 12:06:24.632317 | fa163e52-5e1f-f442-69cc-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 12:06:24.633213 | fa163e52-5e1f-f442-69cc-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:10.379595 | 0.83s 2025-10-02 12:06:24.654416 | fa163e52-5e1f-f442-69cc-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-02 12:06:50.122173 | fa163e52-5e1f-f442-69cc-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-02 12:06:50.123375 | fa163e52-5e1f-f442-69cc-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:35.869755 | 25.47s 2025-10-02 12:06:50.149521 | fa163e52-5e1f-f442-69cc-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-02 12:06:50.370408 | fa163e52-5e1f-f442-69cc-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-02 12:06:50.371779 | fa163e52-5e1f-f442-69cc-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:36.118156 | 0.22s 2025-10-02 12:06:50.395562 | fa163e52-5e1f-f442-69cc-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 12:06:50.866493 | fa163e52-5e1f-f442-69cc-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 12:06:50.867828 | fa163e52-5e1f-f442-69cc-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:36.614203 | 0.47s 2025-10-02 12:06:50.891800 | fa163e52-5e1f-f442-69cc-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-02 12:06:51.127651 | fa163e52-5e1f-f442-69cc-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-02 12:06:51.128637 | fa163e52-5e1f-f442-69cc-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:36.875020 | 0.24s 2025-10-02 12:06:51.149592 | fa163e52-5e1f-f442-69cc-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-02 12:06:51.206372 | fa163e52-5e1f-f442-69cc-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-02 12:06:51.207309 | fa163e52-5e1f-f442-69cc-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:36.953692 | 0.06s 2025-10-02 12:06:51.228033 | fa163e52-5e1f-f442-69cc-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-02 12:06:51.275187 | fa163e52-5e1f-f442-69cc-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-02 12:06:51.276183 | fa163e52-5e1f-f442-69cc-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:37.022562 | 0.05s 2025-10-02 12:06:51.301677 | fa163e52-5e1f-f442-69cc-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-02 12:06:51.353077 | fa163e52-5e1f-f442-69cc-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-02 12:06:51.354107 | fa163e52-5e1f-f442-69cc-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:37.100470 | 0.05s 2025-10-02 12:06:51.380743 | fa163e52-5e1f-f442-69cc-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 12:06:51.418481 | fa163e52-5e1f-f442-69cc-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 12:06:51.419612 | fa163e52-5e1f-f442-69cc-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:37.165991 | 0.04s 2025-10-02 12:06:51.441273 | fa163e52-5e1f-f442-69cc-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-02 12:06:51.490747 | fa163e52-5e1f-f442-69cc-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-02 12:06:51.491512 | fa163e52-5e1f-f442-69cc-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:37.237894 | 0.05s 2025-10-02 12:06:51.528500 | fa163e52-5e1f-f442-69cc-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-02 12:06:51.766642 | fa163e52-5e1f-f442-69cc-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-02 12:06:51.767527 | fa163e52-5e1f-f442-69cc-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:37.513910 | 0.24s 2025-10-02 12:06:51.873984 | fa163e52-5e1f-f442-69cc-0000000000cf | TIMING | include_tasks | standalone | 0:16:37.620352 | 0.09s 2025-10-02 12:06:51.910024 | 9646a523-7485-4f07-a096-384ddb8d0349 | INCLUDED | /root/standalone-ansible-m86fxwho/common_deploy_steps_tasks.yaml | standalone 2025-10-02 12:06:51.936931 | fa163e52-5e1f-f442-69cc-000000003509 | TASK | Write the config_step hieradata 2025-10-02 12:06:52.408867 | fa163e52-5e1f-f442-69cc-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-02 12:06:52.410190 | fa163e52-5e1f-f442-69cc-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:38.156564 | 0.47s 2025-10-02 12:06:52.440431 | fa163e52-5e1f-f442-69cc-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-02 12:06:52.748314 | fa163e52-5e1f-f442-69cc-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-02 12:06:52.750042 | fa163e52-5e1f-f442-69cc-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:38.496416 | 0.31s 2025-10-02 12:06:52.779786 | fa163e52-5e1f-f442-69cc-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-02 12:06:53.023935 | fa163e52-5e1f-f442-69cc-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-02 12:07:03.230864 | fa163e52-5e1f-f442-69cc-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-02 12:07:13.459405 | fa163e52-5e1f-f442-69cc-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-02 12:07:13.460830 | fa163e52-5e1f-f442-69cc-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:59.207203 | 20.68s 2025-10-02 12:07:13.493179 | fa163e52-5e1f-f442-69cc-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-02 12:07:13.576458 | fa163e52-5e1f-f442-69cc-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 2 12:06:52 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 2 12:06:56 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 2 12:06:56 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 2 12:06:56 puppet-user: (file & line not available)", "<13>Oct 2 12:06:56 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 2 12:06:56 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 2 12:06:57 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 2 12:06:57 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.46 seconds", "<13>Oct 2 12:07:02 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 2 12:07:05 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 2 12:07:07 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 2 12:07:07 puppet-user: Notice: Applied catalog in 10.13 seconds", "<13>Oct 2 12:07:07 puppet-user: Application:", "<13>Oct 2 12:07:07 puppet-user: Initial environment: production", "<13>Oct 2 12:07:07 puppet-user: Converged environment: production", "<13>Oct 2 12:07:07 puppet-user: Run mode: user", "<13>Oct 2 12:07:07 puppet-user: Changes:", "<13>Oct 2 12:07:07 puppet-user: Total: 2", "<13>Oct 2 12:07:07 puppet-user: Events:", "<13>Oct 2 12:07:07 puppet-user: Success: 2", "<13>Oct 2 12:07:07 puppet-user: Resources:", "<13>Oct 2 12:07:07 puppet-user: Changed: 2", "<13>Oct 2 12:07:07 puppet-user: Out of sync: 2", "<13>Oct 2 12:07:07 puppet-user: Total: 28", "<13>Oct 2 12:07:07 puppet-user: Time:", "<13>Oct 2 12:07:07 puppet-user: Filebucket: 0.00", "<13>Oct 2 12:07:07 puppet-user: Schedule: 0.00", "<13>Oct 2 12:07:07 puppet-user: Package: 0.00", "<13>Oct 2 12:07:07 puppet-user: File line: 0.00", "<13>Oct 2 12:07:07 puppet-user: File: 0.00", "<13>Oct 2 12:07:07 puppet-user: Augeas: 0.01", "<13>Oct 2 12:07:07 puppet-user: User: 0.01", "<13>Oct 2 12:07:07 puppet-user: Service: 0.07", "<13>Oct 2 12:07:07 puppet-user: Config retrieval: 0.52", "<13>Oct 2 12:07:07 puppet-user: Pcmk property: 1.57", "<13>Oct 2 12:07:07 puppet-user: Exec: 1.88", "<13>Oct 2 12:07:07 puppet-user: Transaction evaluation: 10.06", "<13>Oct 2 12:07:07 puppet-user: Catalog application: 10.13", "<13>Oct 2 12:07:07 puppet-user: Last run: 1759406827", "<13>Oct 2 12:07:07 puppet-user: Pcmk resource default: 3.11", "<13>Oct 2 12:07:07 puppet-user: Pcmk resource op default: 3.24", "<13>Oct 2 12:07:07 puppet-user: Total: 10.13", "<13>Oct 2 12:07:07 puppet-user: Version:", "<13>Oct 2 12:07:07 puppet-user: Config: 1759406816", "<13>Oct 2 12:07:07 puppet-user: Puppet: 7.10.0" ] } 2025-10-02 12:07:13.577965 | fa163e52-5e1f-f442-69cc-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:59.324339 | 0.08s 2025-10-02 12:07:13.607956 | fa163e52-5e1f-f442-69cc-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-02 12:07:13.637622 | fa163e52-5e1f-f442-69cc-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:59.383985 | 0.03s 2025-10-02 12:07:13.721888 | fa163e52-5e1f-f442-69cc-00000000354c | TASK | Gather variables for each operating system 2025-10-02 12:07:13.847019 | fa163e52-5e1f-f442-69cc-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:59.593384 | 0.12s 2025-10-02 12:07:13.877666 | fa163e52-5e1f-f442-69cc-00000000354d | TASK | Create puppet caching structures 2025-10-02 12:07:14.187906 | fa163e52-5e1f-f442-69cc-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-02 12:07:14.188960 | fa163e52-5e1f-f442-69cc-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:59.935338 | 0.31s 2025-10-02 12:07:14.219259 | fa163e52-5e1f-f442-69cc-00000000354e | TASK | Check for facter.conf 2025-10-02 12:07:14.452282 | fa163e52-5e1f-f442-69cc-00000000354e | OK | Check for facter.conf | standalone 2025-10-02 12:07:14.453725 | fa163e52-5e1f-f442-69cc-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:00.200098 | 0.23s 2025-10-02 12:07:14.483151 | fa163e52-5e1f-f442-69cc-00000000354f | TASK | Remove facter.conf if directory 2025-10-02 12:07:14.533082 | fa163e52-5e1f-f442-69cc-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-02 12:07:14.534195 | fa163e52-5e1f-f442-69cc-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:00.280569 | 0.05s 2025-10-02 12:07:14.563338 | fa163e52-5e1f-f442-69cc-000000003550 | TASK | Write facter cache config 2025-10-02 12:07:15.095825 | fa163e52-5e1f-f442-69cc-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-02 12:07:15.097355 | fa163e52-5e1f-f442-69cc-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:00.843727 | 0.53s 2025-10-02 12:07:15.128892 | fa163e52-5e1f-f442-69cc-000000003551 | TASK | Cleanup facter cache if exists 2025-10-02 12:07:15.327017 | fa163e52-5e1f-f442-69cc-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-02 12:07:15.327923 | fa163e52-5e1f-f442-69cc-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:01.074304 | 0.20s 2025-10-02 12:07:15.347375 | fa163e52-5e1f-f442-69cc-000000003552 | TASK | Pre-cache facts 2025-10-02 12:07:15.945169 | fa163e52-5e1f-f442-69cc-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-02 12:07:15.946463 | fa163e52-5e1f-f442-69cc-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:01.692842 | 0.60s 2025-10-02 12:07:15.973299 | fa163e52-5e1f-f442-69cc-000000003553 | TASK | Failed deployment if facter fails 2025-10-02 12:07:16.001005 | fa163e52-5e1f-f442-69cc-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-02 12:07:16.001936 | fa163e52-5e1f-f442-69cc-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:01.748316 | 0.03s 2025-10-02 12:07:16.044932 | fa163e52-5e1f-f442-69cc-000000003554 | TASK | Sync cached facts 2025-10-02 12:07:16.363285 | fa163e52-5e1f-f442-69cc-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e52-5e1f-f442-69cc-000000003554') missing from stats 2025-10-02 12:07:16.424774 | fa163e52-5e1f-f442-69cc-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-02 12:07:16.476177 | fa163e52-5e1f-f442-69cc-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-02 12:07:16.477526 | fa163e52-5e1f-f442-69cc-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:02.223897 | 0.05s 2025-10-02 12:07:16.499782 | fa163e52-5e1f-f442-69cc-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-02 12:07:16.516538 | fa163e52-5e1f-f442-69cc-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:02.262908 | 0.02s 2025-10-02 12:07:16.578844 | fa163e52-5e1f-f442-69cc-0000000035ab | TASK | Gather variables for each operating system 2025-10-02 12:07:16.681780 | fa163e52-5e1f-f442-69cc-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:02.428140 | 0.10s 2025-10-02 12:07:16.713524 | fa163e52-5e1f-f442-69cc-0000000035ac | TASK | Create container logs path 2025-10-02 12:07:16.905152 | fa163e52-5e1f-f442-69cc-0000000035ac | OK | Create container logs path | standalone 2025-10-02 12:07:16.906667 | fa163e52-5e1f-f442-69cc-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:02.653040 | 0.19s 2025-10-02 12:07:16.943266 | fa163e52-5e1f-f442-69cc-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-02 12:07:17.228414 | fa163e52-5e1f-f442-69cc-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-02 12:07:17.229886 | fa163e52-5e1f-f442-69cc-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:02.976259 | 0.28s 2025-10-02 12:07:17.263804 | fa163e52-5e1f-f442-69cc-0000000035af | TASK | Finalise hashes for all containers 2025-10-02 12:07:17.344207 | fa163e52-5e1f-f442-69cc-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-02 12:07:17.345461 | fa163e52-5e1f-f442-69cc-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:03.091837 | 0.08s 2025-10-02 12:07:17.375120 | fa163e52-5e1f-f442-69cc-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-02 12:07:17.415289 | fa163e52-5e1f-f442-69cc-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:03.161662 | 0.04s 2025-10-02 12:07:17.439982 | a3e9aef4-797f-43c7-a681-15b5ffcbf864 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-02 12:07:17.470622 | fa163e52-5e1f-f442-69cc-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-02 12:07:17.818490 | fa163e52-5e1f-f442-69cc-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-02 12:07:17.819798 | fa163e52-5e1f-f442-69cc-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:03.566172 | 0.35s 2025-10-02 12:07:17.849988 | fa163e52-5e1f-f442-69cc-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-02 12:07:17.909992 | fa163e52-5e1f-f442-69cc-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-02 12:07:17.911120 | fa163e52-5e1f-f442-69cc-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:03.657468 | 0.06s 2025-10-02 12:07:17.942439 | fa163e52-5e1f-f442-69cc-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-02 12:07:18.450450 | fa163e52-5e1f-f442-69cc-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-02 12:07:18.452698 | fa163e52-5e1f-f442-69cc-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:04.199059 | 0.51s 2025-10-02 12:07:18.895953 | fa163e52-5e1f-f442-69cc-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-02 12:07:18.897075 | fa163e52-5e1f-f442-69cc-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:04.643451 | 0.95s 2025-10-02 12:07:18.904016 | fa163e52-5e1f-f442-69cc-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:04.650381 | 0.96s 2025-10-02 12:07:18.935356 | fa163e52-5e1f-f442-69cc-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-02 12:07:19.475627 | fa163e52-5e1f-f442-69cc-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-02 12:07:19.477173 | fa163e52-5e1f-f442-69cc-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:05.223547 | 0.54s 2025-10-02 12:07:19.506700 | fa163e52-5e1f-f442-69cc-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-02 12:07:20.075706 | fa163e52-5e1f-f442-69cc-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-02 12:07:20.077388 | fa163e52-5e1f-f442-69cc-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:05.823761 | 0.57s 2025-10-02 12:07:20.108019 | fa163e52-5e1f-f442-69cc-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-02 12:07:20.818074 | fa163e52-5e1f-f442-69cc-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-02 12:07:20.823437 | fa163e52-5e1f-f442-69cc-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:06.569788 | 0.71s 2025-10-02 12:07:20.865916 | fa163e52-5e1f-f442-69cc-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-02 12:07:21.390051 | fa163e52-5e1f-f442-69cc-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-02 12:07:21.391869 | fa163e52-5e1f-f442-69cc-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:07.138238 | 0.52s 2025-10-02 12:07:21.427531 | fa163e52-5e1f-f442-69cc-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-02 12:07:21.941699 | fa163e52-5e1f-f442-69cc-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-02 12:07:21.943598 | fa163e52-5e1f-f442-69cc-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:07.689967 | 0.51s 2025-10-02 12:07:21.977028 | fa163e52-5e1f-f442-69cc-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-02 12:07:22.722928 | fa163e52-5e1f-f442-69cc-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-02 12:07:22.724938 | fa163e52-5e1f-f442-69cc-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:08.471310 | 0.75s 2025-10-02 12:07:22.755729 | fa163e52-5e1f-f442-69cc-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-02 12:07:22.816402 | fa163e52-5e1f-f442-69cc-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:08.562770 | 0.06s 2025-10-02 12:07:22.836958 | 43b5d24f-c774-46aa-8548-ce65ad5ab0fb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-02 12:07:22.870784 | fa163e52-5e1f-f442-69cc-000000003615 | TASK | Update config hashes for container startup configs 2025-10-02 12:07:23.173844 | fa163e52-5e1f-f442-69cc-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-02 12:07:23.174924 | fa163e52-5e1f-f442-69cc-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:08.921300 | 0.30s 2025-10-02 12:07:23.200119 | fa163e52-5e1f-f442-69cc-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-02 12:07:23.240609 | fa163e52-5e1f-f442-69cc-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:08.986971 | 0.04s 2025-10-02 12:07:23.257853 | 0cb56265-1e56-421c-832c-d15a20c49338 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 12:07:23.287719 | fa163e52-5e1f-f442-69cc-000000003634 | TASK | Gather podman infos 2025-10-02 12:07:24.234476 | fa163e52-5e1f-f442-69cc-000000003634 | OK | Gather podman infos | standalone 2025-10-02 12:07:24.235609 | fa163e52-5e1f-f442-69cc-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:09.981984 | 0.95s 2025-10-02 12:07:24.307325 | fa163e52-5e1f-f442-69cc-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-02 12:07:24.373154 | fa163e52-5e1f-f442-69cc-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:10.119475 | 0.06s 2025-10-02 12:07:24.512843 | fa163e52-5e1f-f442-69cc-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:10.259204 | 0.08s 2025-10-02 12:07:24.572441 | fa163e52-5e1f-f442-69cc-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-02 12:07:24.613208 | fa163e52-5e1f-f442-69cc-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:10.359572 | 0.04s 2025-10-02 12:07:24.637289 | 3f2342d0-1680-4aa2-9a7c-b9b935dbf28c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 12:07:24.672799 | fa163e52-5e1f-f442-69cc-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-02 12:07:41.544244 | fa163e52-5e1f-f442-69cc-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-02 12:07:41.545442 | fa163e52-5e1f-f442-69cc-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:27.291820 | 16.87s 2025-10-02 12:07:41.569725 | fa163e52-5e1f-f442-69cc-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-02 12:07:44.338063 | fa163e52-5e1f-f442-69cc-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-02 12:07:44.339170 | fa163e52-5e1f-f442-69cc-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:30.085551 | 2.77s 2025-10-02 12:07:44.392369 | fa163e52-5e1f-f442-69cc-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-02 12:07:44.616356 | fa163e52-5e1f-f442-69cc-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-02 12:07:44.617691 | fa163e52-5e1f-f442-69cc-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:30.364067 | 0.22s 2025-10-02 12:07:44.664450 | fa163e52-5e1f-f442-69cc-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-02 12:07:44.704446 | fa163e52-5e1f-f442-69cc-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:30.450813 | 0.04s 2025-10-02 12:07:44.735643 | fa163e52-5e1f-f442-69cc-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-02 12:07:44.778572 | fa163e52-5e1f-f442-69cc-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:30.524942 | 0.04s 2025-10-02 12:07:44.803429 | 6453e92a-4d66-4e93-9cad-5f0f84c6e201 | INCLUDED | /root/standalone-ansible-m86fxwho/host-container-puppet-tasks.yaml | standalone 2025-10-02 12:07:44.852456 | fa163e52-5e1f-f442-69cc-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-02 12:07:45.341202 | fa163e52-5e1f-f442-69cc-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-02 12:07:45.342519 | fa163e52-5e1f-f442-69cc-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:31.088899 | 0.49s 2025-10-02 12:07:45.365734 | fa163e52-5e1f-f442-69cc-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-02 12:07:45.604877 | fa163e52-5e1f-f442-69cc-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-02 12:07:45.605833 | fa163e52-5e1f-f442-69cc-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:31.352216 | 0.24s 2025-10-02 12:07:45.625964 | fa163e52-5e1f-f442-69cc-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-02 12:07:45.651762 | fa163e52-5e1f-f442-69cc-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:31.398141 | 0.02s 2025-10-02 12:07:45.696845 | fa163e52-5e1f-f442-69cc-000000003722 | TASK | Gather variables for each operating system 2025-10-02 12:07:45.777020 | fa163e52-5e1f-f442-69cc-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:31.523382 | 0.08s 2025-10-02 12:07:45.808262 | fa163e52-5e1f-f442-69cc-000000003723 | TASK | Create container logs path 2025-10-02 12:07:46.061968 | fa163e52-5e1f-f442-69cc-000000003723 | OK | Create container logs path | standalone 2025-10-02 12:07:46.063352 | fa163e52-5e1f-f442-69cc-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:31.809726 | 0.25s 2025-10-02 12:07:46.097016 | fa163e52-5e1f-f442-69cc-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-02 12:07:46.300531 | fa163e52-5e1f-f442-69cc-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-02 12:07:46.301768 | fa163e52-5e1f-f442-69cc-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:32.048140 | 0.20s 2025-10-02 12:07:46.331491 | fa163e52-5e1f-f442-69cc-000000003726 | TASK | Finalise hashes for all containers 2025-10-02 12:07:46.376647 | fa163e52-5e1f-f442-69cc-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-02 12:07:46.377888 | fa163e52-5e1f-f442-69cc-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:32.124263 | 0.04s 2025-10-02 12:07:46.408679 | fa163e52-5e1f-f442-69cc-000000003728 | TASK | Manage systemd shutdown files 2025-10-02 12:07:46.438661 | fa163e52-5e1f-f442-69cc-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 12:07:46.439962 | fa163e52-5e1f-f442-69cc-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:32.186333 | 0.03s 2025-10-02 12:07:46.471234 | fa163e52-5e1f-f442-69cc-00000000372a | TASK | Update container configs with new config hashes 2025-10-02 12:07:46.500652 | fa163e52-5e1f-f442-69cc-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 12:07:46.501874 | fa163e52-5e1f-f442-69cc-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:32.248247 | 0.03s 2025-10-02 12:07:46.534369 | fa163e52-5e1f-f442-69cc-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-02 12:07:46.585638 | fa163e52-5e1f-f442-69cc-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-02 12:07:46.586862 | fa163e52-5e1f-f442-69cc-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:32.333235 | 0.05s 2025-10-02 12:07:46.619373 | fa163e52-5e1f-f442-69cc-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-02 12:07:46.671409 | fa163e52-5e1f-f442-69cc-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-02 12:07:46.672695 | fa163e52-5e1f-f442-69cc-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:32.419068 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-02 12:07:46.831826 | fa163e52-5e1f-f442-69cc-0000000000d2 | TASK | External deployment step 3 2025-10-02 12:07:46.858685 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000d2') missing from stats 2025-10-02 12:07:46.919539 | fa163e52-5e1f-f442-69cc-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:32.665901 | 0.04s 2025-10-02 12:07:46.929729 | bc427430-26bc-4a41-bfae-de10569a1b68 | INCLUDED | /root/standalone-ansible-m86fxwho/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-02 12:07:46.949067 | fa163e52-5e1f-f442-69cc-00000000377b | TASK | Pause cephadm 2025-10-02 12:07:46.999177 | fa163e52-5e1f-f442-69cc-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-02 12:07:47.000260 | fa163e52-5e1f-f442-69cc-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:32.746634 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-02 12:07:47.136736 | fa163e52-5e1f-f442-69cc-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-02 12:07:47.165781 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000d6') missing from stats 2025-10-02 12:07:47.189508 | fa163e52-5e1f-f442-69cc-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-02 12:07:47.734370 | fa163e52-5e1f-f442-69cc-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-02 12:07:47.735745 | fa163e52-5e1f-f442-69cc-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:33.482121 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 12:07:47.805558 | fa163e52-5e1f-f442-69cc-0000000000d8 | TIMING | include_tasks | standalone | 0:17:33.551927 | 0.04s 2025-10-02 12:07:47.831698 | 6d8ab873-a238-4866-8575-daab02588b5e | INCLUDED | /root/standalone-ansible-m86fxwho/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-02 12:07:47.861989 | fa163e52-5e1f-f442-69cc-00000000379a | TASK | Start OVN container 2025-10-02 12:07:47.941134 | fa163e52-5e1f-f442-69cc-00000000379a | TIMING | Start OVN container | standalone | 0:17:33.687471 | 0.08s 2025-10-02 12:07:47.976474 | fa163e52-5e1f-f442-69cc-00000000379a | TIMING | Start OVN container | standalone | 0:17:33.722852 | 0.11s 2025-10-02 12:07:48.000775 | fa163e52-5e1f-f442-69cc-00000000379a | TIMING | Start OVN container | standalone | 0:17:33.747154 | 0.14s 2025-10-02 12:07:48.012248 | fa163e52-5e1f-f442-69cc-00000000379a | TIMING | Start OVN container | standalone | 0:17:33.758624 | 0.15s 2025-10-02 12:07:48.085748 | fa163e52-5e1f-f442-69cc-0000000037d2 | TASK | Gather variables for each operating system 2025-10-02 12:07:48.209814 | fa163e52-5e1f-f442-69cc-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:33.956176 | 0.12s 2025-10-02 12:07:48.241431 | fa163e52-5e1f-f442-69cc-0000000037d3 | TASK | Create container logs path 2025-10-02 12:07:48.514510 | fa163e52-5e1f-f442-69cc-0000000037d3 | OK | Create container logs path | standalone 2025-10-02 12:07:48.515890 | fa163e52-5e1f-f442-69cc-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:34.262265 | 0.27s 2025-10-02 12:07:48.547057 | fa163e52-5e1f-f442-69cc-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:07:48.849068 | fa163e52-5e1f-f442-69cc-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 12:07:48.850228 | fa163e52-5e1f-f442-69cc-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.596604 | 0.30s 2025-10-02 12:07:48.880568 | fa163e52-5e1f-f442-69cc-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-02 12:07:48.954175 | fa163e52-5e1f-f442-69cc-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-02 12:07:48.955256 | fa163e52-5e1f-f442-69cc-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:34.701633 | 0.07s 2025-10-02 12:07:48.985264 | fa163e52-5e1f-f442-69cc-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-02 12:07:49.026212 | fa163e52-5e1f-f442-69cc-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 12:07:49.027435 | fa163e52-5e1f-f442-69cc-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:34.773808 | 0.04s 2025-10-02 12:07:49.058259 | fa163e52-5e1f-f442-69cc-0000000037da | TASK | Update container configs with new config hashes 2025-10-02 12:07:49.129653 | fa163e52-5e1f-f442-69cc-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 12:07:49.130832 | fa163e52-5e1f-f442-69cc-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:34.877206 | 0.07s 2025-10-02 12:07:49.162327 | fa163e52-5e1f-f442-69cc-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:07:49.233719 | fa163e52-5e1f-f442-69cc-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.980089 | 0.07s 2025-10-02 12:07:49.257188 | 1d823415-164a-441e-b599-95dc42b49707 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 12:07:49.292725 | fa163e52-5e1f-f442-69cc-000000003867 | TASK | Gather podman infos 2025-10-02 12:07:50.553621 | fa163e52-5e1f-f442-69cc-000000003867 | OK | Gather podman infos | standalone 2025-10-02 12:07:50.554750 | fa163e52-5e1f-f442-69cc-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:36.301126 | 1.26s 2025-10-02 12:07:50.647964 | fa163e52-5e1f-f442-69cc-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:07:50.738997 | fa163e52-5e1f-f442-69cc-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:36.485361 | 0.09s 2025-10-02 12:07:50.895974 | fa163e52-5e1f-f442-69cc-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:36.642331 | 0.09s 2025-10-02 12:07:50.955823 | fa163e52-5e1f-f442-69cc-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:07:51.031556 | fa163e52-5e1f-f442-69cc-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:36.777921 | 0.07s 2025-10-02 12:07:51.055458 | 55a30a52-ee65-4d84-9567-9445bd1c77ea | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 12:07:51.097844 | fa163e52-5e1f-f442-69cc-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:07:52.017384 | fa163e52-5e1f-f442-69cc-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 12:07:52.018696 | fa163e52-5e1f-f442-69cc-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:37.765069 | 0.92s 2025-10-02 12:07:52.051608 | fa163e52-5e1f-f442-69cc-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:07:54.897312 | fa163e52-5e1f-f442-69cc-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 12:07:54.899454 | fa163e52-5e1f-f442-69cc-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:40.645821 | 2.85s 2025-10-02 12:07:54.957779 | fa163e52-5e1f-f442-69cc-0000000037fd | TASK | Gather variables for each operating system 2025-10-02 12:07:55.079693 | fa163e52-5e1f-f442-69cc-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:40.826057 | 0.12s 2025-10-02 12:07:55.110247 | fa163e52-5e1f-f442-69cc-0000000037fe | TASK | Create container logs path 2025-10-02 12:07:55.400940 | fa163e52-5e1f-f442-69cc-0000000037fe | OK | Create container logs path | standalone 2025-10-02 12:07:55.402284 | fa163e52-5e1f-f442-69cc-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:41.148658 | 0.29s 2025-10-02 12:07:55.433483 | fa163e52-5e1f-f442-69cc-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:07:55.720486 | fa163e52-5e1f-f442-69cc-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 12:07:55.721997 | fa163e52-5e1f-f442-69cc-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:41.468366 | 0.29s 2025-10-02 12:07:55.754837 | fa163e52-5e1f-f442-69cc-000000003801 | TASK | Finalise hashes for all containers 2025-10-02 12:07:55.829150 | fa163e52-5e1f-f442-69cc-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-02 12:07:55.830431 | fa163e52-5e1f-f442-69cc-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:41.576805 | 0.07s 2025-10-02 12:07:55.860985 | fa163e52-5e1f-f442-69cc-000000003803 | TASK | Manage systemd shutdown files 2025-10-02 12:07:55.906977 | fa163e52-5e1f-f442-69cc-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 12:07:55.908254 | fa163e52-5e1f-f442-69cc-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:41.654625 | 0.05s 2025-10-02 12:07:55.939278 | fa163e52-5e1f-f442-69cc-000000003805 | TASK | Update container configs with new config hashes 2025-10-02 12:07:56.002346 | fa163e52-5e1f-f442-69cc-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 12:07:56.003776 | fa163e52-5e1f-f442-69cc-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:41.750147 | 0.06s 2025-10-02 12:07:56.042174 | fa163e52-5e1f-f442-69cc-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:07:56.108235 | fa163e52-5e1f-f442-69cc-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:41.854602 | 0.06s 2025-10-02 12:07:56.132634 | a6e99fb8-9d4e-4207-81fc-3c9347f1a3ef | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 12:07:56.168662 | fa163e52-5e1f-f442-69cc-00000000391e | TASK | Gather podman infos 2025-10-02 12:07:57.387052 | fa163e52-5e1f-f442-69cc-00000000391e | OK | Gather podman infos | standalone 2025-10-02 12:07:57.388198 | fa163e52-5e1f-f442-69cc-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:43.134574 | 1.22s 2025-10-02 12:07:57.478377 | fa163e52-5e1f-f442-69cc-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:07:57.569554 | fa163e52-5e1f-f442-69cc-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:43.315915 | 0.08s 2025-10-02 12:07:57.721908 | fa163e52-5e1f-f442-69cc-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:43.468266 | 0.09s 2025-10-02 12:07:57.780681 | fa163e52-5e1f-f442-69cc-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:07:57.833424 | fa163e52-5e1f-f442-69cc-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:43.579787 | 0.05s 2025-10-02 12:07:57.856438 | 82b04b7b-3ef6-40dc-866e-221207f8557a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 12:07:57.892048 | fa163e52-5e1f-f442-69cc-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:07:58.817056 | fa163e52-5e1f-f442-69cc-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 12:07:58.818563 | fa163e52-5e1f-f442-69cc-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:44.564936 | 0.93s 2025-10-02 12:07:58.851442 | fa163e52-5e1f-f442-69cc-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:08:01.680931 | fa163e52-5e1f-f442-69cc-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 12:08:01.683050 | fa163e52-5e1f-f442-69cc-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:17:47.429424 | 2.83s 2025-10-02 12:08:01.742489 | fa163e52-5e1f-f442-69cc-000000003828 | TASK | Gather variables for each operating system 2025-10-02 12:08:01.869638 | fa163e52-5e1f-f442-69cc-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:47.615999 | 0.13s 2025-10-02 12:08:01.901605 | fa163e52-5e1f-f442-69cc-000000003829 | TASK | Create container logs path 2025-10-02 12:08:02.235632 | fa163e52-5e1f-f442-69cc-000000003829 | OK | Create container logs path | standalone 2025-10-02 12:08:02.237143 | fa163e52-5e1f-f442-69cc-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:47.983516 | 0.33s 2025-10-02 12:08:02.269826 | fa163e52-5e1f-f442-69cc-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:08:02.639280 | fa163e52-5e1f-f442-69cc-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 12:08:02.640535 | fa163e52-5e1f-f442-69cc-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:48.386909 | 0.37s 2025-10-02 12:08:02.670018 | fa163e52-5e1f-f442-69cc-00000000382c | TASK | Finalise hashes for all containers 2025-10-02 12:08:02.744009 | fa163e52-5e1f-f442-69cc-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-02 12:08:02.745169 | fa163e52-5e1f-f442-69cc-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:48.491543 | 0.07s 2025-10-02 12:08:02.774661 | fa163e52-5e1f-f442-69cc-00000000382e | TASK | Manage systemd shutdown files 2025-10-02 12:08:02.815572 | fa163e52-5e1f-f442-69cc-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 12:08:02.816857 | fa163e52-5e1f-f442-69cc-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:48.563231 | 0.04s 2025-10-02 12:08:02.847877 | fa163e52-5e1f-f442-69cc-000000003830 | TASK | Update container configs with new config hashes 2025-10-02 12:08:02.921434 | fa163e52-5e1f-f442-69cc-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 12:08:02.922578 | fa163e52-5e1f-f442-69cc-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:48.668952 | 0.07s 2025-10-02 12:08:02.953472 | fa163e52-5e1f-f442-69cc-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:08:03.025040 | fa163e52-5e1f-f442-69cc-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:48.771407 | 0.07s 2025-10-02 12:08:03.048264 | 574897a3-2a24-4679-a3c3-39e60730a98f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 12:08:03.086469 | fa163e52-5e1f-f442-69cc-0000000039d0 | TASK | Gather podman infos 2025-10-02 12:08:04.303696 | fa163e52-5e1f-f442-69cc-0000000039d0 | OK | Gather podman infos | standalone 2025-10-02 12:08:04.304772 | fa163e52-5e1f-f442-69cc-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:50.051152 | 1.22s 2025-10-02 12:08:04.385179 | fa163e52-5e1f-f442-69cc-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:08:04.476069 | fa163e52-5e1f-f442-69cc-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.222439 | 0.08s 2025-10-02 12:08:04.617686 | fa163e52-5e1f-f442-69cc-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:50.364049 | 0.09s 2025-10-02 12:08:04.676415 | fa163e52-5e1f-f442-69cc-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:08:04.743952 | fa163e52-5e1f-f442-69cc-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.490320 | 0.07s 2025-10-02 12:08:04.771844 | 51bd5951-ddcb-4ad7-91de-0a4874a6c7f0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 12:08:04.807555 | fa163e52-5e1f-f442-69cc-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:08:05.754750 | fa163e52-5e1f-f442-69cc-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 12:08:05.757491 | fa163e52-5e1f-f442-69cc-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:51.503852 | 0.95s 2025-10-02 12:08:05.797393 | fa163e52-5e1f-f442-69cc-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-02 12:08:09.032061 | fa163e52-5e1f-f442-69cc-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-02 12:08:09.035285 | fa163e52-5e1f-f442-69cc-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:17:54.781664 | 3.24s 2025-10-02 12:08:09.081223 | fa163e52-5e1f-f442-69cc-00000000379c | TASK | Set NB connection 2025-10-02 12:08:09.630545 | fa163e52-5e1f-f442-69cc-00000000379c | CHANGED | Set NB connection | standalone 2025-10-02 12:08:09.632033 | fa163e52-5e1f-f442-69cc-00000000379c | TIMING | Set NB connection | standalone | 0:17:55.378405 | 0.55s 2025-10-02 12:08:09.661500 | fa163e52-5e1f-f442-69cc-00000000379d | TASK | Set SB connection 2025-10-02 12:08:10.137529 | fa163e52-5e1f-f442-69cc-00000000379d | CHANGED | Set SB connection | standalone 2025-10-02 12:08:10.139490 | fa163e52-5e1f-f442-69cc-00000000379d | TIMING | Set SB connection | standalone | 0:17:55.885854 | 0.48s 2025-10-02 12:08:10.175384 | fa163e52-5e1f-f442-69cc-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-02 12:08:10.416601 | fa163e52-5e1f-f442-69cc-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-02 12:08:10.418493 | fa163e52-5e1f-f442-69cc-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:56.164863 | 0.24s 2025-10-02 12:08:10.559575 | fa163e52-5e1f-f442-69cc-0000000000db | TIMING | include_tasks | standalone | 0:17:56.305933 | 0.09s 2025-10-02 12:08:10.600909 | 8cc82371-c691-40a4-b379-67cdbb84ef93 | INCLUDED | /root/standalone-ansible-m86fxwho/common_deploy_steps_tasks.yaml | standalone 2025-10-02 12:08:10.629559 | fa163e52-5e1f-f442-69cc-000000003a7c | TASK | Write the config_step hieradata 2025-10-02 12:08:11.222052 | fa163e52-5e1f-f442-69cc-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-02 12:08:11.223653 | fa163e52-5e1f-f442-69cc-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:17:56.970023 | 0.59s 2025-10-02 12:08:11.254766 | fa163e52-5e1f-f442-69cc-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-02 12:08:11.555011 | fa163e52-5e1f-f442-69cc-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-02 12:08:11.556768 | fa163e52-5e1f-f442-69cc-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:57.303142 | 0.30s 2025-10-02 12:08:11.585439 | fa163e52-5e1f-f442-69cc-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-02 12:08:11.836810 | fa163e52-5e1f-f442-69cc-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-02 12:08:22.055834 | fa163e52-5e1f-f442-69cc-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-02 12:08:32.286723 | fa163e52-5e1f-f442-69cc-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-02 12:08:32.289420 | fa163e52-5e1f-f442-69cc-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:18.035787 | 20.70s 2025-10-02 12:08:32.323314 | fa163e52-5e1f-f442-69cc-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-02 12:08:32.395046 | fa163e52-5e1f-f442-69cc-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 2 12:08:11 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 2 12:08:16 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 2 12:08:16 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 2 12:08:16 puppet-user: (file & line not available)", "<13>Oct 2 12:08:16 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 2 12:08:16 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 2 12:08:16 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 2 12:08:16 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Oct 2 12:08:21 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 2 12:08:23 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 2 12:08:24 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 2 12:08:24 puppet-user: Notice: Applied catalog in 8.01 seconds", "<13>Oct 2 12:08:24 puppet-user: Application:", "<13>Oct 2 12:08:24 puppet-user: Initial environment: production", "<13>Oct 2 12:08:24 puppet-user: Converged environment: production", "<13>Oct 2 12:08:24 puppet-user: Run mode: user", "<13>Oct 2 12:08:24 puppet-user: Changes:", "<13>Oct 2 12:08:24 puppet-user: Total: 2", "<13>Oct 2 12:08:24 puppet-user: Events:", "<13>Oct 2 12:08:24 puppet-user: Success: 2", "<13>Oct 2 12:08:24 puppet-user: Resources:", "<13>Oct 2 12:08:24 puppet-user: Changed: 2", "<13>Oct 2 12:08:24 puppet-user: Out of sync: 2", "<13>Oct 2 12:08:24 puppet-user: Total: 28", "<13>Oct 2 12:08:24 puppet-user: Time:", "<13>Oct 2 12:08:24 puppet-user: Filebucket: 0.00", "<13>Oct 2 12:08:24 puppet-user: Schedule: 0.00", "<13>Oct 2 12:08:24 puppet-user: File: 0.00", "<13>Oct 2 12:08:24 puppet-user: Augeas: 0.01", "<13>Oct 2 12:08:24 puppet-user: Package: 0.02", "<13>Oct 2 12:08:24 puppet-user: File line: 0.02", "<13>Oct 2 12:08:24 puppet-user: User: 0.03", "<13>Oct 2 12:08:24 puppet-user: Service: 0.07", "<13>Oct 2 12:08:24 puppet-user: Config retrieval: 0.49", "<13>Oct 2 12:08:24 puppet-user: Pcmk property: 1.49", "<13>Oct 2 12:08:24 puppet-user: Last run: 1759406904", "<13>Oct 2 12:08:24 puppet-user: Pcmk resource default: 2.04", "<13>Oct 2 12:08:24 puppet-user: Pcmk resource op default: 2.06", "<13>Oct 2 12:08:24 puppet-user: Exec: 2.08", "<13>Oct 2 12:08:24 puppet-user: Transaction evaluation: 7.99", "<13>Oct 2 12:08:24 puppet-user: Catalog application: 8.01", "<13>Oct 2 12:08:24 puppet-user: Total: 8.01", "<13>Oct 2 12:08:24 puppet-user: Version:", "<13>Oct 2 12:08:24 puppet-user: Config: 1759406896", "<13>Oct 2 12:08:24 puppet-user: Puppet: 7.10.0" ] } 2025-10-02 12:08:32.396472 | fa163e52-5e1f-f442-69cc-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:18.142846 | 0.07s 2025-10-02 12:08:32.425760 | fa163e52-5e1f-f442-69cc-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-02 12:08:32.455206 | fa163e52-5e1f-f442-69cc-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:18.201568 | 0.03s 2025-10-02 12:08:32.522714 | fa163e52-5e1f-f442-69cc-000000003abf | TASK | Gather variables for each operating system 2025-10-02 12:08:32.636860 | fa163e52-5e1f-f442-69cc-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:18.383224 | 0.11s 2025-10-02 12:08:32.666953 | fa163e52-5e1f-f442-69cc-000000003ac0 | TASK | Create puppet caching structures 2025-10-02 12:08:32.902088 | fa163e52-5e1f-f442-69cc-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-02 12:08:32.903448 | fa163e52-5e1f-f442-69cc-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:18.649822 | 0.23s 2025-10-02 12:08:32.932742 | fa163e52-5e1f-f442-69cc-000000003ac1 | TASK | Check for facter.conf 2025-10-02 12:08:33.138074 | fa163e52-5e1f-f442-69cc-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-02 12:08:33.139462 | fa163e52-5e1f-f442-69cc-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:18.885834 | 0.21s 2025-10-02 12:08:33.169547 | fa163e52-5e1f-f442-69cc-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-02 12:08:33.220397 | fa163e52-5e1f-f442-69cc-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-02 12:08:33.221789 | fa163e52-5e1f-f442-69cc-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:18.968158 | 0.05s 2025-10-02 12:08:33.251158 | fa163e52-5e1f-f442-69cc-000000003ac3 | TASK | Write facter cache config 2025-10-02 12:08:33.738608 | fa163e52-5e1f-f442-69cc-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-02 12:08:33.739998 | fa163e52-5e1f-f442-69cc-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:19.486373 | 0.49s 2025-10-02 12:08:33.768934 | fa163e52-5e1f-f442-69cc-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-02 12:08:33.973144 | fa163e52-5e1f-f442-69cc-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-02 12:08:33.974628 | fa163e52-5e1f-f442-69cc-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:19.720996 | 0.20s 2025-10-02 12:08:34.004497 | fa163e52-5e1f-f442-69cc-000000003ac5 | TASK | Pre-cache facts 2025-10-02 12:08:34.590315 | fa163e52-5e1f-f442-69cc-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-02 12:08:34.591998 | fa163e52-5e1f-f442-69cc-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:20.338366 | 0.59s 2025-10-02 12:08:34.619550 | fa163e52-5e1f-f442-69cc-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-02 12:08:34.651742 | fa163e52-5e1f-f442-69cc-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-02 12:08:34.653139 | fa163e52-5e1f-f442-69cc-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:20.399511 | 0.03s 2025-10-02 12:08:34.698948 | fa163e52-5e1f-f442-69cc-000000003ac7 | TASK | Sync cached facts 2025-10-02 12:08:35.023612 | fa163e52-5e1f-f442-69cc-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e52-5e1f-f442-69cc-000000003ac7') missing from stats 2025-10-02 12:08:35.079652 | fa163e52-5e1f-f442-69cc-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-02 12:08:35.129778 | fa163e52-5e1f-f442-69cc-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-02 12:08:35.130922 | fa163e52-5e1f-f442-69cc-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:20.877294 | 0.05s 2025-10-02 12:08:35.161850 | fa163e52-5e1f-f442-69cc-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-02 12:08:35.191564 | fa163e52-5e1f-f442-69cc-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:20.937928 | 0.03s 2025-10-02 12:08:35.256426 | fa163e52-5e1f-f442-69cc-000000003b1e | TASK | Gather variables for each operating system 2025-10-02 12:08:35.368581 | fa163e52-5e1f-f442-69cc-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:21.114945 | 0.11s 2025-10-02 12:08:35.399056 | fa163e52-5e1f-f442-69cc-000000003b1f | TASK | Create container logs path 2025-10-02 12:08:35.665264 | fa163e52-5e1f-f442-69cc-000000003b1f | OK | Create container logs path | standalone 2025-10-02 12:08:35.666696 | fa163e52-5e1f-f442-69cc-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:21.413070 | 0.27s 2025-10-02 12:08:35.698570 | fa163e52-5e1f-f442-69cc-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-02 12:08:35.998575 | fa163e52-5e1f-f442-69cc-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-02 12:08:35.999795 | fa163e52-5e1f-f442-69cc-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:21.746168 | 0.30s 2025-10-02 12:08:36.038537 | fa163e52-5e1f-f442-69cc-000000003b22 | TASK | Finalise hashes for all containers 2025-10-02 12:08:36.125189 | fa163e52-5e1f-f442-69cc-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-02 12:08:36.126726 | fa163e52-5e1f-f442-69cc-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:21.873097 | 0.09s 2025-10-02 12:08:36.158488 | fa163e52-5e1f-f442-69cc-000000003b24 | TASK | Manage systemd shutdown files 2025-10-02 12:08:36.192241 | fa163e52-5e1f-f442-69cc-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:21.938604 | 0.03s 2025-10-02 12:08:36.230457 | 01763fc8-18f8-4c5f-ba2e-7f87d2d9add8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-02 12:08:36.259387 | fa163e52-5e1f-f442-69cc-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-02 12:08:36.525951 | fa163e52-5e1f-f442-69cc-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-02 12:08:36.527500 | fa163e52-5e1f-f442-69cc-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:22.273866 | 0.27s 2025-10-02 12:08:36.558273 | fa163e52-5e1f-f442-69cc-000000003b58 | TASK | Set podman_drop_in fact 2025-10-02 12:08:36.621836 | fa163e52-5e1f-f442-69cc-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-02 12:08:36.623222 | fa163e52-5e1f-f442-69cc-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:22.369596 | 0.06s 2025-10-02 12:08:36.653366 | fa163e52-5e1f-f442-69cc-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-02 12:08:37.214899 | fa163e52-5e1f-f442-69cc-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-02 12:08:37.216546 | fa163e52-5e1f-f442-69cc-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:22.962913 | 0.56s 2025-10-02 12:08:37.698517 | fa163e52-5e1f-f442-69cc-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-02 12:08:37.700297 | fa163e52-5e1f-f442-69cc-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:23.446673 | 1.05s 2025-10-02 12:08:37.711257 | fa163e52-5e1f-f442-69cc-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:23.457622 | 1.06s 2025-10-02 12:08:37.742922 | fa163e52-5e1f-f442-69cc-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-02 12:08:38.267073 | fa163e52-5e1f-f442-69cc-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-02 12:08:38.268535 | fa163e52-5e1f-f442-69cc-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:24.014907 | 0.52s 2025-10-02 12:08:38.298275 | fa163e52-5e1f-f442-69cc-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-02 12:08:38.801840 | fa163e52-5e1f-f442-69cc-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-02 12:08:38.803458 | fa163e52-5e1f-f442-69cc-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:24.549831 | 0.50s 2025-10-02 12:08:38.834709 | fa163e52-5e1f-f442-69cc-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-02 12:08:39.588613 | fa163e52-5e1f-f442-69cc-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-02 12:08:39.590634 | fa163e52-5e1f-f442-69cc-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:25.337006 | 0.75s 2025-10-02 12:08:39.621954 | fa163e52-5e1f-f442-69cc-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-02 12:08:40.096134 | fa163e52-5e1f-f442-69cc-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-02 12:08:40.097664 | fa163e52-5e1f-f442-69cc-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:25.844038 | 0.47s 2025-10-02 12:08:40.127399 | fa163e52-5e1f-f442-69cc-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-02 12:08:40.621406 | fa163e52-5e1f-f442-69cc-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-02 12:08:40.623245 | fa163e52-5e1f-f442-69cc-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:26.369617 | 0.49s 2025-10-02 12:08:40.652725 | fa163e52-5e1f-f442-69cc-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-02 12:08:41.425553 | fa163e52-5e1f-f442-69cc-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-02 12:08:41.427382 | fa163e52-5e1f-f442-69cc-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:27.173757 | 0.77s 2025-10-02 12:08:41.458175 | fa163e52-5e1f-f442-69cc-000000003b26 | TASK | Update container configs with new config hashes 2025-10-02 12:08:41.519521 | fa163e52-5e1f-f442-69cc-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:27.265886 | 0.06s 2025-10-02 12:08:41.541067 | 4b548283-b1ae-4ec3-b578-f6ce99942351 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-02 12:08:41.576504 | fa163e52-5e1f-f442-69cc-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-02 12:08:41.868699 | fa163e52-5e1f-f442-69cc-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-02 12:08:41.870412 | fa163e52-5e1f-f442-69cc-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:27.616785 | 0.29s 2025-10-02 12:08:41.904801 | fa163e52-5e1f-f442-69cc-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-02 12:08:41.976802 | fa163e52-5e1f-f442-69cc-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:27.723163 | 0.07s 2025-10-02 12:08:42.001703 | e0fec3e2-8f77-4878-86fc-630d2d8f5926 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 12:08:42.040458 | fa163e52-5e1f-f442-69cc-000000003ba7 | TASK | Gather podman infos 2025-10-02 12:08:43.235424 | fa163e52-5e1f-f442-69cc-000000003ba7 | OK | Gather podman infos | standalone 2025-10-02 12:08:43.236595 | fa163e52-5e1f-f442-69cc-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:28.982971 | 1.19s 2025-10-02 12:08:43.328930 | fa163e52-5e1f-f442-69cc-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-02 12:08:43.404742 | fa163e52-5e1f-f442-69cc-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:29.151103 | 0.07s 2025-10-02 12:08:43.560220 | fa163e52-5e1f-f442-69cc-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:29.306569 | 0.10s 2025-10-02 12:08:43.620331 | fa163e52-5e1f-f442-69cc-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-02 12:08:43.684208 | fa163e52-5e1f-f442-69cc-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:29.430576 | 0.06s 2025-10-02 12:08:43.707608 | e720d6dd-adc1-4ac4-b429-6351607b702e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 12:08:43.743784 | fa163e52-5e1f-f442-69cc-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-02 12:09:39.168503 | fa163e52-5e1f-f442-69cc-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-02 12:09:39.170293 | fa163e52-5e1f-f442-69cc-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:24.916663 | 55.43s 2025-10-02 12:09:39.202456 | fa163e52-5e1f-f442-69cc-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-02 12:10:12.226599 | fa163e52-5e1f-f442-69cc-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-02 12:10:12.228892 | fa163e52-5e1f-f442-69cc-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:19:57.975265 | 33.02s 2025-10-02 12:10:12.301422 | fa163e52-5e1f-f442-69cc-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-02 12:10:12.529229 | fa163e52-5e1f-f442-69cc-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-02 12:10:12.530475 | fa163e52-5e1f-f442-69cc-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:58.276850 | 0.23s 2025-10-02 12:10:12.579683 | fa163e52-5e1f-f442-69cc-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-02 12:10:12.630748 | fa163e52-5e1f-f442-69cc-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:58.377113 | 0.05s 2025-10-02 12:10:12.662570 | fa163e52-5e1f-f442-69cc-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-02 12:10:12.714518 | fa163e52-5e1f-f442-69cc-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:58.460883 | 0.05s 2025-10-02 12:10:12.741032 | de70543a-94a2-4918-b0ef-1db90227eec4 | INCLUDED | /root/standalone-ansible-m86fxwho/host-container-puppet-tasks.yaml | standalone 2025-10-02 12:10:12.789121 | fa163e52-5e1f-f442-69cc-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-02 12:10:13.287811 | fa163e52-5e1f-f442-69cc-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-02 12:10:13.289219 | fa163e52-5e1f-f442-69cc-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:59.035591 | 0.50s 2025-10-02 12:10:13.325285 | fa163e52-5e1f-f442-69cc-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-02 12:10:13.590770 | fa163e52-5e1f-f442-69cc-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-02 12:10:13.591770 | fa163e52-5e1f-f442-69cc-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:59.338149 | 0.26s 2025-10-02 12:10:13.615712 | fa163e52-5e1f-f442-69cc-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-02 12:10:13.644073 | fa163e52-5e1f-f442-69cc-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:59.390443 | 0.03s 2025-10-02 12:10:13.703780 | fa163e52-5e1f-f442-69cc-000000003c90 | TASK | Gather variables for each operating system 2025-10-02 12:10:13.825796 | fa163e52-5e1f-f442-69cc-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:59.572159 | 0.12s 2025-10-02 12:10:13.849254 | fa163e52-5e1f-f442-69cc-000000003c91 | TASK | Create container logs path 2025-10-02 12:10:14.116251 | fa163e52-5e1f-f442-69cc-000000003c91 | OK | Create container logs path | standalone 2025-10-02 12:10:14.117638 | fa163e52-5e1f-f442-69cc-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:59.864004 | 0.27s 2025-10-02 12:10:14.151523 | fa163e52-5e1f-f442-69cc-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-02 12:10:14.407047 | fa163e52-5e1f-f442-69cc-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-02 12:10:14.408324 | fa163e52-5e1f-f442-69cc-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:00.154697 | 0.26s 2025-10-02 12:10:14.438424 | fa163e52-5e1f-f442-69cc-000000003c94 | TASK | Finalise hashes for all containers 2025-10-02 12:10:14.490271 | fa163e52-5e1f-f442-69cc-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-02 12:10:14.491594 | fa163e52-5e1f-f442-69cc-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:00.237968 | 0.05s 2025-10-02 12:10:14.523175 | fa163e52-5e1f-f442-69cc-000000003c96 | TASK | Manage systemd shutdown files 2025-10-02 12:10:14.559728 | fa163e52-5e1f-f442-69cc-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 12:10:14.561378 | fa163e52-5e1f-f442-69cc-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:00.307745 | 0.04s 2025-10-02 12:10:14.592612 | fa163e52-5e1f-f442-69cc-000000003c98 | TASK | Update container configs with new config hashes 2025-10-02 12:10:14.670857 | fa163e52-5e1f-f442-69cc-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 12:10:14.672198 | fa163e52-5e1f-f442-69cc-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:00.418569 | 0.08s 2025-10-02 12:10:14.704546 | fa163e52-5e1f-f442-69cc-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-02 12:10:14.755656 | fa163e52-5e1f-f442-69cc-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-02 12:10:14.757027 | fa163e52-5e1f-f442-69cc-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:00.503398 | 0.05s 2025-10-02 12:10:14.790326 | fa163e52-5e1f-f442-69cc-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-02 12:10:14.837549 | fa163e52-5e1f-f442-69cc-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-02 12:10:14.838877 | fa163e52-5e1f-f442-69cc-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:00.585248 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-02 12:10:15.011576 | fa163e52-5e1f-f442-69cc-0000000000de | TASK | External deployment step 4 2025-10-02 12:10:15.031871 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000de') missing from stats 2025-10-02 12:10:15.086274 | fa163e52-5e1f-f442-69cc-0000000000df | TIMING | include_tasks | undercloud | 0:20:00.832634 | 0.04s 2025-10-02 12:10:15.117636 | 86a05942-80f1-4c5e-8926-eaa06e606b13 | INCLUDED | /root/standalone-ansible-m86fxwho/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-02 12:10:15.136176 | fa163e52-5e1f-f442-69cc-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-02 12:10:16.872143 | fa163e52-5e1f-f442-69cc-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-02 12:10:16.873237 | fa163e52-5e1f-f442-69cc-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:02.619615 | 1.74s 2025-10-02 12:10:18.020050 | fa163e52-5e1f-f442-69cc-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-02 12:10:18.021750 | fa163e52-5e1f-f442-69cc-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:03.768130 | 2.88s 2025-10-02 12:10:18.032522 | fa163e52-5e1f-f442-69cc-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:03.778888 | 2.89s 2025-10-02 12:10:18.050928 | fa163e52-5e1f-f442-69cc-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-02 12:10:18.102458 | fa163e52-5e1f-f442-69cc-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:03.848822 | 0.05s 2025-10-02 12:10:18.167673 | fa163e52-5e1f-f442-69cc-000000003d18 | TASK | Create Keystone Admin resources 2025-10-02 12:10:18.207259 | fa163e52-5e1f-f442-69cc-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:03.953629 | 0.04s 2025-10-02 12:10:18.238706 | 64ac9e68-bbda-4d59-95b6-b6e89e07d927 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-02 12:10:18.266482 | fa163e52-5e1f-f442-69cc-000000003d59 | TASK | Create admin and service projects 2025-10-02 12:10:18.305364 | fa163e52-5e1f-f442-69cc-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:04.051732 | 0.04s 2025-10-02 12:10:18.320924 | 92d5291d-f3ce-495b-a39a-418444093b4a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-02 12:10:18.353086 | fa163e52-5e1f-f442-69cc-000000003daa | TASK | Async creation of Keystone project 2025-10-02 12:10:18.885882 | fa163e52-5e1f-f442-69cc-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-02 12:10:18.888170 | fa163e52-5e1f-f442-69cc-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:04.634537 | 0.53s 2025-10-02 12:10:19.212592 | fa163e52-5e1f-f442-69cc-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-02 12:10:19.222829 | fa163e52-5e1f-f442-69cc-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:04.969203 | 0.87s 2025-10-02 12:10:19.228736 | fa163e52-5e1f-f442-69cc-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:04.975099 | 0.87s 2025-10-02 12:10:19.245420 | fa163e52-5e1f-f442-69cc-000000003dac | TASK | Check Keystone project status 2025-10-02 12:10:19.504478 | fa163e52-5e1f-f442-69cc-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-02 12:10:24.751999 | fa163e52-5e1f-f442-69cc-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-02 12:10:24.755048 | fa163e52-5e1f-f442-69cc-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:10.501410 | 5.51s 2025-10-02 12:10:25.003517 | fa163e52-5e1f-f442-69cc-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-02 12:10:25.005282 | fa163e52-5e1f-f442-69cc-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:10.751659 | 5.76s 2025-10-02 12:10:25.016211 | fa163e52-5e1f-f442-69cc-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:10.762588 | 5.77s 2025-10-02 12:10:25.036652 | fa163e52-5e1f-f442-69cc-000000003d5a | TASK | Create admin role 2025-10-02 12:10:26.382869 | fa163e52-5e1f-f442-69cc-000000003d5a | OK | Create admin role | undercloud 2025-10-02 12:10:26.384456 | fa163e52-5e1f-f442-69cc-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:12.130829 | 1.35s 2025-10-02 12:10:26.404618 | fa163e52-5e1f-f442-69cc-000000003d5b | TASK | Create _member_ role 2025-10-02 12:10:26.455169 | fa163e52-5e1f-f442-69cc-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-02 12:10:26.456465 | fa163e52-5e1f-f442-69cc-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:12.202837 | 0.05s 2025-10-02 12:10:26.475928 | fa163e52-5e1f-f442-69cc-000000003d5c | TASK | Check admin password 2025-10-02 12:10:27.947756 | fa163e52-5e1f-f442-69cc-000000003d5c | OK | Check admin password | undercloud 2025-10-02 12:10:27.949166 | fa163e52-5e1f-f442-69cc-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:13.695540 | 1.47s 2025-10-02 12:10:27.968414 | fa163e52-5e1f-f442-69cc-000000003d5d | TASK | Create admin user 2025-10-02 12:10:29.697309 | fa163e52-5e1f-f442-69cc-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-02 12:10:29.698354 | fa163e52-5e1f-f442-69cc-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:15.444732 | 1.73s 2025-10-02 12:10:29.714920 | fa163e52-5e1f-f442-69cc-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-02 12:10:31.166679 | fa163e52-5e1f-f442-69cc-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-02 12:10:31.167570 | fa163e52-5e1f-f442-69cc-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:16.913950 | 1.45s 2025-10-02 12:10:31.182171 | fa163e52-5e1f-f442-69cc-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-02 12:10:31.228639 | fa163e52-5e1f-f442-69cc-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-02 12:10:31.229810 | fa163e52-5e1f-f442-69cc-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:16.976182 | 0.05s 2025-10-02 12:10:31.248837 | fa163e52-5e1f-f442-69cc-000000003d60 | TASK | Create identity service 2025-10-02 12:10:32.441554 | fa163e52-5e1f-f442-69cc-000000003d60 | OK | Create identity service | undercloud 2025-10-02 12:10:32.442965 | fa163e52-5e1f-f442-69cc-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:18.189337 | 1.19s 2025-10-02 12:10:32.461943 | fa163e52-5e1f-f442-69cc-000000003d61 | TASK | Create identity public endpoint 2025-10-02 12:10:33.757981 | fa163e52-5e1f-f442-69cc-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-02 12:10:33.759368 | fa163e52-5e1f-f442-69cc-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:19.505742 | 1.30s 2025-10-02 12:10:33.779281 | fa163e52-5e1f-f442-69cc-000000003d62 | TASK | Create identity internal endpoint 2025-10-02 12:10:34.962435 | fa163e52-5e1f-f442-69cc-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-02 12:10:34.963848 | fa163e52-5e1f-f442-69cc-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:20.710222 | 1.18s 2025-10-02 12:10:34.983006 | fa163e52-5e1f-f442-69cc-000000003d63 | TASK | Create identity admin endpoint 2025-10-02 12:10:36.241372 | fa163e52-5e1f-f442-69cc-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-02 12:10:36.242682 | fa163e52-5e1f-f442-69cc-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:21.989055 | 1.26s 2025-10-02 12:10:36.261554 | fa163e52-5e1f-f442-69cc-000000003d19 | TASK | Create Keystone Projects 2025-10-02 12:10:36.332320 | fa163e52-5e1f-f442-69cc-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:22.078673 | 0.07s 2025-10-02 12:10:36.345183 | fa163e52-5e1f-f442-69cc-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:22.091537 | 0.08s 2025-10-02 12:10:36.360246 | 4018909c-df78-4d0f-8776-1cb6a8286665 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-02 12:10:36.406355 | fa163e52-5e1f-f442-69cc-000000003e36 | TASK | Async creation of Keystone project 2025-10-02 12:10:36.740174 | fa163e52-5e1f-f442-69cc-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-02 12:10:36.743547 | fa163e52-5e1f-f442-69cc-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:22.489893 | 0.34s 2025-10-02 12:10:36.753364 | fa163e52-5e1f-f442-69cc-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:22.499732 | 0.35s 2025-10-02 12:10:36.773352 | fa163e52-5e1f-f442-69cc-000000003e38 | TASK | Check Keystone project status 2025-10-02 12:10:37.062165 | fa163e52-5e1f-f442-69cc-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-02 12:10:42.252937 | fa163e52-5e1f-f442-69cc-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-02 12:10:42.253890 | fa163e52-5e1f-f442-69cc-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:28.000267 | 5.48s 2025-10-02 12:10:42.261175 | fa163e52-5e1f-f442-69cc-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:28.007544 | 5.49s 2025-10-02 12:10:42.278791 | fa163e52-5e1f-f442-69cc-000000003d1b | TASK | Create Keystone Domains 2025-10-02 12:10:42.375212 | fa163e52-5e1f-f442-69cc-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:28.121570 | 0.09s 2025-10-02 12:10:42.386882 | fa163e52-5e1f-f442-69cc-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:28.133254 | 0.11s 2025-10-02 12:10:42.396001 | eca1feb3-154b-4ca9-be77-84392fc5ced8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-02 12:10:42.429170 | fa163e52-5e1f-f442-69cc-000000003eeb | TASK | Async creation of Keystone domains 2025-10-02 12:10:42.966650 | fa163e52-5e1f-f442-69cc-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-02 12:10:42.969150 | fa163e52-5e1f-f442-69cc-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:28.715512 | 0.54s 2025-10-02 12:10:42.978595 | fa163e52-5e1f-f442-69cc-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:28.724967 | 0.55s 2025-10-02 12:10:42.995298 | fa163e52-5e1f-f442-69cc-000000003eed | TASK | Check Keystone domain status 2025-10-02 12:10:43.276148 | fa163e52-5e1f-f442-69cc-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-02 12:10:48.495391 | fa163e52-5e1f-f442-69cc-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-02 12:10:48.496404 | fa163e52-5e1f-f442-69cc-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:34.242783 | 5.50s 2025-10-02 12:10:48.501321 | fa163e52-5e1f-f442-69cc-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:34.247694 | 5.50s 2025-10-02 12:10:48.520794 | fa163e52-5e1f-f442-69cc-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-02 12:10:48.572330 | fa163e52-5e1f-f442-69cc-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:34.318691 | 0.05s 2025-10-02 12:10:48.584332 | b1ffe916-1188-4dc4-ae8e-e02e9e20011b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-02 12:10:48.629955 | fa163e52-5e1f-f442-69cc-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-02 12:10:50.048116 | fa163e52-5e1f-f442-69cc-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-02 12:10:50.049633 | fa163e52-5e1f-f442-69cc-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:35.795996 | 1.42s 2025-10-02 12:10:50.068292 | fa163e52-5e1f-f442-69cc-000000003fb6 | TASK | Set openstack_domains fact 2025-10-02 12:10:50.136408 | fa163e52-5e1f-f442-69cc-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-02 12:10:50.138511 | fa163e52-5e1f-f442-69cc-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:35.884876 | 0.07s 2025-10-02 12:10:50.157599 | fa163e52-5e1f-f442-69cc-000000003d1e | TASK | Create Keystone Services 2025-10-02 12:10:50.268104 | fa163e52-5e1f-f442-69cc-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:36.014448 | 0.11s 2025-10-02 12:10:50.286892 | fa163e52-5e1f-f442-69cc-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:36.033259 | 0.13s 2025-10-02 12:10:50.296962 | fa163e52-5e1f-f442-69cc-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:36.043328 | 0.14s 2025-10-02 12:10:50.316668 | 053f0d73-dd08-4b66-958d-419ace4c568d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-02 12:10:50.326610 | 3ae74108-c167-42d8-bc4f-141747a8d054 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-02 12:10:50.376958 | fa163e52-5e1f-f442-69cc-000000004092 | TASK | Async creation of Keystone service 2025-10-02 12:10:50.711719 | fa163e52-5e1f-f442-69cc-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-02 12:10:50.714845 | fa163e52-5e1f-f442-69cc-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:36.461198 | 0.34s 2025-10-02 12:10:51.021408 | fa163e52-5e1f-f442-69cc-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-02 12:10:51.022262 | fa163e52-5e1f-f442-69cc-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:36.768645 | 0.64s 2025-10-02 12:10:51.257452 | fa163e52-5e1f-f442-69cc-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-02 12:10:51.258073 | fa163e52-5e1f-f442-69cc-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:37.004457 | 0.88s 2025-10-02 12:10:51.585881 | fa163e52-5e1f-f442-69cc-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-02 12:10:51.586864 | fa163e52-5e1f-f442-69cc-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:37.333239 | 1.21s 2025-10-02 12:10:51.838732 | fa163e52-5e1f-f442-69cc-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-02 12:10:51.839463 | fa163e52-5e1f-f442-69cc-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:37.585844 | 1.46s 2025-10-02 12:10:52.092714 | fa163e52-5e1f-f442-69cc-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-02 12:10:52.096021 | fa163e52-5e1f-f442-69cc-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:37.842397 | 1.72s 2025-10-02 12:10:52.337540 | fa163e52-5e1f-f442-69cc-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-02 12:10:52.338516 | fa163e52-5e1f-f442-69cc-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.084899 | 1.96s 2025-10-02 12:10:52.574076 | fa163e52-5e1f-f442-69cc-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-02 12:10:52.574678 | fa163e52-5e1f-f442-69cc-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.321061 | 2.20s 2025-10-02 12:10:52.818958 | fa163e52-5e1f-f442-69cc-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-02 12:10:52.820295 | fa163e52-5e1f-f442-69cc-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.566679 | 2.44s 2025-10-02 12:10:53.106808 | fa163e52-5e1f-f442-69cc-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-02 12:10:53.108377 | fa163e52-5e1f-f442-69cc-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.854758 | 2.73s 2025-10-02 12:10:53.120365 | fa163e52-5e1f-f442-69cc-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:38.866735 | 2.74s 2025-10-02 12:10:53.138692 | fa163e52-5e1f-f442-69cc-000000004094 | TASK | Check Keystone service status 2025-10-02 12:10:53.367502 | fa163e52-5e1f-f442-69cc-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-02 12:10:53.369639 | fa163e52-5e1f-f442-69cc-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:39.116005 | 0.23s 2025-10-02 12:10:53.582780 | fa163e52-5e1f-f442-69cc-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-02 12:10:53.584232 | fa163e52-5e1f-f442-69cc-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:39.330600 | 0.44s 2025-10-02 12:10:53.818270 | fa163e52-5e1f-f442-69cc-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-02 12:10:53.819808 | fa163e52-5e1f-f442-69cc-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:39.566185 | 0.68s 2025-10-02 12:10:54.079108 | fa163e52-5e1f-f442-69cc-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-02 12:10:54.079864 | fa163e52-5e1f-f442-69cc-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:39.826246 | 0.94s 2025-10-02 12:10:54.377570 | fa163e52-5e1f-f442-69cc-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-02 12:10:54.378448 | fa163e52-5e1f-f442-69cc-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:40.124829 | 1.24s 2025-10-02 12:10:54.645172 | fa163e52-5e1f-f442-69cc-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-02 12:10:54.647363 | fa163e52-5e1f-f442-69cc-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:40.393728 | 1.51s 2025-10-02 12:10:54.894214 | fa163e52-5e1f-f442-69cc-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-02 12:10:54.894926 | fa163e52-5e1f-f442-69cc-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:40.641309 | 1.76s 2025-10-02 12:10:55.149747 | fa163e52-5e1f-f442-69cc-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-02 12:10:55.150466 | fa163e52-5e1f-f442-69cc-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:40.896849 | 2.01s 2025-10-02 12:10:55.384208 | fa163e52-5e1f-f442-69cc-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-02 12:10:55.386325 | fa163e52-5e1f-f442-69cc-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:41.132697 | 2.25s 2025-10-02 12:10:55.553560 | fa163e52-5e1f-f442-69cc-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-02 12:10:55.554666 | fa163e52-5e1f-f442-69cc-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:41.301042 | 2.42s 2025-10-02 12:10:55.571578 | fa163e52-5e1f-f442-69cc-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:41.317947 | 2.43s 2025-10-02 12:10:55.597775 | fa163e52-5e1f-f442-69cc-000000004099 | TASK | Async creation of Keystone service 2025-10-02 12:10:55.913718 | fa163e52-5e1f-f442-69cc-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-02 12:10:55.914653 | fa163e52-5e1f-f442-69cc-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:41.661034 | 0.32s 2025-10-02 12:10:56.214557 | fa163e52-5e1f-f442-69cc-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-02 12:10:56.215155 | fa163e52-5e1f-f442-69cc-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:41.961540 | 0.62s 2025-10-02 12:10:56.503620 | fa163e52-5e1f-f442-69cc-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-02 12:10:56.504234 | fa163e52-5e1f-f442-69cc-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:42.250618 | 0.90s 2025-10-02 12:10:56.776305 | fa163e52-5e1f-f442-69cc-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-02 12:10:56.777482 | fa163e52-5e1f-f442-69cc-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:42.523863 | 1.18s 2025-10-02 12:10:56.782232 | fa163e52-5e1f-f442-69cc-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:42.528618 | 1.18s 2025-10-02 12:10:56.796514 | fa163e52-5e1f-f442-69cc-00000000409b | TASK | Check Keystone service status 2025-10-02 12:10:57.008388 | fa163e52-5e1f-f442-69cc-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-02 12:11:02.235380 | fa163e52-5e1f-f442-69cc-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-02 12:11:02.237442 | fa163e52-5e1f-f442-69cc-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:47.983808 | 5.44s 2025-10-02 12:11:02.487775 | fa163e52-5e1f-f442-69cc-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-02 12:11:02.489363 | fa163e52-5e1f-f442-69cc-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:48.235735 | 5.69s 2025-10-02 12:11:02.744565 | fa163e52-5e1f-f442-69cc-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-02 12:11:02.745770 | fa163e52-5e1f-f442-69cc-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:48.492146 | 5.95s 2025-10-02 12:11:02.946342 | fa163e52-5e1f-f442-69cc-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-02 12:11:02.947117 | fa163e52-5e1f-f442-69cc-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:48.693500 | 6.15s 2025-10-02 12:11:02.955830 | fa163e52-5e1f-f442-69cc-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:48.702199 | 6.16s 2025-10-02 12:11:02.976563 | fa163e52-5e1f-f442-69cc-000000003d20 | TASK | Create Keystone Endpoints 2025-10-02 12:11:03.029435 | fa163e52-5e1f-f442-69cc-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:48.775801 | 0.05s 2025-10-02 12:11:03.066684 | fa163e52-5e1f-f442-69cc-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:48.813049 | 0.09s 2025-10-02 12:11:03.080646 | fa163e52-5e1f-f442-69cc-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:48.827020 | 0.10s 2025-10-02 12:11:03.086902 | fa163e52-5e1f-f442-69cc-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:48.833272 | 0.11s 2025-10-02 12:11:03.101302 | aaf7f4a6-5378-48d1-a08c-7c92e430a92d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-02 12:11:03.108134 | 84844ed6-786e-4754-9483-d2852a759bfc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-02 12:11:03.114170 | 0edd1275-9cd1-4e7c-94a8-88a1667d6c02 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-02 12:11:03.172559 | fa163e52-5e1f-f442-69cc-0000000041cf | TASK | Create Keystone public endpoints 2025-10-02 12:11:03.273448 | fa163e52-5e1f-f442-69cc-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:49.019811 | 0.10s 2025-10-02 12:11:03.291039 | fa163e52-5e1f-f442-69cc-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:49.037414 | 0.12s 2025-10-02 12:11:03.299293 | fa163e52-5e1f-f442-69cc-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:49.045663 | 0.13s 2025-10-02 12:11:03.318498 | 7c64c0a2-fffb-459f-8f15-ac1faf904835 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-02 12:11:03.328416 | b68e604b-ab03-4fba-bebb-848f46c17d57 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-02 12:11:03.353845 | fa163e52-5e1f-f442-69cc-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-10-02 12:11:03.677390 | fa163e52-5e1f-f442-69cc-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-02 12:11:03.680084 | fa163e52-5e1f-f442-69cc-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:49.426450 | 0.32s 2025-10-02 12:11:03.912945 | fa163e52-5e1f-f442-69cc-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-02 12:11:03.913616 | fa163e52-5e1f-f442-69cc-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:49.660000 | 0.56s 2025-10-02 12:11:04.167727 | fa163e52-5e1f-f442-69cc-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-02 12:11:04.168713 | fa163e52-5e1f-f442-69cc-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:49.915090 | 0.81s 2025-10-02 12:11:04.477010 | fa163e52-5e1f-f442-69cc-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-02 12:11:04.477745 | fa163e52-5e1f-f442-69cc-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:50.224127 | 1.12s 2025-10-02 12:11:04.772523 | fa163e52-5e1f-f442-69cc-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-02 12:11:04.774284 | fa163e52-5e1f-f442-69cc-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:50.520664 | 1.42s 2025-10-02 12:11:05.109664 | fa163e52-5e1f-f442-69cc-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-02 12:11:05.110456 | fa163e52-5e1f-f442-69cc-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:50.856838 | 1.76s 2025-10-02 12:11:05.374286 | fa163e52-5e1f-f442-69cc-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-02 12:11:05.374889 | fa163e52-5e1f-f442-69cc-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:51.121273 | 2.02s 2025-10-02 12:11:05.647835 | fa163e52-5e1f-f442-69cc-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-02 12:11:05.648670 | fa163e52-5e1f-f442-69cc-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:51.395050 | 2.29s 2025-10-02 12:11:05.993457 | fa163e52-5e1f-f442-69cc-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-02 12:11:05.995467 | fa163e52-5e1f-f442-69cc-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:51.741835 | 2.64s 2025-10-02 12:11:06.267462 | fa163e52-5e1f-f442-69cc-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-02 12:11:06.268133 | fa163e52-5e1f-f442-69cc-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:52.014516 | 2.91s 2025-10-02 12:11:06.272900 | fa163e52-5e1f-f442-69cc-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:52.019272 | 2.92s 2025-10-02 12:11:06.293058 | fa163e52-5e1f-f442-69cc-0000000042f9 | TASK | Check Keystone public endpoint status 2025-10-02 12:11:06.610401 | fa163e52-5e1f-f442-69cc-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-02 12:11:06.611501 | fa163e52-5e1f-f442-69cc-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:52.357881 | 0.32s 2025-10-02 12:11:06.849600 | fa163e52-5e1f-f442-69cc-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-02 12:11:06.850377 | fa163e52-5e1f-f442-69cc-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:52.596759 | 0.56s 2025-10-02 12:11:07.046371 | fa163e52-5e1f-f442-69cc-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-02 12:11:07.046993 | fa163e52-5e1f-f442-69cc-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:52.793377 | 0.75s 2025-10-02 12:11:07.336402 | fa163e52-5e1f-f442-69cc-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-02 12:11:07.349929 | fa163e52-5e1f-f442-69cc-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.096303 | 1.06s 2025-10-02 12:11:07.554276 | fa163e52-5e1f-f442-69cc-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-02 12:11:07.554962 | fa163e52-5e1f-f442-69cc-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.301345 | 1.26s 2025-10-02 12:11:07.840231 | fa163e52-5e1f-f442-69cc-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-02 12:11:07.842463 | fa163e52-5e1f-f442-69cc-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.588841 | 1.55s 2025-10-02 12:11:08.059781 | fa163e52-5e1f-f442-69cc-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-02 12:11:08.060572 | fa163e52-5e1f-f442-69cc-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:53.806954 | 1.77s 2025-10-02 12:11:08.327574 | fa163e52-5e1f-f442-69cc-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-02 12:11:08.329177 | fa163e52-5e1f-f442-69cc-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:54.075557 | 2.03s 2025-10-02 12:11:08.541428 | fa163e52-5e1f-f442-69cc-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-02 12:11:08.542379 | fa163e52-5e1f-f442-69cc-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:54.288762 | 2.25s 2025-10-02 12:11:08.794383 | fa163e52-5e1f-f442-69cc-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-02 12:11:08.795293 | fa163e52-5e1f-f442-69cc-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:54.541672 | 2.50s 2025-10-02 12:11:08.803713 | fa163e52-5e1f-f442-69cc-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:54.550089 | 2.51s 2025-10-02 12:11:08.822398 | fa163e52-5e1f-f442-69cc-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-10-02 12:11:09.131700 | fa163e52-5e1f-f442-69cc-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-02 12:11:09.134457 | fa163e52-5e1f-f442-69cc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:54.880831 | 0.31s 2025-10-02 12:11:09.416902 | fa163e52-5e1f-f442-69cc-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-02 12:11:09.418509 | fa163e52-5e1f-f442-69cc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:55.164889 | 0.60s 2025-10-02 12:11:09.787616 | fa163e52-5e1f-f442-69cc-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-02 12:11:09.790390 | fa163e52-5e1f-f442-69cc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:55.536767 | 0.97s 2025-10-02 12:11:10.064738 | fa163e52-5e1f-f442-69cc-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-02 12:11:10.065414 | fa163e52-5e1f-f442-69cc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:55.811797 | 1.24s 2025-10-02 12:11:10.074052 | fa163e52-5e1f-f442-69cc-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:55.820424 | 1.25s 2025-10-02 12:11:10.121387 | fa163e52-5e1f-f442-69cc-000000004300 | TASK | Check Keystone public endpoint status 2025-10-02 12:11:10.415755 | fa163e52-5e1f-f442-69cc-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-02 12:11:15.645240 | fa163e52-5e1f-f442-69cc-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-02 12:11:15.648914 | fa163e52-5e1f-f442-69cc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:01.395271 | 5.53s 2025-10-02 12:11:15.902331 | fa163e52-5e1f-f442-69cc-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-02 12:11:15.904036 | fa163e52-5e1f-f442-69cc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:01.650409 | 5.78s 2025-10-02 12:11:16.141439 | fa163e52-5e1f-f442-69cc-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-02 12:11:16.143287 | fa163e52-5e1f-f442-69cc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:01.889663 | 6.02s 2025-10-02 12:11:16.399286 | fa163e52-5e1f-f442-69cc-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-02 12:11:16.400551 | fa163e52-5e1f-f442-69cc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:02.146928 | 6.28s 2025-10-02 12:11:16.408308 | fa163e52-5e1f-f442-69cc-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:02.154691 | 6.29s 2025-10-02 12:11:16.429279 | fa163e52-5e1f-f442-69cc-0000000041d4 | TASK | Create Keystone admin endpoints 2025-10-02 12:11:16.510308 | fa163e52-5e1f-f442-69cc-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:02.256659 | 0.08s 2025-10-02 12:11:16.527830 | fa163e52-5e1f-f442-69cc-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:02.274207 | 0.10s 2025-10-02 12:11:16.536568 | fa163e52-5e1f-f442-69cc-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:02.282955 | 0.11s 2025-10-02 12:11:16.544469 | 353161fe-aaa9-44f4-92e0-5608dba6919c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-02 12:11:16.548934 | bfb25e3e-3e6f-44bc-9d75-db6044d518c7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-02 12:11:16.570929 | fa163e52-5e1f-f442-69cc-00000000435c | TASK | Async creation of Keystone admin endpoint 2025-10-02 12:11:16.884843 | fa163e52-5e1f-f442-69cc-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-02 12:11:16.887113 | fa163e52-5e1f-f442-69cc-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:02.633475 | 0.31s 2025-10-02 12:11:17.176002 | fa163e52-5e1f-f442-69cc-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-02 12:11:17.178001 | fa163e52-5e1f-f442-69cc-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:02.924382 | 0.61s 2025-10-02 12:11:17.475890 | fa163e52-5e1f-f442-69cc-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-02 12:11:17.478167 | fa163e52-5e1f-f442-69cc-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:03.224542 | 0.91s 2025-10-02 12:11:17.732162 | fa163e52-5e1f-f442-69cc-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-02 12:11:17.733368 | fa163e52-5e1f-f442-69cc-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:03.479753 | 1.16s 2025-10-02 12:11:18.033612 | fa163e52-5e1f-f442-69cc-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-02 12:11:18.035206 | fa163e52-5e1f-f442-69cc-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:03.781590 | 1.46s 2025-10-02 12:11:18.323672 | fa163e52-5e1f-f442-69cc-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-02 12:11:18.325026 | fa163e52-5e1f-f442-69cc-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.071409 | 1.75s 2025-10-02 12:11:18.607764 | fa163e52-5e1f-f442-69cc-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-02 12:11:18.609152 | fa163e52-5e1f-f442-69cc-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.355534 | 2.04s 2025-10-02 12:11:18.944847 | fa163e52-5e1f-f442-69cc-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-02 12:11:18.945902 | fa163e52-5e1f-f442-69cc-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.692278 | 2.37s 2025-10-02 12:11:19.182422 | fa163e52-5e1f-f442-69cc-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-02 12:11:19.183984 | fa163e52-5e1f-f442-69cc-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:04.930361 | 2.61s 2025-10-02 12:11:19.484765 | fa163e52-5e1f-f442-69cc-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-02 12:11:19.485394 | fa163e52-5e1f-f442-69cc-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:05.231779 | 2.91s 2025-10-02 12:11:19.490131 | fa163e52-5e1f-f442-69cc-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:05.236465 | 2.92s 2025-10-02 12:11:19.510299 | fa163e52-5e1f-f442-69cc-00000000435e | TASK | Check Keystone admin endpoint status 2025-10-02 12:11:19.747446 | fa163e52-5e1f-f442-69cc-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-02 12:11:19.748407 | fa163e52-5e1f-f442-69cc-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:05.494783 | 0.24s 2025-10-02 12:11:20.007570 | fa163e52-5e1f-f442-69cc-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-02 12:11:20.008866 | fa163e52-5e1f-f442-69cc-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:05.755242 | 0.50s 2025-10-02 12:11:20.269752 | fa163e52-5e1f-f442-69cc-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-02 12:11:20.270515 | fa163e52-5e1f-f442-69cc-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:06.016898 | 0.76s 2025-10-02 12:11:20.514201 | fa163e52-5e1f-f442-69cc-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-02 12:11:20.516393 | fa163e52-5e1f-f442-69cc-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:06.262770 | 1.00s 2025-10-02 12:11:20.718005 | fa163e52-5e1f-f442-69cc-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-02 12:11:20.718700 | fa163e52-5e1f-f442-69cc-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:06.465082 | 1.21s 2025-10-02 12:11:20.960347 | fa163e52-5e1f-f442-69cc-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-02 12:11:20.961885 | fa163e52-5e1f-f442-69cc-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:06.708265 | 1.45s 2025-10-02 12:11:21.156481 | fa163e52-5e1f-f442-69cc-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-02 12:11:21.158792 | fa163e52-5e1f-f442-69cc-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:06.905162 | 1.65s 2025-10-02 12:11:21.406146 | fa163e52-5e1f-f442-69cc-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-02 12:11:21.408333 | fa163e52-5e1f-f442-69cc-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.154709 | 1.90s 2025-10-02 12:11:21.682428 | fa163e52-5e1f-f442-69cc-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-02 12:11:21.683499 | fa163e52-5e1f-f442-69cc-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.429874 | 2.17s 2025-10-02 12:11:21.910191 | fa163e52-5e1f-f442-69cc-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-02 12:11:21.911650 | fa163e52-5e1f-f442-69cc-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.658019 | 2.40s 2025-10-02 12:11:21.927156 | fa163e52-5e1f-f442-69cc-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:07.673533 | 2.42s 2025-10-02 12:11:21.950324 | fa163e52-5e1f-f442-69cc-000000004363 | TASK | Async creation of Keystone admin endpoint 2025-10-02 12:11:22.323230 | fa163e52-5e1f-f442-69cc-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-02 12:11:22.324605 | fa163e52-5e1f-f442-69cc-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:08.070986 | 0.37s 2025-10-02 12:11:22.618210 | fa163e52-5e1f-f442-69cc-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-02 12:11:22.619539 | fa163e52-5e1f-f442-69cc-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:08.365920 | 0.67s 2025-10-02 12:11:22.946368 | fa163e52-5e1f-f442-69cc-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-02 12:11:22.947734 | fa163e52-5e1f-f442-69cc-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:08.694112 | 1.00s 2025-10-02 12:11:23.212218 | fa163e52-5e1f-f442-69cc-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-02 12:11:23.217380 | fa163e52-5e1f-f442-69cc-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:08.963754 | 1.27s 2025-10-02 12:11:23.223751 | fa163e52-5e1f-f442-69cc-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:08.970135 | 1.27s 2025-10-02 12:11:23.239246 | fa163e52-5e1f-f442-69cc-000000004365 | TASK | Check Keystone admin endpoint status 2025-10-02 12:11:23.513283 | fa163e52-5e1f-f442-69cc-000000004365 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-02 12:11:28.742208 | fa163e52-5e1f-f442-69cc-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-02 12:11:28.743050 | fa163e52-5e1f-f442-69cc-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:14.489429 | 5.50s 2025-10-02 12:11:29.012480 | fa163e52-5e1f-f442-69cc-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-02 12:11:29.013735 | fa163e52-5e1f-f442-69cc-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:14.760110 | 5.77s 2025-10-02 12:11:29.249349 | fa163e52-5e1f-f442-69cc-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-02 12:11:29.250854 | fa163e52-5e1f-f442-69cc-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:14.997225 | 6.01s 2025-10-02 12:11:29.536921 | fa163e52-5e1f-f442-69cc-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-02 12:11:29.538933 | fa163e52-5e1f-f442-69cc-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:15.285309 | 6.30s 2025-10-02 12:11:29.550647 | fa163e52-5e1f-f442-69cc-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:15.297013 | 6.31s 2025-10-02 12:11:29.574170 | fa163e52-5e1f-f442-69cc-0000000041d9 | TASK | Create Keystone internal endpoints 2025-10-02 12:11:29.682114 | fa163e52-5e1f-f442-69cc-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:15.428468 | 0.11s 2025-10-02 12:11:29.700460 | fa163e52-5e1f-f442-69cc-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:15.446835 | 0.12s 2025-10-02 12:11:29.708519 | fa163e52-5e1f-f442-69cc-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:15.454888 | 0.13s 2025-10-02 12:11:29.726594 | baf472c7-d462-4d20-8bb3-744f433d3929 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-02 12:11:29.736185 | 617d73cd-3e01-4e13-979c-03115616149c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-02 12:11:29.761464 | fa163e52-5e1f-f442-69cc-0000000043c1 | TASK | Async creation of Keystone internal endpoint 2025-10-02 12:11:30.098891 | fa163e52-5e1f-f442-69cc-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-02 12:11:30.100998 | fa163e52-5e1f-f442-69cc-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:15.847353 | 0.34s 2025-10-02 12:11:30.362597 | fa163e52-5e1f-f442-69cc-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-02 12:11:30.363349 | fa163e52-5e1f-f442-69cc-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:16.109731 | 0.60s 2025-10-02 12:11:30.639454 | fa163e52-5e1f-f442-69cc-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-02 12:11:30.640284 | fa163e52-5e1f-f442-69cc-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:16.386665 | 0.88s 2025-10-02 12:11:30.968999 | fa163e52-5e1f-f442-69cc-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-02 12:11:30.969626 | fa163e52-5e1f-f442-69cc-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:16.716010 | 1.21s 2025-10-02 12:11:31.305195 | fa163e52-5e1f-f442-69cc-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-02 12:11:31.306693 | fa163e52-5e1f-f442-69cc-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.053074 | 1.54s 2025-10-02 12:11:31.593597 | fa163e52-5e1f-f442-69cc-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-02 12:11:31.594582 | fa163e52-5e1f-f442-69cc-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.340967 | 1.83s 2025-10-02 12:11:31.845271 | fa163e52-5e1f-f442-69cc-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-02 12:11:31.846235 | fa163e52-5e1f-f442-69cc-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.592613 | 2.08s 2025-10-02 12:11:32.144705 | fa163e52-5e1f-f442-69cc-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-02 12:11:32.145925 | fa163e52-5e1f-f442-69cc-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:17.892301 | 2.38s 2025-10-02 12:11:32.427839 | fa163e52-5e1f-f442-69cc-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-02 12:11:32.428458 | fa163e52-5e1f-f442-69cc-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.174842 | 2.67s 2025-10-02 12:11:32.717887 | fa163e52-5e1f-f442-69cc-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-02 12:11:32.718579 | fa163e52-5e1f-f442-69cc-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.464963 | 2.96s 2025-10-02 12:11:32.723629 | fa163e52-5e1f-f442-69cc-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:18.470007 | 2.96s 2025-10-02 12:11:32.740969 | fa163e52-5e1f-f442-69cc-0000000043c3 | TASK | Check Keystone internal endpoint status 2025-10-02 12:11:32.988226 | fa163e52-5e1f-f442-69cc-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-02 12:11:32.989833 | fa163e52-5e1f-f442-69cc-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:18.736202 | 0.25s 2025-10-02 12:11:33.231485 | fa163e52-5e1f-f442-69cc-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-02 12:11:33.232372 | fa163e52-5e1f-f442-69cc-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:18.978752 | 0.49s 2025-10-02 12:11:33.448426 | fa163e52-5e1f-f442-69cc-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-02 12:11:33.449168 | fa163e52-5e1f-f442-69cc-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:19.195551 | 0.71s 2025-10-02 12:11:33.646953 | fa163e52-5e1f-f442-69cc-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-02 12:11:33.647619 | fa163e52-5e1f-f442-69cc-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:19.394003 | 0.91s 2025-10-02 12:11:33.869046 | fa163e52-5e1f-f442-69cc-0000000043c3 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-02 12:11:39.127962 | fa163e52-5e1f-f442-69cc-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-02 12:11:39.129936 | fa163e52-5e1f-f442-69cc-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:24.876302 | 6.39s 2025-10-02 12:11:39.394959 | fa163e52-5e1f-f442-69cc-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-02 12:11:39.396988 | fa163e52-5e1f-f442-69cc-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:25.143362 | 6.65s 2025-10-02 12:11:39.620224 | fa163e52-5e1f-f442-69cc-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-02 12:11:39.622545 | fa163e52-5e1f-f442-69cc-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:25.368917 | 6.88s 2025-10-02 12:11:39.878015 | fa163e52-5e1f-f442-69cc-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-02 12:11:39.879375 | fa163e52-5e1f-f442-69cc-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:25.625750 | 7.14s 2025-10-02 12:11:40.166242 | fa163e52-5e1f-f442-69cc-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-02 12:11:40.167826 | fa163e52-5e1f-f442-69cc-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:25.914198 | 7.43s 2025-10-02 12:11:40.447335 | fa163e52-5e1f-f442-69cc-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-02 12:11:40.449812 | fa163e52-5e1f-f442-69cc-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:26.196183 | 7.71s 2025-10-02 12:11:40.464942 | fa163e52-5e1f-f442-69cc-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:26.211306 | 7.72s 2025-10-02 12:11:40.492737 | fa163e52-5e1f-f442-69cc-0000000043c8 | TASK | Async creation of Keystone internal endpoint 2025-10-02 12:11:40.851511 | fa163e52-5e1f-f442-69cc-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-02 12:11:40.853437 | fa163e52-5e1f-f442-69cc-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:26.599802 | 0.36s 2025-10-02 12:11:41.164129 | fa163e52-5e1f-f442-69cc-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-02 12:11:41.164834 | fa163e52-5e1f-f442-69cc-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:26.911218 | 0.67s 2025-10-02 12:11:41.420419 | fa163e52-5e1f-f442-69cc-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-02 12:11:41.420999 | fa163e52-5e1f-f442-69cc-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:27.167383 | 0.93s 2025-10-02 12:11:41.690505 | fa163e52-5e1f-f442-69cc-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-02 12:11:41.692506 | fa163e52-5e1f-f442-69cc-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:27.438881 | 1.20s 2025-10-02 12:11:41.703216 | fa163e52-5e1f-f442-69cc-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:27.449585 | 1.21s 2025-10-02 12:11:41.724210 | fa163e52-5e1f-f442-69cc-0000000043ca | TASK | Check Keystone internal endpoint status 2025-10-02 12:11:41.973725 | fa163e52-5e1f-f442-69cc-0000000043ca | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-02 12:11:47.206273 | fa163e52-5e1f-f442-69cc-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-02 12:11:47.208464 | fa163e52-5e1f-f442-69cc-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:32.954831 | 5.48s 2025-10-02 12:11:47.443902 | fa163e52-5e1f-f442-69cc-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-02 12:11:47.445793 | fa163e52-5e1f-f442-69cc-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:33.192169 | 5.72s 2025-10-02 12:11:47.686307 | fa163e52-5e1f-f442-69cc-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-02 12:11:47.687136 | fa163e52-5e1f-f442-69cc-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:33.433514 | 5.96s 2025-10-02 12:11:47.906681 | fa163e52-5e1f-f442-69cc-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-02 12:11:47.908489 | fa163e52-5e1f-f442-69cc-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:33.654870 | 6.18s 2025-10-02 12:11:47.921392 | fa163e52-5e1f-f442-69cc-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:33.667562 | 6.19s 2025-10-02 12:11:47.945013 | fa163e52-5e1f-f442-69cc-000000003d22 | TASK | Run cleanup tasks 2025-10-02 12:11:47.999548 | fa163e52-5e1f-f442-69cc-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:33.745918 | 0.05s 2025-10-02 12:11:48.012471 | 120ef4a3-e304-4ccc-bfc2-8780a162c3f6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-02 12:11:48.070772 | fa163e52-5e1f-f442-69cc-000000004424 | TASK | Get list of enabled services 2025-10-02 12:11:50.541335 | fa163e52-5e1f-f442-69cc-000000004424 | CHANGED | Get list of enabled services | undercloud 2025-10-02 12:11:50.542193 | fa163e52-5e1f-f442-69cc-000000004424 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:36.288575 | 2.47s 2025-10-02 12:11:50.556514 | fa163e52-5e1f-f442-69cc-000000004425 | TASK | List services to be disabled 2025-10-02 12:11:50.631383 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-02 12:11:50.665648 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-02 12:11:50.694157 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-02 12:11:50.721177 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-02 12:11:50.747397 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-02 12:11:50.773684 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-02 12:11:50.801261 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-02 12:11:50.826060 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-02 12:11:50.850288 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-02 12:11:50.876703 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-02 12:11:50.903814 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-02 12:11:50.930277 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-02 12:11:50.960496 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-02 12:11:50.993439 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-02 12:11:51.019027 | fa163e52-5e1f-f442-69cc-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-02 12:11:51.031914 | fa163e52-5e1f-f442-69cc-000000004425 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:36.778286 | 0.47s 2025-10-02 12:11:51.052387 | fa163e52-5e1f-f442-69cc-000000004426 | TASK | Delete keystone services not enabled 2025-10-02 12:11:51.082576 | fa163e52-5e1f-f442-69cc-000000004426 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:36.828943 | 0.03s 2025-10-02 12:11:51.101228 | fa163e52-5e1f-f442-69cc-000000003d23 | TASK | Create Keystone Roles 2025-10-02 12:11:51.212859 | fa163e52-5e1f-f442-69cc-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:36.959220 | 0.11s 2025-10-02 12:11:51.231187 | fa163e52-5e1f-f442-69cc-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:36.977565 | 0.13s 2025-10-02 12:11:51.237153 | fa163e52-5e1f-f442-69cc-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:36.983531 | 0.13s 2025-10-02 12:11:51.253061 | f9242295-93c4-404a-ac82-f610fbd27400 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-02 12:11:51.262017 | 3701604e-2bdc-41d8-b44c-8e74a9229b81 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-02 12:11:51.340512 | fa163e52-5e1f-f442-69cc-000000004594 | TASK | Async creation of Keystone role 2025-10-02 12:11:51.662286 | fa163e52-5e1f-f442-69cc-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-02 12:11:51.663712 | fa163e52-5e1f-f442-69cc-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:37.410077 | 0.32s 2025-10-02 12:11:51.910201 | fa163e52-5e1f-f442-69cc-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-02 12:11:51.911039 | fa163e52-5e1f-f442-69cc-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:37.657417 | 0.57s 2025-10-02 12:11:52.147215 | fa163e52-5e1f-f442-69cc-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-02 12:11:52.148124 | fa163e52-5e1f-f442-69cc-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:37.894473 | 0.81s 2025-10-02 12:11:52.426940 | fa163e52-5e1f-f442-69cc-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-02 12:11:52.428693 | fa163e52-5e1f-f442-69cc-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:38.175075 | 1.09s 2025-10-02 12:11:52.734721 | fa163e52-5e1f-f442-69cc-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-02 12:11:52.735383 | fa163e52-5e1f-f442-69cc-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:38.481767 | 1.39s 2025-10-02 12:11:52.970469 | fa163e52-5e1f-f442-69cc-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-02 12:11:52.971367 | fa163e52-5e1f-f442-69cc-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:38.717745 | 1.63s 2025-10-02 12:11:53.212766 | fa163e52-5e1f-f442-69cc-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-02 12:11:53.213384 | fa163e52-5e1f-f442-69cc-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:38.959767 | 1.87s 2025-10-02 12:11:53.469694 | fa163e52-5e1f-f442-69cc-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-02 12:11:53.470300 | fa163e52-5e1f-f442-69cc-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:39.216684 | 2.13s 2025-10-02 12:11:53.791150 | fa163e52-5e1f-f442-69cc-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-02 12:11:53.791822 | fa163e52-5e1f-f442-69cc-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:39.538203 | 2.45s 2025-10-02 12:11:54.048272 | fa163e52-5e1f-f442-69cc-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-02 12:11:54.048859 | fa163e52-5e1f-f442-69cc-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:39.795244 | 2.71s 2025-10-02 12:11:54.053418 | fa163e52-5e1f-f442-69cc-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:39.799788 | 2.71s 2025-10-02 12:11:54.074488 | fa163e52-5e1f-f442-69cc-000000004596 | TASK | Check Keystone role status 2025-10-02 12:11:54.319193 | fa163e52-5e1f-f442-69cc-000000004596 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-02 12:11:54.320864 | fa163e52-5e1f-f442-69cc-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:40.067244 | 0.24s 2025-10-02 12:11:54.531406 | fa163e52-5e1f-f442-69cc-000000004596 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-02 12:11:54.532056 | fa163e52-5e1f-f442-69cc-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:40.278440 | 0.46s 2025-10-02 12:11:54.759298 | fa163e52-5e1f-f442-69cc-000000004596 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-02 12:11:54.759955 | fa163e52-5e1f-f442-69cc-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:40.506339 | 0.68s 2025-10-02 12:11:55.024226 | fa163e52-5e1f-f442-69cc-000000004596 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-02 12:11:55.025514 | fa163e52-5e1f-f442-69cc-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:40.771897 | 0.95s 2025-10-02 12:11:55.249797 | fa163e52-5e1f-f442-69cc-000000004596 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-02 12:11:55.251981 | fa163e52-5e1f-f442-69cc-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:40.998358 | 1.18s 2025-10-02 12:11:55.508208 | fa163e52-5e1f-f442-69cc-000000004596 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-02 12:11:55.509615 | fa163e52-5e1f-f442-69cc-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:41.255996 | 1.43s 2025-10-02 12:11:55.808525 | fa163e52-5e1f-f442-69cc-000000004596 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-02 12:11:55.809327 | fa163e52-5e1f-f442-69cc-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:41.555708 | 1.73s 2025-10-02 12:11:56.032222 | fa163e52-5e1f-f442-69cc-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-02 12:11:56.032781 | fa163e52-5e1f-f442-69cc-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:41.779165 | 1.96s 2025-10-02 12:11:56.247012 | fa163e52-5e1f-f442-69cc-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-02 12:11:56.247637 | fa163e52-5e1f-f442-69cc-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:41.994022 | 2.17s 2025-10-02 12:11:56.459493 | fa163e52-5e1f-f442-69cc-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-02 12:11:56.460173 | fa163e52-5e1f-f442-69cc-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:42.206557 | 2.38s 2025-10-02 12:11:56.474449 | fa163e52-5e1f-f442-69cc-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:42.220818 | 2.40s 2025-10-02 12:11:56.494812 | fa163e52-5e1f-f442-69cc-00000000459b | TASK | Async creation of Keystone role 2025-10-02 12:11:56.814175 | fa163e52-5e1f-f442-69cc-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-02 12:11:56.816566 | fa163e52-5e1f-f442-69cc-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:42.562935 | 0.32s 2025-10-02 12:11:57.081137 | fa163e52-5e1f-f442-69cc-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-02 12:11:57.082196 | fa163e52-5e1f-f442-69cc-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:42.828572 | 0.59s 2025-10-02 12:11:57.359740 | fa163e52-5e1f-f442-69cc-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-02 12:11:57.360708 | fa163e52-5e1f-f442-69cc-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:43.107086 | 0.86s 2025-10-02 12:11:57.366356 | fa163e52-5e1f-f442-69cc-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:43.112734 | 0.87s 2025-10-02 12:11:57.385177 | fa163e52-5e1f-f442-69cc-00000000459d | TASK | Check Keystone role status 2025-10-02 12:11:57.636880 | fa163e52-5e1f-f442-69cc-00000000459d | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-02 12:12:02.859377 | fa163e52-5e1f-f442-69cc-00000000459d | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-02 12:12:02.860161 | fa163e52-5e1f-f442-69cc-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:48.606540 | 5.47s 2025-10-02 12:12:03.107252 | fa163e52-5e1f-f442-69cc-00000000459d | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-02 12:12:03.108093 | fa163e52-5e1f-f442-69cc-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:48.854474 | 5.72s 2025-10-02 12:12:03.375237 | fa163e52-5e1f-f442-69cc-00000000459d | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-02 12:12:03.376891 | fa163e52-5e1f-f442-69cc-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:49.123266 | 5.99s 2025-10-02 12:12:03.386917 | fa163e52-5e1f-f442-69cc-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:49.133296 | 6.00s 2025-10-02 12:12:03.409623 | fa163e52-5e1f-f442-69cc-000000003d25 | TASK | Create Keystone Users 2025-10-02 12:12:03.488604 | fa163e52-5e1f-f442-69cc-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:49.234956 | 0.08s 2025-10-02 12:12:03.504937 | fa163e52-5e1f-f442-69cc-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:49.251311 | 0.09s 2025-10-02 12:12:03.517698 | fa163e52-5e1f-f442-69cc-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:49.264069 | 0.11s 2025-10-02 12:12:03.534787 | 449b6303-8cbd-4a5a-84e2-1b2f35673b1f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-02 12:12:03.542135 | 26685dc7-f5ad-44a5-ac2d-508076a8f777 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-02 12:12:03.593511 | fa163e52-5e1f-f442-69cc-000000004745 | TASK | Check password of Keystone user 2025-10-02 12:12:04.592901 | fa163e52-5e1f-f442-69cc-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:04.595232 | fa163e52-5e1f-f442-69cc-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:50.341569 | 1.00s 2025-10-02 12:12:05.479204 | fa163e52-5e1f-f442-69cc-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:05.479830 | fa163e52-5e1f-f442-69cc-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:51.226213 | 1.89s 2025-10-02 12:12:06.398702 | fa163e52-5e1f-f442-69cc-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:06.400304 | fa163e52-5e1f-f442-69cc-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:52.146677 | 2.81s 2025-10-02 12:12:07.351768 | fa163e52-5e1f-f442-69cc-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:07.353538 | fa163e52-5e1f-f442-69cc-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:53.099912 | 3.76s 2025-10-02 12:12:08.184505 | fa163e52-5e1f-f442-69cc-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:08.185504 | fa163e52-5e1f-f442-69cc-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:53.931879 | 4.59s 2025-10-02 12:12:09.066585 | fa163e52-5e1f-f442-69cc-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:09.069053 | fa163e52-5e1f-f442-69cc-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:54.815422 | 5.47s 2025-10-02 12:12:10.073356 | fa163e52-5e1f-f442-69cc-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:10.074064 | fa163e52-5e1f-f442-69cc-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:55.820447 | 6.48s 2025-10-02 12:12:11.133716 | fa163e52-5e1f-f442-69cc-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:11.134421 | fa163e52-5e1f-f442-69cc-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:56.880801 | 7.54s 2025-10-02 12:12:12.082071 | fa163e52-5e1f-f442-69cc-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:12.084044 | fa163e52-5e1f-f442-69cc-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:57.830413 | 8.49s 2025-10-02 12:12:13.100477 | fa163e52-5e1f-f442-69cc-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:13.101805 | fa163e52-5e1f-f442-69cc-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:58.848181 | 9.51s 2025-10-02 12:12:13.111492 | fa163e52-5e1f-f442-69cc-000000004745 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:13.112115 | fa163e52-5e1f-f442-69cc-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:58.858499 | 9.52s 2025-10-02 12:12:13.127069 | fa163e52-5e1f-f442-69cc-000000004747 | TASK | Async creation of Keystone user 2025-10-02 12:12:13.483807 | fa163e52-5e1f-f442-69cc-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:13.484861 | fa163e52-5e1f-f442-69cc-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:59.231235 | 0.36s 2025-10-02 12:12:13.781259 | fa163e52-5e1f-f442-69cc-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:13.781926 | fa163e52-5e1f-f442-69cc-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:59.528308 | 0.65s 2025-10-02 12:12:14.079114 | fa163e52-5e1f-f442-69cc-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:14.080014 | fa163e52-5e1f-f442-69cc-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:59.826397 | 0.95s 2025-10-02 12:12:14.348473 | fa163e52-5e1f-f442-69cc-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:14.349559 | fa163e52-5e1f-f442-69cc-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:00.095938 | 1.22s 2025-10-02 12:12:14.704596 | fa163e52-5e1f-f442-69cc-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:14.706767 | fa163e52-5e1f-f442-69cc-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:00.453146 | 1.58s 2025-10-02 12:12:15.012529 | fa163e52-5e1f-f442-69cc-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:15.013249 | fa163e52-5e1f-f442-69cc-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:00.759632 | 1.89s 2025-10-02 12:12:15.366471 | fa163e52-5e1f-f442-69cc-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:15.367024 | fa163e52-5e1f-f442-69cc-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:01.113410 | 2.24s 2025-10-02 12:12:15.693814 | fa163e52-5e1f-f442-69cc-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:15.694733 | fa163e52-5e1f-f442-69cc-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:01.441108 | 2.57s 2025-10-02 12:12:16.020246 | fa163e52-5e1f-f442-69cc-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:16.020936 | fa163e52-5e1f-f442-69cc-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:01.767317 | 2.89s 2025-10-02 12:12:16.287986 | fa163e52-5e1f-f442-69cc-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:16.288554 | fa163e52-5e1f-f442-69cc-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:02.034938 | 3.16s 2025-10-02 12:12:16.296659 | fa163e52-5e1f-f442-69cc-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:16.298424 | fa163e52-5e1f-f442-69cc-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:02.044784 | 3.17s 2025-10-02 12:12:16.318498 | fa163e52-5e1f-f442-69cc-000000004749 | TASK | Check Keystone user status 2025-10-02 12:12:16.594007 | fa163e52-5e1f-f442-69cc-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:16.594863 | fa163e52-5e1f-f442-69cc-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:02.341243 | 0.27s 2025-10-02 12:12:16.832886 | fa163e52-5e1f-f442-69cc-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:16.833790 | fa163e52-5e1f-f442-69cc-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:02.580162 | 0.51s 2025-10-02 12:12:17.099201 | fa163e52-5e1f-f442-69cc-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:17.100194 | fa163e52-5e1f-f442-69cc-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:02.846570 | 0.78s 2025-10-02 12:12:17.400668 | fa163e52-5e1f-f442-69cc-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:17.401646 | fa163e52-5e1f-f442-69cc-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:03.148022 | 1.08s 2025-10-02 12:12:17.668721 | fa163e52-5e1f-f442-69cc-000000004749 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-02 12:12:22.891150 | fa163e52-5e1f-f442-69cc-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:22.892237 | fa163e52-5e1f-f442-69cc-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:08.638608 | 6.57s 2025-10-02 12:12:23.184474 | fa163e52-5e1f-f442-69cc-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:23.185797 | fa163e52-5e1f-f442-69cc-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:08.932179 | 6.87s 2025-10-02 12:12:23.454210 | fa163e52-5e1f-f442-69cc-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:23.455076 | fa163e52-5e1f-f442-69cc-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:09.201459 | 7.13s 2025-10-02 12:12:23.732739 | fa163e52-5e1f-f442-69cc-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:23.733872 | fa163e52-5e1f-f442-69cc-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:09.480257 | 7.41s 2025-10-02 12:12:24.009911 | fa163e52-5e1f-f442-69cc-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:24.010622 | fa163e52-5e1f-f442-69cc-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:09.757005 | 7.69s 2025-10-02 12:12:24.287579 | fa163e52-5e1f-f442-69cc-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:24.289596 | fa163e52-5e1f-f442-69cc-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:10.035967 | 7.97s 2025-10-02 12:12:24.299425 | fa163e52-5e1f-f442-69cc-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:24.299962 | fa163e52-5e1f-f442-69cc-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:10.046346 | 7.98s 2025-10-02 12:12:24.318031 | fa163e52-5e1f-f442-69cc-00000000474e | TASK | Check password of Keystone user 2025-10-02 12:12:25.273704 | fa163e52-5e1f-f442-69cc-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:25.275251 | fa163e52-5e1f-f442-69cc-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:11.021628 | 0.96s 2025-10-02 12:12:26.171853 | fa163e52-5e1f-f442-69cc-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:26.173078 | fa163e52-5e1f-f442-69cc-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:11.919462 | 1.85s 2025-10-02 12:12:27.104562 | fa163e52-5e1f-f442-69cc-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:27.105277 | fa163e52-5e1f-f442-69cc-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:12.851658 | 2.79s 2025-10-02 12:12:28.051538 | fa163e52-5e1f-f442-69cc-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:28.053518 | fa163e52-5e1f-f442-69cc-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:13.799892 | 3.73s 2025-10-02 12:12:28.957690 | fa163e52-5e1f-f442-69cc-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:28.959329 | fa163e52-5e1f-f442-69cc-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:14.705705 | 4.64s 2025-10-02 12:12:29.889341 | fa163e52-5e1f-f442-69cc-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:29.889910 | fa163e52-5e1f-f442-69cc-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:15.636294 | 5.57s 2025-10-02 12:12:30.764691 | fa163e52-5e1f-f442-69cc-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:30.766828 | fa163e52-5e1f-f442-69cc-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:16.513204 | 6.45s 2025-10-02 12:12:30.776715 | fa163e52-5e1f-f442-69cc-00000000474e | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-02 12:12:30.777663 | fa163e52-5e1f-f442-69cc-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:16.524040 | 6.46s 2025-10-02 12:12:30.797889 | fa163e52-5e1f-f442-69cc-000000004750 | TASK | Async creation of Keystone user 2025-10-02 12:12:31.172010 | fa163e52-5e1f-f442-69cc-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:31.174164 | fa163e52-5e1f-f442-69cc-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:16.920526 | 0.37s 2025-10-02 12:12:31.546943 | fa163e52-5e1f-f442-69cc-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:31.548856 | fa163e52-5e1f-f442-69cc-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:17.295231 | 0.75s 2025-10-02 12:12:31.908530 | fa163e52-5e1f-f442-69cc-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:31.909544 | fa163e52-5e1f-f442-69cc-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:17.655918 | 1.11s 2025-10-02 12:12:32.193347 | fa163e52-5e1f-f442-69cc-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:32.194806 | fa163e52-5e1f-f442-69cc-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:17.941182 | 1.40s 2025-10-02 12:12:32.497692 | fa163e52-5e1f-f442-69cc-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:32.499223 | fa163e52-5e1f-f442-69cc-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:18.245606 | 1.70s 2025-10-02 12:12:32.786889 | fa163e52-5e1f-f442-69cc-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:32.788504 | fa163e52-5e1f-f442-69cc-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:18.534886 | 1.99s 2025-10-02 12:12:33.124687 | fa163e52-5e1f-f442-69cc-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:33.125411 | fa163e52-5e1f-f442-69cc-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:18.871791 | 2.33s 2025-10-02 12:12:33.130579 | fa163e52-5e1f-f442-69cc-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-02 12:12:33.131495 | fa163e52-5e1f-f442-69cc-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:18.877871 | 2.33s 2025-10-02 12:12:33.150698 | fa163e52-5e1f-f442-69cc-000000004752 | TASK | Check Keystone user status 2025-10-02 12:12:33.425775 | fa163e52-5e1f-f442-69cc-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:33.427549 | fa163e52-5e1f-f442-69cc-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:19.173915 | 0.28s 2025-10-02 12:12:33.651617 | fa163e52-5e1f-f442-69cc-000000004752 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-02 12:12:38.868483 | fa163e52-5e1f-f442-69cc-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:38.870318 | fa163e52-5e1f-f442-69cc-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:24.616687 | 5.72s 2025-10-02 12:12:39.165739 | fa163e52-5e1f-f442-69cc-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:39.166383 | fa163e52-5e1f-f442-69cc-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:24.912766 | 6.01s 2025-10-02 12:12:39.413057 | fa163e52-5e1f-f442-69cc-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:39.413799 | fa163e52-5e1f-f442-69cc-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:25.160180 | 6.26s 2025-10-02 12:12:39.766160 | fa163e52-5e1f-f442-69cc-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:39.769295 | fa163e52-5e1f-f442-69cc-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:25.515668 | 6.62s 2025-10-02 12:12:40.015082 | fa163e52-5e1f-f442-69cc-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:40.017683 | fa163e52-5e1f-f442-69cc-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:25.764053 | 6.87s 2025-10-02 12:12:40.298165 | fa163e52-5e1f-f442-69cc-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:40.299866 | fa163e52-5e1f-f442-69cc-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:26.046241 | 7.15s 2025-10-02 12:12:40.310197 | fa163e52-5e1f-f442-69cc-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-02 12:12:40.311196 | fa163e52-5e1f-f442-69cc-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:26.057564 | 7.16s 2025-10-02 12:12:40.332223 | fa163e52-5e1f-f442-69cc-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-02 12:12:40.426600 | fa163e52-5e1f-f442-69cc-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:26.172962 | 0.09s 2025-10-02 12:12:40.456896 | fa163e52-5e1f-f442-69cc-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:26.203274 | 0.12s 2025-10-02 12:12:40.482179 | fa163e52-5e1f-f442-69cc-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:26.228557 | 0.15s 2025-10-02 12:12:40.490247 | fa163e52-5e1f-f442-69cc-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:26.236612 | 0.16s 2025-10-02 12:12:40.508336 | f48cc090-4c85-4c69-a842-e336012b1509 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-02 12:12:40.515611 | 75da72c0-3247-4da2-b50e-db5146d60426 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-02 12:12:40.521978 | ab0526d1-3a90-4486-9dc2-ed59abd97559 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-02 12:12:40.596609 | fa163e52-5e1f-f442-69cc-000000004962 | TASK | Async assignment of Keystone user per role 2025-10-02 12:12:40.719321 | fa163e52-5e1f-f442-69cc-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:26.465676 | 0.12s 2025-10-02 12:12:40.746950 | fa163e52-5e1f-f442-69cc-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:26.493319 | 0.15s 2025-10-02 12:12:40.760209 | fa163e52-5e1f-f442-69cc-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:26.506575 | 0.16s 2025-10-02 12:12:40.778171 | c837a163-3a26-4550-8e55-83a9bb70de61 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-02 12:12:40.788275 | a1081837-b311-4723-a363-7cf7bc06a5f1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-02 12:12:40.814781 | fa163e52-5e1f-f442-69cc-000000004b42 | TASK | Async assignment of Keystone user to roles 2025-10-02 12:12:41.174682 | fa163e52-5e1f-f442-69cc-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-02 12:12:41.175782 | fa163e52-5e1f-f442-69cc-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:26.922157 | 0.36s 2025-10-02 12:12:41.439564 | fa163e52-5e1f-f442-69cc-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-02 12:12:41.440287 | fa163e52-5e1f-f442-69cc-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:27.186668 | 0.62s 2025-10-02 12:12:41.803282 | fa163e52-5e1f-f442-69cc-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-02 12:12:41.805290 | fa163e52-5e1f-f442-69cc-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:27.551661 | 0.99s 2025-10-02 12:12:42.105135 | fa163e52-5e1f-f442-69cc-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-02 12:12:42.106260 | fa163e52-5e1f-f442-69cc-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:27.852634 | 1.29s 2025-10-02 12:12:42.422275 | fa163e52-5e1f-f442-69cc-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-02 12:12:42.424612 | fa163e52-5e1f-f442-69cc-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.170980 | 1.61s 2025-10-02 12:12:42.725554 | fa163e52-5e1f-f442-69cc-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-02 12:12:42.726574 | fa163e52-5e1f-f442-69cc-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.472947 | 1.91s 2025-10-02 12:12:43.031291 | fa163e52-5e1f-f442-69cc-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-02 12:12:43.033543 | fa163e52-5e1f-f442-69cc-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.779914 | 2.22s 2025-10-02 12:12:43.329463 | fa163e52-5e1f-f442-69cc-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-02 12:12:43.330377 | fa163e52-5e1f-f442-69cc-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:29.076753 | 2.51s 2025-10-02 12:12:43.651261 | fa163e52-5e1f-f442-69cc-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-02 12:12:43.652046 | fa163e52-5e1f-f442-69cc-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:29.398425 | 2.84s 2025-10-02 12:12:43.939417 | fa163e52-5e1f-f442-69cc-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-02 12:12:43.940240 | fa163e52-5e1f-f442-69cc-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:29.686620 | 3.12s 2025-10-02 12:12:43.944966 | fa163e52-5e1f-f442-69cc-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:29.691344 | 3.13s 2025-10-02 12:12:43.960068 | fa163e52-5e1f-f442-69cc-000000004b44 | TASK | Check Keystone user assignment to roles status 2025-10-02 12:12:44.237445 | fa163e52-5e1f-f442-69cc-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-02 12:12:44.239005 | fa163e52-5e1f-f442-69cc-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:29.985381 | 0.28s 2025-10-02 12:12:44.473939 | fa163e52-5e1f-f442-69cc-000000004b44 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-02 12:12:49.689367 | fa163e52-5e1f-f442-69cc-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-02 12:12:49.690146 | fa163e52-5e1f-f442-69cc-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:35.436529 | 5.73s 2025-10-02 12:12:49.966564 | fa163e52-5e1f-f442-69cc-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-02 12:12:49.968667 | fa163e52-5e1f-f442-69cc-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:35.715040 | 6.01s 2025-10-02 12:12:50.238490 | fa163e52-5e1f-f442-69cc-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-02 12:12:50.240320 | fa163e52-5e1f-f442-69cc-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:35.986693 | 6.28s 2025-10-02 12:12:50.451449 | fa163e52-5e1f-f442-69cc-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-02 12:12:50.453609 | fa163e52-5e1f-f442-69cc-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:36.199983 | 6.49s 2025-10-02 12:12:50.724249 | fa163e52-5e1f-f442-69cc-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-02 12:12:50.726935 | fa163e52-5e1f-f442-69cc-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:36.473304 | 6.77s 2025-10-02 12:12:50.953742 | fa163e52-5e1f-f442-69cc-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-02 12:12:50.955038 | fa163e52-5e1f-f442-69cc-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:36.701420 | 6.99s 2025-10-02 12:12:51.220606 | fa163e52-5e1f-f442-69cc-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-02 12:12:51.222518 | fa163e52-5e1f-f442-69cc-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:36.968894 | 7.26s 2025-10-02 12:12:51.446511 | fa163e52-5e1f-f442-69cc-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-02 12:12:51.447614 | fa163e52-5e1f-f442-69cc-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.193990 | 7.49s 2025-10-02 12:12:51.671929 | fa163e52-5e1f-f442-69cc-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-02 12:12:51.673301 | fa163e52-5e1f-f442-69cc-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.419676 | 7.71s 2025-10-02 12:12:51.688547 | fa163e52-5e1f-f442-69cc-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.434923 | 7.73s 2025-10-02 12:12:51.714074 | fa163e52-5e1f-f442-69cc-000000004b49 | TASK | Async assignment of Keystone user to roles 2025-10-02 12:12:52.063940 | fa163e52-5e1f-f442-69cc-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-02 12:12:52.064821 | fa163e52-5e1f-f442-69cc-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:37.811201 | 0.35s 2025-10-02 12:12:52.377022 | fa163e52-5e1f-f442-69cc-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-02 12:12:52.379291 | fa163e52-5e1f-f442-69cc-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.125665 | 0.66s 2025-10-02 12:12:52.741633 | fa163e52-5e1f-f442-69cc-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-02 12:12:52.742327 | fa163e52-5e1f-f442-69cc-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.488710 | 1.03s 2025-10-02 12:12:53.024795 | fa163e52-5e1f-f442-69cc-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-02 12:12:53.025482 | fa163e52-5e1f-f442-69cc-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.771864 | 1.31s 2025-10-02 12:12:53.319922 | fa163e52-5e1f-f442-69cc-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-02 12:12:53.321612 | fa163e52-5e1f-f442-69cc-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:39.067990 | 1.61s 2025-10-02 12:12:53.614222 | fa163e52-5e1f-f442-69cc-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-02 12:12:53.615028 | fa163e52-5e1f-f442-69cc-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:39.361410 | 1.90s 2025-10-02 12:12:53.880692 | fa163e52-5e1f-f442-69cc-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-02 12:12:53.881704 | fa163e52-5e1f-f442-69cc-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:39.628080 | 2.17s 2025-10-02 12:12:53.889039 | fa163e52-5e1f-f442-69cc-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:39.635406 | 2.17s 2025-10-02 12:12:53.909656 | fa163e52-5e1f-f442-69cc-000000004b4b | TASK | Check Keystone user assignment to roles status 2025-10-02 12:12:54.114247 | fa163e52-5e1f-f442-69cc-000000004b4b | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-02 12:12:59.343788 | fa163e52-5e1f-f442-69cc-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-02 12:12:59.346463 | fa163e52-5e1f-f442-69cc-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:45.092818 | 5.43s 2025-10-02 12:12:59.581798 | fa163e52-5e1f-f442-69cc-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-02 12:12:59.583625 | fa163e52-5e1f-f442-69cc-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:45.330002 | 5.67s 2025-10-02 12:12:59.815336 | fa163e52-5e1f-f442-69cc-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-02 12:12:59.816517 | fa163e52-5e1f-f442-69cc-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:45.562892 | 5.90s 2025-10-02 12:13:00.070716 | fa163e52-5e1f-f442-69cc-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-02 12:13:00.072718 | fa163e52-5e1f-f442-69cc-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:45.819092 | 6.16s 2025-10-02 12:13:00.319448 | fa163e52-5e1f-f442-69cc-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-02 12:13:00.321790 | fa163e52-5e1f-f442-69cc-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:46.068164 | 6.41s 2025-10-02 12:13:00.629568 | fa163e52-5e1f-f442-69cc-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-02 12:13:00.630638 | fa163e52-5e1f-f442-69cc-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:46.377014 | 6.72s 2025-10-02 12:13:00.945817 | fa163e52-5e1f-f442-69cc-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-02 12:13:00.946902 | fa163e52-5e1f-f442-69cc-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:46.693277 | 7.04s 2025-10-02 12:13:00.956662 | fa163e52-5e1f-f442-69cc-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:46.703024 | 7.05s 2025-10-02 12:13:00.983298 | fa163e52-5e1f-f442-69cc-000000004967 | TASK | Async assignment of Keystone user per role 2025-10-02 12:13:01.065060 | fa163e52-5e1f-f442-69cc-000000004967 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:46.811419 | 0.08s 2025-10-02 12:13:01.072329 | fa163e52-5e1f-f442-69cc-000000004967 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:46.818690 | 0.09s 2025-10-02 12:13:01.090715 | 90a3c573-88c5-4fbc-920a-b1d0740d4bea | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-02 12:13:01.116305 | fa163e52-5e1f-f442-69cc-000000004bb3 | TASK | Async assignment of Keystone user to roles 2025-10-02 12:13:01.473930 | fa163e52-5e1f-f442-69cc-000000004bb3 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-02 12:13:01.475944 | fa163e52-5e1f-f442-69cc-000000004bb3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:47.222315 | 0.36s 2025-10-02 12:13:01.486057 | fa163e52-5e1f-f442-69cc-000000004bb3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:47.232425 | 0.37s 2025-10-02 12:13:01.502323 | fa163e52-5e1f-f442-69cc-000000004bb5 | TASK | Check Keystone user assignment to roles status 2025-10-02 12:13:01.786382 | fa163e52-5e1f-f442-69cc-000000004bb5 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-02 12:13:07.004402 | fa163e52-5e1f-f442-69cc-000000004bb5 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-02 12:13:07.006364 | fa163e52-5e1f-f442-69cc-000000004bb5 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:52.752739 | 5.50s 2025-10-02 12:13:07.016960 | fa163e52-5e1f-f442-69cc-000000004bb5 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:52.763332 | 5.51s 2025-10-02 12:13:07.032581 | fa163e52-5e1f-f442-69cc-00000000496c | TASK | Async assignment of Keystone user per role 2025-10-02 12:13:07.125061 | fa163e52-5e1f-f442-69cc-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:52.871431 | 0.09s 2025-10-02 12:13:07.137015 | fa163e52-5e1f-f442-69cc-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:52.883388 | 0.10s 2025-10-02 12:13:07.146573 | dd2c54cd-6450-4184-bd48-1897ae56c491 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-02 12:13:07.165572 | fa163e52-5e1f-f442-69cc-000000004bd7 | TASK | Async assignment of Keystone user to roles 2025-10-02 12:13:07.532490 | fa163e52-5e1f-f442-69cc-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-02 12:13:07.533438 | fa163e52-5e1f-f442-69cc-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.279817 | 0.37s 2025-10-02 12:13:07.829507 | fa163e52-5e1f-f442-69cc-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-02 12:13:07.830986 | fa163e52-5e1f-f442-69cc-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.577367 | 0.66s 2025-10-02 12:13:08.169666 | fa163e52-5e1f-f442-69cc-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-02 12:13:08.170498 | fa163e52-5e1f-f442-69cc-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.916877 | 1.00s 2025-10-02 12:13:08.175807 | fa163e52-5e1f-f442-69cc-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.922190 | 1.01s 2025-10-02 12:13:08.192190 | fa163e52-5e1f-f442-69cc-000000004bd9 | TASK | Check Keystone user assignment to roles status 2025-10-02 12:13:08.408869 | fa163e52-5e1f-f442-69cc-000000004bd9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-02 12:13:13.643199 | fa163e52-5e1f-f442-69cc-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-02 12:13:13.645591 | fa163e52-5e1f-f442-69cc-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.391901 | 5.45s 2025-10-02 12:13:13.881132 | fa163e52-5e1f-f442-69cc-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-02 12:13:13.882215 | fa163e52-5e1f-f442-69cc-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.628591 | 5.69s 2025-10-02 12:13:14.127416 | fa163e52-5e1f-f442-69cc-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-02 12:13:14.128079 | fa163e52-5e1f-f442-69cc-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.874463 | 5.93s 2025-10-02 12:13:14.133659 | fa163e52-5e1f-f442-69cc-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.880036 | 5.94s 2025-10-02 12:13:14.169709 | fa163e52-5e1f-f442-69cc-000000003ced | TASK | is Keystone LDAP enabled 2025-10-02 12:13:14.231673 | fa163e52-5e1f-f442-69cc-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-02 12:13:14.232880 | fa163e52-5e1f-f442-69cc-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:22:59.979254 | 0.06s 2025-10-02 12:13:14.250125 | fa163e52-5e1f-f442-69cc-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-02 12:13:14.301581 | fa163e52-5e1f-f442-69cc-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-02 12:13:14.302778 | fa163e52-5e1f-f442-69cc-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:23:00.049150 | 0.05s 2025-10-02 12:13:14.321146 | fa163e52-5e1f-f442-69cc-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-02 12:13:14.373745 | fa163e52-5e1f-f442-69cc-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-02 12:13:14.375128 | fa163e52-5e1f-f442-69cc-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:23:00.121469 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-02 12:13:14.507510 | fa163e52-5e1f-f442-69cc-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-02 12:13:14.535672 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000e2') missing from stats 2025-10-02 12:13:14.556165 | fa163e52-5e1f-f442-69cc-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-02 12:13:15.078931 | fa163e52-5e1f-f442-69cc-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-02 12:13:15.082064 | fa163e52-5e1f-f442-69cc-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:23:00.828430 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 12:13:15.171246 | fa163e52-5e1f-f442-69cc-0000000000e4 | TIMING | include_tasks | standalone | 0:23:00.917603 | 0.05s 2025-10-02 12:13:15.298155 | 7edc1c7a-482a-4f01-9142-8ca56087980a | INCLUDED | /root/standalone-ansible-m86fxwho/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-02 12:13:15.329161 | fa163e52-5e1f-f442-69cc-000000004c1b | TASK | Create virtqemud recovery script 2025-10-02 12:13:15.843724 | fa163e52-5e1f-f442-69cc-000000004c1b | CHANGED | Create virtqemud recovery script | standalone 2025-10-02 12:13:15.845040 | fa163e52-5e1f-f442-69cc-000000004c1b | TIMING | Create virtqemud recovery script | standalone | 0:23:01.591413 | 0.51s 2025-10-02 12:13:15.874624 | fa163e52-5e1f-f442-69cc-000000004c1c | TASK | Create virtqemud recovery trigger service 2025-10-02 12:13:16.357382 | fa163e52-5e1f-f442-69cc-000000004c1c | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-02 12:13:16.358784 | fa163e52-5e1f-f442-69cc-000000004c1c | TIMING | Create virtqemud recovery trigger service | standalone | 0:23:02.105159 | 0.48s 2025-10-02 12:13:16.390325 | fa163e52-5e1f-f442-69cc-000000004c1d | TASK | Create virtqemud recovery trigger timer 2025-10-02 12:13:16.866909 | fa163e52-5e1f-f442-69cc-000000004c1d | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-02 12:13:16.868320 | fa163e52-5e1f-f442-69cc-000000004c1d | TIMING | Create virtqemud recovery trigger timer | standalone | 0:23:02.614692 | 0.48s 2025-10-02 12:13:16.897999 | fa163e52-5e1f-f442-69cc-000000004c1e | TASK | Enable virtqemud recovery trigger service 2025-10-02 12:13:17.997479 | fa163e52-5e1f-f442-69cc-000000004c1e | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-02 12:13:17.999775 | fa163e52-5e1f-f442-69cc-000000004c1e | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:03.746146 | 1.10s 2025-10-02 12:13:18.030177 | fa163e52-5e1f-f442-69cc-000000004c1f | TASK | Enable virtqemud recovery trigger timer 2025-10-02 12:13:19.128452 | fa163e52-5e1f-f442-69cc-000000004c1f | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-02 12:13:19.129737 | fa163e52-5e1f-f442-69cc-000000004c1f | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:04.876116 | 1.10s 2025-10-02 12:13:19.151526 | fa163e52-5e1f-f442-69cc-000000004c20 | TASK | Really enable virtqemud recovery trigger timer 2025-10-02 12:13:19.811570 | fa163e52-5e1f-f442-69cc-000000004c20 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-02 12:13:19.813362 | fa163e52-5e1f-f442-69cc-000000004c20 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:05.559730 | 0.66s 2025-10-02 12:13:19.851023 | fa163e52-5e1f-f442-69cc-000000004c22 | TASK | Create systemd file 2025-10-02 12:13:20.315018 | fa163e52-5e1f-f442-69cc-000000004c22 | CHANGED | Create systemd file | standalone 2025-10-02 12:13:20.316438 | fa163e52-5e1f-f442-69cc-000000004c22 | TIMING | Create systemd file | standalone | 0:23:06.062813 | 0.46s 2025-10-02 12:13:20.342932 | fa163e52-5e1f-f442-69cc-000000004c23 | TASK | Reload systemd 2025-10-02 12:13:21.130389 | fa163e52-5e1f-f442-69cc-000000004c23 | CHANGED | Reload systemd | standalone 2025-10-02 12:13:21.132219 | fa163e52-5e1f-f442-69cc-000000004c23 | TIMING | Reload systemd | standalone | 0:23:06.878592 | 0.79s 2025-10-02 12:13:21.161647 | fa163e52-5e1f-f442-69cc-000000004c26 | TASK | Start OVN container 2025-10-02 12:13:21.225304 | fa163e52-5e1f-f442-69cc-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-02 12:13:21.243320 | fa163e52-5e1f-f442-69cc-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-02 12:13:21.259889 | fa163e52-5e1f-f442-69cc-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-02 12:13:21.271961 | fa163e52-5e1f-f442-69cc-000000004c26 | TIMING | Start OVN container | standalone | 0:23:07.018327 | 0.11s 2025-10-02 12:13:21.301393 | fa163e52-5e1f-f442-69cc-000000004c28 | TASK | Set NB connection 2025-10-02 12:13:21.340821 | fa163e52-5e1f-f442-69cc-000000004c28 | SKIPPED | Set NB connection | standalone 2025-10-02 12:13:21.341954 | fa163e52-5e1f-f442-69cc-000000004c28 | TIMING | Set NB connection | standalone | 0:23:07.088327 | 0.04s 2025-10-02 12:13:21.370584 | fa163e52-5e1f-f442-69cc-000000004c29 | TASK | Set SB connection 2025-10-02 12:13:21.421258 | fa163e52-5e1f-f442-69cc-000000004c29 | SKIPPED | Set SB connection | standalone 2025-10-02 12:13:21.422577 | fa163e52-5e1f-f442-69cc-000000004c29 | TIMING | Set SB connection | standalone | 0:23:07.168948 | 0.05s 2025-10-02 12:13:21.451819 | fa163e52-5e1f-f442-69cc-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-02 12:13:21.698289 | fa163e52-5e1f-f442-69cc-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-02 12:13:21.699191 | fa163e52-5e1f-f442-69cc-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:07.445574 | 0.25s 2025-10-02 12:13:21.781336 | fa163e52-5e1f-f442-69cc-0000000000e7 | TIMING | include_tasks | standalone | 0:23:07.527696 | 0.06s 2025-10-02 12:13:21.820896 | 8d1e7133-246e-4ae0-bdb0-cd9b09367e4b | INCLUDED | /root/standalone-ansible-m86fxwho/common_deploy_steps_tasks.yaml | standalone 2025-10-02 12:13:21.849195 | fa163e52-5e1f-f442-69cc-000000004c58 | TASK | Write the config_step hieradata 2025-10-02 12:13:22.370471 | fa163e52-5e1f-f442-69cc-000000004c58 | OK | Write the config_step hieradata | standalone 2025-10-02 12:13:22.371734 | fa163e52-5e1f-f442-69cc-000000004c58 | TIMING | Write the config_step hieradata | standalone | 0:23:08.118108 | 0.52s 2025-10-02 12:13:22.401813 | fa163e52-5e1f-f442-69cc-000000004c59 | TASK | Run puppet host configuration for step 4 2025-10-02 12:13:22.721815 | fa163e52-5e1f-f442-69cc-000000004c59 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-02 12:13:22.722758 | fa163e52-5e1f-f442-69cc-000000004c59 | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:08.469141 | 0.32s 2025-10-02 12:13:22.741896 | fa163e52-5e1f-f442-69cc-000000004c5a | TASK | Wait for puppet host configuration to finish 2025-10-02 12:13:22.926859 | fa163e52-5e1f-f442-69cc-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-02 12:13:33.143298 | fa163e52-5e1f-f442-69cc-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-02 12:13:43.353781 | fa163e52-5e1f-f442-69cc-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-02 12:13:53.600859 | fa163e52-5e1f-f442-69cc-000000004c5a | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-02 12:13:53.602862 | fa163e52-5e1f-f442-69cc-000000004c5a | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:39.349230 | 30.86s 2025-10-02 12:13:53.637309 | fa163e52-5e1f-f442-69cc-000000004c5b | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-02 12:13:53.725961 | fa163e52-5e1f-f442-69cc-000000004c5b | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 2 12:13:22 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 2 12:13:29 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 2 12:13:29 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 2 12:13:29 puppet-user: (file & line not available)", "<13>Oct 2 12:13:29 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 2 12:13:29 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 2 12:13:30 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 2 12:13:30 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 2 12:13:30 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 2 12:13:30 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 2 12:13:30 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 2 12:13:30 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 2 12:13:30 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 2 12:13:30 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 2 12:13:30 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 2 12:13:30 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.55 seconds", "<13>Oct 2 12:13:35 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 2 12:13:37 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 2 12:13:42 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 2 12:13:42 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}37a1b5d591fba051892c2dfa2cd5e0a0324951f8225d2ca178d3ea5450e1764f'", "<13>Oct 2 12:13:42 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 2 12:13:42 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 2 12:13:42 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 2 12:13:43 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 2 12:13:44 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 2 12:13:49 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 2 12:13:51 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 2 12:13:51 puppet-user: Notice: Applied catalog in 20.87 seconds", "<13>Oct 2 12:13:51 puppet-user: Application:", "<13>Oct 2 12:13:51 puppet-user: Initial environment: production", "<13>Oct 2 12:13:51 puppet-user: Converged environment: production", "<13>Oct 2 12:13:51 puppet-user: Run mode: user", "<13>Oct 2 12:13:51 puppet-user: Changes:", "<13>Oct 2 12:13:51 puppet-user: Total: 10", "<13>Oct 2 12:13:51 puppet-user: Events:", "<13>Oct 2 12:13:51 puppet-user: Success: 10", "<13>Oct 2 12:13:51 puppet-user: Resources:", "<13>Oct 2 12:13:51 puppet-user: Restarted: 1", "<13>Oct 2 12:13:51 puppet-user: Changed: 10", "<13>Oct 2 12:13:51 puppet-user: Out of sync: 10", "<13>Oct 2 12:13:51 puppet-user: Total: 37", "<13>Oct 2 12:13:51 puppet-user: Time:", "<13>Oct 2 12:13:51 puppet-user: Schedule: 0.00", "<13>Oct 2 12:13:51 puppet-user: File line: 0.00", "<13>Oct 2 12:13:51 puppet-user: Augeas: 0.01", "<13>Oct 2 12:13:51 puppet-user: User: 0.01", "<13>Oct 2 12:13:51 puppet-user: File: 0.10", "<13>Oct 2 12:13:51 puppet-user: Config retrieval: 0.63", "<13>Oct 2 12:13:51 puppet-user: Pcmk property: 1.54", "<13>Oct 2 12:13:51 puppet-user: Service: 1.68", "<13>Oct 2 12:13:51 puppet-user: Last run: 1759407231", "<13>Oct 2 12:13:51 puppet-user: Pcmk resource op default: 2.24", "<13>Oct 2 12:13:51 puppet-user: Pcmk resource default: 2.30", "<13>Oct 2 12:13:51 puppet-user: Transaction evaluation: 20.86", "<13>Oct 2 12:13:51 puppet-user: Catalog application: 20.87", "<13>Oct 2 12:13:51 puppet-user: Package: 5.61", "<13>Oct 2 12:13:51 puppet-user: Exec: 7.15", "<13>Oct 2 12:13:51 puppet-user: Filebucket: 0.00", "<13>Oct 2 12:13:51 puppet-user: Total: 20.89", "<13>Oct 2 12:13:51 puppet-user: Version:", "<13>Oct 2 12:13:51 puppet-user: Config: 1759407209", "<13>Oct 2 12:13:51 puppet-user: Puppet: 7.10.0" ] } 2025-10-02 12:13:53.727756 | fa163e52-5e1f-f442-69cc-000000004c5b | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:39.474129 | 0.09s 2025-10-02 12:13:53.748635 | fa163e52-5e1f-f442-69cc-000000004c5c | TASK | Pre-cache facts for puppet containers 2025-10-02 12:13:53.776588 | fa163e52-5e1f-f442-69cc-000000004c5c | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:39.522969 | 0.03s 2025-10-02 12:13:53.823204 | fa163e52-5e1f-f442-69cc-000000004c9d | TASK | Gather variables for each operating system 2025-10-02 12:13:53.926246 | fa163e52-5e1f-f442-69cc-000000004c9d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:39.672601 | 0.10s 2025-10-02 12:13:53.957894 | fa163e52-5e1f-f442-69cc-000000004c9e | TASK | Create puppet caching structures 2025-10-02 12:13:54.225792 | fa163e52-5e1f-f442-69cc-000000004c9e | CHANGED | Create puppet caching structures | standalone 2025-10-02 12:13:54.227472 | fa163e52-5e1f-f442-69cc-000000004c9e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:39.973846 | 0.27s 2025-10-02 12:13:54.258387 | fa163e52-5e1f-f442-69cc-000000004c9f | TASK | Check for facter.conf 2025-10-02 12:13:54.478194 | fa163e52-5e1f-f442-69cc-000000004c9f | OK | Check for facter.conf | standalone 2025-10-02 12:13:54.479750 | fa163e52-5e1f-f442-69cc-000000004c9f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:40.226122 | 0.22s 2025-10-02 12:13:54.509612 | fa163e52-5e1f-f442-69cc-000000004ca0 | TASK | Remove facter.conf if directory 2025-10-02 12:13:54.559958 | fa163e52-5e1f-f442-69cc-000000004ca0 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-02 12:13:54.561273 | fa163e52-5e1f-f442-69cc-000000004ca0 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:40.307645 | 0.05s 2025-10-02 12:13:54.590268 | fa163e52-5e1f-f442-69cc-000000004ca1 | TASK | Write facter cache config 2025-10-02 12:13:55.054301 | fa163e52-5e1f-f442-69cc-000000004ca1 | CHANGED | Write facter cache config | standalone 2025-10-02 12:13:55.055714 | fa163e52-5e1f-f442-69cc-000000004ca1 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:40.802094 | 0.46s 2025-10-02 12:13:55.080028 | fa163e52-5e1f-f442-69cc-000000004ca2 | TASK | Cleanup facter cache if exists 2025-10-02 12:13:55.327949 | fa163e52-5e1f-f442-69cc-000000004ca2 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-02 12:13:55.329879 | fa163e52-5e1f-f442-69cc-000000004ca2 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:41.076248 | 0.25s 2025-10-02 12:13:55.363183 | fa163e52-5e1f-f442-69cc-000000004ca3 | TASK | Pre-cache facts 2025-10-02 12:13:56.039726 | fa163e52-5e1f-f442-69cc-000000004ca3 | CHANGED | Pre-cache facts | standalone 2025-10-02 12:13:56.041602 | fa163e52-5e1f-f442-69cc-000000004ca3 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:41.787977 | 0.68s 2025-10-02 12:13:56.075802 | fa163e52-5e1f-f442-69cc-000000004ca4 | TASK | Failed deployment if facter fails 2025-10-02 12:13:56.116074 | fa163e52-5e1f-f442-69cc-000000004ca4 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-02 12:13:56.117197 | fa163e52-5e1f-f442-69cc-000000004ca4 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:41.863570 | 0.04s 2025-10-02 12:13:56.162768 | fa163e52-5e1f-f442-69cc-000000004ca5 | TASK | Sync cached facts 2025-10-02 12:13:56.487515 | fa163e52-5e1f-f442-69cc-000000004ca5 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e52-5e1f-f442-69cc-000000004ca5') missing from stats 2025-10-02 12:13:56.531340 | fa163e52-5e1f-f442-69cc-000000004c5d | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-02 12:13:56.570354 | fa163e52-5e1f-f442-69cc-000000004c5d | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-02 12:13:56.571236 | fa163e52-5e1f-f442-69cc-000000004c5d | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:42.317615 | 0.04s 2025-10-02 12:13:56.594922 | fa163e52-5e1f-f442-69cc-000000004c5f | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-02 12:13:56.611983 | fa163e52-5e1f-f442-69cc-000000004c5f | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:42.358357 | 0.02s 2025-10-02 12:13:56.674654 | fa163e52-5e1f-f442-69cc-000000004cfc | TASK | Gather variables for each operating system 2025-10-02 12:13:56.821175 | fa163e52-5e1f-f442-69cc-000000004cfc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:42.567548 | 0.14s 2025-10-02 12:13:56.851798 | fa163e52-5e1f-f442-69cc-000000004cfd | TASK | Create container logs path 2025-10-02 12:13:57.133158 | fa163e52-5e1f-f442-69cc-000000004cfd | OK | Create container logs path | standalone 2025-10-02 12:13:57.134420 | fa163e52-5e1f-f442-69cc-000000004cfd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:42.880795 | 0.28s 2025-10-02 12:13:57.169522 | fa163e52-5e1f-f442-69cc-000000004cff | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-02 12:13:57.526211 | fa163e52-5e1f-f442-69cc-000000004cff | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-02 12:13:57.527498 | fa163e52-5e1f-f442-69cc-000000004cff | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:43.273869 | 0.36s 2025-10-02 12:13:57.564078 | fa163e52-5e1f-f442-69cc-000000004d00 | TASK | Finalise hashes for all containers 2025-10-02 12:13:57.638419 | fa163e52-5e1f-f442-69cc-000000004d00 | OK | Finalise hashes for all containers | standalone 2025-10-02 12:13:57.639732 | fa163e52-5e1f-f442-69cc-000000004d00 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:43.386104 | 0.07s 2025-10-02 12:13:57.673948 | fa163e52-5e1f-f442-69cc-000000004d02 | TASK | Manage systemd shutdown files 2025-10-02 12:13:57.706746 | fa163e52-5e1f-f442-69cc-000000004d02 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:43.453127 | 0.03s 2025-10-02 12:13:57.722266 | 3453dce5-26c6-45b1-9324-f8f1ef1b035b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-02 12:13:57.746152 | fa163e52-5e1f-f442-69cc-000000004d35 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-02 12:13:58.008629 | fa163e52-5e1f-f442-69cc-000000004d35 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-02 12:13:58.012055 | fa163e52-5e1f-f442-69cc-000000004d35 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:43.758421 | 0.27s 2025-10-02 12:13:58.045293 | fa163e52-5e1f-f442-69cc-000000004d36 | TASK | Set podman_drop_in fact 2025-10-02 12:13:58.088685 | fa163e52-5e1f-f442-69cc-000000004d36 | OK | Set podman_drop_in fact | standalone 2025-10-02 12:13:58.091641 | fa163e52-5e1f-f442-69cc-000000004d36 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:43.838000 | 0.04s 2025-10-02 12:13:58.123927 | fa163e52-5e1f-f442-69cc-000000004d38 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-02 12:13:58.631335 | fa163e52-5e1f-f442-69cc-000000004d38 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-02 12:13:58.633703 | fa163e52-5e1f-f442-69cc-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:44.380073 | 0.51s 2025-10-02 12:13:59.125874 | fa163e52-5e1f-f442-69cc-000000004d38 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-02 12:13:59.128071 | fa163e52-5e1f-f442-69cc-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:44.874445 | 1.00s 2025-10-02 12:13:59.138969 | fa163e52-5e1f-f442-69cc-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:44.885334 | 1.01s 2025-10-02 12:13:59.170153 | fa163e52-5e1f-f442-69cc-000000004d39 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-02 12:13:59.638285 | fa163e52-5e1f-f442-69cc-000000004d39 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-02 12:13:59.639033 | fa163e52-5e1f-f442-69cc-000000004d39 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:45.385417 | 0.47s 2025-10-02 12:13:59.658477 | fa163e52-5e1f-f442-69cc-000000004d3a | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-02 12:14:00.135912 | fa163e52-5e1f-f442-69cc-000000004d3a | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-02 12:14:00.136746 | fa163e52-5e1f-f442-69cc-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:45.883129 | 0.48s 2025-10-02 12:14:00.158690 | fa163e52-5e1f-f442-69cc-000000004d3b | TASK | Enable and start tripleo-container-shutdown 2025-10-02 12:14:00.961664 | fa163e52-5e1f-f442-69cc-000000004d3b | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-02 12:14:00.964193 | fa163e52-5e1f-f442-69cc-000000004d3b | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:46.710559 | 0.80s 2025-10-02 12:14:00.997162 | fa163e52-5e1f-f442-69cc-000000004d3c | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-02 12:14:01.475904 | fa163e52-5e1f-f442-69cc-000000004d3c | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-02 12:14:01.477270 | fa163e52-5e1f-f442-69cc-000000004d3c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:47.223644 | 0.48s 2025-10-02 12:14:01.505838 | fa163e52-5e1f-f442-69cc-000000004d3d | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-02 12:14:01.933010 | fa163e52-5e1f-f442-69cc-000000004d3d | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-02 12:14:01.934397 | fa163e52-5e1f-f442-69cc-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:47.680772 | 0.43s 2025-10-02 12:14:01.964704 | fa163e52-5e1f-f442-69cc-000000004d3e | TASK | Enable and start netns-placeholder 2025-10-02 12:14:02.781353 | fa163e52-5e1f-f442-69cc-000000004d3e | CHANGED | Enable and start netns-placeholder | standalone 2025-10-02 12:14:02.783347 | fa163e52-5e1f-f442-69cc-000000004d3e | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:48.529720 | 0.82s 2025-10-02 12:14:02.813702 | fa163e52-5e1f-f442-69cc-000000004d04 | TASK | Update container configs with new config hashes 2025-10-02 12:14:02.874748 | fa163e52-5e1f-f442-69cc-000000004d04 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:48.621115 | 0.06s 2025-10-02 12:14:02.895168 | 778e02df-9955-4355-b490-588f5d5656a7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-02 12:14:02.930560 | fa163e52-5e1f-f442-69cc-000000004d66 | TASK | Update config hashes for container startup configs 2025-10-02 12:14:03.229159 | fa163e52-5e1f-f442-69cc-000000004d66 | OK | Update config hashes for container startup configs | standalone 2025-10-02 12:14:03.230483 | fa163e52-5e1f-f442-69cc-000000004d66 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:48.976855 | 0.30s 2025-10-02 12:14:03.252107 | fa163e52-5e1f-f442-69cc-000000004d05 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-02 12:14:03.314261 | fa163e52-5e1f-f442-69cc-000000004d05 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:49.060627 | 0.06s 2025-10-02 12:14:03.338084 | cf691abd-a0fe-4355-a63d-0c358bfea73f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 12:14:03.375490 | fa163e52-5e1f-f442-69cc-000000004d85 | TASK | Gather podman infos 2025-10-02 12:14:04.881043 | fa163e52-5e1f-f442-69cc-000000004d85 | OK | Gather podman infos | standalone 2025-10-02 12:14:04.882201 | fa163e52-5e1f-f442-69cc-000000004d85 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:50.628577 | 1.51s 2025-10-02 12:14:05.002546 | fa163e52-5e1f-f442-69cc-000000004d86 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-02 12:14:05.084034 | fa163e52-5e1f-f442-69cc-000000004d86 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:50.830388 | 0.07s 2025-10-02 12:14:05.254197 | fa163e52-5e1f-f442-69cc-000000004dcf | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:51.000556 | 0.10s 2025-10-02 12:14:05.315971 | fa163e52-5e1f-f442-69cc-000000004d06 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-02 12:14:05.372000 | fa163e52-5e1f-f442-69cc-000000004d06 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:51.118363 | 0.05s 2025-10-02 12:14:05.397690 | a2d2bd06-e325-4cc7-af33-c44aee5ef910 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 12:14:05.434290 | fa163e52-5e1f-f442-69cc-000000004df5 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-02 12:14:25.539949 | fa163e52-5e1f-f442-69cc-000000004df5 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-02 12:14:25.540944 | fa163e52-5e1f-f442-69cc-000000004df5 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:11.287326 | 20.11s 2025-10-02 12:14:25.561408 | fa163e52-5e1f-f442-69cc-000000004df6 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-02 12:16:27.159552 | fa163e52-5e1f-f442-69cc-000000004df6 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-02 12:16:27.161531 | fa163e52-5e1f-f442-69cc-000000004df6 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:12.907902 | 121.60s 2025-10-02 12:16:27.239995 | fa163e52-5e1f-f442-69cc-000000004c61 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-02 12:16:27.525413 | fa163e52-5e1f-f442-69cc-000000004c61 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-02 12:16:27.526336 | fa163e52-5e1f-f442-69cc-000000004c61 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:13.272718 | 0.29s 2025-10-02 12:16:27.555334 | fa163e52-5e1f-f442-69cc-000000004c62 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-02 12:16:27.615217 | fa163e52-5e1f-f442-69cc-000000004c62 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:13.361582 | 0.06s 2025-10-02 12:16:27.641476 | fa163e52-5e1f-f442-69cc-000000004c63 | TASK | Include container-puppet tasks for step 4 2025-10-02 12:16:27.691364 | fa163e52-5e1f-f442-69cc-000000004c63 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:13.437732 | 0.05s 2025-10-02 12:16:27.710796 | 573cbda1-037c-43e5-b917-74fb218fb492 | INCLUDED | /root/standalone-ansible-m86fxwho/host-container-puppet-tasks.yaml | standalone 2025-10-02 12:16:27.754601 | fa163e52-5e1f-f442-69cc-000000004e41 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-02 12:16:28.279906 | fa163e52-5e1f-f442-69cc-000000004e41 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-02 12:16:28.280858 | fa163e52-5e1f-f442-69cc-000000004e41 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:14.027237 | 0.52s 2025-10-02 12:16:28.305685 | fa163e52-5e1f-f442-69cc-000000004e43 | TASK | Generate container puppet configs for step 4 2025-10-02 12:16:28.583620 | fa163e52-5e1f-f442-69cc-000000004e43 | OK | Generate container puppet configs for step 4 | standalone 2025-10-02 12:16:28.584930 | fa163e52-5e1f-f442-69cc-000000004e43 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:14.331303 | 0.28s 2025-10-02 12:16:28.617336 | fa163e52-5e1f-f442-69cc-000000004e44 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-02 12:16:28.649456 | fa163e52-5e1f-f442-69cc-000000004e44 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:14.395823 | 0.03s 2025-10-02 12:16:28.708550 | fa163e52-5e1f-f442-69cc-000000004e73 | TASK | Gather variables for each operating system 2025-10-02 12:16:28.831849 | fa163e52-5e1f-f442-69cc-000000004e73 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:14.578209 | 0.12s 2025-10-02 12:16:28.857663 | fa163e52-5e1f-f442-69cc-000000004e74 | TASK | Create container logs path 2025-10-02 12:16:29.107268 | fa163e52-5e1f-f442-69cc-000000004e74 | OK | Create container logs path | standalone 2025-10-02 12:16:29.108818 | fa163e52-5e1f-f442-69cc-000000004e74 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:14.855185 | 0.25s 2025-10-02 12:16:29.143239 | fa163e52-5e1f-f442-69cc-000000004e76 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-02 12:16:29.370313 | fa163e52-5e1f-f442-69cc-000000004e76 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-02 12:16:29.371292 | fa163e52-5e1f-f442-69cc-000000004e76 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:15.117670 | 0.23s 2025-10-02 12:16:29.394736 | fa163e52-5e1f-f442-69cc-000000004e77 | TASK | Finalise hashes for all containers 2025-10-02 12:16:29.446186 | fa163e52-5e1f-f442-69cc-000000004e77 | OK | Finalise hashes for all containers | standalone 2025-10-02 12:16:29.447011 | fa163e52-5e1f-f442-69cc-000000004e77 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:15.193391 | 0.05s 2025-10-02 12:16:29.468048 | fa163e52-5e1f-f442-69cc-000000004e79 | TASK | Manage systemd shutdown files 2025-10-02 12:16:29.495996 | fa163e52-5e1f-f442-69cc-000000004e79 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 12:16:29.497049 | fa163e52-5e1f-f442-69cc-000000004e79 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:15.243426 | 0.03s 2025-10-02 12:16:29.521507 | fa163e52-5e1f-f442-69cc-000000004e7b | TASK | Update container configs with new config hashes 2025-10-02 12:16:29.559774 | fa163e52-5e1f-f442-69cc-000000004e7b | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 12:16:29.560754 | fa163e52-5e1f-f442-69cc-000000004e7b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:15.307129 | 0.04s 2025-10-02 12:16:29.586601 | fa163e52-5e1f-f442-69cc-000000004e7c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-02 12:16:29.625420 | fa163e52-5e1f-f442-69cc-000000004e7c | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-02 12:16:29.626665 | fa163e52-5e1f-f442-69cc-000000004e7c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:15.373037 | 0.04s 2025-10-02 12:16:29.659713 | fa163e52-5e1f-f442-69cc-000000004e7d | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-02 12:16:29.723081 | fa163e52-5e1f-f442-69cc-000000004e7d | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-02 12:16:29.724344 | fa163e52-5e1f-f442-69cc-000000004e7d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:15.470717 | 0.06s PLAY [External deployment step 5] ********************************************** 2025-10-02 12:16:29.925436 | fa163e52-5e1f-f442-69cc-0000000000ea | TASK | External deployment step 5 2025-10-02 12:16:29.955924 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000ea') missing from stats 2025-10-02 12:16:30.018640 | fa163e52-5e1f-f442-69cc-0000000000eb | TIMING | include_tasks | undercloud | 0:26:15.764998 | 0.04s 2025-10-02 12:16:30.031836 | 413605a3-6136-4aab-9977-e0a15a0eff12 | INCLUDED | /root/standalone-ansible-m86fxwho/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-02 12:16:30.052568 | fa163e52-5e1f-f442-69cc-000000004ecc | TASK | Manage Cinder's default volume type 2025-10-02 12:16:43.217636 | fa163e52-5e1f-f442-69cc-000000004ecc | OK | Manage Cinder's default volume type | undercloud 2025-10-02 12:16:43.218679 | fa163e52-5e1f-f442-69cc-000000004ecc | TIMING | Manage Cinder's default volume type | undercloud | 0:26:28.965062 | 13.16s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-02 12:16:43.356797 | fa163e52-5e1f-f442-69cc-0000000000ee | TASK | Deploy step tasks for 5 2025-10-02 12:16:43.387487 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000ee') missing from stats 2025-10-02 12:16:43.412764 | fa163e52-5e1f-f442-69cc-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-02 12:16:43.920796 | fa163e52-5e1f-f442-69cc-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-02 12:16:43.922224 | fa163e52-5e1f-f442-69cc-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:29.668596 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-02 12:16:43.992277 | fa163e52-5e1f-f442-69cc-0000000000f0 | TIMING | include_tasks | standalone | 0:26:29.738643 | 0.04s 2025-10-02 12:16:44.086395 | d1cc506c-909c-4b68-9152-f5bd0bed9133 | INCLUDED | /root/standalone-ansible-m86fxwho/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-02 12:16:44.120548 | fa163e52-5e1f-f442-69cc-000000004eef | TASK | Gather variables for each operating system 2025-10-02 12:16:44.243178 | fa163e52-5e1f-f442-69cc-000000004eef | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:29.989534 | 0.12s 2025-10-02 12:16:44.282904 | fa163e52-5e1f-f442-69cc-000000004ef0 | TASK | Detect if resource is being created or already exists 2025-10-02 12:16:45.043570 | fa163e52-5e1f-f442-69cc-000000004ef0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 12:16:45.044681 | fa163e52-5e1f-f442-69cc-000000004ef0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:30.791063 | 0.76s 2025-10-02 12:16:45.065761 | fa163e52-5e1f-f442-69cc-000000004ef1 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-02 12:17:07.607557 | fa163e52-5e1f-f442-69cc-000000004ef1 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-02 12:17:07.608622 | fa163e52-5e1f-f442-69cc-000000004ef1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:53.355003 | 22.54s 2025-10-02 12:17:07.629992 | fa163e52-5e1f-f442-69cc-000000004ef2 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-02 12:17:07.870655 | fa163e52-5e1f-f442-69cc-000000004ef2 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-02 12:17:07.871758 | fa163e52-5e1f-f442-69cc-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:53.618140 | 0.24s 2025-10-02 12:17:07.892342 | fa163e52-5e1f-f442-69cc-000000004ef3 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 12:17:08.311725 | fa163e52-5e1f-f442-69cc-000000004ef3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 12:17:08.312756 | fa163e52-5e1f-f442-69cc-000000004ef3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:54.059135 | 0.42s 2025-10-02 12:17:08.350340 | fa163e52-5e1f-f442-69cc-000000004ef4 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-02 12:17:08.576191 | fa163e52-5e1f-f442-69cc-000000004ef4 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-02 12:17:08.579528 | fa163e52-5e1f-f442-69cc-000000004ef4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:54.325894 | 0.23s 2025-10-02 12:17:08.622747 | fa163e52-5e1f-f442-69cc-000000004ef6 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-02 12:17:08.668224 | fa163e52-5e1f-f442-69cc-000000004ef6 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-02 12:17:08.669119 | fa163e52-5e1f-f442-69cc-000000004ef6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:54.415478 | 0.04s 2025-10-02 12:17:08.694045 | fa163e52-5e1f-f442-69cc-000000004ef7 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-02 12:17:08.732460 | fa163e52-5e1f-f442-69cc-000000004ef7 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-02 12:17:08.733333 | fa163e52-5e1f-f442-69cc-000000004ef7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:54.479710 | 0.04s 2025-10-02 12:17:08.757023 | fa163e52-5e1f-f442-69cc-000000004ef8 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-02 12:17:08.805053 | fa163e52-5e1f-f442-69cc-000000004ef8 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-02 12:17:08.805858 | fa163e52-5e1f-f442-69cc-000000004ef8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:54.552239 | 0.05s 2025-10-02 12:17:08.827966 | fa163e52-5e1f-f442-69cc-000000004ef9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 12:17:08.868062 | fa163e52-5e1f-f442-69cc-000000004ef9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 12:17:08.868881 | fa163e52-5e1f-f442-69cc-000000004ef9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:54.615262 | 0.04s 2025-10-02 12:17:08.889469 | fa163e52-5e1f-f442-69cc-000000004efa | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-02 12:17:08.941599 | fa163e52-5e1f-f442-69cc-000000004efa | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-02 12:17:08.942947 | fa163e52-5e1f-f442-69cc-000000004efa | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:54.689314 | 0.05s 2025-10-02 12:17:09.004735 | fa163e52-5e1f-f442-69cc-000000004f1b | TASK | Gather variables for each operating system 2025-10-02 12:17:09.132928 | fa163e52-5e1f-f442-69cc-000000004f1b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:54.879287 | 0.12s 2025-10-02 12:17:09.164669 | fa163e52-5e1f-f442-69cc-000000004f1c | TASK | Detect if resource is being created or already exists 2025-10-02 12:17:09.942328 | fa163e52-5e1f-f442-69cc-000000004f1c | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 12:17:09.944840 | fa163e52-5e1f-f442-69cc-000000004f1c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:55.691211 | 0.78s 2025-10-02 12:17:09.981715 | fa163e52-5e1f-f442-69cc-000000004f1d | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-02 12:17:33.164174 | fa163e52-5e1f-f442-69cc-000000004f1d | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-02 12:17:33.165680 | fa163e52-5e1f-f442-69cc-000000004f1d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:18.912056 | 23.18s 2025-10-02 12:17:33.193596 | fa163e52-5e1f-f442-69cc-000000004f1e | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-02 12:17:33.397421 | fa163e52-5e1f-f442-69cc-000000004f1e | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-02 12:17:33.398823 | fa163e52-5e1f-f442-69cc-000000004f1e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:19.145196 | 0.20s 2025-10-02 12:17:33.430212 | fa163e52-5e1f-f442-69cc-000000004f1f | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 12:17:33.867564 | fa163e52-5e1f-f442-69cc-000000004f1f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 12:17:33.868658 | fa163e52-5e1f-f442-69cc-000000004f1f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:19.615038 | 0.44s 2025-10-02 12:17:33.896272 | fa163e52-5e1f-f442-69cc-000000004f20 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-02 12:17:34.105318 | fa163e52-5e1f-f442-69cc-000000004f20 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-02 12:17:34.106110 | fa163e52-5e1f-f442-69cc-000000004f20 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:19.852478 | 0.21s 2025-10-02 12:17:34.132331 | fa163e52-5e1f-f442-69cc-000000004f22 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-02 12:17:34.181124 | fa163e52-5e1f-f442-69cc-000000004f22 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-02 12:17:34.182293 | fa163e52-5e1f-f442-69cc-000000004f22 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:19.928659 | 0.05s 2025-10-02 12:17:34.207329 | fa163e52-5e1f-f442-69cc-000000004f23 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-02 12:17:34.256421 | fa163e52-5e1f-f442-69cc-000000004f23 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-02 12:17:34.257392 | fa163e52-5e1f-f442-69cc-000000004f23 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:20.003770 | 0.05s 2025-10-02 12:17:34.283126 | fa163e52-5e1f-f442-69cc-000000004f24 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-02 12:17:34.335450 | fa163e52-5e1f-f442-69cc-000000004f24 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-02 12:17:34.336937 | fa163e52-5e1f-f442-69cc-000000004f24 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:20.083301 | 0.05s 2025-10-02 12:17:34.372825 | fa163e52-5e1f-f442-69cc-000000004f25 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 12:17:34.415622 | fa163e52-5e1f-f442-69cc-000000004f25 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 12:17:34.416532 | fa163e52-5e1f-f442-69cc-000000004f25 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:20.162910 | 0.04s 2025-10-02 12:17:34.440729 | fa163e52-5e1f-f442-69cc-000000004f26 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-02 12:17:34.490144 | fa163e52-5e1f-f442-69cc-000000004f26 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-02 12:17:34.491001 | fa163e52-5e1f-f442-69cc-000000004f26 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:20.237377 | 0.05s 2025-10-02 12:17:34.561086 | fa163e52-5e1f-f442-69cc-000000004f47 | TASK | Gather variables for each operating system 2025-10-02 12:17:34.680061 | fa163e52-5e1f-f442-69cc-000000004f47 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:20.426431 | 0.12s 2025-10-02 12:17:34.700409 | fa163e52-5e1f-f442-69cc-000000004f48 | TASK | Detect if resource is being created or already exists 2025-10-02 12:17:35.428369 | fa163e52-5e1f-f442-69cc-000000004f48 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-02 12:17:35.429826 | fa163e52-5e1f-f442-69cc-000000004f48 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:21.176198 | 0.73s 2025-10-02 12:17:35.464744 | fa163e52-5e1f-f442-69cc-000000004f49 | TASK | Run init bundle puppet on the host for manila_share 2025-10-02 12:17:57.722195 | fa163e52-5e1f-f442-69cc-000000004f49 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-02 12:17:57.724343 | fa163e52-5e1f-f442-69cc-000000004f49 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:43.470711 | 22.26s 2025-10-02 12:17:57.767476 | fa163e52-5e1f-f442-69cc-000000004f4a | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-02 12:17:58.032303 | fa163e52-5e1f-f442-69cc-000000004f4a | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-02 12:17:58.033474 | fa163e52-5e1f-f442-69cc-000000004f4a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:43.779855 | 0.26s 2025-10-02 12:17:58.057499 | fa163e52-5e1f-f442-69cc-000000004f4b | TASK | Run pacemaker restart if the config file for the service changed 2025-10-02 12:17:58.495340 | fa163e52-5e1f-f442-69cc-000000004f4b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-02 12:17:58.496887 | fa163e52-5e1f-f442-69cc-000000004f4b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:44.243259 | 0.44s 2025-10-02 12:17:58.534247 | fa163e52-5e1f-f442-69cc-000000004f4c | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-02 12:17:58.758527 | fa163e52-5e1f-f442-69cc-000000004f4c | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-02 12:17:58.759675 | fa163e52-5e1f-f442-69cc-000000004f4c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:44.506054 | 0.22s 2025-10-02 12:17:58.786309 | fa163e52-5e1f-f442-69cc-000000004f4e | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-02 12:17:58.829151 | fa163e52-5e1f-f442-69cc-000000004f4e | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-02 12:17:58.831998 | fa163e52-5e1f-f442-69cc-000000004f4e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:44.578361 | 0.04s 2025-10-02 12:17:58.867860 | fa163e52-5e1f-f442-69cc-000000004f4f | TASK | Get container image tag from bundle openstack-manila-share 2025-10-02 12:17:58.908619 | fa163e52-5e1f-f442-69cc-000000004f4f | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-02 12:17:58.910504 | fa163e52-5e1f-f442-69cc-000000004f4f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:44.656881 | 0.04s 2025-10-02 12:17:58.938060 | fa163e52-5e1f-f442-69cc-000000004f50 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-02 12:17:58.976889 | fa163e52-5e1f-f442-69cc-000000004f50 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-02 12:17:58.978738 | fa163e52-5e1f-f442-69cc-000000004f50 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:44.725115 | 0.04s 2025-10-02 12:17:59.005155 | fa163e52-5e1f-f442-69cc-000000004f51 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-02 12:17:59.065638 | fa163e52-5e1f-f442-69cc-000000004f51 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-02 12:17:59.068123 | fa163e52-5e1f-f442-69cc-000000004f51 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:44.814472 | 0.06s 2025-10-02 12:17:59.103886 | fa163e52-5e1f-f442-69cc-000000004f52 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-02 12:17:59.171152 | fa163e52-5e1f-f442-69cc-000000004f52 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-02 12:17:59.174203 | fa163e52-5e1f-f442-69cc-000000004f52 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:44.920565 | 0.07s 2025-10-02 12:17:59.247317 | fa163e52-5e1f-f442-69cc-000000004f73 | TASK | Run kolla_set_configs to copy ring files 2025-10-02 12:17:59.689222 | fa163e52-5e1f-f442-69cc-000000004f73 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-02 12:17:59.692058 | fa163e52-5e1f-f442-69cc-000000004f73 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.438428 | 0.44s 2025-10-02 12:17:59.700008 | fa163e52-5e1f-f442-69cc-000000004f73 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.446384 | 0.45s 2025-10-02 12:17:59.729202 | fa163e52-5e1f-f442-69cc-000000004f74 | TASK | Run kolla_set_configs to copy ring files 2025-10-02 12:18:00.051904 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-02 12:18:00.056221 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.802588 | 0.33s 2025-10-02 12:18:00.473423 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-02 12:18:00.475647 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.222026 | 0.74s 2025-10-02 12:18:00.749886 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-02 12:18:00.752193 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.498567 | 1.02s 2025-10-02 12:18:01.156584 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-02 12:18:01.158993 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.905367 | 1.43s 2025-10-02 12:18:01.447561 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-02 12:18:01.449024 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:47.195404 | 1.72s 2025-10-02 12:18:01.771631 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-02 12:18:01.774376 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:47.520757 | 2.04s 2025-10-02 12:18:02.200063 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-02 12:18:02.203088 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:47.949461 | 2.47s 2025-10-02 12:18:02.590786 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-02 12:18:02.591917 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:48.338300 | 2.86s 2025-10-02 12:18:02.887336 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-02 12:18:02.890375 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:48.636749 | 3.16s 2025-10-02 12:18:03.283961 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-02 12:18:03.286831 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:49.033205 | 3.56s 2025-10-02 12:18:03.497368 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-02 12:18:03.499515 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:49.245890 | 3.77s 2025-10-02 12:18:03.906150 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-02 12:18:03.907481 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:49.653857 | 4.18s 2025-10-02 12:18:04.332217 | fa163e52-5e1f-f442-69cc-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-02 12:18:04.333793 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:50.080169 | 4.60s 2025-10-02 12:18:04.345273 | fa163e52-5e1f-f442-69cc-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:50.091643 | 4.61s 2025-10-02 12:18:04.367844 | fa163e52-5e1f-f442-69cc-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-02 12:18:04.577361 | fa163e52-5e1f-f442-69cc-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-02 12:18:04.578337 | fa163e52-5e1f-f442-69cc-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:50.324720 | 0.21s 2025-10-02 12:18:04.688368 | fa163e52-5e1f-f442-69cc-0000000000f3 | TIMING | include_tasks | standalone | 0:27:50.434719 | 0.09s 2025-10-02 12:18:04.731587 | 7b143757-9003-4dcd-9e15-06975439091c | INCLUDED | /root/standalone-ansible-m86fxwho/common_deploy_steps_tasks.yaml | standalone 2025-10-02 12:18:04.758320 | fa163e52-5e1f-f442-69cc-000000004ff1 | TASK | Write the config_step hieradata 2025-10-02 12:18:05.281657 | fa163e52-5e1f-f442-69cc-000000004ff1 | OK | Write the config_step hieradata | standalone 2025-10-02 12:18:05.282931 | fa163e52-5e1f-f442-69cc-000000004ff1 | TIMING | Write the config_step hieradata | standalone | 0:27:51.029305 | 0.52s 2025-10-02 12:18:05.313230 | fa163e52-5e1f-f442-69cc-000000004ff2 | TASK | Run puppet host configuration for step 5 2025-10-02 12:18:05.674262 | fa163e52-5e1f-f442-69cc-000000004ff2 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-02 12:18:05.675607 | fa163e52-5e1f-f442-69cc-000000004ff2 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:51.421981 | 0.36s 2025-10-02 12:18:05.707251 | fa163e52-5e1f-f442-69cc-000000004ff3 | TASK | Wait for puppet host configuration to finish 2025-10-02 12:18:05.963429 | fa163e52-5e1f-f442-69cc-000000004ff3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-02 12:18:16.181537 | fa163e52-5e1f-f442-69cc-000000004ff3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-02 12:18:26.447996 | fa163e52-5e1f-f442-69cc-000000004ff3 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-02 12:18:26.449556 | fa163e52-5e1f-f442-69cc-000000004ff3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:12.195929 | 20.74s 2025-10-02 12:18:26.482539 | fa163e52-5e1f-f442-69cc-000000004ff4 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-02 12:18:26.566524 | fa163e52-5e1f-f442-69cc-000000004ff4 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 2 12:18:05 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 2 12:18:10 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 2 12:18:10 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 2 12:18:10 puppet-user: (file & line not available)", "<13>Oct 2 12:18:10 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 2 12:18:10 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 2 12:18:10 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 2 12:18:10 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 2 12:18:10 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 2 12:18:10 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 2 12:18:10 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 2 12:18:10 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 2 12:18:10 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 2 12:18:10 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 2 12:18:10 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 2 12:18:10 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.53 seconds", "<13>Oct 2 12:18:15 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 2 12:18:17 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 2 12:18:19 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 2 12:18:19 puppet-user: Notice: Applied catalog in 8.64 seconds", "<13>Oct 2 12:18:19 puppet-user: Application:", "<13>Oct 2 12:18:19 puppet-user: Initial environment: production", "<13>Oct 2 12:18:19 puppet-user: Converged environment: production", "<13>Oct 2 12:18:19 puppet-user: Run mode: user", "<13>Oct 2 12:18:19 puppet-user: Changes:", "<13>Oct 2 12:18:19 puppet-user: Total: 2", "<13>Oct 2 12:18:19 puppet-user: Events:", "<13>Oct 2 12:18:19 puppet-user: Success: 2", "<13>Oct 2 12:18:19 puppet-user: Resources:", "<13>Oct 2 12:18:19 puppet-user: Changed: 2", "<13>Oct 2 12:18:19 puppet-user: Out of sync: 2", "<13>Oct 2 12:18:19 puppet-user: Total: 37", "<13>Oct 2 12:18:19 puppet-user: Time:", "<13>Oct 2 12:18:19 puppet-user: Schedule: 0.00", "<13>Oct 2 12:18:19 puppet-user: Package: 0.00", "<13>Oct 2 12:18:19 puppet-user: File line: 0.00", "<13>Oct 2 12:18:19 puppet-user: Augeas: 0.01", "<13>Oct 2 12:18:19 puppet-user: User: 0.03", "<13>Oct 2 12:18:19 puppet-user: File: 0.11", "<13>Oct 2 12:18:19 puppet-user: Service: 0.19", "<13>Oct 2 12:18:19 puppet-user: Config retrieval: 0.68", "<13>Oct 2 12:18:19 puppet-user: Pcmk property: 1.57", "<13>Oct 2 12:18:19 puppet-user: Last run: 1759407499", "<13>Oct 2 12:18:19 puppet-user: Exec: 2.08", "<13>Oct 2 12:18:19 puppet-user: Pcmk resource op default: 2.15", "<13>Oct 2 12:18:19 puppet-user: Pcmk resource default: 2.26", "<13>Oct 2 12:18:19 puppet-user: Filebucket: 0.00", "<13>Oct 2 12:18:19 puppet-user: Transaction evaluation: 8.59", "<13>Oct 2 12:18:19 puppet-user: Catalog application: 8.64", "<13>Oct 2 12:18:19 puppet-user: Total: 8.66", "<13>Oct 2 12:18:19 puppet-user: Version:", "<13>Oct 2 12:18:19 puppet-user: Config: 1759407490", "<13>Oct 2 12:18:19 puppet-user: Puppet: 7.10.0" ] } 2025-10-02 12:18:26.567930 | fa163e52-5e1f-f442-69cc-000000004ff4 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:12.314303 | 0.08s 2025-10-02 12:18:26.598966 | fa163e52-5e1f-f442-69cc-000000004ff5 | TASK | Pre-cache facts for puppet containers 2025-10-02 12:18:26.630481 | fa163e52-5e1f-f442-69cc-000000004ff5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:12.376842 | 0.03s 2025-10-02 12:18:26.712423 | fa163e52-5e1f-f442-69cc-000000005034 | TASK | Gather variables for each operating system 2025-10-02 12:18:26.836314 | fa163e52-5e1f-f442-69cc-000000005034 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:12.582683 | 0.12s 2025-10-02 12:18:26.859629 | fa163e52-5e1f-f442-69cc-000000005035 | TASK | Create puppet caching structures 2025-10-02 12:18:27.124288 | fa163e52-5e1f-f442-69cc-000000005035 | CHANGED | Create puppet caching structures | standalone 2025-10-02 12:18:27.125269 | fa163e52-5e1f-f442-69cc-000000005035 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:12.871651 | 0.26s 2025-10-02 12:18:27.145553 | fa163e52-5e1f-f442-69cc-000000005036 | TASK | Check for facter.conf 2025-10-02 12:18:27.398256 | fa163e52-5e1f-f442-69cc-000000005036 | OK | Check for facter.conf | standalone 2025-10-02 12:18:27.399797 | fa163e52-5e1f-f442-69cc-000000005036 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:13.146168 | 0.25s 2025-10-02 12:18:27.430289 | fa163e52-5e1f-f442-69cc-000000005037 | TASK | Remove facter.conf if directory 2025-10-02 12:18:27.482514 | fa163e52-5e1f-f442-69cc-000000005037 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-02 12:18:27.483726 | fa163e52-5e1f-f442-69cc-000000005037 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:13.230098 | 0.05s 2025-10-02 12:18:27.515246 | fa163e52-5e1f-f442-69cc-000000005038 | TASK | Write facter cache config 2025-10-02 12:18:28.037958 | fa163e52-5e1f-f442-69cc-000000005038 | CHANGED | Write facter cache config | standalone 2025-10-02 12:18:28.039515 | fa163e52-5e1f-f442-69cc-000000005038 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:13.785888 | 0.52s 2025-10-02 12:18:28.070030 | fa163e52-5e1f-f442-69cc-000000005039 | TASK | Cleanup facter cache if exists 2025-10-02 12:18:28.261153 | fa163e52-5e1f-f442-69cc-000000005039 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-02 12:18:28.262991 | fa163e52-5e1f-f442-69cc-000000005039 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:14.009360 | 0.19s 2025-10-02 12:18:28.294789 | fa163e52-5e1f-f442-69cc-00000000503a | TASK | Pre-cache facts 2025-10-02 12:18:28.853191 | fa163e52-5e1f-f442-69cc-00000000503a | CHANGED | Pre-cache facts | standalone 2025-10-02 12:18:28.854012 | fa163e52-5e1f-f442-69cc-00000000503a | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:14.600393 | 0.56s 2025-10-02 12:18:28.876614 | fa163e52-5e1f-f442-69cc-00000000503b | TASK | Failed deployment if facter fails 2025-10-02 12:18:28.905569 | fa163e52-5e1f-f442-69cc-00000000503b | SKIPPED | Failed deployment if facter fails | standalone 2025-10-02 12:18:28.906906 | fa163e52-5e1f-f442-69cc-00000000503b | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:14.653287 | 0.03s 2025-10-02 12:18:28.936588 | fa163e52-5e1f-f442-69cc-00000000503c | TASK | Sync cached facts 2025-10-02 12:18:29.202354 | fa163e52-5e1f-f442-69cc-00000000503c | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e52-5e1f-f442-69cc-00000000503c') missing from stats 2025-10-02 12:18:29.250776 | fa163e52-5e1f-f442-69cc-000000004ff6 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-02 12:18:29.281406 | fa163e52-5e1f-f442-69cc-000000004ff6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-02 12:18:29.282989 | fa163e52-5e1f-f442-69cc-000000004ff6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:15.029366 | 0.03s 2025-10-02 12:18:29.315391 | fa163e52-5e1f-f442-69cc-000000004ff8 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-02 12:18:29.333709 | fa163e52-5e1f-f442-69cc-000000004ff8 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:15.080068 | 0.02s 2025-10-02 12:18:29.398682 | fa163e52-5e1f-f442-69cc-000000005093 | TASK | Gather variables for each operating system 2025-10-02 12:18:29.514202 | fa163e52-5e1f-f442-69cc-000000005093 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:15.260568 | 0.11s 2025-10-02 12:18:29.545865 | fa163e52-5e1f-f442-69cc-000000005094 | TASK | Create container logs path 2025-10-02 12:18:29.815503 | fa163e52-5e1f-f442-69cc-000000005094 | OK | Create container logs path | standalone 2025-10-02 12:18:29.817070 | fa163e52-5e1f-f442-69cc-000000005094 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:15.563445 | 0.27s 2025-10-02 12:18:29.851896 | fa163e52-5e1f-f442-69cc-000000005096 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-02 12:18:30.167069 | fa163e52-5e1f-f442-69cc-000000005096 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-02 12:18:30.168001 | fa163e52-5e1f-f442-69cc-000000005096 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:15.914379 | 0.31s 2025-10-02 12:18:30.198531 | fa163e52-5e1f-f442-69cc-000000005097 | TASK | Finalise hashes for all containers 2025-10-02 12:18:30.263133 | fa163e52-5e1f-f442-69cc-000000005097 | OK | Finalise hashes for all containers | standalone 2025-10-02 12:18:30.264020 | fa163e52-5e1f-f442-69cc-000000005097 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:16.010400 | 0.06s 2025-10-02 12:18:30.287107 | fa163e52-5e1f-f442-69cc-000000005099 | TASK | Manage systemd shutdown files 2025-10-02 12:18:30.332663 | fa163e52-5e1f-f442-69cc-000000005099 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:16.079033 | 0.04s 2025-10-02 12:18:30.362331 | 1a1d4061-6789-4368-a108-73c7ba0e47a3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-02 12:18:30.392425 | fa163e52-5e1f-f442-69cc-0000000050cc | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-02 12:18:30.676251 | fa163e52-5e1f-f442-69cc-0000000050cc | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-02 12:18:30.677210 | fa163e52-5e1f-f442-69cc-0000000050cc | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:16.423590 | 0.28s 2025-10-02 12:18:30.702461 | fa163e52-5e1f-f442-69cc-0000000050cd | TASK | Set podman_drop_in fact 2025-10-02 12:18:30.762367 | fa163e52-5e1f-f442-69cc-0000000050cd | OK | Set podman_drop_in fact | standalone 2025-10-02 12:18:30.763540 | fa163e52-5e1f-f442-69cc-0000000050cd | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:16.509914 | 0.06s 2025-10-02 12:18:30.789037 | fa163e52-5e1f-f442-69cc-0000000050cf | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-02 12:18:31.299309 | fa163e52-5e1f-f442-69cc-0000000050cf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-02 12:18:31.300918 | fa163e52-5e1f-f442-69cc-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:17.047285 | 0.51s 2025-10-02 12:18:31.762809 | fa163e52-5e1f-f442-69cc-0000000050cf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-02 12:18:31.763895 | fa163e52-5e1f-f442-69cc-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:17.510266 | 0.97s 2025-10-02 12:18:31.771618 | fa163e52-5e1f-f442-69cc-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:17.517950 | 0.98s 2025-10-02 12:18:31.802946 | fa163e52-5e1f-f442-69cc-0000000050d0 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-02 12:18:32.310429 | fa163e52-5e1f-f442-69cc-0000000050d0 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-02 12:18:32.311243 | fa163e52-5e1f-f442-69cc-0000000050d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:18.057626 | 0.51s 2025-10-02 12:18:32.330612 | fa163e52-5e1f-f442-69cc-0000000050d1 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-02 12:18:32.884051 | fa163e52-5e1f-f442-69cc-0000000050d1 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-02 12:18:32.885220 | fa163e52-5e1f-f442-69cc-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:18.631599 | 0.55s 2025-10-02 12:18:32.909809 | fa163e52-5e1f-f442-69cc-0000000050d2 | TASK | Enable and start tripleo-container-shutdown 2025-10-02 12:18:34.912729 | fa163e52-5e1f-f442-69cc-0000000050d2 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-02 12:18:34.914927 | fa163e52-5e1f-f442-69cc-0000000050d2 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:20.661301 | 2.00s 2025-10-02 12:18:34.945873 | fa163e52-5e1f-f442-69cc-0000000050d3 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-02 12:18:35.460590 | fa163e52-5e1f-f442-69cc-0000000050d3 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-02 12:18:35.462031 | fa163e52-5e1f-f442-69cc-0000000050d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:21.208405 | 0.51s 2025-10-02 12:18:35.493061 | fa163e52-5e1f-f442-69cc-0000000050d4 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-02 12:18:35.915975 | fa163e52-5e1f-f442-69cc-0000000050d4 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-02 12:18:35.917541 | fa163e52-5e1f-f442-69cc-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:21.663914 | 0.42s 2025-10-02 12:18:35.949528 | fa163e52-5e1f-f442-69cc-0000000050d5 | TASK | Enable and start netns-placeholder 2025-10-02 12:18:37.134212 | fa163e52-5e1f-f442-69cc-0000000050d5 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-02 12:18:37.135514 | fa163e52-5e1f-f442-69cc-0000000050d5 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:22.881895 | 1.18s 2025-10-02 12:18:37.155703 | fa163e52-5e1f-f442-69cc-00000000509b | TASK | Update container configs with new config hashes 2025-10-02 12:18:37.213663 | fa163e52-5e1f-f442-69cc-00000000509b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:22.960028 | 0.06s 2025-10-02 12:18:37.236411 | d1f17247-fb4e-4b55-84a2-0a81a76eab7d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-02 12:18:37.274559 | fa163e52-5e1f-f442-69cc-0000000050fd | TASK | Update config hashes for container startup configs 2025-10-02 12:18:37.572228 | fa163e52-5e1f-f442-69cc-0000000050fd | OK | Update config hashes for container startup configs | standalone 2025-10-02 12:18:37.573811 | fa163e52-5e1f-f442-69cc-0000000050fd | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:23.320181 | 0.30s 2025-10-02 12:18:37.603712 | fa163e52-5e1f-f442-69cc-00000000509c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-02 12:18:37.669128 | fa163e52-5e1f-f442-69cc-00000000509c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:23.415456 | 0.06s 2025-10-02 12:18:37.690257 | 73779cb6-8be5-480d-a77b-edeaccefb50f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-02 12:18:37.723032 | fa163e52-5e1f-f442-69cc-00000000511c | TASK | Gather podman infos 2025-10-02 12:18:39.875331 | fa163e52-5e1f-f442-69cc-00000000511c | OK | Gather podman infos | standalone 2025-10-02 12:18:39.876892 | fa163e52-5e1f-f442-69cc-00000000511c | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:25.623267 | 2.15s 2025-10-02 12:18:40.019661 | fa163e52-5e1f-f442-69cc-00000000511d | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-02 12:18:40.101947 | fa163e52-5e1f-f442-69cc-00000000511d | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:25.848317 | 0.08s 2025-10-02 12:18:40.290057 | fa163e52-5e1f-f442-69cc-000000005166 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:26.036417 | 0.13s 2025-10-02 12:18:40.341996 | fa163e52-5e1f-f442-69cc-00000000509d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-02 12:18:40.382597 | fa163e52-5e1f-f442-69cc-00000000509d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:26.128971 | 0.04s 2025-10-02 12:18:40.394963 | e7f2a573-9aa9-4a4b-90d7-523f972ad44c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-02 12:18:40.424680 | fa163e52-5e1f-f442-69cc-00000000518c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-02 12:19:05.325524 | fa163e52-5e1f-f442-69cc-00000000518c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-02 12:19:05.327844 | fa163e52-5e1f-f442-69cc-00000000518c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:51.074215 | 24.90s 2025-10-02 12:19:05.360873 | fa163e52-5e1f-f442-69cc-00000000518d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-02 12:19:30.635273 | fa163e52-5e1f-f442-69cc-00000000518d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-02 12:19:30.636453 | fa163e52-5e1f-f442-69cc-00000000518d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:16.382834 | 25.27s 2025-10-02 12:19:30.683032 | fa163e52-5e1f-f442-69cc-000000004ffa | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-02 12:19:30.904742 | fa163e52-5e1f-f442-69cc-000000004ffa | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-02 12:19:30.906054 | fa163e52-5e1f-f442-69cc-000000004ffa | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:16.652428 | 0.22s 2025-10-02 12:19:30.952334 | fa163e52-5e1f-f442-69cc-000000004ffb | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-02 12:19:31.013745 | fa163e52-5e1f-f442-69cc-000000004ffb | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:16.760111 | 0.06s 2025-10-02 12:19:31.039548 | fa163e52-5e1f-f442-69cc-000000004ffc | TASK | Include container-puppet tasks for step 5 2025-10-02 12:19:31.090061 | fa163e52-5e1f-f442-69cc-000000004ffc | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:16.836426 | 0.05s 2025-10-02 12:19:31.108895 | 75444bb2-56f9-46eb-9a3c-bb92b6d57be4 | INCLUDED | /root/standalone-ansible-m86fxwho/host-container-puppet-tasks.yaml | standalone 2025-10-02 12:19:31.166935 | fa163e52-5e1f-f442-69cc-0000000051d8 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-02 12:19:31.620903 | fa163e52-5e1f-f442-69cc-0000000051d8 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-02 12:19:31.622763 | fa163e52-5e1f-f442-69cc-0000000051d8 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:17.369131 | 0.45s 2025-10-02 12:19:31.654084 | fa163e52-5e1f-f442-69cc-0000000051da | TASK | Generate container puppet configs for step 5 2025-10-02 12:19:31.905216 | fa163e52-5e1f-f442-69cc-0000000051da | OK | Generate container puppet configs for step 5 | standalone 2025-10-02 12:19:31.907411 | fa163e52-5e1f-f442-69cc-0000000051da | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:17.653784 | 0.25s 2025-10-02 12:19:31.939037 | fa163e52-5e1f-f442-69cc-0000000051db | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-02 12:19:31.963621 | fa163e52-5e1f-f442-69cc-0000000051db | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:17.709983 | 0.02s 2025-10-02 12:19:32.041978 | fa163e52-5e1f-f442-69cc-00000000520a | TASK | Gather variables for each operating system 2025-10-02 12:19:32.158662 | fa163e52-5e1f-f442-69cc-00000000520a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:17.905018 | 0.12s 2025-10-02 12:19:32.190015 | fa163e52-5e1f-f442-69cc-00000000520b | TASK | Create container logs path 2025-10-02 12:19:32.415437 | fa163e52-5e1f-f442-69cc-00000000520b | OK | Create container logs path | standalone 2025-10-02 12:19:32.416960 | fa163e52-5e1f-f442-69cc-00000000520b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:18.163333 | 0.23s 2025-10-02 12:19:32.456691 | fa163e52-5e1f-f442-69cc-00000000520d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-02 12:19:32.716296 | fa163e52-5e1f-f442-69cc-00000000520d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-02 12:19:32.717103 | fa163e52-5e1f-f442-69cc-00000000520d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:18.463469 | 0.26s 2025-10-02 12:19:32.736710 | fa163e52-5e1f-f442-69cc-00000000520e | TASK | Finalise hashes for all containers 2025-10-02 12:19:32.786081 | fa163e52-5e1f-f442-69cc-00000000520e | OK | Finalise hashes for all containers | standalone 2025-10-02 12:19:32.787192 | fa163e52-5e1f-f442-69cc-00000000520e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:18.533572 | 0.05s 2025-10-02 12:19:32.816164 | fa163e52-5e1f-f442-69cc-000000005210 | TASK | Manage systemd shutdown files 2025-10-02 12:19:32.846190 | fa163e52-5e1f-f442-69cc-000000005210 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-02 12:19:32.846994 | fa163e52-5e1f-f442-69cc-000000005210 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:18.593374 | 0.03s 2025-10-02 12:19:32.877707 | fa163e52-5e1f-f442-69cc-000000005212 | TASK | Update container configs with new config hashes 2025-10-02 12:19:32.909168 | fa163e52-5e1f-f442-69cc-000000005212 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-02 12:19:32.910116 | fa163e52-5e1f-f442-69cc-000000005212 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:18.656474 | 0.03s 2025-10-02 12:19:32.936404 | fa163e52-5e1f-f442-69cc-000000005213 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-02 12:19:32.977548 | fa163e52-5e1f-f442-69cc-000000005213 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-02 12:19:32.978576 | fa163e52-5e1f-f442-69cc-000000005213 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:18.724952 | 0.04s 2025-10-02 12:19:33.004738 | fa163e52-5e1f-f442-69cc-000000005214 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-02 12:19:33.046659 | fa163e52-5e1f-f442-69cc-000000005214 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-02 12:19:33.047690 | fa163e52-5e1f-f442-69cc-000000005214 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:18.794068 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-10-02 12:19:33.224391 | fa163e52-5e1f-f442-69cc-0000000000f7 | TASK | Server Post Deployments 2025-10-02 12:19:33.253926 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000f7') missing from stats 2025-10-02 12:19:33.329305 | fa163e52-5e1f-f442-69cc-0000000000f8 | TIMING | include_tasks | standalone | 0:29:19.075671 | 0.05s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-02 12:19:33.472264 | fa163e52-5e1f-f442-69cc-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-02 12:19:33.502054 | fa163e52-5e1f-f442-69cc-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', 'fa163e52-5e1f-f442-69cc-0000000000fc') missing from stats 2025-10-02 12:19:33.519463 | fa163e52-5e1f-f442-69cc-000000000100 | TASK | is additonal Cell? 2025-10-02 12:19:33.558216 | fa163e52-5e1f-f442-69cc-000000000100 | OK | is additonal Cell? | undercloud 2025-10-02 12:19:33.559242 | fa163e52-5e1f-f442-69cc-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:19.305617 | 0.04s 2025-10-02 12:19:33.575515 | fa163e52-5e1f-f442-69cc-000000000102 | TASK | discover via nova_manager? 2025-10-02 12:19:33.654739 | fa163e52-5e1f-f442-69cc-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-02 12:19:33.656058 | fa163e52-5e1f-f442-69cc-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:19.402430 | 0.08s 2025-10-02 12:19:33.675330 | fa163e52-5e1f-f442-69cc-000000000103 | TASK | discover via nova_api? 2025-10-02 12:19:33.759123 | fa163e52-5e1f-f442-69cc-000000000103 | OK | discover via nova_api? | undercloud 2025-10-02 12:19:33.760945 | fa163e52-5e1f-f442-69cc-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:19.507316 | 0.08s 2025-10-02 12:19:33.780322 | fa163e52-5e1f-f442-69cc-000000000104 | TASK | Warn if no discovery host available 2025-10-02 12:19:33.844247 | fa163e52-5e1f-f442-69cc-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-02 12:19:33.845690 | fa163e52-5e1f-f442-69cc-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:19.592055 | 0.06s 2025-10-02 12:19:33.886548 | fa163e52-5e1f-f442-69cc-000000000105 | TASK | Discovering nova hosts 2025-10-02 12:19:36.693063 | fa163e52-5e1f-f442-69cc-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e52-5e1f-f442-69cc-000000000105') missing from stats 2025-10-02 12:19:36.776810 | fa163e52-5e1f-f442-69cc-000000000106 | OK | set_fact | undercloud 2025-10-02 12:19:36.778673 | fa163e52-5e1f-f442-69cc-000000000106 | TIMING | set_fact | undercloud | 0:29:22.525029 | 0.06s 2025-10-02 12:19:36.799940 | fa163e52-5e1f-f442-69cc-000000000108 | TASK | Set up group_vars 2025-10-02 12:19:36.840882 | fa163e52-5e1f-f442-69cc-000000000108 | OK | Set up group_vars | undercloud 2025-10-02 12:19:36.842497 | fa163e52-5e1f-f442-69cc-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:22.588866 | 0.04s 2025-10-02 12:19:36.861733 | fa163e52-5e1f-f442-69cc-000000000109 | TASK | Make needed directories on the undercloud 2025-10-02 12:19:37.129865 | fa163e52-5e1f-f442-69cc-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-m86fxwho/octavia-ansible 2025-10-02 12:19:37.131016 | fa163e52-5e1f-f442-69cc-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:22.877390 | 0.27s 2025-10-02 12:19:37.300089 | fa163e52-5e1f-f442-69cc-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-m86fxwho/octavia-ansible/local_dir 2025-10-02 12:19:37.300724 | fa163e52-5e1f-f442-69cc-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:23.047108 | 0.44s 2025-10-02 12:19:37.486936 | fa163e52-5e1f-f442-69cc-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-m86fxwho/octavia-ansible/group_vars 2025-10-02 12:19:37.487890 | fa163e52-5e1f-f442-69cc-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:23.234273 | 0.62s 2025-10-02 12:19:37.498783 | fa163e52-5e1f-f442-69cc-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:23.245150 | 0.63s 2025-10-02 12:19:37.518302 | fa163e52-5e1f-f442-69cc-00000000010a | TASK | Write group_vars file 2025-10-02 12:19:37.918243 | fa163e52-5e1f-f442-69cc-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-02 12:19:37.919539 | fa163e52-5e1f-f442-69cc-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:23.665906 | 0.40s 2025-10-02 12:19:37.959535 | fa163e52-5e1f-f442-69cc-00000000010b | TASK | Gather missing facts 2025-10-02 12:19:38.306296 | fa163e52-5e1f-f442-69cc-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e52-5e1f-f442-69cc-00000000010b') missing from stats 2025-10-02 12:19:38.326164 | fa163e52-5e1f-f442-69cc-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:24.072530 | 0.36s 2025-10-02 12:19:38.346335 | fa163e52-5e1f-f442-69cc-00000000010c | TASK | Write octavia inventory 2025-10-02 12:19:38.959387 | fa163e52-5e1f-f442-69cc-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-02 12:19:38.960649 | fa163e52-5e1f-f442-69cc-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:24.707027 | 0.61s 2025-10-02 12:19:38.976312 | fa163e52-5e1f-f442-69cc-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-02 12:19:39.170930 | fa163e52-5e1f-f442-69cc-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-02 12:19:39.172145 | fa163e52-5e1f-f442-69cc-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:24.918525 | 0.19s 2025-10-02 12:19:39.186670 | fa163e52-5e1f-f442-69cc-00000000010e | TASK | Set private key location 2025-10-02 12:19:39.223662 | fa163e52-5e1f-f442-69cc-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-02 12:19:39.225435 | fa163e52-5e1f-f442-69cc-00000000010e | TIMING | Set private key location | undercloud | 0:29:24.971809 | 0.04s 2025-10-02 12:19:39.241814 | fa163e52-5e1f-f442-69cc-00000000010f | TASK | Configure octavia command 2025-10-02 12:19:39.272294 | fa163e52-5e1f-f442-69cc-00000000010f | OK | Configure octavia command | undercloud 2025-10-02 12:19:39.274707 | fa163e52-5e1f-f442-69cc-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:25.021078 | 0.03s 2025-10-02 12:19:39.330858 | fa163e52-5e1f-f442-69cc-000000000110 | OK | set_fact | undercloud 2025-10-02 12:19:39.332763 | fa163e52-5e1f-f442-69cc-000000000110 | TIMING | set_fact | undercloud | 0:29:25.079140 | 0.04s 2025-10-02 12:19:39.389262 | fa163e52-5e1f-f442-69cc-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-m86fxwho/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-m86fxwho/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-m86fxwho/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-02 12:19:39.391075 | fa163e52-5e1f-f442-69cc-000000000111 | TIMING | debug | undercloud | 0:29:25.137453 | 0.04s 2025-10-02 12:19:39.407404 | fa163e52-5e1f-f442-69cc-000000000112 | TASK | Configure octavia on overcloud 2025-10-02 12:23:29.521560 | fa163e52-5e1f-f442-69cc-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-02 12:23:29.523564 | fa163e52-5e1f-f442-69cc-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:15.269943 | 230.11s 2025-10-02 12:23:29.539471 | fa163e52-5e1f-f442-69cc-000000000113 | TASK | Purge temp dirs 2025-10-02 12:23:29.790726 | fa163e52-5e1f-f442-69cc-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-m86fxwho/octavia-ansible/local_dir 2025-10-02 12:23:29.792266 | fa163e52-5e1f-f442-69cc-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:15.538628 | 0.25s 2025-10-02 12:23:29.803081 | fa163e52-5e1f-f442-69cc-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:15.549455 | 0.26s 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-02 12:23:29.875729 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 12:23:29.876362 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 12:23:29.876872 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:15.623253 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-02 12:23:29.877528 | UUID | Info | Host | Task Name | Run Time 2025-10-02 12:23:29.878202 | fa163e52-5e1f-f442-69cc-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 285.76s 2025-10-02 12:23:29.878828 | fa163e52-5e1f-f442-69cc-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 230.11s 2025-10-02 12:23:29.879452 | fa163e52-5e1f-f442-69cc-000000004df6 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 121.60s 2025-10-02 12:23:29.880070 | fa163e52-5e1f-f442-69cc-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 103.71s 2025-10-02 12:23:29.880684 | fa163e52-5e1f-f442-69cc-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.65s 2025-10-02 12:23:29.881347 | fa163e52-5e1f-f442-69cc-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 57.58s 2025-10-02 12:23:29.881989 | fa163e52-5e1f-f442-69cc-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 55.43s 2025-10-02 12:23:29.882574 | fa163e52-5e1f-f442-69cc-000000003c13 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 33.02s 2025-10-02 12:23:29.883193 | fa163e52-5e1f-f442-69cc-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.21s 2025-10-02 12:23:29.883805 | fa163e52-5e1f-f442-69cc-000000004c5a | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.86s 2025-10-02 12:23:29.884413 | fa163e52-5e1f-f442-69cc-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.84s 2025-10-02 12:23:29.885729 | fa163e52-5e1f-f442-69cc-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.47s 2025-10-02 12:23:29.886409 | fa163e52-5e1f-f442-69cc-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.30s 2025-10-02 12:23:29.887003 | fa163e52-5e1f-f442-69cc-00000000518d | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.27s 2025-10-02 12:23:29.890246 | fa163e52-5e1f-f442-69cc-00000000518c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.90s 2025-10-02 12:23:29.892364 | fa163e52-5e1f-f442-69cc-000000004f1d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 23.18s 2025-10-02 12:23:29.894251 | fa163e52-5e1f-f442-69cc-000000004ef1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.54s 2025-10-02 12:23:29.895917 | fa163e52-5e1f-f442-69cc-000000004f49 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.26s 2025-10-02 12:23:29.901462 | fa163e52-5e1f-f442-69cc-000000004ff3 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.74s 2025-10-02 12:23:29.902009 | fa163e52-5e1f-f442-69cc-000000003a7e | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.70s 2025-10-02 12:23:29.907083 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-m86fxwho Install artifact is located at /root/standalone-install-20251002122330.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.JduIpeOrg4 + exit 0 ~/ci-framework-data/artifacts