~/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.fyQmJzRZ3c + 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.fyQmJzRZ3c/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.fyQmJzRZ3c/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.fyQmJzRZ3c + J2_VARS_FILE=/tmp/tmp.fyQmJzRZ3c/tmp.BvwO8G4MMf.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.fyQmJzRZ3c/tmp.BvwO8G4MMf.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.fyQmJzRZ3c/tmp.BvwO8G4MMf.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.fyQmJzRZ3c/tmp.BvwO8G4MMf.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.fyQmJzRZ3c/tmp.BvwO8G4MMf.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.fyQmJzRZ3c/tmp.BvwO8G4MMf.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.fyQmJzRZ3c/tmp.BvwO8G4MMf.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.fyQmJzRZ3c/tmp.BvwO8G4MMf.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.fyQmJzRZ3c/tmp.BvwO8G4MMf.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.fyQmJzRZ3c/tmp.BvwO8G4MMf.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.fyQmJzRZ3c/tmp.BvwO8G4MMf.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.fyQmJzRZ3c/tmp.BvwO8G4MMf.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.fyQmJzRZ3c/tmp.BvwO8G4MMf.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.fyQmJzRZ3c/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.fyQmJzRZ3c/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.fyQmJzRZ3c/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.fyQmJzRZ3c/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.fyQmJzRZ3c/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 3.7 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-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-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-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-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-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-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-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.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251015110812.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 611 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-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-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-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-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.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-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.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 198 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-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.20250804050821.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 569 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-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-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): boost-system-1.75.0-8.el9.x86_64.rpm 108 kB/s | 15 kB 00:00 (2/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 391 kB/s | 64 kB 00:00 (3/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.0 MB/s | 223 kB 00:00 (4/399): python3-urllib-gssapi-1.0.2-4.el9.noar 227 kB/s | 24 kB 00:00 (5/399): perl-Storable-3.21-460.el9.x86_64.rpm 655 kB/s | 98 kB 00:00 (6/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.8 MB/s | 216 kB 00:00 (7/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 168 kB/s | 17 kB 00:00 (8/399): perl-Data-Dumper-2.174-462.el9.x86_64. 556 kB/s | 59 kB 00:00 (9/399): perl-Exporter-5.74-461.el9.noarch.rpm 347 kB/s | 34 kB 00:00 (10/399): boost-thread-1.75.0-8.el9.x86_64.rpm 252 kB/s | 57 kB 00:00 (11/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 280 kB/s | 25 kB 00:00 (12/399): perl-File-Temp-0.231.100-4.el9.noarch 450 kB/s | 63 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 180 kB/s | 16 kB 00:00 (14/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.3 MB/s | 283 kB 00:00 (15/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.9 MB/s | 224 kB 00:00 (16/399): xorriso-1.5.4-4.el9.x86_64.rpm 2.0 MB/s | 321 kB 00:00 (17/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 512 kB/s | 45 kB 00:00 (18/399): perl-PathTools-3.78-461.el9.x86_64.rp 945 kB/s | 92 kB 00:00 (19/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 2.7 MB/s | 392 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 1.3 MB/s | 229 kB 00:00 (21/399): perl-Term-ANSIColor-5.01-461.el9.noar 382 kB/s | 51 kB 00:00 (22/399): perl-Text-ParseWords-3.30-460.el9.noa 161 kB/s | 18 kB 00:00 (23/399): perl-URI-5.09-3.el9.noarch.rpm 1.4 MB/s | 125 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 751 kB/s | 134 kB 00:00 (25/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 6.5 MB/s | 1.2 MB 00:00 (26/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 168 kB/s | 26 kB 00:00 (27/399): iptables-nft-services-1.8.8-6.el9_1.n 322 kB/s | 28 kB 00:00 (28/399): perl-Carp-1.50-460.el9.noarch.rpm 344 kB/s | 31 kB 00:00 (29/399): perl-Encode-3.08-462.el9.x86_64.rpm 11 MB/s | 1.7 MB 00:00 (30/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 270 kB/s | 24 kB 00:00 (31/399): perl-Mozilla-CA-20200520-6.el9.noarch 105 kB/s | 14 kB 00:00 (32/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.1 MB/s | 218 kB 00:00 (33/399): python3-yubico-1.3.3-7.el9.noarch.rpm 830 kB/s | 73 kB 00:00 (34/399): perl-Time-Local-1.300-7.el9.noarch.rp 316 kB/s | 37 kB 00:00 (35/399): perl-Pod-Escapes-1.07-460.el9.noarch. 232 kB/s | 22 kB 00:00 (36/399): sshpass-1.09-4.el9.x86_64.rpm 306 kB/s | 30 kB 00:00 (37/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 682 kB/s | 76 kB 00:00 (38/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.3 MB/s | 410 kB 00:00 (39/399): boost-filesystem-1.75.0-8.el9.x86_64. 488 kB/s | 59 kB 00:00 (40/399): boost-program-options-1.75.0-8.el9.x8 1.0 MB/s | 108 kB 00:00 (41/399): libburn-1.5.4-4.el9.x86_64.rpm 1.6 MB/s | 175 kB 00:00 (42/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 358 kB/s | 39 kB 00:00 (43/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 275 kB/s | 34 kB 00:00 (44/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 154 kB/s | 19 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 3.5 MB/s | 419 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 279 kB/s | 29 kB 00:00 (47/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 928 kB/s | 92 kB 00:00 (48/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 367 kB/s | 43 kB 00:00 (49/399): perl-File-Path-2.18-4.el9.noarch.rpm 213 kB/s | 38 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 860 kB/s | 77 kB 00:00 (51/399): perl-Socket-2.031-4.el9.x86_64.rpm 578 kB/s | 58 kB 00:00 (52/399): perl-constant-1.33-461.el9.noarch.rpm 250 kB/s | 25 kB 00:00 (53/399): perl-podlators-4.14-460.el9.noarch.rp 1.2 MB/s | 118 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 747 kB/s | 112 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 177 kB/s | 27 kB 00:00 (56/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 163 kB 00:00 (57/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.0 MB/s | 96 kB 00:00 (58/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 542 kB/s | 48 kB 00:00 (59/399): python3-qrcode-core-6.1-12.el9.noarch 484 kB/s | 61 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.6 MB/s | 279 kB 00:00 (61/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.0 MB/s | 221 kB 00:00 (62/399): python3-alembic-1.7.5-3.el9.noarch.rp 8.2 MB/s | 900 kB 00:00 (63/399): python3-augeas-0.5.0-25.el9.noarch.rp 290 kB/s | 31 kB 00:00 (64/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.2 MB/s | 459 kB 00:00 (65/399): jq-1.6-14.el9.x86_64.rpm 1.5 MB/s | 190 kB 00:00 (66/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 2.2 MB/s | 489 kB 00:00 (67/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 693 kB/s | 59 kB 00:00 (68/399): perl-AutoLoader-5.74-480.el9.noarch.r 241 kB/s | 23 kB 00:00 (69/399): perl-B-1.80-480.el9.x86_64.rpm 2.0 MB/s | 185 kB 00:00 (70/399): perl-Class-Struct-0.66-480.el9.noarch 276 kB/s | 24 kB 00:00 (71/399): perl-Errno-1.30-480.el9.x86_64.rpm 191 kB/s | 17 kB 00:00 (72/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 211 kB/s | 23 kB 00:00 (73/399): perl-File-Basename-2.85-480.el9.noarc 169 kB/s | 19 kB 00:00 (74/399): perl-File-stat-1.09-480.el9.noarch.rp 232 kB/s | 19 kB 00:00 (75/399): perl-FileHandle-2.03-480.el9.noarch.r 196 kB/s | 17 kB 00:00 (76/399): perl-Getopt-Std-1.12-480.el9.noarch.r 191 kB/s | 17 kB 00:00 (77/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 295 kB/s | 25 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.1 MB/s | 99 kB 00:00 (79/399): perl-Symbol-1.08-480.el9.noarch.rpm 160 kB/s | 16 kB 00:00 (80/399): perl-SelectSaver-1.02-480.el9.noarch. 112 kB/s | 13 kB 00:00 (81/399): perl-interpreter-5.32.1-480.el9.x86_6 816 kB/s | 75 kB 00:00 (82/399): perl-overload-1.31-480.el9.noarch.rpm 522 kB/s | 47 kB 00:00 (83/399): perl-libs-5.32.1-480.el9.x86_64.rpm 17 MB/s | 2.2 MB 00:00 (84/399): perl-overloading-0.02-480.el9.noarch. 129 kB/s | 15 kB 00:00 (85/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 457 kB/s | 40 kB 00:00 (86/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 1.8 MB/s | 259 kB 00:00 (87/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 429 kB/s | 42 kB 00:00 (88/399): perl-IO-1.43-480.el9.x86_64.rpm 947 kB/s | 94 kB 00:00 (89/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 281 kB/s | 25 kB 00:00 (90/399): perl-base-2.27-480.el9.noarch.rpm 185 kB/s | 18 kB 00:00 (91/399): perl-if-0.60.800-480.el9.noarch.rpm 154 kB/s | 16 kB 00:00 (92/399): perl-mro-1.23-480.el9.x86_64.rpm 259 kB/s | 31 kB 00:00 (93/399): perl-subs-1.03-480.el9.noarch.rpm 126 kB/s | 13 kB 00:00 (94/399): perl-vars-1.05-480.el9.noarch.rpm 63 kB/s | 15 kB 00:00 (95/399): python3-mako-1.1.4-6.el9.noarch.rpm 782 kB/s | 176 kB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 1.9 MB/s | 452 kB 00:00 (97/399): rhel-system-roles-1.21.2-1.el9_2.noar 17 MB/s | 2.4 MB 00:00 (98/399): ipa-client-common-4.10.1-12.el9_2.2.n 344 kB/s | 44 kB 00:00 (99/399): ipa-common-4.10.1-12.el9_2.2.noarch.r 5.7 MB/s | 656 kB 00:00 (100/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.5 MB/s | 648 kB 00:00 (101/399): python3-ipalib-4.10.1-12.el9_2.2.noa 5.1 MB/s | 663 kB 00:00 (102/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 425 kB/s | 57 kB 00:00 (103/399): ruby-default-gems-3.0.4-161.el9_2.2. 210 kB/s | 46 kB 00:00 (104/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 160 kB/s | 41 kB 00:00 (105/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 20 MB/s | 7.9 MB 00:00 (106/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 21 MB/s | 3.3 MB 00:00 (107/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 360 kB/s | 55 kB 00:00 (108/399): rubygem-bundler-2.2.33-161.el9_2.2.n 2.4 MB/s | 456 kB 00:00 (109/399): rubygem-io-console-0.5.7-161.el9_2.2 175 kB/s | 26 kB 00:00 (110/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 289 kB/s | 59 kB 00:00 (111/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 658 kB/s | 60 kB 00:00 (112/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.5 MB/s | 441 kB 00:00 (113/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.3 MB/s | 306 kB 00:00 (114/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 752 kB/s | 110 kB 00:00 (115/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.6 MB/s | 245 kB 00:00 (116/399): buildah-1.29.5-1.el9_2.x86_64.rpm 39 MB/s | 8.6 MB 00:00 (117/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 15 MB/s | 2.2 MB 00:00 (118/399): device-mapper-persistent-data-0.9.0- 7.2 MB/s | 786 kB 00:00 (119/399): bash-completion-2.11-4.el9.noarch.rp 1.9 MB/s | 459 kB 00:00 (120/399): libaio-0.3.111-13.el9.x86_64.rpm 173 kB/s | 26 kB 00:00 (121/399): glibc-langpack-en-2.34-60.el9.x86_64 4.0 MB/s | 675 kB 00:00 (122/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 602 kB/s | 62 kB 00:00 (123/399): krb5-workstation-1.20.1-8.el9.x86_64 4.6 MB/s | 542 kB 00:00 (124/399): pkgconf-1.7.3-10.el9.x86_64.rpm 387 kB/s | 45 kB 00:00 (125/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 282 kB/s | 37 kB 00:00 (126/399): libkadm5-1.20.1-8.el9.x86_64.rpm 521 kB/s | 81 kB 00:00 (127/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 115 kB/s | 16 kB 00:00 (128/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 89 kB/s | 12 kB 00:00 (129/399): python3-dns-2.2.1-2.el9.noarch.rpm 2.7 MB/s | 418 kB 00:00 (130/399): ansible-collection-ansible-netcommon 1.9 MB/s | 181 kB 00:00 (131/399): ansible-collection-ansible-posix-1.2 1.3 MB/s | 124 kB 00:00 (132/399): ansible-collection-ansible-utils-2.3 915 kB/s | 91 kB 00:00 (133/399): golang-github-vbatts-tar-split-0.11. 11 MB/s | 1.0 MB 00:00 (134/399): ansible-collection-community-general 11 MB/s | 1.3 MB 00:00 (135/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 699 kB/s | 77 kB 00:00 (136/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.8 MB/s | 162 kB 00:00 (137/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.9 MB/s | 178 kB 00:00 (138/399): python3-ansible-runner-2.0.0a1-3.el9 1.2 MB/s | 122 kB 00:00 (139/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 508 kB/s | 44 kB 00:00 (140/399): puppet-fdio-18.2-1.20220727113954.6f 154 kB/s | 25 kB 00:00 (141/399): python3-beautifulsoup4-4.9.3-2.el9os 2.0 MB/s | 204 kB 00:00 (142/399): python3-croniter-0.3.35-2.el9ost.noa 487 kB/s | 49 kB 00:00 (143/399): python3-daemon-2.3.0-1.el9ost.noarch 388 kB/s | 39 kB 00:00 (144/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 430 kB/s | 44 kB 00:00 (145/399): python3-docutils-0.16-6.el9ost.noarc 12 MB/s | 1.5 MB 00:00 (146/399): python3-gevent-21.1.2-2.el9ost.x86_6 11 MB/s | 1.6 MB 00:00 (147/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.2 MB/s | 107 kB 00:00 (148/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.8 MB/s | 284 kB 00:00 (149/399): python3-jmespath-0.10.0-1.el9ost.noa 481 kB/s | 46 kB 00:00 (150/399): python3-lockfile-0.12.2-2.el9ost.noa 353 kB/s | 31 kB 00:00 (151/399): python3-logutils-0.3.5-15.el9ost.noa 545 kB/s | 47 kB 00:00 (152/399): python3-memcached-1.59-3.el9ost.noar 450 kB/s | 40 kB 00:00 (153/399): python3-migrate-0.13.0-1.el9ost.noar 1.2 MB/s | 224 kB 00:00 (154/399): python3-mimeparse-1.6.0-16.el9ost.no 103 kB/s | 16 kB 00:00 (155/399): python3-natsort-7.1.1-2.el9ost.noarc 413 kB/s | 59 kB 00:00 (156/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.9 MB/s | 273 kB 00:00 (157/399): python3-passlib-1.7.4-3.el9ost.noarc 6.1 MB/s | 712 kB 00:00 (158/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 728 kB/s | 90 kB 00:00 (159/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.1 MB/s | 111 kB 00:00 (160/399): python3-pyperclip-1.8.0-3.el9ost.noa 268 kB/s | 25 kB 00:00 (161/399): python3-setproctitle-1.2.2-1.el9ost. 221 kB/s | 23 kB 00:00 (162/399): python3-smmap-3.0.1-4.el9ost.noarch. 503 kB/s | 47 kB 00:00 (163/399): python3-soupsieve-2.2-1.el9ost.noarc 756 kB/s | 67 kB 00:00 (164/399): python3-webtest-2.0.35-6.el9ost.noar 992 kB/s | 82 kB 00:00 (165/399): python3-sqlalchemy13-1.3.24-3.el9ost 11 MB/s | 1.7 MB 00:00 (166/399): python3-tenacity-6.3.1-1.el9ost.noar 483 kB/s | 51 kB 00:00 (167/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 3.4 MB/s | 396 kB 00:00 (168/399): python3-zope-interface-5.4.0-1.el9os 1.9 MB/s | 202 kB 00:00 (169/399): python3-zope-event-4.2.0-20.el9ost.n 1.8 MB/s | 205 kB 00:00 (170/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.8 MB/s | 243 kB 00:00 (171/399): rubygem-deep_merge-1.2.1-7.el9ost.no 162 kB/s | 14 kB 00:00 (172/399): rubygem-fast_gettext-1.2.0-9.el9ost. 396 kB/s | 34 kB 00:00 (173/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 918 kB/s | 90 kB 00:00 (174/399): rubygem-multi_json-1.15.0-2.el9ost.n 229 kB/s | 22 kB 00:00 (175/399): rubygem-puppet-resource_api-1.8.13-1 345 kB/s | 34 kB 00:00 (176/399): rubygem-semantic_puppet-1.0.4-2.el9o 249 kB/s | 21 kB 00:00 (177/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 164 kB/s | 16 kB 00:00 (178/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.7 MB/s | 433 kB 00:00 (179/399): ansible-config_template-2.0.1-17.1.2 339 kB/s | 29 kB 00:00 (180/399): ansible-role-atos-hsm-1.0.1-17.1.202 200 kB/s | 17 kB 00:00 (181/399): ansible-role-chrony-1.3.1-17.1.20230 214 kB/s | 22 kB 00:00 (182/399): ansible-role-collectd-config-0.0.3-1 563 kB/s | 53 kB 00:00 (183/399): ansible-role-container-registry-1.4. 255 kB/s | 24 kB 00:00 (184/399): ansible-role-openstack-operations-0. 365 kB/s | 30 kB 00:00 (185/399): ansible-role-qdr-config-0.0.2-17.1.2 209 kB/s | 21 kB 00:00 (186/399): ansible-role-thales-hsm-3.0.1-17.1.2 242 kB/s | 21 kB 00:00 (187/399): ansible-role-redhat-subscription-1.3 262 kB/s | 28 kB 00:00 (188/399): ansible-role-tripleo-modify-image-1. 305 kB/s | 27 kB 00:00 (189/399): ansible-tripleo-ipa-0.3.1-17.1.20230 383 kB/s | 36 kB 00:00 (190/399): ansible-tripleo-ipsec-11.0.1-17.1.20 438 kB/s | 38 kB 00:00 (191/399): dib-utils-0.0.11-17.1.20230620173328 145 kB/s | 12 kB 00:00 (192/399): openstack-heat-agents-2.2.1-17.1.202 104 kB/s | 9.6 kB 00:00 (193/399): os-apply-config-13.1.1-17.1.20231020 606 kB/s | 54 kB 00:00 (194/399): os-collect-config-13.1.1-17.1.202310 571 kB/s | 50 kB 00:00 (195/399): os-refresh-config-13.1.1-17.1.202310 246 kB/s | 21 kB 00:00 (196/399): puppet-aodh-18.4.2-17.1.202306201512 698 kB/s | 62 kB 00:00 (197/399): puppet-archive-4.6.1-17.1.2023062018 452 kB/s | 44 kB 00:00 (198/399): puppet-auditd-2.2.1-17.1.20230620192 344 kB/s | 28 kB 00:00 (199/399): puppet-ceilometer-18.4.3-17.1.202309 739 kB/s | 70 kB 00:00 (200/399): puppet-certmonger-2.7.1-17.1.2023062 295 kB/s | 26 kB 00:00 (201/399): puppet-cinder-18.5.2-17.1.2023062105 1.3 MB/s | 120 kB 00:00 (202/399): puppet-collectd-13.0.1-17.1.20230620 1.5 MB/s | 135 kB 00:00 (203/399): puppet-designate-18.6.1-17.1.2023062 808 kB/s | 69 kB 00:00 (204/399): puppet-corosync-8.0.1-17.1.202306211 712 kB/s | 68 kB 00:00 (205/399): puppet-dns-8.2.1-17.1.20230621002045 402 kB/s | 36 kB 00:00 (206/399): puppet-gnocchi-18.4.3-17.1.202306210 693 kB/s | 58 kB 00:00 (207/399): puppet-heat-18.4.1-17.1.202306211116 775 kB/s | 70 kB 00:00 (208/399): puppet-etcd-1.12.3-17.1.202306201932 216 kB/s | 25 kB 00:00 (209/399): puppet-manila-18.5.2-17.1.2023110219 943 kB/s | 81 kB 00:00 (210/399): puppet-memcached-6.0.0-17.1.20230620 267 kB/s | 23 kB 00:00 (211/399): puppet-kmod-2.5.0-17.1.2023062019064 171 kB/s | 21 kB 00:00 (212/399): puppet-mysql-10.6.1-17.1.20230621022 1.1 MB/s | 99 kB 00:00 (213/399): puppet-nova-18.6.1-17.1.202306210904 2.0 MB/s | 200 kB 00:00 (214/399): puppet-neutron-18.6.1-17.1.202306210 1.7 MB/s | 196 kB 00:00 (215/399): puppet-nssdb-1.0.2-17.1.202306201856 138 kB/s | 12 kB 00:00 (216/399): puppet-octavia-18.5.1-17.1.202306210 875 kB/s | 76 kB 00:00 (217/399): puppet-openstack_extras-18.5.1-17.1. 489 kB/s | 48 kB 00:00 (218/399): puppet-openstacklib-18.5.2-17.1.2023 572 kB/s | 62 kB 00:00 (219/399): puppet-oslo-18.5.1-17.1.202306210523 554 kB/s | 48 kB 00:00 (220/399): puppet-placement-5.4.3-17.1.20230621 372 kB/s | 41 kB 00:00 (221/399): puppet-qdr-7.4.1-17.1.20230620195605 368 kB/s | 31 kB 00:00 (222/399): puppet-rabbitmq-11.0.1-17.1.20230620 3.0 MB/s | 266 kB 00:00 (223/399): puppet-redis-6.1.1-17.1.202306201917 567 kB/s | 51 kB 00:00 (224/399): puppet-rsyslog-4.0.1-17.1.2023062020 689 kB/s | 58 kB 00:00 (225/399): puppet-ssh-6.2.1-17.1.20230620190251 326 kB/s | 29 kB 00:00 (226/399): puppet-stdlib-6.3.1-17.1.20230621000 1.8 MB/s | 160 kB 00:00 (227/399): puppet-swift-18.6.1-17.1.20230621052 1.3 MB/s | 115 kB 00:00 (228/399): puppet-systemd-2.12.1-17.1.202306201 498 kB/s | 42 kB 00:00 (229/399): puppet-vswitch-14.4.3-17.1.202306210 422 kB/s | 41 kB 00:00 (230/399): puppet-xinetd-3.3.1-17.1.20230620185 304 kB/s | 26 kB 00:00 (231/399): python-oslo-cache-lang-2.7.1-17.1.20 218 kB/s | 19 kB 00:00 (232/399): python-oslo-log-lang-4.4.0-17.1.2023 167 kB/s | 14 kB 00:00 (233/399): python-oslo-middleware-lang-4.2.1-17 139 kB/s | 13 kB 00:00 (234/399): python-oslo-policy-lang-3.7.1-17.1.2 145 kB/s | 14 kB 00:00 (235/399): python-oslo-versionedobjects-lang-2. 155 kB/s | 14 kB 00:00 (236/399): python-pycadf-common-3.1.1-17.1.2023 186 kB/s | 15 kB 00:00 (237/399): python3-GitPython-3.1.14-2.el9ost.no 2.5 MB/s | 238 kB 00:00 (238/399): python3-aodhclient-2.2.0-17.1.202306 594 kB/s | 56 kB 00:00 (239/399): python3-barbicanclient-5.3.0-17.1.20 1.3 MB/s | 127 kB 00:00 (240/399): python3-cinderclient-7.4.1-17.1.2023 2.4 MB/s | 218 kB 00:00 (241/399): python3-designateclient-4.2.1-17.1.2 1.0 MB/s | 92 kB 00:00 (242/399): python3-futurist-2.3.0-17.1.20230621 746 kB/s | 64 kB 00:00 (243/399): python3-cliff-3.7.0-17.1.20230620172 702 kB/s | 95 kB 00:00 (244/399): python3-heat-agent-2.2.1-17.1.202306 204 kB/s | 19 kB 00:00 (245/399): python3-heat-agent-ansible-2.2.1-17. 122 kB/s | 11 kB 00:00 (246/399): python3-heat-agent-apply-config-2.2. 67 kB/s | 9.9 kB 00:00 (247/399): python3-heat-agent-docker-cmd-2.2.1- 135 kB/s | 12 kB 00:00 (248/399): python3-heat-agent-hiera-2.2.1-17.1. 86 kB/s | 10 kB 00:00 (249/399): python3-heat-agent-puppet-2.2.1-17.1 128 kB/s | 11 kB 00:00 (250/399): python3-heat-agent-json-file-2.2.1-1 72 kB/s | 9.8 kB 00:00 (251/399): python3-heatclient-2.3.1-17.1.202306 1.7 MB/s | 158 kB 00:00 (252/399): python3-ironic-inspector-client-4.5. 785 kB/s | 67 kB 00:00 (253/399): python3-keystoneclient-4.3.0-17.1.20 2.1 MB/s | 239 kB 00:00 (254/399): python3-keystonemiddleware-9.2.0-17. 1.0 MB/s | 92 kB 00:00 (255/399): python3-ironicclient-4.6.4-17.1.2023 2.3 MB/s | 342 kB 00:00 (256/399): python3-magnumclient-3.4.1-17.1.2023 1.4 MB/s | 121 kB 00:00 (257/399): python3-mistralclient-4.2.0-17.1.202 1.8 MB/s | 166 kB 00:00 (258/399): python3-neutronclient-7.3.1-17.1.202 3.0 MB/s | 298 kB 00:00 (259/399): python3-novaclient-17.4.1-17.1.20230 1.8 MB/s | 201 kB 00:00 (260/399): python3-os-client-config-2.1.0-17.1. 559 kB/s | 55 kB 00:00 (261/399): python3-os-service-types-1.7.0-17.1. 354 kB/s | 38 kB 00:00 (262/399): python3-os-traits-2.5.0-17.1.2023062 541 kB/s | 45 kB 00:00 (263/399): python3-oslo-cache-2.7.1-17.1.202306 577 kB/s | 56 kB 00:00 (264/399): python3-osc-lib-2.3.1-17.1.202306202 578 kB/s | 78 kB 00:00 (265/399): python3-oslo-context-3.2.1-17.1.2023 291 kB/s | 27 kB 00:00 (266/399): python3-oslo-log-4.4.0-17.1.20230620 734 kB/s | 64 kB 00:00 (267/399): python3-oslo-middleware-4.2.1-17.1.2 540 kB/s | 55 kB 00:00 (268/399): python3-oslo-policy-3.7.1-17.1.20230 893 kB/s | 76 kB 00:00 (269/399): python3-oslo-reports-2.2.0-17.1.2023 607 kB/s | 59 kB 00:00 (270/399): python3-oslo-rootwrap-6.3.1-17.1.202 555 kB/s | 46 kB 00:00 (271/399): python3-oslo-serialization-4.1.1-17. 395 kB/s | 34 kB 00:00 (272/399): python3-oslo-versionedobjects-2.4.1- 860 kB/s | 79 kB 00:00 (273/399): python3-osprofiler-3.4.0-17.1.202306 1.4 MB/s | 130 kB 00:00 (274/399): python3-oslo-upgradecheck-1.3.1-17.1 190 kB/s | 29 kB 00:00 (275/399): python3-pycadf-3.1.1-17.1.2023062021 577 kB/s | 53 kB 00:00 (276/399): python3-requestsexceptions-1.4.0-17. 195 kB/s | 17 kB 00:00 (277/399): python3-saharaclient-3.3.0-17.1.2023 1.4 MB/s | 188 kB 00:00 (278/399): python3-shade-1.33.0-17.1.2023062022 5.3 MB/s | 523 kB 00:00 (279/399): python3-statsd-3.2.1-20.1.el9ost.noa 380 kB/s | 35 kB 00:00 (280/399): python3-swiftclient-3.11.1-17.1.2023 1.5 MB/s | 136 kB 00:00 (281/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 571 kB/s | 50 kB 00:00 (282/399): python3-troveclient-7.0.0-17.1.20230 3.6 MB/s | 344 kB 00:00 (283/399): python3-zaqarclient-2.4.0-17.1.20230 1.5 MB/s | 129 kB 00:00 (284/399): python3-validations-libs-1.9.1-17.1. 1.3 MB/s | 137 kB 00:00 (285/399): validations-common-1.9.1-17.1.202310 1.2 MB/s | 111 kB 00:00 (286/399): python3-paramiko-2.11.0-2.el9ost.noa 3.0 MB/s | 299 kB 00:00 (287/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.9 MB/s | 427 kB 00:00 (288/399): ansible-pacemaker-1.0.4-17.1.2023121 186 kB/s | 21 kB 00:00 (289/399): python3-manilaclient-2.6.4-17.1.2024 5.4 MB/s | 528 kB 00:00 (290/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.4 MB/s | 230 kB 00:00 (291/399): python3-sqlparse-0.4.1-2.el9ost.noar 761 kB/s | 83 kB 00:00 (292/399): ansible-role-metalsmith-deployment-1 227 kB/s | 21 kB 00:00 (293/399): openstack-selinux-0.8.37-17.1.202311 2.1 MB/s | 221 kB 00:00 (294/399): puppet-ironic-18.7.1-17.1.2024030521 1.1 MB/s | 121 kB 00:00 (295/399): python-oslo-db-lang-8.5.2-17.1.20240 152 kB/s | 14 kB 00:00 (296/399): python3-glanceclient-3.3.0-17.1.2024 1.6 MB/s | 143 kB 00:00 (297/399): python3-keystoneauth1-4.4.0-17.1.202 4.4 MB/s | 409 kB 00:00 (298/399): python3-metalsmith-1.4.4-17.1.202405 737 kB/s | 65 kB 00:00 (299/399): python3-neutron-lib-2.10.3-17.1.2023 3.8 MB/s | 375 kB 00:00 (300/399): python3-octaviaclient-2.3.1-17.1.202 876 kB/s | 91 kB 00:00 (301/399): python3-oslo-db-8.5.2-17.1.202408201 1.6 MB/s | 144 kB 00:00 (302/399): python3-oslo-messaging-12.7.3-17.1.2 2.4 MB/s | 216 kB 00:00 (303/399): python3-oslo-service-2.5.1-17.1.2024 814 kB/s | 71 kB 00:00 (304/399): python3-rhosp-openvswitch-3.3-1.el9o 89 kB/s | 8.3 kB 00:00 (305/399): python3-waitress-2.0.0-4.el9ost.noar 1.2 MB/s | 109 kB 00:00 (306/399): openstack-ansible-core-2.14.2-4.7.el 18 MB/s | 2.3 MB 00:00 (307/399): openstack-tripleo-validations-14.3.2 2.1 MB/s | 204 kB 00:00 (308/399): puppet-glance-18.6.1-17.1.2025022015 1.0 MB/s | 87 kB 00:00 (309/399): puppet-ovn-18.6.1-17.1.2024092509490 307 kB/s | 29 kB 00:00 (310/399): puppet-pacemaker-1.5.1-17.1.20250214 1.7 MB/s | 158 kB 00:00 (311/399): python3-os-ken-1.4.1-17.1.2024120509 18 MB/s | 2.1 MB 00:00 (312/399): puppet-tripleo-14.2.3-17.1.202503201 2.6 MB/s | 239 kB 00:00 (313/399): ansible-collection-containers-podman 2.5 MB/s | 243 kB 00:00 (314/399): ansible-collections-openstack-1.9.1- 1.6 MB/s | 146 kB 00:00 (315/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.6 MB/s | 351 kB 00:00 (316/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.2 MB/s | 518 kB 00:00 (317/399): hiera-3.6.0-6.el9ost.noarch.rpm 371 kB/s | 33 kB 00:00 (318/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.4 MB/s | 405 kB 00:00 (319/399): puppet-7.10.0-4.el9ost.noarch.rpm 125 kB/s | 11 kB 00:00 (320/399): puppet-headless-7.10.0-4.el9ost.noar 13 MB/s | 1.4 MB 00:00 (321/399): python3-boto-2.45.0-8.1.el9ost.noarc 13 MB/s | 1.3 MB 00:00 (322/399): python3-amqp-5.0.6-5.el9ost.noarch.r 805 kB/s | 92 kB 00:00 (323/399): python3-cachetools-4.2.2-3.el9ost.no 382 kB/s | 33 kB 00:00 (324/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 2.4 MB/s | 284 kB 00:00 (325/399): python3-colorama-0.4.4-4.el9ost.noar 299 kB/s | 35 kB 00:00 (326/399): python3-dogpile-cache-1.1.5-5.el9ost 1.0 MB/s | 89 kB 00:00 (327/399): python3-extras-1.0.0-17.el9ost.noarc 239 kB/s | 21 kB 00:00 (328/399): python3-fixtures-3.0.0-24.el9ost.noa 1.1 MB/s | 93 kB 00:00 (329/399): python3-keyring-21.8.0-4.el9ost.noar 773 kB/s | 77 kB 00:00 (330/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.2 MB/s | 313 kB 00:00 (331/399): python3-munch-2.5.0-6.el9ost.noarch. 273 kB/s | 25 kB 00:00 (332/399): python3-msgpack-1.0.2-4.el9ost.x86_6 641 kB/s | 87 kB 00:00 (333/399): python3-openstacksdk-0.55.1-17.1.202 7.5 MB/s | 735 kB 00:00 (334/399): python3-paste-3.5.0-5.el9ost.noarch. 8.5 MB/s | 776 kB 00:00 (335/399): python3-paste-deploy-2.1.1-4.el9ost. 453 kB/s | 41 kB 00:00 (336/399): python3-pystache-0.5.4-15.el9ost.noa 1.5 MB/s | 132 kB 00:00 (337/399): python3-repoze-lru-0.7-12.el9ost.noa 369 kB/s | 32 kB 00:00 (338/399): python3-routes-2.4.1-14.el9ost.noarc 1.9 MB/s | 188 kB 00:00 (339/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 643 kB/s | 57 kB 00:00 (340/399): python3-secretstorage-3.3.1-3.el9ost 427 kB/s | 36 kB 00:00 (341/399): python3-simplejson-3.17.5-3.el9ost.x 2.9 MB/s | 266 kB 00:00 (342/399): python3-tempita-0.5.1-27.el9ost.noar 437 kB/s | 36 kB 00:00 (343/399): python3-testtools-2.4.0-10.el9ost.no 3.2 MB/s | 333 kB 00:00 (344/399): python3-vine-5.0.0-5.el9ost.noarch.r 295 kB/s | 26 kB 00:00 (345/399): python3-warlock-1.3.3-7.el9ost.noarc 251 kB/s | 21 kB 00:00 (346/399): python3-yappi-1.3.1-5.el9ost.x86_64. 649 kB/s | 56 kB 00:00 (347/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.7 MB/s | 180 kB 00:00 (348/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 347 kB/s | 29 kB 00:00 (349/399): ruby-facter-3.14.19-3.el9ost.x86_64. 104 kB/s | 9.5 kB 00:00 (350/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.3 MB/s | 123 kB 00:00 (351/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 201 kB/s | 19 kB 00:00 (352/399): openstack-heat-api-16.1.1-17.1.20250 188 kB/s | 16 kB 00:00 (353/399): openstack-heat-engine-16.1.1-17.1.20 176 kB/s | 15 kB 00:00 (354/399): openstack-heat-common-16.1.1-17.1.20 11 MB/s | 1.6 MB 00:00 (355/399): openstack-heat-monolith-16.1.1-17.1. 147 kB/s | 16 kB 00:00 (356/399): puppet-barbican-18.4.2-17.1.20250625 579 kB/s | 57 kB 00:00 (357/399): python3-openstackclient-5.5.2-17.1.2 11 MB/s | 1.1 MB 00:00 (358/399): python-openstackclient-lang-5.5.2-17 540 kB/s | 58 kB 00:00 (359/399): openstack-tripleo-common-15.4.1-17.1 550 kB/s | 48 kB 00:00 (360/399): puppet-apache-6.5.2-17.1.20250811150 2.0 MB/s | 253 kB 00:00 (361/399): openstack-tripleo-common-containers- 444 kB/s | 74 kB 00:00 (362/399): puppet-concat-6.2.1-17.1.20250725131 207 kB/s | 44 kB 00:00 (363/399): puppet-git-0.5.0-17.1.20250725114148 297 kB/s | 26 kB 00:00 (364/399): puppet-firewall-3.4.1-17.1.202508041 373 kB/s | 73 kB 00:00 (365/399): puppet-haproxy-4.2.2-17.1.2025072511 627 kB/s | 55 kB 00:00 (366/399): puppet-inifile-4.2.1-17.1.2025080415 482 kB/s | 46 kB 00:00 (367/399): puppet-keepalived-0.0.2-17.1.2025072 199 kB/s | 17 kB 00:00 (368/399): puppet-module-data-0.5.1-17.1.202507 135 kB/s | 16 kB 00:00 (369/399): puppet-remote-10.0.0-17.1.2025072511 220 kB/s | 19 kB 00:00 (370/399): puppet-rsync-1.1.4-17.1.202508041515 299 kB/s | 28 kB 00:00 (371/399): puppet-ipaclient-2.5.2-17.1.20250725 84 kB/s | 21 kB 00:00 (372/399): puppet-snmp-3.9.1-17.1.2025072511575 436 kB/s | 38 kB 00:00 (373/399): puppet-sysctl-0.0.13-17.1.2025072511 212 kB/s | 19 kB 00:00 (374/399): python3-tripleo-common-15.4.1-17.1.2 2.1 MB/s | 198 kB 00:00 (375/399): tripleo-ansible-3.3.1-17.1.202508040 5.8 MB/s | 569 kB 00:00 (376/399): python3-tripleoclient-16.5.1-17.1.20 3.9 MB/s | 552 kB 00:00 (377/399): puppet-vcsrepo-3.1.1-17.1.2025072511 229 kB/s | 53 kB 00:00 (378/399): openstack-tripleo-heat-templates-14. 5.9 MB/s | 611 kB 00:00 (379/399): puppet-horizon-18.6.1-17.1.202510081 639 kB/s | 59 kB 00:00 (380/399): puppet-keystone-18.6.1-17.1.20251008 1.2 MB/s | 126 kB 00:00 (381/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 752 kB/s | 68 kB 00:00 (382/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.6 MB/s | 354 kB 00:00 (383/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 403 kB/s | 36 kB 00:00 (384/399): python3-openvswitch3.3-3.3.6-141.el9 1.9 MB/s | 383 kB 00:00 (385/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 330 kB/s | 30 kB 00:00 (386/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 179 kB/s | 19 kB 00:00 (387/399): device-mapper-event-libs-1.02.187-7. 309 kB/s | 31 kB 00:00 (388/399): device-mapper-event-1.02.187-7.el9_2 283 kB/s | 32 kB 00:00 (389/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 14 MB/s | 1.5 MB 00:00 (390/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.6 MB/s | 156 kB 00:00 (391/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 8.2 MB/s | 1.0 MB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.4 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 305 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 14 MB/s | 2.3 MB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.4 MB/s | 464 kB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 109 kB 00:00 (397/399): device-mapper-1.02.187-7.el9_2.2.x86 1.4 MB/s | 142 kB 00:00 (398/399): device-mapper-libs-1.02.187-7.el9_2. 1.8 MB/s | 176 kB 00:00 (399/399): libsmartcols-2.37.4-11.el9_2.x86_64. 561 kB/s | 65 kB 00:00 -------------------------------------------------------------------------------- Total 6.6 MB/s | 97 MB 00:14 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-dns-2.2.1-2.el9.noarch 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 171/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 172/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 173/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 174/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 175/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 176/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 177/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 178/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 179/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 180/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 181/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 182/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 183/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 184/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 185/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 186/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 186/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 187/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 188/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 189/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 190/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 191/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 192/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 193/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 194/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 195/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 196/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 197/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 198/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 199/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 200/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 201/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 202/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 203/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 204/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 205/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 206/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 207/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 208/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 209/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 210/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 211/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 212/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 213/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 214/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 215/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 216/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 217/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 218/408 Installing : python3-memcached-1.59-3.el9ost.noarch 219/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 220/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 221/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 222/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 223/408 Installing : python3-docutils-0.16-6.el9ost.noarch 224/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 225/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 226/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 227/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 228/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 229/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 230/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 231/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 232/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 233/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 234/408 Installing : pkgconf-1.7.3-10.el9.x86_64 235/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 236/408 Installing : bash-completion-1:2.11-4.el9.noarch 237/408 Installing : libkadm5-1.20.1-8.el9.x86_64 238/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 239/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 240/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : libburn-1.5.4-4.el9.x86_64 282/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 283/408 Installing : sshpass-1.09-4.el9.x86_64 284/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 285/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 286/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 287/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 288/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 291/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 292/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 293/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 294/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 295/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 296/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 297/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 299/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 300/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 301/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 302/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 303/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 304/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 305/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 306/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 307/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 308/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 309/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 310/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 311/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 312/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 313/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 314/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250908140 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 357/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 358/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 359/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 382/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 383/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 384/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 385/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 386/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 391/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 392/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 393/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 394/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 395/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 30/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 31/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 32/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 33/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 34/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : sshpass-1.09-4.el9.x86_64 37/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 38/408 Verifying : boost-log-1.75.0-8.el9.x86_64 39/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 40/408 Verifying : libburn-1.5.4-4.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 65/408 Verifying : jq-1.6-14.el9.x86_64 66/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 67/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 68/408 Verifying : perl-B-1.80-480.el9.x86_64 69/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 70/408 Verifying : perl-Errno-1.30-480.el9.x86_64 71/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 72/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 73/408 Verifying : perl-File-stat-1.09-480.el9.noarch 74/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 75/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 81/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 82/408 Verifying : perl-overload-1.31-480.el9.noarch 83/408 Verifying : perl-overloading-0.02-480.el9.noarch 84/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 85/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 86/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 87/408 Verifying : perl-IO-1.43-480.el9.x86_64 88/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 89/408 Verifying : perl-base-2.27-480.el9.noarch 90/408 Verifying : perl-if-0.60.800-480.el9.noarch 91/408 Verifying : perl-mro-1.23-480.el9.x86_64 92/408 Verifying : perl-subs-1.03-480.el9.noarch 93/408 Verifying : perl-vars-1.05-480.el9.noarch 94/408 Verifying : python3-mako-1.1.4-6.el9.noarch 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 98/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 101/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 102/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : bash-completion-1:2.11-4.el9.noarch 118/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 119/408 Verifying : libaio-0.3.111-13.el9.x86_64 120/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 121/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 122/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 123/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 124/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 125/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 126/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 127/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 128/408 Verifying : python3-dns-2.2.1-2.el9.noarch 129/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 130/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 131/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 132/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 133/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 134/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 135/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 136/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 137/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 138/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 139/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 140/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 141/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 142/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 143/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 144/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 145/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 146/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 147/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 148/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 149/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 150/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 151/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 152/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 153/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 154/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 155/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 156/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 157/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 158/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 159/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 160/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 161/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 162/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 163/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 164/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 165/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 166/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 167/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 168/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 169/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 170/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 171/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 172/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 173/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 174/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 175/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 176/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 177/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 178/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 179/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 180/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 181/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 182/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 183/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 184/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 185/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 186/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 187/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 188/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 189/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 190/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 191/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 192/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 193/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 194/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 195/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 196/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 197/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 198/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 199/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 200/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 201/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 202/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 203/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 204/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 205/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 206/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 207/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 208/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 209/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 210/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 211/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 212/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 213/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 214/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 215/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 216/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 217/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 218/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 219/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 220/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 221/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 222/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 223/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 224/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 225/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 226/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 227/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 228/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 229/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 230/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 231/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 232/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 233/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 234/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 235/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 236/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 237/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 238/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 239/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 240/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 241/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 242/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 243/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 244/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 245/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 246/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 247/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 248/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 249/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 250/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 251/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 252/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 253/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 254/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 255/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 256/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 257/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 259/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 260/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 261/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 262/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 263/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 264/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 265/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 266/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 267/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 268/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 269/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 270/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 271/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 272/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 273/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 274/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 275/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 276/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 277/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 278/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 279/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 280/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 281/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 282/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 283/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 284/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 285/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 286/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 287/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 288/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 289/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 290/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 291/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 292/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 293/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 294/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 295/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 296/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 297/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 298/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 299/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 300/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 301/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 302/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 303/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 304/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 305/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 306/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 307/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 308/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 309/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 310/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 311/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 312/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 313/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 314/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 315/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 316/408 Verifying : hiera-3.6.0-6.el9ost.noarch 317/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 318/408 Verifying : puppet-7.10.0-4.el9ost.noarch 319/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 320/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 321/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 322/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 323/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 324/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 325/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 326/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 327/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 328/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 329/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 330/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 331/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 332/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 333/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 334/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 335/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 336/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 337/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 338/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 339/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 340/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 341/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 342/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 343/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 344/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 345/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 346/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 347/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 348/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 349/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 350/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 351/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 352/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 353/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 354/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 355/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 356/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 357/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 358/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 359/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 360/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 361/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 362/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 363/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 364/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 365/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 366/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 367/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 368/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 369/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 370/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 371/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 372/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 373/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 374/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 375/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 376/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 377/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 378/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 379/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 380/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 381/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 382/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251015110812.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250804050821.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-12-02T14:12:20.650251 # # 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, 4.7772e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-12-02 14:12:24.716494 | fa163ee9-5655-9584-c13d-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-12-02 14:12:24.745087 | fa163ee9-5655-9584-c13d-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-12-02 14:12:24.745640 | fa163ee9-5655-9584-c13d-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.044482 | 0.03s 2025-12-02 14:12:24.748995 | fa163ee9-5655-9584-c13d-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-12-02 14:12:24.772352 | fa163ee9-5655-9584-c13d-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-12-02 14:12:24.773168 | fa163ee9-5655-9584-c13d-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.072009 | 0.02s 2025-12-02 14:12:24.776299 | fa163ee9-5655-9584-c13d-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-12-02 14:12:24.851054 | fa163ee9-5655-9584-c13d-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-12-02 14:12:24.851624 | fa163ee9-5655-9584-c13d-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.150466 | 0.07s 2025-12-02 14:12:24.854569 | fa163ee9-5655-9584-c13d-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-12-02 14:12:25.208040 | fa163ee9-5655-9584-c13d-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-12-02 14:12:25.209677 | fa163ee9-5655-9584-c13d-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.508507 | 0.35s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-12-02 14:12:25.235771 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:12:25.236384 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:12:25.236983 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.535824 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:12:25.237531 | UUID | Info | Host | Task Name | Run Time 2025-12-02 14:12:25.238015 | fa163ee9-5655-9584-c13d-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.35s 2025-12-02 14:12:25.238569 | fa163ee9-5655-9584-c13d-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.07s 2025-12-02 14:12:25.239177 | fa163ee9-5655-9584-c13d-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.03s 2025-12-02 14:12:25.239766 | fa163ee9-5655-9584-c13d-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.02s 2025-12-02 14:12:25.240297 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [undercloud] ************************************************************** 2025-12-02 14:12:27.667051 | fa163ee9-5655-4139-2b70-000000000005 | TASK | set ssh key path facts 2025-12-02 14:12:27.705345 | fa163ee9-5655-4139-2b70-000000000005 | OK | set ssh key path facts | undercloud 2025-12-02 14:12:27.706081 | fa163ee9-5655-4139-2b70-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.053922 | 0.04s 2025-12-02 14:12:27.709488 | fa163ee9-5655-4139-2b70-000000000006 | TASK | stat private key 2025-12-02 14:12:28.053931 | fa163ee9-5655-4139-2b70-000000000006 | OK | stat private key | undercloud 2025-12-02 14:12:28.055171 | fa163ee9-5655-4139-2b70-000000000006 | TIMING | stat private key | undercloud | 0:00:00.403002 | 0.35s 2025-12-02 14:12:28.061928 | fa163ee9-5655-4139-2b70-000000000007 | TASK | stat public key 2025-12-02 14:12:28.255205 | fa163ee9-5655-4139-2b70-000000000007 | OK | stat public key | undercloud 2025-12-02 14:12:28.256639 | fa163ee9-5655-4139-2b70-000000000007 | TIMING | stat public key | undercloud | 0:00:00.604468 | 0.19s 2025-12-02 14:12:28.264337 | fa163ee9-5655-4139-2b70-000000000008 | TASK | create private key if it does not exist 2025-12-02 14:12:29.726259 | fa163ee9-5655-4139-2b70-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-12-02 14:12:29.727529 | fa163ee9-5655-4139-2b70-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:02.075359 | 1.46s 2025-12-02 14:12:29.734499 | fa163ee9-5655-4139-2b70-000000000009 | TASK | create public key if it does not exist 2025-12-02 14:12:29.961281 | fa163ee9-5655-4139-2b70-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-12-02 14:12:29.962646 | fa163ee9-5655-4139-2b70-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.310476 | 0.23s PLAY [allovercloud] ************************************************************ 2025-12-02 14:12:30.014706 | fa163ee9-5655-4139-2b70-000000000023 | TASK | Get local private key 2025-12-02 14:12:30.295015 | fa163ee9-5655-4139-2b70-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ee9-5655-4139-2b70-000000000023') missing from stats 2025-12-02 14:12:30.307638 | fa163ee9-5655-4139-2b70-000000000024 | TASK | Get local public key 2025-12-02 14:12:30.497244 | fa163ee9-5655-4139-2b70-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ee9-5655-4139-2b70-000000000024') missing from stats 2025-12-02 14:12:30.518193 | fa163ee9-5655-4139-2b70-000000000012 | TASK | create user ceph-admin 2025-12-02 14:12:31.050340 | fa163ee9-5655-4139-2b70-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-12-02 14:12:31.052271 | fa163ee9-5655-4139-2b70-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.400100 | 0.53s 2025-12-02 14:12:31.061805 | fa163ee9-5655-4139-2b70-000000000013 | TASK | grant admin rights to user ceph-admin 2025-12-02 14:12:31.641871 | fa163ee9-5655-4139-2b70-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-12-02 14:12:31.643176 | fa163ee9-5655-4139-2b70-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.991005 | 0.58s 2025-12-02 14:12:31.652659 | fa163ee9-5655-4139-2b70-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-12-02 14:12:32.015337 | fa163ee9-5655-4139-2b70-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-12-02 14:12:32.016390 | fa163ee9-5655-4139-2b70-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:04.364225 | 0.36s 2025-12-02 14:12:32.023070 | fa163ee9-5655-4139-2b70-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-12-02 14:12:32.219271 | fa163ee9-5655-4139-2b70-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-12-02 14:12:32.220499 | fa163ee9-5655-4139-2b70-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.568330 | 0.20s 2025-12-02 14:12:32.229483 | fa163ee9-5655-4139-2b70-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-12-02 14:12:32.441660 | fa163ee9-5655-4139-2b70-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-12-02 14:12:32.442962 | fa163ee9-5655-4139-2b70-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.790789 | 0.21s 2025-12-02 14:12:32.451594 | fa163ee9-5655-4139-2b70-000000000017 | TASK | get remote ceph-admin public key 2025-12-02 14:12:32.491931 | fa163ee9-5655-4139-2b70-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-12-02 14:12:32.492781 | fa163ee9-5655-4139-2b70-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.840616 | 0.04s 2025-12-02 14:12:32.499314 | fa163ee9-5655-4139-2b70-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-12-02 14:12:32.565271 | fa163ee9-5655-4139-2b70-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-12-02 14:12:32.566176 | fa163ee9-5655-4139-2b70-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.914010 | 0.07s 2025-12-02 14:12:32.573006 | fa163ee9-5655-4139-2b70-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-12-02 14:12:32.955975 | fa163ee9-5655-4139-2b70-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-12-02 14:12:32.957178 | fa163ee9-5655-4139-2b70-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.304986 | 0.38s 2025-12-02 14:12:32.965566 | fa163ee9-5655-4139-2b70-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-12-02 14:12:33.435567 | fa163ee9-5655-4139-2b70-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-12-02 14:12:33.436755 | fa163ee9-5655-4139-2b70-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.784586 | 0.47s 2025-12-02 14:12:33.445621 | fa163ee9-5655-4139-2b70-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-12-02 14:12:33.922834 | fa163ee9-5655-4139-2b70-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-12-02 14:12:33.924033 | fa163ee9-5655-4139-2b70-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.271863 | 0.48s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-12-02 14:12:33.961149 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:12:33.961885 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:12:33.962617 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.310457 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:12:33.962964 | UUID | Info | Host | Task Name | Run Time 2025-12-02 14:12:33.963269 | fa163ee9-5655-4139-2b70-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.46s 2025-12-02 14:12:33.963611 | fa163ee9-5655-4139-2b70-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.58s 2025-12-02 14:12:33.963930 | fa163ee9-5655-4139-2b70-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.53s 2025-12-02 14:12:33.964229 | fa163ee9-5655-4139-2b70-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.48s 2025-12-02 14:12:33.964545 | fa163ee9-5655-4139-2b70-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.47s 2025-12-02 14:12:33.964855 | fa163ee9-5655-4139-2b70-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.38s 2025-12-02 14:12:33.965173 | fa163ee9-5655-4139-2b70-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.36s 2025-12-02 14:12:33.965500 | fa163ee9-5655-4139-2b70-000000000006 | SUMMARY | undercloud | stat private key | 0.35s 2025-12-02 14:12:33.965852 | fa163ee9-5655-4139-2b70-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.23s 2025-12-02 14:12:33.966150 | fa163ee9-5655-4139-2b70-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.21s 2025-12-02 14:12:33.966526 | fa163ee9-5655-4139-2b70-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.20s 2025-12-02 14:12:33.966847 | fa163ee9-5655-4139-2b70-000000000007 | SUMMARY | undercloud | stat public key | 0.19s 2025-12-02 14:12:33.967152 | fa163ee9-5655-4139-2b70-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.07s 2025-12-02 14:12:33.967466 | fa163ee9-5655-4139-2b70-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.04s 2025-12-02 14:12:33.967799 | fa163ee9-5655-4139-2b70-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2025-12-02 14:12:33.968107 | fa163ee9-5655-4139-2b70-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-12-02 14:12:33.968429 | fa163ee9-5655-4139-2b70-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-12-02 14:12:33.968769 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Configure chrony service] ************************************************ 2025-12-02 14:12:36.489943 | fa163ee9-5655-cda3-0b7a-000000000039 | TASK | Gathering Facts 2025-12-02 14:12:37.050311 | fa163ee9-5655-cda3-0b7a-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-12-02 14:12:37.051276 | fa163ee9-5655-cda3-0b7a-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.574581 | 0.56s 2025-12-02 14:12:37.052963 | fa163ee9-5655-cda3-0b7a-000000000039 | OK | Gathering Facts | undercloud 2025-12-02 14:12:37.053573 | fa163ee9-5655-cda3-0b7a-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.576888 | 0.56s 2025-12-02 14:12:37.068066 | fa163ee9-5655-cda3-0b7a-00000000000a | TASK | Load distro-specific variables 2025-12-02 14:12:37.119156 | fa163ee9-5655-cda3-0b7a-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.642454 | 0.04s 2025-12-02 14:12:37.150372 | fa163ee9-5655-cda3-0b7a-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.673688 | 0.08s 2025-12-02 14:12:37.159238 | 2f4895b7-aa8c-4b07-9111-603322a83e56 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-02 14:12:37.159611 | 2f4895b7-aa8c-4b07-9111-603322a83e56 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-02 14:12:37.169961 | fa163ee9-5655-cda3-0b7a-000000000052 | TASK | Load distro-specific variables 2025-12-02 14:12:37.266861 | fa163ee9-5655-cda3-0b7a-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-02 14:12:37.268149 | fa163ee9-5655-cda3-0b7a-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.791447 | 0.10s 2025-12-02 14:12:37.276845 | fa163ee9-5655-cda3-0b7a-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-02 14:12:37.277716 | fa163ee9-5655-cda3-0b7a-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.801028 | 0.10s 2025-12-02 14:12:37.282433 | fa163ee9-5655-cda3-0b7a-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.805725 | 0.11s 2025-12-02 14:12:37.283210 | fa163ee9-5655-cda3-0b7a-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.806526 | 0.11s 2025-12-02 14:12:37.287525 | fa163ee9-5655-cda3-0b7a-00000000000b | TASK | Install chronyd 2025-12-02 14:12:37.343248 | fa163ee9-5655-cda3-0b7a-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.866534 | 0.05s 2025-12-02 14:12:37.364922 | fa163ee9-5655-cda3-0b7a-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.888224 | 0.08s 2025-12-02 14:12:37.378612 | 693647d8-9095-4a99-b5bf-adf7e6ccaef8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-12-02 14:12:37.379226 | 693647d8-9095-4a99-b5bf-adf7e6ccaef8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-12-02 14:12:37.399210 | fa163ee9-5655-cda3-0b7a-0000000000a2 | TASK | Load distro-specific variables 2025-12-02 14:12:37.456284 | fa163ee9-5655-cda3-0b7a-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.979571 | 0.06s 2025-12-02 14:12:37.480033 | fa163ee9-5655-cda3-0b7a-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.003335 | 0.07s 2025-12-02 14:12:37.488140 | 92fafe46-771c-4fd2-b321-54a6467dd7c3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-02 14:12:37.488519 | 92fafe46-771c-4fd2-b321-54a6467dd7c3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-02 14:12:37.499006 | fa163ee9-5655-cda3-0b7a-000000000102 | TASK | Load distro-specific variables 2025-12-02 14:12:37.573651 | fa163ee9-5655-cda3-0b7a-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-02 14:12:37.574655 | fa163ee9-5655-cda3-0b7a-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.097960 | 0.07s 2025-12-02 14:12:37.581124 | fa163ee9-5655-cda3-0b7a-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.104426 | 0.08s 2025-12-02 14:12:37.595321 | fa163ee9-5655-cda3-0b7a-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-02 14:12:37.596283 | fa163ee9-5655-cda3-0b7a-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.119593 | 0.09s 2025-12-02 14:12:37.606937 | fa163ee9-5655-cda3-0b7a-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.130235 | 0.10s 2025-12-02 14:12:37.616238 | fa163ee9-5655-cda3-0b7a-0000000000a3 | TASK | Check for NTP service 2025-12-02 14:12:37.967194 | fa163ee9-5655-cda3-0b7a-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-12-02 14:12:37.968586 | fa163ee9-5655-cda3-0b7a-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.491881 | 0.35s 2025-12-02 14:12:37.979976 | fa163ee9-5655-cda3-0b7a-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-12-02 14:12:37.980728 | fa163ee9-5655-cda3-0b7a-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.504037 | 0.35s 2025-12-02 14:12:37.989655 | fa163ee9-5655-cda3-0b7a-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-12-02 14:12:38.078191 | fa163ee9-5655-cda3-0b7a-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-12-02 14:12:38.079453 | fa163ee9-5655-cda3-0b7a-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.602712 | 0.09s 2025-12-02 14:12:38.090383 | fa163ee9-5655-cda3-0b7a-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-12-02 14:12:38.091134 | fa163ee9-5655-cda3-0b7a-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.614445 | 0.09s 2025-12-02 14:12:38.102045 | fa163ee9-5655-cda3-0b7a-0000000000a5 | TASK | Install chronyd package 2025-12-02 14:12:41.127539 | fa163ee9-5655-cda3-0b7a-0000000000a5 | OK | Install chronyd package | undercloud 2025-12-02 14:12:41.129008 | fa163ee9-5655-cda3-0b7a-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.652301 | 3.01s 2025-12-02 14:12:42.701107 | fa163ee9-5655-cda3-0b7a-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-12-02 14:12:42.702181 | fa163ee9-5655-cda3-0b7a-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.225487 | 4.60s 2025-12-02 14:12:42.710670 | fa163ee9-5655-cda3-0b7a-00000000000c | TASK | Upgrade chronyd 2025-12-02 14:12:42.770835 | fa163ee9-5655-cda3-0b7a-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-12-02 14:12:42.771958 | fa163ee9-5655-cda3-0b7a-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.295261 | 0.05s 2025-12-02 14:12:42.786775 | fa163ee9-5655-cda3-0b7a-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-12-02 14:12:42.787205 | fa163ee9-5655-cda3-0b7a-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.310519 | 0.08s 2025-12-02 14:12:42.792860 | fa163ee9-5655-cda3-0b7a-00000000000d | TASK | Configure chronyd 2025-12-02 14:12:42.850948 | fa163ee9-5655-cda3-0b7a-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.374241 | 0.06s 2025-12-02 14:12:42.866019 | fa163ee9-5655-cda3-0b7a-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.389327 | 0.06s 2025-12-02 14:12:42.883844 | 63fe7036-3a96-4aba-b2c1-922ebc73dceb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-12-02 14:12:42.884506 | 63fe7036-3a96-4aba-b2c1-922ebc73dceb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-12-02 14:12:42.917955 | fa163ee9-5655-cda3-0b7a-000000000162 | TASK | Load distro-specific variables 2025-12-02 14:12:42.982045 | fa163ee9-5655-cda3-0b7a-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.505327 | 0.06s 2025-12-02 14:12:43.005877 | fa163ee9-5655-cda3-0b7a-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.529181 | 0.08s 2025-12-02 14:12:43.022574 | 6b3ff4f2-67e9-4940-9eb1-a087fb099863 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-02 14:12:43.023325 | 6b3ff4f2-67e9-4940-9eb1-a087fb099863 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-02 14:12:43.040008 | fa163ee9-5655-cda3-0b7a-0000000001fa | TASK | Load distro-specific variables 2025-12-02 14:12:43.138476 | fa163ee9-5655-cda3-0b7a-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-02 14:12:43.139880 | fa163ee9-5655-cda3-0b7a-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.663176 | 0.10s 2025-12-02 14:12:43.148581 | fa163ee9-5655-cda3-0b7a-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-02 14:12:43.149245 | fa163ee9-5655-cda3-0b7a-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.672556 | 0.10s 2025-12-02 14:12:43.154637 | fa163ee9-5655-cda3-0b7a-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.677936 | 0.11s 2025-12-02 14:12:43.156099 | fa163ee9-5655-cda3-0b7a-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.679405 | 0.11s 2025-12-02 14:12:43.165581 | fa163ee9-5655-cda3-0b7a-000000000163 | TASK | Install chrony configuration file 2025-12-02 14:12:44.024771 | fa163ee9-5655-cda3-0b7a-000000000163 | OK | Install chrony configuration file | undercloud 2025-12-02 14:12:44.026049 | fa163ee9-5655-cda3-0b7a-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.549348 | 0.85s 2025-12-02 14:12:44.027530 | fa163ee9-5655-cda3-0b7a-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-12-02 14:12:44.028250 | fa163ee9-5655-cda3-0b7a-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.551560 | 0.86s 2025-12-02 14:12:44.036790 | fa163ee9-5655-cda3-0b7a-00000000000e | TASK | Run chronyd 2025-12-02 14:12:44.125095 | fa163ee9-5655-cda3-0b7a-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.648383 | 0.09s 2025-12-02 14:12:44.146954 | fa163ee9-5655-cda3-0b7a-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.670255 | 0.10s 2025-12-02 14:12:44.167004 | 8bb551a2-aaca-40ee-9693-ee33430b1da5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-12-02 14:12:44.167752 | 8bb551a2-aaca-40ee-9693-ee33430b1da5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-12-02 14:12:44.204358 | fa163ee9-5655-cda3-0b7a-000000000233 | TASK | Load distro-specific variables 2025-12-02 14:12:44.310895 | fa163ee9-5655-cda3-0b7a-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.834196 | 0.11s 2025-12-02 14:12:44.311704 | fa163ee9-5655-cda3-0b7a-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.835015 | 0.10s 2025-12-02 14:12:44.321656 | e92abb5a-153f-405e-be51-15be5a73ac94 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-02 14:12:44.322130 | e92abb5a-153f-405e-be51-15be5a73ac94 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-02 14:12:44.334618 | fa163ee9-5655-cda3-0b7a-0000000002ee | TASK | Load distro-specific variables 2025-12-02 14:12:44.439103 | fa163ee9-5655-cda3-0b7a-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-02 14:12:44.440833 | fa163ee9-5655-cda3-0b7a-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.964124 | 0.11s 2025-12-02 14:12:44.450119 | fa163ee9-5655-cda3-0b7a-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.973422 | 0.11s 2025-12-02 14:12:44.470771 | fa163ee9-5655-cda3-0b7a-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-02 14:12:44.471720 | fa163ee9-5655-cda3-0b7a-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.995029 | 0.11s 2025-12-02 14:12:44.481638 | fa163ee9-5655-cda3-0b7a-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.004948 | 0.12s 2025-12-02 14:12:44.487385 | fa163ee9-5655-cda3-0b7a-000000000234 | TASK | Ensure chronyd is running 2025-12-02 14:12:45.109572 | fa163ee9-5655-cda3-0b7a-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-12-02 14:12:45.112004 | fa163ee9-5655-cda3-0b7a-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.635289 | 0.62s 2025-12-02 14:12:45.125294 | fa163ee9-5655-cda3-0b7a-000000000234 | OK | Ensure chronyd is running | undercloud 2025-12-02 14:12:45.126998 | fa163ee9-5655-cda3-0b7a-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.650304 | 0.63s 2025-12-02 14:12:45.136993 | fa163ee9-5655-cda3-0b7a-000000000235 | TASK | Force chronyd restart 2025-12-02 14:12:45.236897 | fa163ee9-5655-cda3-0b7a-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-12-02 14:12:45.238193 | fa163ee9-5655-cda3-0b7a-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:08.761478 | 0.09s 2025-12-02 14:12:45.639084 | fa163ee9-5655-cda3-0b7a-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-12-02 14:12:45.641525 | fa163ee9-5655-cda3-0b7a-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.164820 | 0.50s 2025-12-02 14:12:45.651205 | fa163ee9-5655-cda3-0b7a-00000000000f | TASK | Enable online service 2025-12-02 14:12:45.729869 | fa163ee9-5655-cda3-0b7a-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.253147 | 0.08s 2025-12-02 14:12:45.741349 | fa163ee9-5655-cda3-0b7a-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.264647 | 0.08s 2025-12-02 14:12:45.767082 | 65259454-1025-4336-8993-29fa05dc355d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-12-02 14:12:45.768114 | 65259454-1025-4336-8993-29fa05dc355d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-12-02 14:12:45.821139 | fa163ee9-5655-cda3-0b7a-000000000338 | TASK | Create chrony-online.service unit file 2025-12-02 14:12:46.260121 | fa163ee9-5655-cda3-0b7a-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-12-02 14:12:46.261539 | fa163ee9-5655-cda3-0b7a-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:09.784836 | 0.43s 2025-12-02 14:12:46.344489 | fa163ee9-5655-cda3-0b7a-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2025-12-02 14:12:46.345574 | fa163ee9-5655-cda3-0b7a-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:09.868879 | 0.52s 2025-12-02 14:12:46.354883 | fa163ee9-5655-cda3-0b7a-000000000339 | TASK | Enable chrony-online.service 2025-12-02 14:12:47.610157 | fa163ee9-5655-cda3-0b7a-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-12-02 14:12:47.611564 | fa163ee9-5655-cda3-0b7a-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.134866 | 1.25s 2025-12-02 14:12:47.623265 | fa163ee9-5655-cda3-0b7a-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-12-02 14:12:47.624118 | fa163ee9-5655-cda3-0b7a-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.147432 | 1.25s 2025-12-02 14:12:47.630756 | fa163ee9-5655-cda3-0b7a-000000000010 | TASK | Sync chronyc 2025-12-02 14:12:47.696049 | fa163ee9-5655-cda3-0b7a-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.219343 | 0.05s 2025-12-02 14:12:47.707049 | fa163ee9-5655-cda3-0b7a-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.230362 | 0.08s 2025-12-02 14:12:47.719045 | bfa6ee53-522a-4727-9097-d8cd3bde74ca | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-12-02 14:12:47.719557 | bfa6ee53-522a-4727-9097-d8cd3bde74ca | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-12-02 14:12:47.760127 | fa163ee9-5655-cda3-0b7a-00000000042a | TASK | Force NTP sync 2025-12-02 14:12:47.985744 | fa163ee9-5655-cda3-0b7a-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-12-02 14:12:47.986782 | fa163ee9-5655-cda3-0b7a-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.510084 | 0.23s 2025-12-02 14:12:47.998212 | fa163ee9-5655-cda3-0b7a-00000000042a | CHANGED | Force NTP sync | undercloud 2025-12-02 14:12:47.998740 | fa163ee9-5655-cda3-0b7a-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.522054 | 0.23s 2025-12-02 14:12:48.004489 | fa163ee9-5655-cda3-0b7a-00000000042b | TASK | Ensure system is NTP time synced 2025-12-02 14:12:58.239198 | fa163ee9-5655-cda3-0b7a-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-12-02 14:12:58.240492 | fa163ee9-5655-cda3-0b7a-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:21.763788 | 10.22s 2025-12-02 14:12:58.282227 | fa163ee9-5655-cda3-0b7a-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-12-02 14:12:58.283216 | fa163ee9-5655-cda3-0b7a-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:21.806522 | 10.28s 2025-12-02 14:12:58.303112 | fa163ee9-5655-cda3-0b7a-00000000002c | TASK | Set timezone 2025-12-02 14:12:58.790852 | fa163ee9-5655-cda3-0b7a-00000000002c | OK | Set timezone | undercloud 2025-12-02 14:12:58.798269 | fa163ee9-5655-cda3-0b7a-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.321579 | 0.48s 2025-12-02 14:12:58.798702 | fa163ee9-5655-cda3-0b7a-00000000002c | OK | Set timezone | standalone.localdomain 2025-12-02 14:12:58.798992 | fa163ee9-5655-cda3-0b7a-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.322309 | 0.49s 2025-12-02 14:12:58.802970 | fa163ee9-5655-cda3-0b7a-00000000002d | TASK | Restart time services 2025-12-02 14:12:58.830352 | fa163ee9-5655-cda3-0b7a-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-12-02 14:12:58.836282 | fa163ee9-5655-cda3-0b7a-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-12-02 14:12:58.841539 | fa163ee9-5655-cda3-0b7a-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.364837 | 0.04s 2025-12-02 14:12:58.851042 | fa163ee9-5655-cda3-0b7a-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-12-02 14:12:58.856180 | fa163ee9-5655-cda3-0b7a-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-12-02 14:12:58.866781 | fa163ee9-5655-cda3-0b7a-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.390096 | 0.06s 2025-12-02 14:12:58.884699 | fa163ee9-5655-cda3-0b7a-000000000012 | HANDLER | Restart chronyd 2025-12-02 14:12:59.327065 | fa163ee9-5655-cda3-0b7a-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-12-02 14:12:59.328814 | fa163ee9-5655-cda3-0b7a-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:22.852114 | 0.44s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2025-12-02 14:12:59.346828 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:12:59.347336 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:12:59.347967 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:22.871276 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:12:59.348566 | UUID | Info | Host | Task Name | Run Time 2025-12-02 14:12:59.349092 | fa163ee9-5655-cda3-0b7a-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.28s 2025-12-02 14:12:59.349671 | fa163ee9-5655-cda3-0b7a-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.22s 2025-12-02 14:12:59.350206 | fa163ee9-5655-cda3-0b7a-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.60s 2025-12-02 14:12:59.350790 | fa163ee9-5655-cda3-0b7a-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.01s 2025-12-02 14:12:59.351274 | fa163ee9-5655-cda3-0b7a-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.25s 2025-12-02 14:12:59.351834 | fa163ee9-5655-cda3-0b7a-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.25s 2025-12-02 14:12:59.352314 | fa163ee9-5655-cda3-0b7a-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.86s 2025-12-02 14:12:59.352835 | fa163ee9-5655-cda3-0b7a-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.85s 2025-12-02 14:12:59.353384 | fa163ee9-5655-cda3-0b7a-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.63s 2025-12-02 14:12:59.353923 | fa163ee9-5655-cda3-0b7a-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.62s 2025-12-02 14:12:59.354400 | fa163ee9-5655-cda3-0b7a-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.56s 2025-12-02 14:12:59.354922 | fa163ee9-5655-cda3-0b7a-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.56s 2025-12-02 14:12:59.355464 | fa163ee9-5655-cda3-0b7a-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.52s 2025-12-02 14:12:59.356028 | fa163ee9-5655-cda3-0b7a-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.50s 2025-12-02 14:12:59.356551 | fa163ee9-5655-cda3-0b7a-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.49s 2025-12-02 14:12:59.357035 | fa163ee9-5655-cda3-0b7a-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.48s 2025-12-02 14:12:59.357606 | fa163ee9-5655-cda3-0b7a-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.44s 2025-12-02 14:12:59.358089 | fa163ee9-5655-cda3-0b7a-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.43s 2025-12-02 14:12:59.358593 | fa163ee9-5655-cda3-0b7a-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.35s 2025-12-02 14:12:59.359070 | fa163ee9-5655-cda3-0b7a-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.35s 2025-12-02 14:12:59.359587 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec] ******************************************************** 2025-12-02 14:13:00.302984 | fa163ee9-5655-f9ec-a838-000000000005 | SKIPPED | fail | undercloud 2025-12-02 14:13:00.303861 | fa163ee9-5655-f9ec-a838-000000000005 | TIMING | fail | undercloud | 0:00:00.067040 | 0.06s 2025-12-02 14:13:00.363732 | fa163ee9-5655-f9ec-a838-000000000006 | SKIPPED | fail | undercloud 2025-12-02 14:13:00.365033 | fa163ee9-5655-f9ec-a838-000000000006 | TIMING | fail | undercloud | 0:00:00.128207 | 0.06s 2025-12-02 14:13:00.372288 | fa163ee9-5655-f9ec-a838-000000000008 | TASK | Ensure working_dir is provided 2025-12-02 14:13:00.408655 | fa163ee9-5655-f9ec-a838-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-12-02 14:13:00.409769 | fa163ee9-5655-f9ec-a838-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.172942 | 0.04s 2025-12-02 14:13:00.430729 | fa163ee9-5655-f9ec-a838-00000000000a | TASK | ensure ceph_spec_path is defined 2025-12-02 14:13:00.467273 | fa163ee9-5655-f9ec-a838-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-12-02 14:13:00.468353 | fa163ee9-5655-f9ec-a838-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.231527 | 0.04s 2025-12-02 14:13:00.475883 | fa163ee9-5655-f9ec-a838-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-12-02 14:13:00.512350 | fa163ee9-5655-f9ec-a838-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-12-02 14:13:00.513394 | fa163ee9-5655-f9ec-a838-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.276567 | 0.04s 2025-12-02 14:13:00.521166 | fa163ee9-5655-f9ec-a838-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-12-02 14:13:00.557745 | fa163ee9-5655-f9ec-a838-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-12-02 14:13:00.558871 | fa163ee9-5655-f9ec-a838-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.322046 | 0.04s 2025-12-02 14:13:00.567615 | fa163ee9-5655-f9ec-a838-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-12-02 14:13:00.624761 | fa163ee9-5655-f9ec-a838-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-12-02 14:13:00.625843 | fa163ee9-5655-f9ec-a838-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.389018 | 0.06s 2025-12-02 14:13:00.633706 | fa163ee9-5655-f9ec-a838-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-12-02 14:13:00.751695 | fa163ee9-5655-f9ec-a838-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['osd', '_admin', 'mon', 'mgr'], 'service_type': 'host'} 2025-12-02 14:13:00.753351 | fa163ee9-5655-f9ec-a838-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.516510 | 0.12s 2025-12-02 14:13:00.765606 | fa163ee9-5655-f9ec-a838-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-12-02 14:13:00.779900 | fa163ee9-5655-f9ec-a838-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-12-02 14:13:00.791621 | fa163ee9-5655-f9ec-a838-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-12-02 14:13:00.803379 | fa163ee9-5655-f9ec-a838-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.566551 | 0.17s 2025-12-02 14:13:00.811975 | fa163ee9-5655-f9ec-a838-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-12-02 14:13:00.887953 | fa163ee9-5655-f9ec-a838-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['osd', '_admin', 'mon', 'mgr'], 'service_type': 'host'} 2025-12-02 14:13:00.902097 | fa163ee9-5655-f9ec-a838-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-12-02 14:13:00.916652 | fa163ee9-5655-f9ec-a838-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-12-02 14:13:00.928574 | fa163ee9-5655-f9ec-a838-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-12-02 14:13:00.941873 | fa163ee9-5655-f9ec-a838-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.705045 | 0.13s 2025-12-02 14:13:00.950228 | fa163ee9-5655-f9ec-a838-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-12-02 14:13:00.996881 | fa163ee9-5655-f9ec-a838-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-12-02 14:13:00.998066 | fa163ee9-5655-f9ec-a838-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.761235 | 0.05s 2025-12-02 14:13:01.007447 | fa163ee9-5655-f9ec-a838-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-12-02 14:13:01.034685 | fa163ee9-5655-f9ec-a838-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-12-02 14:13:01.036012 | fa163ee9-5655-f9ec-a838-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.799180 | 0.03s 2025-12-02 14:13:01.037595 | fa163ee9-5655-f9ec-a838-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.800774 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-12-02 14:13:01.113596 | fa163ee9-5655-f9ec-a838-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-12-02 14:13:01.148099 | fa163ee9-5655-f9ec-a838-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-12-02 14:13:01.148859 | fa163ee9-5655-f9ec-a838-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.912040 | 0.03s 2025-12-02 14:13:01.154564 | fa163ee9-5655-f9ec-a838-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-12-02 14:13:01.304392 | fa163ee9-5655-f9ec-a838-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-12-02 14:13:01.305695 | fa163ee9-5655-f9ec-a838-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.068868 | 0.15s 2025-12-02 14:13:01.313801 | fa163ee9-5655-f9ec-a838-000000000019 | TASK | Set IP address of first monitor 2025-12-02 14:13:01.339953 | fa163ee9-5655-f9ec-a838-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-12-02 14:13:01.341067 | fa163ee9-5655-f9ec-a838-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.104241 | 0.03s 2025-12-02 14:13:01.364331 | fa163ee9-5655-f9ec-a838-000000000020 | TASK | Gather distribution facts if they don't exist 2025-12-02 14:13:01.401052 | fa163ee9-5655-f9ec-a838-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-12-02 14:13:01.402374 | fa163ee9-5655-f9ec-a838-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.165541 | 0.04s 2025-12-02 14:13:01.414257 | fa163ee9-5655-f9ec-a838-000000000021 | TASK | Install cephadm package 2025-12-02 14:13:04.465463 | fa163ee9-5655-f9ec-a838-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-12-02 14:13:04.466744 | fa163ee9-5655-f9ec-a838-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.229918 | 3.05s 2025-12-02 14:13:04.475944 | fa163ee9-5655-f9ec-a838-000000000022 | TASK | Stat cephadm file 2025-12-02 14:13:04.777700 | fa163ee9-5655-f9ec-a838-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-12-02 14:13:04.779010 | fa163ee9-5655-f9ec-a838-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.542184 | 0.30s 2025-12-02 14:13:04.788895 | fa163ee9-5655-f9ec-a838-000000000023 | TASK | Fail if cephadm is not available 2025-12-02 14:13:04.809218 | fa163ee9-5655-f9ec-a838-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-12-02 14:13:04.810377 | fa163ee9-5655-f9ec-a838-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.573515 | 0.02s 2025-12-02 14:13:04.820074 | fa163ee9-5655-f9ec-a838-000000000024 | TASK | List Ceph daemon instances on this host 2025-12-02 14:13:05.583739 | fa163ee9-5655-f9ec-a838-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-12-02 14:13:05.585111 | fa163ee9-5655-f9ec-a838-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.348284 | 0.76s 2025-12-02 14:13:05.595158 | fa163ee9-5655-f9ec-a838-000000000026 | TASK | Set list of found FSIDs 2025-12-02 14:13:05.707954 | fa163ee9-5655-f9ec-a838-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-12-02 14:13:05.709459 | fa163ee9-5655-f9ec-a838-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.472591 | 0.11s 2025-12-02 14:13:05.719597 | fa163ee9-5655-f9ec-a838-000000000027 | TASK | Fail if >1 FSID was discovered 2025-12-02 14:13:05.808193 | fa163ee9-5655-f9ec-a838-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-12-02 14:13:05.809590 | fa163ee9-5655-f9ec-a838-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.572762 | 0.09s 2025-12-02 14:13:05.819151 | fa163ee9-5655-f9ec-a838-000000000028 | TASK | Set FSID to the discovered value 2025-12-02 14:13:05.896628 | fa163ee9-5655-f9ec-a838-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-12-02 14:13:05.897973 | fa163ee9-5655-f9ec-a838-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.661138 | 0.08s 2025-12-02 14:13:05.907684 | fa163ee9-5655-f9ec-a838-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-12-02 14:13:06.023323 | fa163ee9-5655-f9ec-a838-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-12-02 14:13:06.024604 | fa163ee9-5655-f9ec-a838-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.787778 | 0.12s 2025-12-02 14:13:06.034026 | fa163ee9-5655-f9ec-a838-00000000002b | TASK | Set first monitor IP if it was not passed 2025-12-02 14:13:06.137104 | fa163ee9-5655-f9ec-a838-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-12-02 14:13:06.138738 | fa163ee9-5655-f9ec-a838-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.901906 | 0.10s 2025-12-02 14:13:06.148268 | fa163ee9-5655-f9ec-a838-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-12-02 14:13:06.772077 | fa163ee9-5655-f9ec-a838-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-12-02 14:13:06.773519 | fa163ee9-5655-f9ec-a838-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.536688 | 0.62s 2025-12-02 14:13:06.782819 | fa163ee9-5655-f9ec-a838-00000000002d | TASK | Ensure specs directory exists 2025-12-02 14:13:07.003841 | fa163ee9-5655-f9ec-a838-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-12-02 14:13:07.004636 | fa163ee9-5655-f9ec-a838-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.767820 | 0.22s 2025-12-02 14:13:07.012020 | fa163ee9-5655-f9ec-a838-00000000002e | TASK | Stat spec file on ansible host 2025-12-02 14:13:07.260984 | fa163ee9-5655-f9ec-a838-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ee9-5655-f9ec-a838-00000000002e') missing from stats 2025-12-02 14:13:07.273679 | fa163ee9-5655-f9ec-a838-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-12-02 14:13:07.883715 | fa163ee9-5655-f9ec-a838-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-12-02 14:13:07.884942 | fa163ee9-5655-f9ec-a838-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.648120 | 0.61s 2025-12-02 14:13:07.897165 | fa163ee9-5655-f9ec-a838-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-12-02 14:13:08.157914 | fa163ee9-5655-f9ec-a838-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ee9-5655-f9ec-a838-000000000031') missing from stats 2025-12-02 14:13:08.169647 | fa163ee9-5655-f9ec-a838-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-12-02 14:13:08.587037 | fa163ee9-5655-f9ec-a838-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-12-02 14:13:08.588384 | fa163ee9-5655-f9ec-a838-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.351557 | 0.42s 2025-12-02 14:13:08.613373 | fa163ee9-5655-f9ec-a838-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-12-02 14:13:08.732448 | fa163ee9-5655-f9ec-a838-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-12-02 14:13:08.733660 | fa163ee9-5655-f9ec-a838-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.496833 | 0.12s 2025-12-02 14:13:08.751731 | fa163ee9-5655-f9ec-a838-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-12-02 14:13:08.829722 | fa163ee9-5655-f9ec-a838-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-12-02 14:13:08.830804 | fa163ee9-5655-f9ec-a838-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.593979 | 0.08s 2025-12-02 14:13:08.840448 | fa163ee9-5655-f9ec-a838-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-12-02 14:13:09.103181 | fa163ee9-5655-f9ec-a838-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-12-02 14:13:09.104917 | fa163ee9-5655-f9ec-a838-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.868084 | 0.26s 2025-12-02 14:13:09.307528 | fa163ee9-5655-f9ec-a838-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-12-02 14:13:09.308121 | fa163ee9-5655-f9ec-a838-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.071309 | 0.47s 2025-12-02 14:13:09.311007 | fa163ee9-5655-f9ec-a838-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.074197 | 0.47s 2025-12-02 14:13:09.315298 | fa163ee9-5655-f9ec-a838-000000000065 | TASK | Fail if necessary files are missing 2025-12-02 14:13:09.386803 | fa163ee9-5655-f9ec-a838-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2622, 'inode': 285217195, 'dev': 64516, 'nlink': 1, 'atime': 1764684753.4020708, 'mtime': 1764684753.262067, 'ctime': 1764684753.405071, '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': 'de9807309f209a9bcd4352f6ff0666c5df15489a', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1336432580', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2025-12-02 14:13:09.391719 | fa163ee9-5655-f9ec-a838-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': 310382447, 'dev': 64516, 'nlink': 1, 'atime': 1764684753.8850837, 'mtime': 1764684753.74408, 'ctime': 1764684753.8880837, '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': 'd77fffd195d535a37d79a3d933e23708d6d6b080', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '381474072', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2025-12-02 14:13:09.403824 | fa163ee9-5655-f9ec-a838-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.166989 | 0.09s 2025-12-02 14:13:09.414781 | fa163ee9-5655-f9ec-a838-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-12-02 14:13:09.655860 | fa163ee9-5655-f9ec-a838-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-12-02 14:13:09.657351 | fa163ee9-5655-f9ec-a838-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.420524 | 0.24s 2025-12-02 14:13:09.666718 | fa163ee9-5655-f9ec-a838-000000000068 | TASK | Run cephadm bootstrap 2025-12-02 14:14:14.356854 | fa163ee9-5655-f9ec-a838-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-12-02 14:14:14.358316 | fa163ee9-5655-f9ec-a838-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:14.121488 | 64.69s 2025-12-02 14:14:14.369725 | fa163ee9-5655-f9ec-a838-000000000069 | TASK | Show results of bootstrap 2025-12-02 14:14:14.437573 | fa163ee9-5655-f9ec-a838-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-12-02 14:14:14.438424 | fa163ee9-5655-f9ec-a838-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:14.201589 | 0.07s 2025-12-02 14:14:14.447859 | fa163ee9-5655-f9ec-a838-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-02 14:14:14.498487 | fa163ee9-5655-f9ec-a838-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:14.261644 | 0.05s 2025-12-02 14:14:14.513796 | 7ef6d57d-2e24-4cdb-97c2-6b265216c811 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-02 14:14:14.533745 | fa163ee9-5655-f9ec-a838-00000000020b | TASK | Set ceph CLI 2025-12-02 14:14:14.725663 | fa163ee9-5655-f9ec-a838-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-12-02 14:14:14.728043 | fa163ee9-5655-f9ec-a838-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:14.491211 | 0.19s 2025-12-02 14:14:14.738772 | fa163ee9-5655-f9ec-a838-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-12-02 14:14:15.628126 | fa163ee9-5655-f9ec-a838-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-12-02 14:14:15.629077 | fa163ee9-5655-f9ec-a838-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:15.392258 | 0.89s 2025-12-02 14:14:15.636686 | fa163ee9-5655-f9ec-a838-00000000006c | TASK | Set the default container image in ceph configuration 2025-12-02 14:14:16.979522 | fa163ee9-5655-f9ec-a838-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-12-02 14:14:16.981358 | fa163ee9-5655-f9ec-a838-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:16.744525 | 1.34s 2025-12-02 14:14:16.993047 | fa163ee9-5655-f9ec-a838-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-12-02 14:14:17.045550 | fa163ee9-5655-f9ec-a838-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-12-02 14:14:17.046559 | fa163ee9-5655-f9ec-a838-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:16.809741 | 0.05s 2025-12-02 14:14:17.055440 | fa163ee9-5655-f9ec-a838-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-02 14:14:17.115831 | fa163ee9-5655-f9ec-a838-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-12-02 14:14:17.116680 | fa163ee9-5655-f9ec-a838-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:16.879864 | 0.06s 2025-12-02 14:14:17.121449 | fa163ee9-5655-f9ec-a838-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-12-02 14:14:17.157397 | fa163ee9-5655-f9ec-a838-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-12-02 14:14:17.158733 | fa163ee9-5655-f9ec-a838-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:16.921906 | 0.04s 2025-12-02 14:14:17.167782 | fa163ee9-5655-f9ec-a838-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-12-02 14:14:17.246831 | fa163ee9-5655-f9ec-a838-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-12-02 14:14:17.248474 | fa163ee9-5655-f9ec-a838-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.011640 | 0.08s 2025-12-02 14:14:17.254492 | fa163ee9-5655-f9ec-a838-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-12-02 14:14:17.255510 | fa163ee9-5655-f9ec-a838-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.018692 | 0.09s 2025-12-02 14:14:17.264584 | fa163ee9-5655-f9ec-a838-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-12-02 14:14:17.265315 | fa163ee9-5655-f9ec-a838-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.028497 | 0.10s 2025-12-02 14:14:17.269997 | fa163ee9-5655-f9ec-a838-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-12-02 14:14:17.270942 | fa163ee9-5655-f9ec-a838-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.034125 | 0.10s 2025-12-02 14:14:17.281224 | fa163ee9-5655-f9ec-a838-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.044399 | 0.11s 2025-12-02 14:14:17.294655 | fa163ee9-5655-f9ec-a838-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-12-02 14:14:17.427077 | fa163ee9-5655-f9ec-a838-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-12-02 14:14:17.489495 | fa163ee9-5655-f9ec-a838-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-12-02 14:14:17.546689 | fa163ee9-5655-f9ec-a838-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-12-02 14:14:17.605530 | fa163ee9-5655-f9ec-a838-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-12-02 14:14:17.668939 | fa163ee9-5655-f9ec-a838-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-12-02 14:14:17.731885 | fa163ee9-5655-f9ec-a838-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-12-02 14:14:17.790366 | fa163ee9-5655-f9ec-a838-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-12-02 14:14:17.846508 | fa163ee9-5655-f9ec-a838-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-12-02 14:14:17.858142 | fa163ee9-5655-f9ec-a838-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:17.621285 | 0.56s 2025-12-02 14:14:17.872120 | fa163ee9-5655-f9ec-a838-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-12-02 14:14:18.899875 | fa163ee9-5655-f9ec-a838-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2025-12-02 14:14:18.901798 | fa163ee9-5655-f9ec-a838-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.664974 | 1.03s 2025-12-02 14:14:20.066798 | fa163ee9-5655-f9ec-a838-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2025-12-02 14:14:20.068233 | fa163ee9-5655-f9ec-a838-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.831412 | 2.19s 2025-12-02 14:14:21.081935 | fa163ee9-5655-f9ec-a838-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2025-12-02 14:14:21.083109 | fa163ee9-5655-f9ec-a838-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.846288 | 3.21s 2025-12-02 14:14:21.992212 | fa163ee9-5655-f9ec-a838-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2025-12-02 14:14:21.993281 | fa163ee9-5655-f9ec-a838-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.756460 | 4.12s 2025-12-02 14:14:22.000542 | fa163ee9-5655-f9ec-a838-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.763714 | 4.13s 2025-12-02 14:14:22.019927 | fa163ee9-5655-f9ec-a838-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-12-02 14:14:22.232832 | fa163ee9-5655-f9ec-a838-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-12-02 14:14:22.234115 | fa163ee9-5655-f9ec-a838-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:21.997289 | 0.21s 2025-12-02 14:14:22.239860 | fa163ee9-5655-f9ec-a838-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:22.003032 | 0.22s 2025-12-02 14:14:22.250341 | fa163ee9-5655-f9ec-a838-0000000000a7 | TASK | Fail if spec file is missing 2025-12-02 14:14:22.349943 | fa163ee9-5655-f9ec-a838-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': 922759795, 'dev': 64516, 'nlink': 1, 'atime': 1764684787.8442304, 'mtime': 1764684787.5262222, 'ctime': 1764684787.8472304, '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': 'e541bd9d3f2f1c2f12cffd47090641de42d12538', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1351851408', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2025-12-02 14:14:22.358302 | fa163ee9-5655-f9ec-a838-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:22.121473 | 0.11s 2025-12-02 14:14:22.368789 | fa163ee9-5655-f9ec-a838-0000000000a8 | TASK | Get ceph_cli 2025-12-02 14:14:22.407067 | fa163ee9-5655-f9ec-a838-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:22.170176 | 0.04s 2025-12-02 14:14:22.420152 | 4719968c-b58b-48a0-a820-5156f6a12703 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-02 14:14:22.439365 | fa163ee9-5655-f9ec-a838-000000000270 | TASK | Set ceph CLI 2025-12-02 14:14:22.589963 | fa163ee9-5655-f9ec-a838-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-12-02 14:14:22.591622 | fa163ee9-5655-f9ec-a838-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:22.354793 | 0.15s 2025-12-02 14:14:22.601880 | fa163ee9-5655-f9ec-a838-0000000000a9 | TASK | Get the ceph orchestrator status 2025-12-02 14:14:23.482627 | fa163ee9-5655-f9ec-a838-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-12-02 14:14:23.484109 | fa163ee9-5655-f9ec-a838-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:23.247280 | 0.88s 2025-12-02 14:14:23.501036 | fa163ee9-5655-f9ec-a838-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-12-02 14:14:23.569141 | fa163ee9-5655-f9ec-a838-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-12-02 14:14:23.570485 | fa163ee9-5655-f9ec-a838-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:23.333658 | 0.07s 2025-12-02 14:14:23.580649 | fa163ee9-5655-f9ec-a838-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-12-02 14:14:23.607750 | fa163ee9-5655-f9ec-a838-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:23.370919 | 0.03s 2025-12-02 14:14:23.635352 | b3839268-9db3-4e46-8a22-8d788c1a2c25 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-12-02 14:14:23.654991 | fa163ee9-5655-f9ec-a838-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-02 14:14:23.709816 | fa163ee9-5655-f9ec-a838-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-12-02 14:14:23.711037 | fa163ee9-5655-f9ec-a838-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:23.474209 | 0.06s 2025-12-02 14:14:23.720898 | fa163ee9-5655-f9ec-a838-0000000002a8 | TASK | set cephadm debug level 2025-12-02 14:14:23.767218 | fa163ee9-5655-f9ec-a838-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-12-02 14:14:23.768486 | fa163ee9-5655-f9ec-a838-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:23.531659 | 0.05s 2025-12-02 14:14:23.778169 | fa163ee9-5655-f9ec-a838-0000000002a9 | TASK | enforce minimum ceph clients version 2025-12-02 14:14:23.839453 | fa163ee9-5655-f9ec-a838-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-12-02 14:14:23.840606 | fa163ee9-5655-f9ec-a838-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:23.603781 | 0.06s 2025-12-02 14:14:23.850826 | fa163ee9-5655-f9ec-a838-0000000002aa | TASK | set container image base in ceph configuration 2025-12-02 14:14:24.760651 | fa163ee9-5655-f9ec-a838-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-12-02 14:14:24.761523 | fa163ee9-5655-f9ec-a838-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:24.524704 | 0.91s 2025-12-02 14:14:24.767765 | fa163ee9-5655-f9ec-a838-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-12-02 14:14:24.804745 | fa163ee9-5655-f9ec-a838-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-12-02 14:14:24.805627 | fa163ee9-5655-f9ec-a838-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:24.568810 | 0.04s 2025-12-02 14:14:24.812276 | fa163ee9-5655-f9ec-a838-0000000002ad | TASK | set grafana container image in ceph configuration 2025-12-02 14:14:24.877806 | fa163ee9-5655-f9ec-a838-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-12-02 14:14:24.878719 | fa163ee9-5655-f9ec-a838-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:24.641900 | 0.07s 2025-12-02 14:14:24.885062 | fa163ee9-5655-f9ec-a838-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-12-02 14:14:24.930796 | fa163ee9-5655-f9ec-a838-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-12-02 14:14:24.931646 | fa163ee9-5655-f9ec-a838-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:24.694829 | 0.05s 2025-12-02 14:14:24.937500 | fa163ee9-5655-f9ec-a838-0000000002af | TASK | set prometheus container image in ceph configuration 2025-12-02 14:14:24.995332 | fa163ee9-5655-f9ec-a838-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-12-02 14:14:24.996221 | fa163ee9-5655-f9ec-a838-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:24.759402 | 0.06s 2025-12-02 14:14:25.002864 | fa163ee9-5655-f9ec-a838-0000000000ac | TASK | Apply spec 2025-12-02 14:14:26.826689 | fa163ee9-5655-f9ec-a838-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-12-02 14:14:26.827795 | fa163ee9-5655-f9ec-a838-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:26.590975 | 1.82s 2025-12-02 14:14:26.835800 | fa163ee9-5655-f9ec-a838-0000000000ad | TASK | Show results of spec apply 2025-12-02 14:14:26.894015 | fa163ee9-5655-f9ec-a838-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-12-02 14:14:26.894966 | fa163ee9-5655-f9ec-a838-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:26.658142 | 0.06s 2025-12-02 14:14:26.901740 | fa163ee9-5655-f9ec-a838-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-12-02 14:14:26.960079 | fa163ee9-5655-f9ec-a838-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:26.723253 | 0.06s 2025-12-02 14:14:26.968545 | 6764a2fc-87d3-46aa-a3ca-4fcbf277c91f | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-12-02 14:14:26.987855 | fa163ee9-5655-f9ec-a838-000000000307 | TASK | Wait for expected number of osds to be running 2025-12-02 14:14:27.950011 | fa163ee9-5655-f9ec-a838-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-12-02 14:14:58.884350 | fa163ee9-5655-f9ec-a838-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-12-02 14:14:58.885164 | fa163ee9-5655-f9ec-a838-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:58.648346 | 31.90s 2025-12-02 14:14:58.896249 | fa163ee9-5655-f9ec-a838-0000000000c9 | TASK | Get ceph_cli 2025-12-02 14:14:58.923767 | fa163ee9-5655-f9ec-a838-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-02 14:14:58.924468 | fa163ee9-5655-f9ec-a838-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.687649 | 0.03s 2025-12-02 14:14:58.929881 | fa163ee9-5655-f9ec-a838-0000000000ca | TASK | Collect ceph config dump 2025-12-02 14:14:58.956606 | fa163ee9-5655-f9ec-a838-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-12-02 14:14:58.957782 | fa163ee9-5655-f9ec-a838-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:58.720964 | 0.03s 2025-12-02 14:14:58.963391 | fa163ee9-5655-f9ec-a838-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-12-02 14:14:59.008523 | fa163ee9-5655-f9ec-a838-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-12-02 14:14:59.009268 | fa163ee9-5655-f9ec-a838-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:58.772450 | 0.05s 2025-12-02 14:14:59.014963 | fa163ee9-5655-f9ec-a838-0000000000cc | TASK | Create pool 2025-12-02 14:14:59.050849 | fa163ee9-5655-f9ec-a838-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:58.814024 | 0.04s 2025-12-02 14:14:59.060144 | fa163ee9-5655-f9ec-a838-0000000000cd | TASK | Enable application on Ceph pools 2025-12-02 14:14:59.128325 | fa163ee9-5655-f9ec-a838-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:58.891495 | 0.07s 2025-12-02 14:14:59.137614 | fa163ee9-5655-f9ec-a838-0000000000cf | TASK | Get the RBD ceph_cli 2025-12-02 14:14:59.166949 | fa163ee9-5655-f9ec-a838-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-12-02 14:14:59.167958 | fa163ee9-5655-f9ec-a838-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:58.931134 | 0.03s 2025-12-02 14:14:59.177142 | fa163ee9-5655-f9ec-a838-0000000000d0 | TASK | Set trash interval 2025-12-02 14:14:59.247725 | fa163ee9-5655-f9ec-a838-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-12-02 14:14:59.259061 | fa163ee9-5655-f9ec-a838-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:59.022238 | 0.08s 2025-12-02 14:14:59.268602 | fa163ee9-5655-f9ec-a838-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-12-02 14:14:59.334481 | fa163ee9-5655-f9ec-a838-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:59.097586 | 0.06s 2025-12-02 14:14:59.344727 | fa163ee9-5655-f9ec-a838-0000000000e9 | TASK | Get ceph_cli 2025-12-02 14:14:59.383569 | fa163ee9-5655-f9ec-a838-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-02 14:14:59.384791 | fa163ee9-5655-f9ec-a838-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.147963 | 0.04s 2025-12-02 14:14:59.394589 | fa163ee9-5655-f9ec-a838-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-12-02 14:14:59.463052 | fa163ee9-5655-f9ec-a838-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:59.226225 | 0.07s 2025-12-02 14:14:59.475662 | fa163ee9-5655-f9ec-a838-0000000000f9 | TASK | Get ceph_cli 2025-12-02 14:14:59.503938 | fa163ee9-5655-f9ec-a838-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-02 14:14:59.504803 | fa163ee9-5655-f9ec-a838-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.267985 | 0.03s 2025-12-02 14:14:59.510870 | fa163ee9-5655-f9ec-a838-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-12-02 14:14:59.555401 | fa163ee9-5655-f9ec-a838-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-12-02 14:14:59.556561 | fa163ee9-5655-f9ec-a838-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:59.319740 | 0.04s 2025-12-02 14:14:59.563157 | fa163ee9-5655-f9ec-a838-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-12-02 14:14:59.602456 | fa163ee9-5655-f9ec-a838-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-12-02 14:14:59.603311 | fa163ee9-5655-f9ec-a838-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:59.366492 | 0.04s 2025-12-02 14:14:59.609332 | fa163ee9-5655-f9ec-a838-0000000000fc | TASK | Extract mons_json 2025-12-02 14:14:59.647399 | fa163ee9-5655-f9ec-a838-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-12-02 14:14:59.648838 | fa163ee9-5655-f9ec-a838-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:59.412010 | 0.04s 2025-12-02 14:14:59.659486 | fa163ee9-5655-f9ec-a838-0000000000fd | TASK | Build mons_list 2025-12-02 14:14:59.698189 | fa163ee9-5655-f9ec-a838-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-12-02 14:14:59.699695 | fa163ee9-5655-f9ec-a838-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:59.462867 | 0.04s 2025-12-02 14:14:59.710073 | fa163ee9-5655-f9ec-a838-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-12-02 14:14:59.750011 | fa163ee9-5655-f9ec-a838-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-12-02 14:14:59.750837 | fa163ee9-5655-f9ec-a838-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:59.514021 | 0.04s 2025-12-02 14:14:59.755794 | fa163ee9-5655-f9ec-a838-0000000000ff | TASK | Verify the keyring 2025-12-02 14:14:59.796846 | fa163ee9-5655-f9ec-a838-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:59.560023 | 0.04s 2025-12-02 14:14:59.804304 | fa163ee9-5655-f9ec-a838-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-12-02 14:14:59.838567 | fa163ee9-5655-f9ec-a838-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-12-02 14:14:59.839443 | fa163ee9-5655-f9ec-a838-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:59.602626 | 0.03s 2025-12-02 14:14:59.846373 | fa163ee9-5655-f9ec-a838-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-12-02 14:14:59.875182 | fa163ee9-5655-f9ec-a838-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-12-02 14:14:59.875869 | fa163ee9-5655-f9ec-a838-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:59.639054 | 0.03s 2025-12-02 14:14:59.884078 | fa163ee9-5655-f9ec-a838-00000000011c | TASK | Get ceph_cli 2025-12-02 14:14:59.908397 | fa163ee9-5655-f9ec-a838-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.671571 | 0.02s 2025-12-02 14:14:59.917851 | d919bec6-8581-45e8-beb7-82d7b15ee205 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-02 14:14:59.927345 | fa163ee9-5655-f9ec-a838-0000000003c0 | TASK | Set ceph CLI 2025-12-02 14:15:00.106136 | fa163ee9-5655-f9ec-a838-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-12-02 14:15:00.107065 | fa163ee9-5655-f9ec-a838-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:59.870248 | 0.18s 2025-12-02 14:15:00.112008 | fa163ee9-5655-f9ec-a838-00000000011d | TASK | Get the ceph orchestrator status 2025-12-02 14:15:01.011910 | fa163ee9-5655-f9ec-a838-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-12-02 14:15:01.013494 | fa163ee9-5655-f9ec-a838-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:00.776667 | 0.90s 2025-12-02 14:15:01.023480 | fa163ee9-5655-f9ec-a838-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-12-02 14:15:01.085135 | fa163ee9-5655-f9ec-a838-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-12-02 14:15:01.086598 | fa163ee9-5655-f9ec-a838-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:00.849764 | 0.06s 2025-12-02 14:15:01.099260 | fa163ee9-5655-f9ec-a838-000000000120 | TASK | Show the deployed daemons 2025-12-02 14:15:01.967399 | fa163ee9-5655-f9ec-a838-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-12-02 14:15:01.968779 | fa163ee9-5655-f9ec-a838-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:01.731954 | 0.87s 2025-12-02 14:15:01.978510 | fa163ee9-5655-f9ec-a838-000000000121 | TASK | Deployed daemons 2025-12-02 14:15:02.034982 | fa163ee9-5655-f9ec-a838-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-12-02 14:15:02.036385 | fa163ee9-5655-f9ec-a838-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:01.799556 | 0.06s 2025-12-02 14:15:02.046541 | fa163ee9-5655-f9ec-a838-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-12-02 14:15:02.901783 | fa163ee9-5655-f9ec-a838-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-12-02 14:15:02.903181 | fa163ee9-5655-f9ec-a838-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:02.666353 | 0.86s 2025-12-02 14:15:02.913465 | fa163ee9-5655-f9ec-a838-000000000123 | TASK | Ceph cluster status 2025-12-02 14:15:02.941767 | fa163ee9-5655-f9ec-a838-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: d6a9b20e-737e-5747-8a71-5fd7c568411c", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 84s)", " mgr: standalone.cbkwat(active, since 67s)", " osd: 1 osds: 1 up (since 12s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-12-02 14:15:02.943728 | fa163ee9-5655-f9ec-a838-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:02.706892 | 0.03s 2025-12-02 14:15:02.967720 | fa163ee9-5655-f9ec-a838-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-12-02 14:15:03.591091 | fa163ee9-5655-f9ec-a838-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ee9-5655-f9ec-a838-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2025-12-02 14:15:03.641659 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:15:03.642119 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:15:03.642594 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:03.405777 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:15:03.643026 | UUID | Info | Host | Task Name | Run Time 2025-12-02 14:15:03.643520 | fa163ee9-5655-f9ec-a838-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 64.69s 2025-12-02 14:15:03.643955 | fa163ee9-5655-f9ec-a838-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.90s 2025-12-02 14:15:03.644320 | fa163ee9-5655-f9ec-a838-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 4.13s 2025-12-02 14:15:03.644781 | fa163ee9-5655-f9ec-a838-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.05s 2025-12-02 14:15:03.645162 | fa163ee9-5655-f9ec-a838-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.82s 2025-12-02 14:15:03.645561 | fa163ee9-5655-f9ec-a838-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.34s 2025-12-02 14:15:03.645833 | fa163ee9-5655-f9ec-a838-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.91s 2025-12-02 14:15:03.646063 | fa163ee9-5655-f9ec-a838-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.90s 2025-12-02 14:15:03.646331 | fa163ee9-5655-f9ec-a838-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.89s 2025-12-02 14:15:03.646619 | fa163ee9-5655-f9ec-a838-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.88s 2025-12-02 14:15:03.646893 | fa163ee9-5655-f9ec-a838-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.87s 2025-12-02 14:15:03.647229 | fa163ee9-5655-f9ec-a838-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.86s 2025-12-02 14:15:03.647527 | fa163ee9-5655-f9ec-a838-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.76s 2025-12-02 14:15:03.647818 | fa163ee9-5655-f9ec-a838-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.62s 2025-12-02 14:15:03.648110 | fa163ee9-5655-f9ec-a838-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.61s 2025-12-02 14:15:03.648388 | fa163ee9-5655-f9ec-a838-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.56s 2025-12-02 14:15:03.648670 | fa163ee9-5655-f9ec-a838-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.47s 2025-12-02 14:15:03.648975 | fa163ee9-5655-f9ec-a838-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.42s 2025-12-02 14:15:03.649245 | fa163ee9-5655-f9ec-a838-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.30s 2025-12-02 14:15:03.649580 | fa163ee9-5655-f9ec-a838-000000000066 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | 0.24s 2025-12-02 14:15:03.649843 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-12-02 14:15:06.711 40341 INFO migrate.versioning.api [-] 72 -> 73...  2025-12-02 14:15:06.736 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.736 40341 INFO migrate.versioning.api [-] 73 -> 74...  2025-12-02 14:15:06.738 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.738 40341 INFO migrate.versioning.api [-] 74 -> 75...  2025-12-02 14:15:06.740 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.740 40341 INFO migrate.versioning.api [-] 75 -> 76...  2025-12-02 14:15:06.742 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.742 40341 INFO migrate.versioning.api [-] 76 -> 77...  2025-12-02 14:15:06.744 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.744 40341 INFO migrate.versioning.api [-] 77 -> 78...  2025-12-02 14:15:06.746 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.746 40341 INFO migrate.versioning.api [-] 78 -> 79...  2025-12-02 14:15:06.770 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.770 40341 INFO migrate.versioning.api [-] 79 -> 80...  2025-12-02 14:15:06.788 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.788 40341 INFO migrate.versioning.api [-] 80 -> 81...  2025-12-02 14:15:06.790 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.790 40341 INFO migrate.versioning.api [-] 81 -> 82...  2025-12-02 14:15:06.792 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.792 40341 INFO migrate.versioning.api [-] 82 -> 83...  2025-12-02 14:15:06.794 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.794 40341 INFO migrate.versioning.api [-] 83 -> 84...  2025-12-02 14:15:06.796 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.796 40341 INFO migrate.versioning.api [-] 84 -> 85...  2025-12-02 14:15:06.798 40341 INFO migrate.versioning.api [-] done 2025-12-02 14:15:06.798 40341 INFO migrate.versioning.api [-] 85 -> 86...  2025-12-02 14:15:06.820 40341 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-12-02 14:15:15Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:16Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:16Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:16Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:16Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-12-02 14:15:16Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:17Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:17Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-12-02 14:15:17Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-12-02 14:15:18Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:18Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:18Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:18Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-12-02 14:15:18Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:19Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:19Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:19Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-12-02 14:15:19Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:19Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-12-02 14:15:19Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:20Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:20Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-12-02 14:15:20Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:20Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:20Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:20Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:20Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-12-02 14:15:20Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-12-02 14:15:20Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:20Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-12-02 14:15:20Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:21Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:21Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:21Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:21Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-12-02 14:15:21Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-12-02 14:15:21Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-12-02 14:15:21Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:21Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:21Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:21Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-12-02 14:15:22Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:22Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-12-02 14:15:22Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:22Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-12-02 14:15:22Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:22Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-12-02 14:15:22Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:22Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:22Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-12-02 14:15:23Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-12-02 14:15:23Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:23Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-12-02 14:15:23Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:23Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-12-02 14:15:24Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:24Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-12-02 14:15:24Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:25Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-12-02 14:15:26Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:26Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:26Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:26Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:26Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:26Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:26Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:26Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-12-02 14:15:26Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-12-02 14:15:26Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-12-02 14:15:27Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-12-02 14:15:27Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-12-02 14:15:27Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-12-02 14:15:27Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-12-02 14:15:27Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:27Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:27Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:27Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-02 14:15:27Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:28Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-12-02 14:15:28Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:28Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-12-02 14:15:28Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:29Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-12-02 14:15:30Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:30Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-12-02 14:15:30Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:30Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:30Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:32Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:33Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:33Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-02 14:15:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:34Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:34Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:15:34Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:15:35Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:36Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:36Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-12-02 14:15:37Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:37Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:15:38Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:15:38Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:39Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-12-02 14:15:40Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:40Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:40Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:41Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:41Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:15:41Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:15:42Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:43Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:43Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:15:44Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-12-02 14:15:44Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:45Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-12-02 14:15:45Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:45Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:45Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:46Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:47Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-12-02 14:15:47Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:48Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:15:48Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:15:48Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:50Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:15:50Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:50Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-12-02 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:15:52Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:53Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:53Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:15:54Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:54Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-12-02 14:15:55Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:15:55Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:56Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-12-02 14:15:57Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:57Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:57Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:57Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:15:57Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:15:58Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-12-02 14:15:58Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:58Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:15:58Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:59Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:15:59Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:00Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:00Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:16:00Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:16:01Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:01Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:01Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:01Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:16:01Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:02Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:02Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-12-02 14:16:03Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:03Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:03Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-12-02 14:16:03Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:03Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-02 14:16:03Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:04Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:16:04Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:05Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-12-02 14:16:06Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:07Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-12-02 14:16:07Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:08Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-12-02 14:16:09Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:09Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:09Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:09Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:16:10Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:11Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:11Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:12Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:16:12Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:13Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-12-02 14:16:13Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:13Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:14Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:15Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:15Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:16:15Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:16:16Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:17Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:17Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:17Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-12-02 14:16:18Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:18Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:18Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:18Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:18Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:18Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-02 14:16:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-02 14:16:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-02 14:16:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-12-02 14:16:20Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:21Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-12-02 14:16:21Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:23Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-12-02 14:16:23Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:23Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:23Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:23Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-12-02 14:16:24Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:24Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:24Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:24Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-02 14:16:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-02 14:16:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-02 14:16:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:26Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-12-02 14:16:26Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:27Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-12-02 14:16:28Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:28Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-02 14:16:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-02 14:16:29Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:29Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-02 14:16:29Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:30Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-12-02 14:16:30Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:31Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-12-02 14:16:31Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:31Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:31Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:31Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:31Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:31Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-02 14:16:32Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:32Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-02 14:16:32Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:32Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-02 14:16:33Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:33Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-12-02 14:16:33Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:34Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-12-02 14:16:35Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:35Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:35Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:36Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:36Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:16:36Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:16:37Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:38Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:38Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:38Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-12-02 14:16:38Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:39Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:39Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:39Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:39Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-02 14:16:39Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:39Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-02 14:16:39Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:40Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:40Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:16:40Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:40Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:41Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:41Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:41Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:42Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-12-02 14:16:42Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:42Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:44Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-02 14:16:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:45Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:16:46Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:47Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:47Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:16:47Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:16:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-02 14:16:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-02 14:16:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:16:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-12-02 14:16:51Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:16:51Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-12-02 14:16:53Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:53Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:53Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:54Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:54Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:55Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:55Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:16:55Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:16:56Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:57Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:57Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-12-02 14:16:57Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:16:57Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:58Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-02 14:16:58Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:16:59Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-02 14:16:59Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:00Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:00Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:01Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-12-02 14:17:01Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:02Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:03Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-02 14:17:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:04Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:05Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:06Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:06Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:06Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:17:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-02 14:17:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-02 14:17:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:17:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-12-02 14:17:10Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:11Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-12-02 14:17:12Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:12Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:12Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:13Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:13Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:13Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:14Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:14Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:14Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:15Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:15Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:16Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:16Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:16Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-12-02 14:17:16Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:17Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-12-02 14:17:17Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:18Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-12-02 14:17:18Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:18Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:19Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:19Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:20Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:21Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:21Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:22Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:17:22Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:23Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-12-02 14:17:23Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:24Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-12-02 14:17:25Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:25Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:25Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:26Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:26Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:26Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:26Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:27Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-12-02 14:17:27Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:28Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-12-02 14:17:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:30Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:30Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:31Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:31Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:31Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:17:32Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:33Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:33Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:33Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-02 14:17:33Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:33Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:33Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:34Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:34Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-02 14:17:34Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-02 14:17:34Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:35Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-12-02 14:17:35Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:35Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:35Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:35Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:36Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:37Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:17:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:37Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-02 14:17:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-02 14:17:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:17:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-02 14:17:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-02 14:17:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-12-02 14:17:44Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:45Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-12-02 14:17:46Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:46Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:46Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:46Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:46Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:46Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-02 14:17:46Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:47Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:47Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:17:48Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:48Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:17:49Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:49Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:50Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:50Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:50Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:17:50Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:51Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-12-02 14:17:52Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:52Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:52Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:53Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:53Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:17:54Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:54Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:17:55Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:55Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:55Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:55Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:17:56Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-12-02 14:17:56Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:57Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:17:57Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:58Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:58Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:17:59Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:17:59Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:17:59Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:18:00Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:01Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:18:01Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:02Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-12-02 14:18:02Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:02Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:02Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:02Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:02Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:03Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:03Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-02 14:18:03Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:03Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-02 14:18:04Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:18:04Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:04Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:04Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:04Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:05Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:06Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-02 14:18:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-02 14:18:07Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:18:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-12-02 14:18:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-12-02 14:18:08Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:09Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-12-02 14:18:10Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:10Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:10Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:11Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:11Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:11Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-12-02 14:18:12Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:13Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:13Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-12-02 14:18:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:18:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-02 14:18:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:18:16Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:16Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-12-02 14:18:17Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:17Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:17Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:18Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:18Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:18:19Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:19Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:19Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-12-02 14:18:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-02 14:18:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:21Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:21Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:18:22Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-12-02 14:18:22Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:23Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-12-02 14:18:23Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:24Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:24Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:25Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:25Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:18:26Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:26Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-12-02 14:18:27Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:27Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:27Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:18:27Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:27Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:27Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:28Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:28Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-12-02 14:18:28Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:29Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-12-02 14:18:29Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:29Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:29Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:29Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:30Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:31Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:18:31Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:32Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-12-02 14:18:33Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:33Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:33Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:34Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:34Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:34Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:18:34Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:35Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-12-02 14:18:35Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:35Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:35Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:35Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:35Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:36Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-12-02 14:18:37Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:37Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:37Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:37Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:38Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:39Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:18:40Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:40Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:18:40Z [ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:40Z [ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-02 14:18:40Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:41Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:41Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:41Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:41Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:41Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:41Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:18:42Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-12-02 14:18:42Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:43Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-12-02 14:18:43Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:44Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:44Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:45Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:18:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-02 14:18:45Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:46Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:46Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:46Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:18:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:18:49Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-12-02 14:18:49Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:50Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-12-02 14:18:50Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:51Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-12-02 14:18:52Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:52Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:52Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:53Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:53Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-12-02 14:18:54Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:54Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:54Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:18:55Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:56Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:18:56Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:18:57Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-12-02 14:18:57Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:57Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:18:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:18:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:18:59Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:00Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:00Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:02Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:03Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:19:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:19:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:04Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:05Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-12-02 14:19:05Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:05Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:06Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:07Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:07Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:07Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:07Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:07Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-12-02 14:19:08Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:08Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:08Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:09Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:09Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:09Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:10Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:11Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:11Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:12Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-12-02 14:19:13Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:14Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-12-02 14:19:14Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:14Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:14Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:15Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:15Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:16Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:19:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:18Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:18Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-02 14:19:19Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:19Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:19Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:20Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-12-02 14:19:21Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:21Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:21Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:21Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-12-02 14:19:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:25Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:26Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-12-02 14:19:26Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:26Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:27Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:28Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:29Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:29Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:29Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:30Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-02 14:19:31Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:32Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-12-02 14:19:32Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:32Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:32Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:32Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:33Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:34Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:34Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:35Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-02 14:19:36Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:36Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:37Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-12-02 14:19:38Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:38Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:39Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:39Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:40Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:40Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:19:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:41Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-02 14:19:42Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:42Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:42Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:44Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:44Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-02 14:19:44Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:44Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-02 14:19:44Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:45Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:46Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-12-02 14:19:46Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:47Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-12-02 14:19:48Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:48Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:49Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:49Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-02 14:19:50Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:51Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:19:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-12-02 14:19:52Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-02 14:19:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:53Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:19:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-02 14:19:54Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:55Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-12-02 14:19:56Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:56Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:56Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:57Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:57Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:19:57Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:19:57Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:57Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:57Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:19:58Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:58Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-12-02 14:19:59Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:19:59Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:19:59Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-02 14:20:00Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:01Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:01Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-02 14:20:01Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:01Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-02 14:20:01Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:02Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:02Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:20:03Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:03Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:03Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:03Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:03Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:03Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-12-02 14:20:04Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:05Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-12-02 14:20:06Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:06Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:07Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:07Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:07Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:07Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-12-02 14:20:07Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:07Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:07Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-02 14:20:08Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:08Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:08Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:08Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:09Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:09Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:09Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-12-02 14:20:10Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-02 14:20:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:11Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:20:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-02 14:20:12Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:13Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-12-02 14:20:13Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:13Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:14Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:14Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:14Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-02 14:20:15Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:15Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:15Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:15Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:16Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:16Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-02 14:20:16Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-12-02 14:20:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:17Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:19Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-12-02 14:20:19Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:20Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-12-02 14:20:20Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:20Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:20Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:20Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:21Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:22Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:22Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-12-02 14:20:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:23Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:23Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:24Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-12-02 14:20:24Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:25Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:26Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:26Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:26Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-12-02 14:20:27Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:27Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:27Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:28Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:28Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-12-02 14:20:29Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:29Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:29Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:29Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:30Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-12-02 14:20:31Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:31Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:31Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:31Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:31Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:31Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:31Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:32Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:32Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-12-02 14:20:33Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:33Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-02 14:20:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:33Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:34Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:34Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:34Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-02 14:20:34Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:35Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:35Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:35Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-12-02 14:20:36Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:20:36Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:37Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-12-02 14:20:37Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:37Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:38Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:39Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:39Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:39Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:40Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:40Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:40Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:41Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-12-02 14:20:41Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:41Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:41Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:41Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:42Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:43Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:43Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:44Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-12-02 14:20:45Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:45Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:45Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:45Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:46Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:47Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:47Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-02 14:20:48Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:48Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-12-02 14:20:49Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:49Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:50Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-12-02 14:20:50Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:50Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:50Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:51Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:51Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:52Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:52Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:52Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:20:53Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:53Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:20:54Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:54Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:20:54Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-02 14:20:56Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:56Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:20:56Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-12-02 14:20:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:20:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:20:58Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-02 14:20:58Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:58Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-12-02 14:20:59Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:20:59Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-12-02 14:21:00Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:00Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:00Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:00Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-12-02 14:21:00Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:01Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-12-02 14:21:02Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:02Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:02Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:03Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:03Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:21:04Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:04Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:21:05Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:05Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:05Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-02 14:21:05Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:06Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-12-02 14:21:06Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:06Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:06Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:07Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:07Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-02 14:21:08Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:08Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:08Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:21:09Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:11Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:21:11Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:11Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-12-02 14:21:12Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:12Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:12Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:13Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:13Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:21:14Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:14Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:21:15Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:15Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:15Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-02 14:21:15Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:16Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-12-02 14:21:16Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:17Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-12-02 14:21:18Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:18Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:18Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:19Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:21:19Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:20Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-12-02 14:21:20Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:20Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:20Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:21Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:21Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:22Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:21:22Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:22Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:23Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:24Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:24Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:24Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:21:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:26Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:26Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:26Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:21:26Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:21:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-12-02 14:21:28Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:28Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-12-02 14:21:29Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:30Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-12-02 14:21:31Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:31Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:31Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:31Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:32Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:32Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:32Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:32Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:32Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:33Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:33Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:33Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-12-02 14:21:33Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:33Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-02 14:21:33Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:34Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:34Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-02 14:21:35Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:35Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:21:36Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-12-02 14:21:36Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:37Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-12-02 14:21:37Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:38Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-12-02 14:21:39Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:39Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:39Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:39Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:39Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:40Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:40Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:40Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:40Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:40Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-12-02 14:21:41Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:41Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:42Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:21:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:21:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:43Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-12-02 14:21:43Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-12-02 14:21:44Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:45Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-12-02 14:21:46Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:47Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-12-02 14:21:47Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:48Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-12-02 14:21:49Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:49Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:49Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:49Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:50Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:50Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-02 14:21:51Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:52Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:52Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-12-02 14:21:53Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:21:53Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:54Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-12-02 14:21:54Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:54Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:54Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:54Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:54Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:55Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-12-02 14:21:56Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:56Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:21:56Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:57Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:57Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-12-02 14:21:58Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:21:58Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:21:58Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-02 14:21:58Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:21:59Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-12-02 14:21:59Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:00Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-12-02 14:22:01Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:02Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-12-02 14:22:02Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:03Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-12-02 14:22:04Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:04Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:04Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:04Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:22:04Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:05Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-12-02 14:22:05Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:05Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:05Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:05Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:22:06Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:07Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-12-02 14:22:07Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:08Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-12-02 14:22:08Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:09Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:09Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:09Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-02 14:22:09Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:10Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-12-02 14:22:10Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:10Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-12-02 14:22:11Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:12Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:12Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:12Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:12Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:13Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:13Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:13Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:13Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:13Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:13Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:14Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-12-02 14:22:14Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:14Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:14Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:14Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:14Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:15Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-12-02 14:22:15Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:15Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-12-02 14:22:15Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:15Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:15Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:15Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:16Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:16Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-12-02 14:22:16Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:16Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:16Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:17Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:17Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:17Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-02 14:22:17Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:17Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:17Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:17Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-12-02 14:22:18Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:18Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:18Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:18Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:19Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:19Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:19Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:19Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:20Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:20Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-02 14:22:20Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:20Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-12-02 14:22:20Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:20Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:21Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:21Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-12-02 14:22:21Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:21Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-12-02 14:22:21Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:21Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-12-02 14:22:21Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:22Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-12-02 14:22:22Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:22Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:22Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:22Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:22Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-12-02 14:22:22Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-12-02 14:22:22Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:23Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-12-02 14:22:23Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:23Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-12-02 14:22:24Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:24Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:24Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-02 14:22:24Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:24Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-12-02 14:22:24Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-12-02 14:22:24Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:24Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:24Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-12-02 14:22:24Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:24Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-02 14:22:24Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:24Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:24Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:24Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-12-02 14:22:26Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-12-02 14:22:26Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:26Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:26Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:26Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-12-02 14:22:27Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:27Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:27Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:28Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:28Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-12-02 14:22:28Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-12-02 14:22:28Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:29Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-12-02 14:22:29Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:30Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:30Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:30Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:30Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:30Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-12-02 14:22:30Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:30Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:30Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:30Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:30Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:31Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-12-02 14:22:31Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-12-02 14:22:31Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-12-02 14:22:31Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-12-02 14:22:31Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-12-02 14:22:31Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-12-02 14:22:31Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:31Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:31Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:31Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:31Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-02 14:22:31Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:32Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-12-02 14:22:32Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-12-02 14:22:32Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:33Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-12-02 14:22:33Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-12-02 14:22:34Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-12-02 14:22:34Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:34Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-12-02 14:22:34Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:34Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:34Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:34Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:34Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-12-02 14:22:34Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-12-02 14:22:34Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-02 14:22:34Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:34Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:34Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-12-02 14:22:34Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:34Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-12-02 14:22:34Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-12-02 14:22:35Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:35Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-12-02 14:22:35Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:35Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:35Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-02 14:22:35Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:35Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-02 14:22:35Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:35Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:36Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:36Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-12-02 14:22:36Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:36Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:37Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-12-02 14:22:37Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:37Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:37Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-12-02 14:22:37Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:37Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-12-02 14:22:38Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:38Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:39Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:39Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:40Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:40Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-12-02 14:22:41Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:41Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:42Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-02 14:22:42Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-02 14:22:42Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-02 14:22:43Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-12-02 14:22:43Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/798a24ff-3676-4d60-b1c1-88424ada677d CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-12-02 14:23:08.332391 | fa163ee9-5655-994d-8529-000000000006 | TASK | External deployment step 0 2025-12-02 14:23:08.349131 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-000000000006') missing from stats 2025-12-02 14:23:08.387823 | fa163ee9-5655-994d-8529-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.107986 | 0.02s 2025-12-02 14:23:08.394029 | 5df0ea9a-28d9-439e-aedd-da5c50e8f513 | INCLUDED | /root/standalone-ansible-oxw8emgm/external_deploy_steps_tasks_step0.yaml | undercloud 2025-12-02 14:23:08.409076 | fa163ee9-5655-994d-8529-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-12-02 14:23:09.281619 | fa163ee9-5655-994d-8529-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-12-02 14:23:09.282541 | fa163ee9-5655-994d-8529-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.002705 | 0.87s 2025-12-02 14:23:09.300210 | fa163ee9-5655-994d-8529-000000000129 | TASK | create redis virtual ip 2025-12-02 14:23:10.241188 | fa163ee9-5655-994d-8529-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-12-02 14:23:10.242488 | fa163ee9-5655-994d-8529-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.962648 | 0.94s PLAY [Check if required variables are defined] ********************************* 2025-12-02 14:23:10.318595 | fa163ee9-5655-994d-8529-000000000138 | TASK | Gathering Facts 2025-12-02 14:23:10.860164 | fa163ee9-5655-994d-8529-000000000138 | OK | Gathering Facts | localhost 2025-12-02 14:23:10.861916 | fa163ee9-5655-994d-8529-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.582076 | 0.54s 2025-12-02 14:23:10.922241 | fa163ee9-5655-994d-8529-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-12-02 14:23:10.923216 | fa163ee9-5655-994d-8529-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.643378 | 0.05s 2025-12-02 14:23:10.973181 | fa163ee9-5655-994d-8529-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-12-02 14:23:10.974229 | fa163ee9-5655-994d-8529-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.694390 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-12-02 14:23:11.071947 | fa163ee9-5655-994d-8529-000000000160 | TASK | Gathering Facts 2025-12-02 14:23:11.082550 | fa163ee9-5655-994d-8529-000000000160 | TASK | Gathering Facts 2025-12-02 14:23:11.378886 | fa163ee9-5655-994d-8529-000000000160 | OK | Gathering Facts | undercloud 2025-12-02 14:23:11.380577 | fa163ee9-5655-994d-8529-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.100732 | 0.31s 2025-12-02 14:23:11.383495 | fa163ee9-5655-994d-8529-000000000160 | OK | Gathering Facts | standalone 2025-12-02 14:23:11.384679 | fa163ee9-5655-994d-8529-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.104840 | 0.30s 2025-12-02 14:23:11.448709 | fa163ee9-5655-994d-8529-000000000012 | TASK | Set legacy facts 2025-12-02 14:23:11.471811 | fa163ee9-5655-994d-8529-000000000012 | TASK | Set legacy facts 2025-12-02 14:23:11.488083 | fa163ee9-5655-994d-8529-000000000012 | OK | Set legacy facts | undercloud 2025-12-02 14:23:11.489114 | fa163ee9-5655-994d-8529-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.209275 | 0.04s 2025-12-02 14:23:11.506869 | fa163ee9-5655-994d-8529-000000000012 | OK | Set legacy facts | standalone 2025-12-02 14:23:11.507500 | fa163ee9-5655-994d-8529-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.227667 | 0.03s PLAY [Load global variables] *************************************************** 2025-12-02 14:23:11.656963 | fa163ee9-5655-994d-8529-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-12-02 14:23:11.657798 | fa163ee9-5655-994d-8529-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.377961 | 0.03s 2025-12-02 14:23:11.680572 | fa163ee9-5655-994d-8529-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-12-02 14:23:11.681297 | fa163ee9-5655-994d-8529-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.401459 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-12-02 14:23:11.757662 | fa163ee9-5655-994d-8529-000000000018 | TASK | Include Service VIP vars 2025-12-02 14:23:11.780568 | fa163ee9-5655-994d-8529-000000000018 | OK | Include Service VIP vars | undercloud 2025-12-02 14:23:11.781454 | fa163ee9-5655-994d-8529-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.501612 | 0.02s 2025-12-02 14:23:11.792646 | fa163ee9-5655-994d-8529-000000000018 | OK | Include Service VIP vars | standalone 2025-12-02 14:23:11.793124 | fa163ee9-5655-994d-8529-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.513293 | 0.03s 2025-12-02 14:23:11.796699 | fa163ee9-5655-994d-8529-000000000019 | TASK | Include OVN bridge MAC address variables 2025-12-02 14:23:11.827464 | fa163ee9-5655-994d-8529-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-12-02 14:23:11.828383 | fa163ee9-5655-994d-8529-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.548546 | 0.03s 2025-12-02 14:23:11.828943 | fa163ee9-5655-994d-8529-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-12-02 14:23:11.829399 | fa163ee9-5655-994d-8529-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.549568 | 0.02s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-12-02 14:23:11.917844 | fa163ee9-5655-994d-8529-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-12-02 14:23:12.656270 | fa163ee9-5655-994d-8529-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee9-5655-994d-8529-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-12-02 14:23:12.753707 | fa163ee9-5655-994d-8529-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-12-02 14:23:12.789225 | fa163ee9-5655-994d-8529-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-12-02 14:23:12.789997 | fa163ee9-5655-994d-8529-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.510160 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-12-02 14:23:12.860103 | fa163ee9-5655-994d-8529-000000000023 | TASK | Set selinux state 2025-12-02 14:23:13.421270 | fa163ee9-5655-994d-8529-000000000023 | OK | Set selinux state | standalone 2025-12-02 14:23:13.422928 | fa163ee9-5655-994d-8529-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.143075 | 0.56s PLAY [Generate /etc/hosts] ***************************************************** 2025-12-02 14:23:13.569736 | fa163ee9-5655-994d-8529-000000000026 | TASK | Configure Hosts Entries 2025-12-02 14:23:13.597050 | fa163ee9-5655-994d-8529-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.317191 | 0.03s 2025-12-02 14:23:13.610261 | fa163ee9-5655-994d-8529-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.330430 | 0.03s 2025-12-02 14:23:13.655310 | fa163ee9-5655-994d-8529-0000000001f1 | TASK | Create temporary file for hosts 2025-12-02 14:23:14.006452 | fa163ee9-5655-994d-8529-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-12-02 14:23:14.007343 | fa163ee9-5655-994d-8529-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.727503 | 0.33s 2025-12-02 14:23:14.007879 | fa163ee9-5655-994d-8529-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-12-02 14:23:14.008233 | fa163ee9-5655-994d-8529-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.728405 | 0.35s 2025-12-02 14:23:14.023394 | fa163ee9-5655-994d-8529-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-12-02 14:23:14.406201 | fa163ee9-5655-994d-8529-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-12-02 14:23:14.407885 | fa163ee9-5655-994d-8529-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.128039 | 0.38s 2025-12-02 14:23:14.429825 | fa163ee9-5655-994d-8529-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-12-02 14:23:14.430957 | fa163ee9-5655-994d-8529-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.151113 | 0.40s 2025-12-02 14:23:14.450365 | fa163ee9-5655-994d-8529-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-12-02 14:23:14.807772 | fa163ee9-5655-994d-8529-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-12-02 14:23:14.809371 | fa163ee9-5655-994d-8529-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.529526 | 0.34s 2025-12-02 14:23:14.810552 | fa163ee9-5655-994d-8529-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-12-02 14:23:14.811248 | fa163ee9-5655-994d-8529-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.531412 | 0.36s 2025-12-02 14:23:14.829126 | fa163ee9-5655-994d-8529-0000000001f4 | TASK | Render out the hosts entries 2025-12-02 14:23:14.927969 | fa163ee9-5655-994d-8529-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-12-02 14:23:14.929137 | fa163ee9-5655-994d-8529-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.649292 | 0.10s 2025-12-02 14:23:14.946945 | fa163ee9-5655-994d-8529-0000000001f5 | TASK | Prepare new /etc/hosts 2025-12-02 14:23:15.188191 | fa163ee9-5655-994d-8529-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-12-02 14:23:15.189838 | fa163ee9-5655-994d-8529-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.909988 | 0.24s 2025-12-02 14:23:15.211381 | fa163ee9-5655-994d-8529-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-12-02 14:23:15.212249 | fa163ee9-5655-994d-8529-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.932409 | 0.24s 2025-12-02 14:23:15.230607 | fa163ee9-5655-994d-8529-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-12-02 14:23:15.596306 | fa163ee9-5655-994d-8529-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-12-02 14:23:15.597799 | fa163ee9-5655-994d-8529-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.317953 | 0.37s 2025-12-02 14:23:15.598689 | fa163ee9-5655-994d-8529-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-12-02 14:23:15.599357 | fa163ee9-5655-994d-8529-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.319521 | 0.35s 2025-12-02 14:23:15.619100 | fa163ee9-5655-994d-8529-0000000001f7 | TASK | Clean up temporary hosts file 2025-12-02 14:23:15.952799 | fa163ee9-5655-994d-8529-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-12-02 14:23:15.954469 | fa163ee9-5655-994d-8529-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.674617 | 0.31s 2025-12-02 14:23:15.975975 | fa163ee9-5655-994d-8529-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-12-02 14:23:15.976864 | fa163ee9-5655-994d-8529-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.697025 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2025-12-02 14:23:16.102495 | fa163ee9-5655-994d-8529-00000000002a | TASK | Common roles for TripleO servers 2025-12-02 14:23:16.129567 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-00000000002a') missing from stats 2025-12-02 14:23:16.192932 | fa163ee9-5655-994d-8529-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.913086 | 0.02s 2025-12-02 14:23:16.252502 | fa163ee9-5655-994d-8529-000000000254 | TASK | Gather variables for each operating system 2025-12-02 14:23:16.342186 | fa163ee9-5655-994d-8529-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-02 14:23:16.343795 | fa163ee9-5655-994d-8529-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.063946 | 0.09s 2025-12-02 14:23:16.353005 | fa163ee9-5655-994d-8529-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.073173 | 0.10s 2025-12-02 14:23:16.370086 | fa163ee9-5655-994d-8529-000000000256 | TASK | Check release version package is installed 2025-12-02 14:23:16.598279 | fa163ee9-5655-994d-8529-000000000256 | CHANGED | Check release version package is installed | standalone 2025-12-02 14:23:16.599590 | fa163ee9-5655-994d-8529-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.319745 | 0.23s 2025-12-02 14:23:16.626911 | fa163ee9-5655-994d-8529-000000000257 | TASK | Deploy release version package 2025-12-02 14:23:20.871993 | fa163ee9-5655-994d-8529-000000000257 | CHANGED | Deploy release version package | standalone 2025-12-02 14:23:20.873339 | fa163ee9-5655-994d-8529-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.593494 | 4.24s 2025-12-02 14:23:20.899098 | fa163ee9-5655-994d-8529-000000000259 | TASK | Include packages tasks 2025-12-02 14:23:20.926021 | fa163ee9-5655-994d-8529-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.646170 | 0.03s 2025-12-02 14:23:20.952815 | c0031f8a-15d6-4402-bc79-b50ad1357a6d | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-12-02 14:23:20.979656 | fa163ee9-5655-994d-8529-0000000002ad | TASK | Gather facts if they don't exist 2025-12-02 14:23:21.025545 | fa163ee9-5655-994d-8529-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-12-02 14:23:21.026928 | fa163ee9-5655-994d-8529-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:12.747078 | 0.05s 2025-12-02 14:23:21.052271 | fa163ee9-5655-994d-8529-0000000002ae | TASK | Gather variables for each operating system 2025-12-02 14:23:21.176842 | fa163ee9-5655-994d-8529-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-02 14:23:21.182801 | fa163ee9-5655-994d-8529-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:12.902956 | 0.13s 2025-12-02 14:23:21.208027 | fa163ee9-5655-994d-8529-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-02 14:23:21.480672 | fa163ee9-5655-994d-8529-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-02 14:23:21.482184 | fa163ee9-5655-994d-8529-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.202336 | 0.27s 2025-12-02 14:23:21.508731 | fa163ee9-5655-994d-8529-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-12-02 14:23:27.193170 | fa163ee9-5655-994d-8529-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-12-02 14:23:27.195485 | fa163ee9-5655-994d-8529-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:18.915642 | 5.69s 2025-12-02 14:23:27.219691 | fa163ee9-5655-994d-8529-0000000002b2 | TASK | Ensure packages are actually well installed 2025-12-02 14:23:28.191222 | fa163ee9-5655-994d-8529-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-02 14:23:28.192715 | fa163ee9-5655-994d-8529-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:19.912870 | 0.97s 2025-12-02 14:23:28.219636 | fa163ee9-5655-994d-8529-00000000025a | TASK | Enable openvswitch service if installed 2025-12-02 14:23:29.300448 | fa163ee9-5655-994d-8529-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-12-02 14:23:29.301491 | fa163ee9-5655-994d-8529-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.021656 | 1.08s 2025-12-02 14:23:29.319229 | fa163ee9-5655-994d-8529-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-12-02 14:23:29.510922 | fa163ee9-5655-994d-8529-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-12-02 14:23:29.511942 | fa163ee9-5655-994d-8529-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.232104 | 0.19s 2025-12-02 14:23:29.543147 | fa163ee9-5655-994d-8529-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-12-02 14:23:29.764462 | fa163ee9-5655-994d-8529-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-12-02 14:23:29.765929 | fa163ee9-5655-994d-8529-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.486081 | 0.22s 2025-12-02 14:23:29.791282 | fa163ee9-5655-994d-8529-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-12-02 14:23:29.840307 | fa163ee9-5655-994d-8529-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-12-02 14:23:29.841525 | fa163ee9-5655-994d-8529-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.561678 | 0.05s 2025-12-02 14:23:29.867479 | fa163ee9-5655-994d-8529-00000000025f | TASK | Ensure network service is enabled 2025-12-02 14:23:30.305563 | fa163ee9-5655-994d-8529-00000000025f | OK | Ensure network service is enabled | standalone 2025-12-02 14:23:30.309664 | fa163ee9-5655-994d-8529-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.029809 | 0.44s 2025-12-02 14:23:30.338941 | fa163ee9-5655-994d-8529-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-12-02 14:23:30.672373 | fa163ee9-5655-994d-8529-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-02 14:23:30.673679 | fa163ee9-5655-994d-8529-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.393833 | 0.33s 2025-12-02 14:23:30.700332 | fa163ee9-5655-994d-8529-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-12-02 14:23:30.878183 | fa163ee9-5655-994d-8529-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-02 14:23:30.878930 | fa163ee9-5655-994d-8529-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.599095 | 0.18s 2025-12-02 14:23:30.896222 | fa163ee9-5655-994d-8529-000000000263 | TASK | Reload NetworkManager 2025-12-02 14:23:31.282943 | fa163ee9-5655-994d-8529-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-12-02 14:23:31.284162 | fa163ee9-5655-994d-8529-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.004323 | 0.39s 2025-12-02 14:23:31.304514 | fa163ee9-5655-994d-8529-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-12-02 14:23:31.545418 | fa163ee9-5655-994d-8529-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-12-02 14:23:31.546169 | fa163ee9-5655-994d-8529-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.266335 | 0.24s 2025-12-02 14:23:31.564592 | fa163ee9-5655-994d-8529-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-12-02 14:23:31.869536 | fa163ee9-5655-994d-8529-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-12-02 14:23:31.870954 | fa163ee9-5655-994d-8529-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.591108 | 0.31s 2025-12-02 14:23:31.896650 | fa163ee9-5655-994d-8529-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-12-02 14:23:32.111362 | fa163ee9-5655-994d-8529-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-12-02 14:23:32.112567 | fa163ee9-5655-994d-8529-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.832733 | 0.21s 2025-12-02 14:23:32.129479 | fa163ee9-5655-994d-8529-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-12-02 14:23:32.380620 | fa163ee9-5655-994d-8529-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-12-02 14:23:32.381987 | fa163ee9-5655-994d-8529-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.102141 | 0.25s 2025-12-02 14:23:32.452661 | fa163ee9-5655-994d-8529-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.172805 | 0.02s 2025-12-02 14:23:32.543553 | fa163ee9-5655-994d-8529-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-12-02 14:23:32.742329 | fa163ee9-5655-994d-8529-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-12-02 14:23:32.743709 | fa163ee9-5655-994d-8529-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.463827 | 0.20s 2025-12-02 14:23:32.768889 | fa163ee9-5655-994d-8529-000000000362 | TASK | Check for ssh_known_hosts file 2025-12-02 14:23:33.000740 | fa163ee9-5655-994d-8529-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-12-02 14:23:33.001542 | fa163ee9-5655-994d-8529-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.721708 | 0.23s 2025-12-02 14:23:33.019108 | fa163ee9-5655-994d-8529-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-12-02 14:23:33.036990 | fa163ee9-5655-994d-8529-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-12-02 14:23:33.037768 | fa163ee9-5655-994d-8529-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.757933 | 0.02s 2025-12-02 14:23:33.054895 | fa163ee9-5655-994d-8529-000000000364 | TASK | Write temporary file 2025-12-02 14:23:33.078510 | fa163ee9-5655-994d-8529-000000000364 | SKIPPED | Write temporary file | standalone 2025-12-02 14:23:33.079198 | fa163ee9-5655-994d-8529-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.799361 | 0.02s 2025-12-02 14:23:33.096180 | fa163ee9-5655-994d-8529-000000000365 | TASK | Set ssh_known_hosts fact 2025-12-02 14:23:33.165258 | fa163ee9-5655-994d-8529-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-12-02 14:23:33.166517 | fa163ee9-5655-994d-8529-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.886673 | 0.07s 2025-12-02 14:23:33.195039 | fa163ee9-5655-994d-8529-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-12-02 14:23:33.399186 | fa163ee9-5655-994d-8529-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-12-02 14:23:33.401028 | fa163ee9-5655-994d-8529-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.121174 | 0.20s 2025-12-02 14:23:33.430245 | fa163ee9-5655-994d-8529-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-12-02 14:23:33.638724 | fa163ee9-5655-994d-8529-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-12-02 14:23:33.639509 | fa163ee9-5655-994d-8529-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.359673 | 0.21s 2025-12-02 14:23:33.656528 | fa163ee9-5655-994d-8529-000000000368 | TASK | Remove temp file 2025-12-02 14:23:33.869988 | fa163ee9-5655-994d-8529-000000000368 | CHANGED | Remove temp file | standalone 2025-12-02 14:23:33.871473 | fa163ee9-5655-994d-8529-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.591621 | 0.21s PLAY [Deploy step tasks for step 0] ******************************************** 2025-12-02 14:23:34.059756 | fa163ee9-5655-994d-8529-000000000034 | TASK | Deploy step tasks for step 0 2025-12-02 14:23:34.117566 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-000000000034') missing from stats 2025-12-02 14:23:34.145217 | fa163ee9-5655-994d-8529-000000000035 | TASK | Ensure /var/log/journal exists 2025-12-02 14:23:34.378080 | fa163ee9-5655-994d-8529-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-12-02 14:23:34.379344 | fa163ee9-5655-994d-8529-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.099501 | 0.23s 2025-12-02 14:23:34.405399 | fa163ee9-5655-994d-8529-000000000036 | TASK | Check cloud-init status 2025-12-02 14:23:34.615957 | fa163ee9-5655-994d-8529-000000000036 | CHANGED | Check cloud-init status | standalone 2025-12-02 14:23:34.617336 | fa163ee9-5655-994d-8529-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.337490 | 0.21s 2025-12-02 14:23:34.643800 | fa163ee9-5655-994d-8529-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-12-02 14:23:34.844594 | fa163ee9-5655-994d-8529-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-12-02 14:23:34.845945 | fa163ee9-5655-994d-8529-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.566102 | 0.20s 2025-12-02 14:23:34.872936 | fa163ee9-5655-994d-8529-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-12-02 14:23:35.240652 | fa163ee9-5655-994d-8529-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-12-02 14:23:35.241304 | fa163ee9-5655-994d-8529-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:26.961473 | 0.37s 2025-12-02 14:23:35.258895 | fa163ee9-5655-994d-8529-000000000039 | TASK | Create /var/lib/container-puppet 2025-12-02 14:23:35.494449 | fa163ee9-5655-994d-8529-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-12-02 14:23:35.495670 | fa163ee9-5655-994d-8529-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.215821 | 0.24s 2025-12-02 14:23:35.522319 | fa163ee9-5655-994d-8529-00000000003a | TASK | Write container-puppet.sh 2025-12-02 14:23:35.976757 | fa163ee9-5655-994d-8529-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-12-02 14:23:35.978150 | fa163ee9-5655-994d-8529-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.698307 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-02 14:23:36.042897 | fa163ee9-5655-994d-8529-00000000003b | TIMING | include_tasks | standalone | 0:00:27.763058 | 0.05s 2025-12-02 14:23:36.052552 | 1cb7efd1-5919-4161-b7f9-4cf3d182ea97 | INCLUDED | /root/standalone-ansible-oxw8emgm/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-12-02 14:23:36.074477 | fa163ee9-5655-994d-8529-000000000416 | TASK | Configure tuned before reboot 2025-12-02 14:23:36.135294 | fa163ee9-5655-994d-8529-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:27.855448 | 0.06s 2025-12-02 14:23:36.180191 | fa163ee9-5655-994d-8529-000000000455 | TASK | Gather variables for each operating system 2025-12-02 14:23:36.281136 | fa163ee9-5655-994d-8529-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-02 14:23:36.282340 | fa163ee9-5655-994d-8529-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.002497 | 0.10s 2025-12-02 14:23:36.288251 | fa163ee9-5655-994d-8529-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.008415 | 0.11s 2025-12-02 14:23:36.379630 | fa163ee9-5655-994d-8529-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.099779 | 0.06s 2025-12-02 14:23:36.401269 | 862e7c8c-89e5-459b-80e1-09e3a0385479 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-02 14:23:36.438813 | fa163ee9-5655-994d-8529-00000000047f | TASK | Check tuned package is installed 2025-12-02 14:23:36.692884 | fa163ee9-5655-994d-8529-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-12-02 14:23:36.693556 | fa163ee9-5655-994d-8529-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.413725 | 0.25s 2025-12-02 14:23:36.719029 | fa163ee9-5655-994d-8529-000000000480 | TASK | Install tuned 2025-12-02 14:23:43.328697 | fa163ee9-5655-994d-8529-000000000480 | CHANGED | Install tuned | standalone 2025-12-02 14:23:43.329904 | fa163ee9-5655-994d-8529-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.050061 | 6.61s 2025-12-02 14:23:43.352482 | fa163ee9-5655-994d-8529-000000000481 | TASK | Restart tuned 2025-12-02 14:23:45.125178 | fa163ee9-5655-994d-8529-000000000481 | CHANGED | Restart tuned | standalone 2025-12-02 14:23:45.127172 | fa163ee9-5655-994d-8529-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:36.847327 | 1.77s 2025-12-02 14:23:45.149000 | fa163ee9-5655-994d-8529-000000000457 | TASK | Check for tuned-adm 2025-12-02 14:23:45.390176 | fa163ee9-5655-994d-8529-000000000457 | OK | Check for tuned-adm | standalone 2025-12-02 14:23:45.391613 | fa163ee9-5655-994d-8529-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.111768 | 0.24s 2025-12-02 14:23:45.461917 | fa163ee9-5655-994d-8529-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.182064 | 0.04s 2025-12-02 14:23:45.494128 | b016eeef-1a92-4662-a81c-d139f4251e0f | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-02 14:23:45.533454 | fa163ee9-5655-994d-8529-0000000004b6 | TASK | Ensure profile directory exists 2025-12-02 14:23:45.590881 | fa163ee9-5655-994d-8529-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-12-02 14:23:45.592053 | fa163ee9-5655-994d-8529-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.312208 | 0.06s 2025-12-02 14:23:45.618340 | fa163ee9-5655-994d-8529-0000000004b7 | TASK | Create custom tuned profile 2025-12-02 14:23:45.679074 | fa163ee9-5655-994d-8529-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-12-02 14:23:45.680238 | fa163ee9-5655-994d-8529-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.400394 | 0.06s 2025-12-02 14:23:45.706911 | fa163ee9-5655-994d-8529-0000000004b8 | TASK | Check tuned active profile 2025-12-02 14:23:46.056132 | fa163ee9-5655-994d-8529-0000000004b8 | OK | Check tuned active profile | standalone 2025-12-02 14:23:46.057099 | fa163ee9-5655-994d-8529-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.777262 | 0.35s 2025-12-02 14:23:46.078056 | fa163ee9-5655-994d-8529-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-12-02 14:23:46.306657 | fa163ee9-5655-994d-8529-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-12-02 14:23:46.307856 | fa163ee9-5655-994d-8529-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.028014 | 0.23s 2025-12-02 14:23:46.334652 | fa163ee9-5655-994d-8529-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-02 14:23:46.406245 | fa163ee9-5655-994d-8529-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-02 14:23:46.407354 | fa163ee9-5655-994d-8529-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.127510 | 0.07s 2025-12-02 14:23:46.436961 | fa163ee9-5655-994d-8529-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-12-02 14:23:46.497839 | fa163ee9-5655-994d-8529-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-02 14:23:46.499200 | fa163ee9-5655-994d-8529-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.219332 | 0.06s 2025-12-02 14:23:46.526920 | fa163ee9-5655-994d-8529-0000000004bc | TASK | Enable tuned profile 2025-12-02 14:23:47.940818 | fa163ee9-5655-994d-8529-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-12-02 14:23:47.942313 | fa163ee9-5655-994d-8529-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.662469 | 1.41s 2025-12-02 14:23:47.996784 | fa163ee9-5655-994d-8529-000000000417 | TASK | Configure kernel args and reboot 2025-12-02 14:23:48.049010 | fa163ee9-5655-994d-8529-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.769161 | 0.05s 2025-12-02 14:23:48.183497 | fa163ee9-5655-994d-8529-000000000569 | TASK | Get the command line args of the node 2025-12-02 14:23:48.434506 | fa163ee9-5655-994d-8529-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-12-02 14:23:48.435906 | fa163ee9-5655-994d-8529-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.156064 | 0.25s 2025-12-02 14:23:48.457386 | fa163ee9-5655-994d-8529-00000000056b | TASK | Check if node has a nova.conf 2025-12-02 14:23:48.667438 | fa163ee9-5655-994d-8529-00000000056b | OK | Check if node has a nova.conf | standalone 2025-12-02 14:23:48.668641 | fa163ee9-5655-994d-8529-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.388800 | 0.21s 2025-12-02 14:23:48.690763 | fa163ee9-5655-994d-8529-00000000056d | TASK | Warn operator about workload protection 2025-12-02 14:23:48.728259 | fa163ee9-5655-994d-8529-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-12-02 14:23:48.729268 | fa163ee9-5655-994d-8529-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.449426 | 0.04s 2025-12-02 14:23:48.752740 | fa163ee9-5655-994d-8529-00000000056e | TASK | Setting defer reboot fact 2025-12-02 14:23:48.791896 | fa163ee9-5655-994d-8529-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-12-02 14:23:48.792724 | fa163ee9-5655-994d-8529-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.512889 | 0.04s 2025-12-02 14:23:48.811279 | fa163ee9-5655-994d-8529-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-12-02 14:23:48.836894 | fa163ee9-5655-994d-8529-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.557052 | 0.02s 2025-12-02 14:23:48.855154 | fa163ee9-5655-994d-8529-000000000575 | TASK | Find hugepages in cmdline 2025-12-02 14:23:48.902044 | fa163ee9-5655-994d-8529-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-12-02 14:23:48.903297 | fa163ee9-5655-994d-8529-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.623452 | 0.05s 2025-12-02 14:23:48.933348 | fa163ee9-5655-994d-8529-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-12-02 14:23:48.966321 | fa163ee9-5655-994d-8529-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-12-02 14:23:48.967674 | fa163ee9-5655-994d-8529-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.687829 | 0.03s 2025-12-02 14:23:48.995009 | fa163ee9-5655-994d-8529-00000000057a | TASK | Find desired default hugepage size 2025-12-02 14:23:49.035072 | fa163ee9-5655-994d-8529-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-12-02 14:23:49.036366 | fa163ee9-5655-994d-8529-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.756516 | 0.04s 2025-12-02 14:23:49.063108 | fa163ee9-5655-994d-8529-00000000057c | TASK | Storing non-configured hugepages 2025-12-02 14:23:49.091243 | fa163ee9-5655-994d-8529-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.811391 | 0.03s 2025-12-02 14:23:49.119146 | fa163ee9-5655-994d-8529-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-12-02 14:23:49.169695 | fa163ee9-5655-994d-8529-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-12-02 14:23:49.171018 | fa163ee9-5655-994d-8529-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:40.891168 | 0.05s 2025-12-02 14:23:49.198479 | fa163ee9-5655-994d-8529-00000000057f | TASK | Determining the default hugepagesz 2025-12-02 14:23:49.249158 | fa163ee9-5655-994d-8529-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-12-02 14:23:49.250568 | fa163ee9-5655-994d-8529-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:40.970722 | 0.05s 2025-12-02 14:23:49.279158 | fa163ee9-5655-994d-8529-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-12-02 14:23:49.330357 | fa163ee9-5655-994d-8529-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-12-02 14:23:49.331667 | fa163ee9-5655-994d-8529-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.051823 | 0.05s 2025-12-02 14:23:49.358920 | fa163ee9-5655-994d-8529-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-12-02 14:23:49.401879 | fa163ee9-5655-994d-8529-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-12-02 14:23:49.402974 | fa163ee9-5655-994d-8529-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.123130 | 0.04s 2025-12-02 14:23:49.429168 | fa163ee9-5655-994d-8529-000000000583 | TASK | Warn about possible modifications 2025-12-02 14:23:49.479390 | fa163ee9-5655-994d-8529-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-12-02 14:23:49.480928 | fa163ee9-5655-994d-8529-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.201082 | 0.05s 2025-12-02 14:23:49.509558 | fa163ee9-5655-994d-8529-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-12-02 14:23:49.553781 | fa163ee9-5655-994d-8529-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-12-02 14:23:49.555214 | fa163ee9-5655-994d-8529-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.275368 | 0.04s 2025-12-02 14:23:49.586572 | fa163ee9-5655-994d-8529-000000000585 | TASK | Cleaning up whitespaces 2025-12-02 14:23:49.628785 | fa163ee9-5655-994d-8529-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-12-02 14:23:49.629571 | fa163ee9-5655-994d-8529-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.349735 | 0.04s 2025-12-02 14:23:49.651305 | fa163ee9-5655-994d-8529-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-12-02 14:23:49.991208 | fa163ee9-5655-994d-8529-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-12-02 14:23:49.992568 | fa163ee9-5655-994d-8529-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.712724 | 0.34s 2025-12-02 14:23:50.019381 | fa163ee9-5655-994d-8529-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-12-02 14:23:50.068717 | fa163ee9-5655-994d-8529-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-12-02 14:23:50.069940 | fa163ee9-5655-994d-8529-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.790089 | 0.05s 2025-12-02 14:23:50.098153 | fa163ee9-5655-994d-8529-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-12-02 14:23:50.148559 | fa163ee9-5655-994d-8529-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-12-02 14:23:50.150252 | fa163ee9-5655-994d-8529-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:41.870404 | 0.05s 2025-12-02 14:23:50.178587 | fa163ee9-5655-994d-8529-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-12-02 14:23:50.246721 | fa163ee9-5655-994d-8529-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-12-02 14:23:50.248067 | fa163ee9-5655-994d-8529-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:41.968221 | 0.07s 2025-12-02 14:23:50.279673 | fa163ee9-5655-994d-8529-00000000058c | TASK | Generate grub config 2025-12-02 14:23:50.340283 | fa163ee9-5655-994d-8529-00000000058c | SKIPPED | Generate grub config | standalone 2025-12-02 14:23:50.341655 | fa163ee9-5655-994d-8529-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.061772 | 0.06s 2025-12-02 14:23:50.369883 | fa163ee9-5655-994d-8529-000000000590 | TASK | Get the block device that /boot is on 2025-12-02 14:23:50.432919 | fa163ee9-5655-994d-8529-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-12-02 14:23:50.434339 | fa163ee9-5655-994d-8529-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.154483 | 0.06s 2025-12-02 14:23:50.461594 | fa163ee9-5655-994d-8529-000000000591 | TASK | Get the mount point that /boot is in 2025-12-02 14:23:50.523319 | fa163ee9-5655-994d-8529-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-12-02 14:23:50.525043 | fa163ee9-5655-994d-8529-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.245193 | 0.06s 2025-12-02 14:23:50.554623 | fa163ee9-5655-994d-8529-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-12-02 14:23:50.604400 | fa163ee9-5655-994d-8529-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-12-02 14:23:50.605451 | fa163ee9-5655-994d-8529-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.325608 | 0.05s 2025-12-02 14:23:50.627169 | fa163ee9-5655-994d-8529-000000000593 | TASK | Executed script to fix grub-menu 2025-12-02 14:23:50.685927 | fa163ee9-5655-994d-8529-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-12-02 14:23:50.687058 | fa163ee9-5655-994d-8529-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.407217 | 0.06s 2025-12-02 14:23:50.709457 | fa163ee9-5655-994d-8529-000000000594 | TASK | Check grub config paths 2025-12-02 14:23:50.779757 | fa163ee9-5655-994d-8529-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-12-02 14:23:50.795828 | fa163ee9-5655-994d-8529-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-12-02 14:23:50.802169 | fa163ee9-5655-994d-8529-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.522317 | 0.09s 2025-12-02 14:23:50.821170 | fa163ee9-5655-994d-8529-000000000595 | TASK | Write EFI grub.cfg 2025-12-02 14:23:50.891307 | fa163ee9-5655-994d-8529-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-12-02 14:23:50.908104 | fa163ee9-5655-994d-8529-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-12-02 14:23:50.914297 | fa163ee9-5655-994d-8529-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.634452 | 0.09s 2025-12-02 14:23:50.943099 | fa163ee9-5655-994d-8529-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-12-02 14:23:51.004537 | fa163ee9-5655-994d-8529-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-12-02 14:23:51.005801 | fa163ee9-5655-994d-8529-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.725958 | 0.06s 2025-12-02 14:23:51.033797 | fa163ee9-5655-994d-8529-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-12-02 14:23:51.093454 | fa163ee9-5655-994d-8529-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-12-02 14:23:51.094756 | fa163ee9-5655-994d-8529-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.814911 | 0.06s 2025-12-02 14:23:51.115956 | fa163ee9-5655-994d-8529-000000000598 | TASK | Execute grub2-mkconfig 2025-12-02 14:23:51.162876 | fa163ee9-5655-994d-8529-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-12-02 14:23:51.163704 | fa163ee9-5655-994d-8529-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:42.883868 | 0.05s 2025-12-02 14:23:51.183975 | fa163ee9-5655-994d-8529-000000000599 | TASK | Check for active tuned profile 2025-12-02 14:23:51.226362 | fa163ee9-5655-994d-8529-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-12-02 14:23:51.227579 | fa163ee9-5655-994d-8529-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:42.947735 | 0.04s 2025-12-02 14:23:51.253367 | fa163ee9-5655-994d-8529-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-12-02 14:23:51.302881 | fa163ee9-5655-994d-8529-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-12-02 14:23:51.304197 | fa163ee9-5655-994d-8529-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.024351 | 0.05s 2025-12-02 14:23:51.325059 | fa163ee9-5655-994d-8529-00000000059b | TASK | Set reboot required fact 2025-12-02 14:23:51.382956 | fa163ee9-5655-994d-8529-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-12-02 14:23:51.383872 | fa163ee9-5655-994d-8529-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.104002 | 0.06s 2025-12-02 14:23:51.404915 | fa163ee9-5655-994d-8529-00000000059d | TASK | Apply DPDK workarounds 2025-12-02 14:23:51.462891 | fa163ee9-5655-994d-8529-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-12-02 14:23:51.463780 | fa163ee9-5655-994d-8529-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.183943 | 0.06s 2025-12-02 14:23:51.484222 | fa163ee9-5655-994d-8529-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-12-02 14:23:51.511565 | fa163ee9-5655-994d-8529-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-12-02 14:23:51.512460 | fa163ee9-5655-994d-8529-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.232623 | 0.03s 2025-12-02 14:23:51.532984 | fa163ee9-5655-994d-8529-0000000005a0 | TASK | Load modules 2025-12-02 14:23:51.564825 | fa163ee9-5655-994d-8529-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-12-02 14:23:51.574973 | fa163ee9-5655-994d-8529-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.295125 | 0.04s 2025-12-02 14:23:51.594879 | fa163ee9-5655-994d-8529-0000000005a2 | TASK | Persist modules via modules-load.d 2025-12-02 14:23:51.621683 | fa163ee9-5655-994d-8529-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-12-02 14:23:51.633062 | fa163ee9-5655-994d-8529-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.353218 | 0.04s 2025-12-02 14:23:51.655313 | fa163ee9-5655-994d-8529-0000000005a4 | TASK | Drop module persistence 2025-12-02 14:23:51.690807 | fa163ee9-5655-994d-8529-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-12-02 14:23:51.701961 | fa163ee9-5655-994d-8529-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.422109 | 0.05s 2025-12-02 14:23:51.721170 | fa163ee9-5655-994d-8529-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-12-02 14:23:51.763293 | fa163ee9-5655-994d-8529-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-12-02 14:23:51.767995 | fa163ee9-5655-994d-8529-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.488151 | 0.05s 2025-12-02 14:23:51.790367 | fa163ee9-5655-994d-8529-0000000005a8 | TASK | Modules reload 2025-12-02 14:23:51.827744 | fa163ee9-5655-994d-8529-0000000005a8 | SKIPPED | Modules reload | standalone 2025-12-02 14:23:51.828716 | fa163ee9-5655-994d-8529-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.548877 | 0.04s 2025-12-02 14:23:51.850798 | fa163ee9-5655-994d-8529-0000000005aa | TASK | Reboot tasks 2025-12-02 14:23:51.897778 | fa163ee9-5655-994d-8529-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-12-02 14:23:51.898541 | fa163ee9-5655-994d-8529-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:43.618706 | 0.05s 2025-12-02 14:23:51.924835 | fa163ee9-5655-994d-8529-0000000005ab | TASK | Skipping reboot for deployed node 2025-12-02 14:23:51.976690 | fa163ee9-5655-994d-8529-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-12-02 14:23:51.978335 | fa163ee9-5655-994d-8529-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:43.698484 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-12-02 14:23:52.162100 | fa163ee9-5655-994d-8529-00000000003f | TASK | Server pre-network deployments 2025-12-02 14:23:52.176995 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-00000000003f') missing from stats 2025-12-02 14:23:52.198806 | fa163ee9-5655-994d-8529-000000000043 | TASK | Hiera config 2025-12-02 14:23:52.217471 | fa163ee9-5655-994d-8529-000000000043 | TIMING | Hiera config | standalone | 0:00:43.937628 | 0.02s 2025-12-02 14:23:52.262715 | fa163ee9-5655-994d-8529-000000000721 | TASK | Create /etc/puppet/hieradata 2025-12-02 14:23:52.490348 | fa163ee9-5655-994d-8529-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-12-02 14:23:52.491823 | fa163ee9-5655-994d-8529-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.211977 | 0.23s 2025-12-02 14:23:52.518213 | fa163ee9-5655-994d-8529-000000000722 | TASK | Write hiera config 2025-12-02 14:23:53.034955 | fa163ee9-5655-994d-8529-000000000722 | CHANGED | Write hiera config | standalone 2025-12-02 14:23:53.036142 | fa163ee9-5655-994d-8529-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:44.756301 | 0.52s 2025-12-02 14:23:53.079682 | fa163ee9-5655-994d-8529-000000000044 | TASK | Hiera symlink 2025-12-02 14:23:53.290728 | fa163ee9-5655-994d-8529-000000000044 | CHANGED | Hiera symlink | standalone 2025-12-02 14:23:53.291845 | fa163ee9-5655-994d-8529-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.012013 | 0.21s 2025-12-02 14:23:53.318700 | fa163ee9-5655-994d-8529-000000000045 | TASK | Hieradata from vars 2025-12-02 14:23:53.347211 | fa163ee9-5655-994d-8529-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.067356 | 0.03s 2025-12-02 14:23:53.406787 | fa163ee9-5655-994d-8529-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-12-02 14:23:53.862619 | fa163ee9-5655-994d-8529-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-12-02 14:23:53.864341 | fa163ee9-5655-994d-8529-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.584492 | 0.46s 2025-12-02 14:23:53.891983 | fa163ee9-5655-994d-8529-00000000077d | TASK | Render hieradata from template 2025-12-02 14:23:54.354800 | fa163ee9-5655-994d-8529-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-12-02 14:23:54.356540 | fa163ee9-5655-994d-8529-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.076689 | 0.46s 2025-12-02 14:23:54.866333 | fa163ee9-5655-994d-8529-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-12-02 14:23:54.867231 | fa163ee9-5655-994d-8529-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.587396 | 0.97s 2025-12-02 14:23:55.438207 | fa163ee9-5655-994d-8529-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-12-02 14:23:55.439257 | fa163ee9-5655-994d-8529-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.159418 | 1.55s 2025-12-02 14:23:55.833735 | fa163ee9-5655-994d-8529-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-12-02 14:23:55.835829 | fa163ee9-5655-994d-8529-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.555988 | 1.94s 2025-12-02 14:23:56.319377 | fa163ee9-5655-994d-8529-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-12-02 14:23:56.321158 | fa163ee9-5655-994d-8529-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.041317 | 2.43s 2025-12-02 14:23:56.800078 | fa163ee9-5655-994d-8529-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-12-02 14:23:56.802667 | fa163ee9-5655-994d-8529-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.522823 | 2.91s 2025-12-02 14:23:57.290709 | fa163ee9-5655-994d-8529-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-12-02 14:23:57.291682 | fa163ee9-5655-994d-8529-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.011844 | 3.40s 2025-12-02 14:23:57.729477 | fa163ee9-5655-994d-8529-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-12-02 14:23:57.730717 | fa163ee9-5655-994d-8529-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.450885 | 3.84s 2025-12-02 14:23:58.209222 | fa163ee9-5655-994d-8529-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-12-02 14:23:58.210614 | fa163ee9-5655-994d-8529-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.930778 | 4.32s 2025-12-02 14:23:58.680557 | fa163ee9-5655-994d-8529-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-02 14:23:58.681593 | fa163ee9-5655-994d-8529-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.401754 | 4.79s 2025-12-02 14:23:58.690465 | fa163ee9-5655-994d-8529-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.410620 | 4.80s 2025-12-02 14:23:58.744980 | fa163ee9-5655-994d-8529-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-12-02 14:23:58.772843 | fa163ee9-5655-994d-8529-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:50.492993 | 0.03s 2025-12-02 14:23:58.841889 | fa163ee9-5655-994d-8529-000000000821 | TASK | Check for hieradata file 2025-12-02 14:23:59.059149 | fa163ee9-5655-994d-8529-000000000821 | OK | Check for hieradata file | standalone 2025-12-02 14:23:59.060256 | fa163ee9-5655-994d-8529-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:50.780413 | 0.22s 2025-12-02 14:23:59.086267 | fa163ee9-5655-994d-8529-000000000823 | TASK | Get existing data 2025-12-02 14:23:59.134862 | fa163ee9-5655-994d-8529-000000000823 | SKIPPED | Get existing data | standalone 2025-12-02 14:23:59.135906 | fa163ee9-5655-994d-8529-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:50.856062 | 0.05s 2025-12-02 14:23:59.161359 | fa163ee9-5655-994d-8529-000000000824 | TASK | Set data fact 2025-12-02 14:23:59.209990 | fa163ee9-5655-994d-8529-000000000824 | SKIPPED | Set data fact | standalone 2025-12-02 14:23:59.211073 | fa163ee9-5655-994d-8529-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:50.931230 | 0.05s 2025-12-02 14:23:59.236106 | fa163ee9-5655-994d-8529-000000000826 | TASK | Write ansible hieradata file 2025-12-02 14:23:59.733008 | fa163ee9-5655-994d-8529-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-12-02 14:23:59.734246 | fa163ee9-5655-994d-8529-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:51.454401 | 0.50s 2025-12-02 14:23:59.835395 | fa163ee9-5655-994d-8529-000000000047 | TIMING | include_tasks | standalone | 0:00:51.555541 | 0.05s PLAY [Server network deployments] ********************************************** 2025-12-02 14:23:59.997320 | fa163ee9-5655-994d-8529-00000000004b | TASK | Network Configuration 2025-12-02 14:24:00.014960 | fa163ee9-5655-994d-8529-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ee9-5655-994d-8529-00000000004b') missing from stats 2025-12-02 14:24:00.037703 | fa163ee9-5655-994d-8529-00000000004c | TASK | Check NetworkConfig script existence 2025-12-02 14:24:00.062179 | fa163ee9-5655-994d-8529-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-12-02 14:24:00.062994 | fa163ee9-5655-994d-8529-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:51.783158 | 0.02s 2025-12-02 14:24:00.082956 | fa163ee9-5655-994d-8529-000000000052 | TASK | Gather SELinux fact if needed 2025-12-02 14:24:00.129369 | fa163ee9-5655-994d-8529-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-12-02 14:24:00.130486 | fa163ee9-5655-994d-8529-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:51.850640 | 0.05s 2025-12-02 14:24:00.156953 | fa163ee9-5655-994d-8529-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-12-02 14:24:00.797395 | fa163ee9-5655-994d-8529-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-12-02 14:24:00.799374 | fa163ee9-5655-994d-8529-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:52.519526 | 0.64s 2025-12-02 14:24:00.825906 | fa163ee9-5655-994d-8529-000000000054 | TASK | Ensure requirements are satisfied 2025-12-02 14:24:00.847722 | fa163ee9-5655-994d-8529-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:52.567868 | 0.02s 2025-12-02 14:24:00.907151 | fa163ee9-5655-994d-8529-0000000008bf | TASK | Gather facts if they don't exist 2025-12-02 14:24:00.935739 | fa163ee9-5655-994d-8529-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-12-02 14:24:00.936522 | fa163ee9-5655-994d-8529-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:52.656681 | 0.03s 2025-12-02 14:24:00.958161 | fa163ee9-5655-994d-8529-0000000008c0 | TASK | Gather variables for each operating system 2025-12-02 14:24:01.057838 | fa163ee9-5655-994d-8529-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-02 14:24:01.070117 | fa163ee9-5655-994d-8529-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:52.790269 | 0.11s 2025-12-02 14:24:01.097958 | fa163ee9-5655-994d-8529-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-02 14:24:01.355199 | fa163ee9-5655-994d-8529-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-02 14:24:01.356648 | fa163ee9-5655-994d-8529-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.076803 | 0.26s 2025-12-02 14:24:01.384342 | fa163ee9-5655-994d-8529-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-12-02 14:24:01.413018 | fa163ee9-5655-994d-8529-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-12-02 14:24:01.414286 | fa163ee9-5655-994d-8529-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.134441 | 0.03s 2025-12-02 14:24:01.440649 | fa163ee9-5655-994d-8529-0000000008c4 | TASK | Ensure packages are actually well installed 2025-12-02 14:24:02.444202 | fa163ee9-5655-994d-8529-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-02 14:24:02.445626 | fa163ee9-5655-994d-8529-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.165784 | 1.00s 2025-12-02 14:24:02.495062 | fa163ee9-5655-994d-8529-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-12-02 14:24:02.736333 | fa163ee9-5655-994d-8529-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-02 14:24:02.737785 | fa163ee9-5655-994d-8529-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:54.457943 | 0.24s 2025-12-02 14:24:02.763503 | fa163ee9-5655-994d-8529-000000000057 | TASK | Reload NetworkManager 2025-12-02 14:24:03.166760 | fa163ee9-5655-994d-8529-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-12-02 14:24:03.168788 | fa163ee9-5655-994d-8529-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:54.888941 | 0.40s 2025-12-02 14:24:03.197428 | fa163ee9-5655-994d-8529-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-12-02 14:24:03.410620 | fa163ee9-5655-994d-8529-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-12-02 14:24:03.412000 | fa163ee9-5655-994d-8529-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.132156 | 0.21s 2025-12-02 14:24:03.438661 | fa163ee9-5655-994d-8529-00000000005a | TASK | Check for previous run of NetworkConfig 2025-12-02 14:24:03.639944 | fa163ee9-5655-994d-8529-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-12-02 14:24:03.641625 | fa163ee9-5655-994d-8529-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:55.361779 | 0.20s 2025-12-02 14:24:03.667966 | fa163ee9-5655-994d-8529-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-12-02 14:24:03.696734 | fa163ee9-5655-994d-8529-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-12-02 14:24:03.698010 | fa163ee9-5655-994d-8529-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:55.418166 | 0.03s 2025-12-02 14:24:03.725990 | fa163ee9-5655-994d-8529-00000000005c | TASK | Ensure we get cloud-init 2025-12-02 14:24:03.949353 | fa163ee9-5655-994d-8529-00000000005c | OK | Ensure we get cloud-init | standalone 2025-12-02 14:24:03.951032 | fa163ee9-5655-994d-8529-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:55.671180 | 0.22s 2025-12-02 14:24:03.977583 | fa163ee9-5655-994d-8529-00000000005e | TASK | Create /etc/os-net-config directory 2025-12-02 14:24:04.208738 | fa163ee9-5655-994d-8529-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-12-02 14:24:04.210320 | fa163ee9-5655-994d-8529-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:55.930468 | 0.23s 2025-12-02 14:24:04.241010 | fa163ee9-5655-994d-8529-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-12-02 14:24:04.638201 | fa163ee9-5655-994d-8529-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-12-02 14:24:04.639689 | fa163ee9-5655-994d-8529-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:56.359843 | 0.40s 2025-12-02 14:24:04.666448 | fa163ee9-5655-994d-8529-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-12-02 14:24:04.738288 | fa163ee9-5655-994d-8529-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-12-02 14:24:04.739343 | fa163ee9-5655-994d-8529-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:56.459504 | 0.07s 2025-12-02 14:24:04.772725 | fa163ee9-5655-994d-8529-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-12-02 14:24:05.052231 | fa163ee9-5655-994d-8529-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-12-02 14:24:05.053562 | fa163ee9-5655-994d-8529-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:56.773718 | 0.28s 2025-12-02 14:24:05.080771 | fa163ee9-5655-994d-8529-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-12-02 14:24:05.120080 | fa163ee9-5655-994d-8529-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:56.840230 | 0.04s 2025-12-02 14:24:05.146212 | c6c01385-a070-4cb5-9090-290bf262493b | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-12-02 14:24:05.180060 | fa163ee9-5655-994d-8529-000000000909 | TASK | Set nic_config_file fact 2025-12-02 14:24:05.259944 | fa163ee9-5655-994d-8529-000000000909 | OK | Set nic_config_file fact | standalone 2025-12-02 14:24:05.260759 | fa163ee9-5655-994d-8529-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:56.980924 | 0.08s 2025-12-02 14:24:05.278645 | fa163ee9-5655-994d-8529-00000000090a | TASK | Render overidden network config 2025-12-02 14:24:05.326018 | fa163ee9-5655-994d-8529-00000000090a | SKIPPED | Render overidden network config | standalone 2025-12-02 14:24:05.327020 | fa163ee9-5655-994d-8529-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.047183 | 0.05s 2025-12-02 14:24:05.347634 | fa163ee9-5655-994d-8529-00000000090b | TASK | Render network_config 2025-12-02 14:24:05.388781 | fa163ee9-5655-994d-8529-00000000090b | SKIPPED | Render network_config | standalone 2025-12-02 14:24:05.389592 | fa163ee9-5655-994d-8529-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.109756 | 0.04s 2025-12-02 14:24:05.407584 | fa163ee9-5655-994d-8529-00000000090c | TASK | Render network_config from template 2025-12-02 14:24:05.891440 | fa163ee9-5655-994d-8529-00000000090c | CHANGED | Render network_config from template | standalone 2025-12-02 14:24:05.892533 | fa163ee9-5655-994d-8529-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:57.612692 | 0.48s 2025-12-02 14:24:05.910558 | fa163ee9-5655-994d-8529-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=856104795015.43466 2025-12-02 14:24:09.979179 | fa163ee9-5655-994d-8529-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-12-02 14:24:09.981352 | fa163ee9-5655-994d-8529-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:01.701508 | 4.07s 2025-12-02 14:24:10.011008 | fa163ee9-5655-994d-8529-000000000064 | TASK | Write rc of NetworkConfig script 2025-12-02 14:24:10.499105 | fa163ee9-5655-994d-8529-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-12-02 14:24:10.501172 | fa163ee9-5655-994d-8529-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:02.221321 | 0.49s 2025-12-02 14:24:10.540317 | fa163ee9-5655-994d-8529-000000000065 | TASK | Disable cloud-init network config 2025-12-02 14:24:11.042009 | fa163ee9-5655-994d-8529-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-12-02 14:24:11.043668 | fa163ee9-5655-994d-8529-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:02.763821 | 0.50s 2025-12-02 14:24:11.070468 | fa163ee9-5655-994d-8529-000000000066 | TASK | Ensure network service is enabled 2025-12-02 14:24:11.486301 | fa163ee9-5655-994d-8529-000000000066 | OK | Ensure network service is enabled | standalone 2025-12-02 14:24:11.489399 | fa163ee9-5655-994d-8529-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:03.209556 | 0.42s PLAY [Server network validation] *********************************************** 2025-12-02 14:24:11.684465 | fa163ee9-5655-994d-8529-000000000096 | TASK | Basic Network Validation 2025-12-02 14:24:11.715147 | fa163ee9-5655-994d-8529-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:03.435273 | 0.03s 2025-12-02 14:24:11.771801 | fa163ee9-5655-994d-8529-000000000945 | TASK | Collect default network fact 2025-12-02 14:24:12.270343 | fa163ee9-5655-994d-8529-000000000945 | OK | Collect default network fact | standalone 2025-12-02 14:24:12.271844 | fa163ee9-5655-994d-8529-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:03.991998 | 0.50s 2025-12-02 14:24:12.297836 | fa163ee9-5655-994d-8529-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-12-02 14:24:12.330550 | fa163ee9-5655-994d-8529-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-12-02 14:24:12.331918 | fa163ee9-5655-994d-8529-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:04.052073 | 0.03s 2025-12-02 14:24:12.351740 | fa163ee9-5655-994d-8529-000000000947 | TASK | Check all networks Gateway availability 2025-12-02 14:24:12.378178 | fa163ee9-5655-994d-8529-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:04.098336 | 0.03s 2025-12-02 14:24:12.395962 | fa163ee9-5655-994d-8529-000000000949 | TASK | Check Controllers availability 2025-12-02 14:24:12.460453 | fa163ee9-5655-994d-8529-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-12-02 14:24:12.468272 | fa163ee9-5655-994d-8529-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-12-02 14:24:12.473935 | fa163ee9-5655-994d-8529-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-12-02 14:24:12.480401 | fa163ee9-5655-994d-8529-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-12-02 14:24:12.486057 | fa163ee9-5655-994d-8529-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-12-02 14:24:12.492472 | fa163ee9-5655-994d-8529-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-12-02 14:24:12.501080 | fa163ee9-5655-994d-8529-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:04.221215 | 0.10s 2025-12-02 14:24:12.524662 | fa163ee9-5655-994d-8529-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-12-02 14:24:12.547543 | fa163ee9-5655-994d-8529-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-12-02 14:24:12.548889 | fa163ee9-5655-994d-8529-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:04.269044 | 0.02s PLAY [Server pre deployment steps] ********************************************* 2025-12-02 14:24:12.720260 | fa163ee9-5655-994d-8529-00000000009a | TASK | Server pre deployments 2025-12-02 14:24:12.751295 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-00000000009a') missing from stats 2025-12-02 14:24:12.774974 | fa163ee9-5655-994d-8529-00000000009e | TASK | Hiera config 2025-12-02 14:24:12.804878 | fa163ee9-5655-994d-8529-00000000009e | TIMING | Hiera config | standalone | 0:01:04.525019 | 0.03s 2025-12-02 14:24:12.850589 | fa163ee9-5655-994d-8529-00000000099e | TASK | Create /etc/puppet/hieradata 2025-12-02 14:24:13.110864 | fa163ee9-5655-994d-8529-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-12-02 14:24:13.112756 | fa163ee9-5655-994d-8529-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:04.832902 | 0.26s 2025-12-02 14:24:13.141607 | fa163ee9-5655-994d-8529-00000000099f | TASK | Write hiera config 2025-12-02 14:24:13.618105 | fa163ee9-5655-994d-8529-00000000099f | OK | Write hiera config | standalone 2025-12-02 14:24:13.619726 | fa163ee9-5655-994d-8529-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:05.339881 | 0.48s 2025-12-02 14:24:13.672887 | fa163ee9-5655-994d-8529-00000000009f | TASK | Hiera symlink 2025-12-02 14:24:13.896869 | fa163ee9-5655-994d-8529-00000000009f | OK | Hiera symlink | standalone 2025-12-02 14:24:13.898332 | fa163ee9-5655-994d-8529-00000000009f | TIMING | Hiera symlink | standalone | 0:01:05.618489 | 0.22s 2025-12-02 14:24:13.925396 | fa163ee9-5655-994d-8529-0000000000a0 | TASK | Hieradata from vars 2025-12-02 14:24:13.945011 | fa163ee9-5655-994d-8529-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:05.665160 | 0.02s 2025-12-02 14:24:14.008971 | fa163ee9-5655-994d-8529-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-12-02 14:24:14.485011 | fa163ee9-5655-994d-8529-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-12-02 14:24:14.486500 | fa163ee9-5655-994d-8529-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:06.206653 | 0.48s 2025-12-02 14:24:14.515338 | fa163ee9-5655-994d-8529-0000000009fa | TASK | Render hieradata from template 2025-12-02 14:24:15.020751 | fa163ee9-5655-994d-8529-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-12-02 14:24:15.022596 | fa163ee9-5655-994d-8529-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.742745 | 0.51s 2025-12-02 14:24:15.532839 | fa163ee9-5655-994d-8529-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-12-02 14:24:15.533497 | fa163ee9-5655-994d-8529-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.253665 | 1.02s 2025-12-02 14:24:16.141307 | fa163ee9-5655-994d-8529-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-12-02 14:24:16.142123 | fa163ee9-5655-994d-8529-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.862292 | 1.63s 2025-12-02 14:24:16.550921 | fa163ee9-5655-994d-8529-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-12-02 14:24:16.552123 | fa163ee9-5655-994d-8529-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.272282 | 2.04s 2025-12-02 14:24:16.955657 | fa163ee9-5655-994d-8529-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-12-02 14:24:16.956207 | fa163ee9-5655-994d-8529-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.676377 | 2.44s 2025-12-02 14:24:17.370276 | fa163ee9-5655-994d-8529-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-12-02 14:24:17.372399 | fa163ee9-5655-994d-8529-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.092559 | 2.86s 2025-12-02 14:24:17.844968 | fa163ee9-5655-994d-8529-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-12-02 14:24:17.845590 | fa163ee9-5655-994d-8529-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.565759 | 3.33s 2025-12-02 14:24:18.301643 | fa163ee9-5655-994d-8529-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-12-02 14:24:18.303665 | fa163ee9-5655-994d-8529-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.023823 | 3.79s 2025-12-02 14:24:18.782755 | fa163ee9-5655-994d-8529-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-12-02 14:24:18.784783 | fa163ee9-5655-994d-8529-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.504951 | 4.27s 2025-12-02 14:24:19.288446 | fa163ee9-5655-994d-8529-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-02 14:24:19.290518 | fa163ee9-5655-994d-8529-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.010676 | 4.77s 2025-12-02 14:24:19.303531 | fa163ee9-5655-994d-8529-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.023682 | 4.79s 2025-12-02 14:24:19.357245 | fa163ee9-5655-994d-8529-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-12-02 14:24:19.391288 | fa163ee9-5655-994d-8529-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:11.111437 | 0.03s 2025-12-02 14:24:19.466870 | fa163ee9-5655-994d-8529-000000000a9e | TASK | Check for hieradata file 2025-12-02 14:24:19.697380 | fa163ee9-5655-994d-8529-000000000a9e | OK | Check for hieradata file | standalone 2025-12-02 14:24:19.698908 | fa163ee9-5655-994d-8529-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:11.419056 | 0.23s 2025-12-02 14:24:19.728692 | fa163ee9-5655-994d-8529-000000000aa0 | TASK | Get existing data 2025-12-02 14:24:19.779070 | fa163ee9-5655-994d-8529-000000000aa0 | SKIPPED | Get existing data | standalone 2025-12-02 14:24:19.780471 | fa163ee9-5655-994d-8529-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:11.500618 | 0.05s 2025-12-02 14:24:19.807238 | fa163ee9-5655-994d-8529-000000000aa1 | TASK | Set data fact 2025-12-02 14:24:19.858574 | fa163ee9-5655-994d-8529-000000000aa1 | SKIPPED | Set data fact | standalone 2025-12-02 14:24:19.859624 | fa163ee9-5655-994d-8529-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:11.579780 | 0.05s 2025-12-02 14:24:19.880317 | fa163ee9-5655-994d-8529-000000000aa3 | TASK | Write ansible hieradata file 2025-12-02 14:24:20.432651 | fa163ee9-5655-994d-8529-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-12-02 14:24:20.434088 | fa163ee9-5655-994d-8529-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:12.154240 | 0.55s 2025-12-02 14:24:20.537489 | fa163ee9-5655-994d-8529-0000000000a2 | TIMING | include_tasks | standalone | 0:01:12.257642 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-12-02 14:24:20.681173 | fa163ee9-5655-994d-8529-0000000000a6 | TASK | Host prep steps 2025-12-02 14:24:20.725305 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000a6') missing from stats 2025-12-02 14:24:20.801531 | fa163ee9-5655-994d-8529-0000000000a7 | TASK | Deploy Artifacts 2025-12-02 14:24:20.880689 | fa163ee9-5655-994d-8529-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-12-02 14:24:20.881424 | fa163ee9-5655-994d-8529-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:12.601572 | 0.08s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-02 14:24:20.929223 | fa163ee9-5655-994d-8529-0000000000a8 | TIMING | include_tasks | standalone | 0:01:12.649371 | 0.03s 2025-12-02 14:24:21.146265 | 9d89b8e7-8d4b-46ce-a498-dbdfa7e1c156 | INCLUDED | /root/standalone-ansible-oxw8emgm/Standalone/host_prep_tasks.yaml | standalone 2025-12-02 14:24:21.208265 | fa163ee9-5655-994d-8529-000000000b1e | TASK | Run firewall role 2025-12-02 14:24:21.224184 | fa163ee9-5655-994d-8529-000000000b1e | TIMING | Run firewall role | standalone | 0:01:12.944340 | 0.01s 2025-12-02 14:24:21.279103 | fa163ee9-5655-994d-8529-000000000c38 | TASK | Gather variables for each operating system 2025-12-02 14:24:21.361836 | fa163ee9-5655-994d-8529-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-12-02 14:24:21.362847 | fa163ee9-5655-994d-8529-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.083007 | 0.08s 2025-12-02 14:24:21.367581 | fa163ee9-5655-994d-8529-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.087747 | 0.09s 2025-12-02 14:24:21.388780 | fa163ee9-5655-994d-8529-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-12-02 14:24:24.376704 | fa163ee9-5655-994d-8529-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-12-02 14:24:24.377704 | fa163ee9-5655-994d-8529-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:16.097868 | 2.99s 2025-12-02 14:24:24.398488 | fa163ee9-5655-994d-8529-000000000c3d | TASK | Create empty var for masquerade rules 2025-12-02 14:24:24.436221 | fa163ee9-5655-994d-8529-000000000c3d | OK | Create empty var for masquerade rules | standalone 2025-12-02 14:24:24.437115 | fa163ee9-5655-994d-8529-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:16.157278 | 0.04s 2025-12-02 14:24:24.455272 | fa163ee9-5655-994d-8529-000000000c3e | TASK | Enable masquerade 2025-12-02 14:24:24.501870 | fa163ee9-5655-994d-8529-000000000c3e | SKIPPED | Enable masquerade | standalone 2025-12-02 14:24:24.502765 | fa163ee9-5655-994d-8529-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:16.222930 | 0.05s 2025-12-02 14:24:24.520945 | fa163ee9-5655-994d-8529-000000000c3f | TASK | Set the default frontend firewall rules 2025-12-02 14:24:24.559952 | fa163ee9-5655-994d-8529-000000000c3f | OK | Set the default frontend firewall rules | standalone 2025-12-02 14:24:24.560907 | fa163ee9-5655-994d-8529-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:16.281071 | 0.04s 2025-12-02 14:24:24.580978 | fa163ee9-5655-994d-8529-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2025-12-02 14:24:24.630031 | fa163ee9-5655-994d-8529-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-12-02 14:24:24.631189 | fa163ee9-5655-994d-8529-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:16.351352 | 0.05s 2025-12-02 14:24:24.652348 | fa163ee9-5655-994d-8529-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2025-12-02 14:24:24.690256 | fa163ee9-5655-994d-8529-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-02 14:24:24.691153 | fa163ee9-5655-994d-8529-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:16.411315 | 0.04s 2025-12-02 14:24:24.711445 | fa163ee9-5655-994d-8529-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2025-12-02 14:24:24.750121 | fa163ee9-5655-994d-8529-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-12-02 14:24:24.751029 | fa163ee9-5655-994d-8529-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:16.471192 | 0.04s 2025-12-02 14:24:24.771001 | fa163ee9-5655-994d-8529-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2025-12-02 14:24:24.808374 | fa163ee9-5655-994d-8529-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-02 14:24:24.809298 | fa163ee9-5655-994d-8529-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:16.529461 | 0.04s 2025-12-02 14:24:24.837142 | fa163ee9-5655-994d-8529-000000000c48 | TASK | Enable LOG rules 2025-12-02 14:24:24.868820 | fa163ee9-5655-994d-8529-000000000c48 | SKIPPED | Enable LOG rules | standalone 2025-12-02 14:24:24.869770 | fa163ee9-5655-994d-8529-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:16.589931 | 0.03s 2025-12-02 14:24:24.888058 | fa163ee9-5655-994d-8529-000000000c49 | TASK | Set rule fact 2025-12-02 14:24:24.980994 | fa163ee9-5655-994d-8529-000000000c49 | OK | Set rule fact | standalone 2025-12-02 14:24:24.982915 | fa163ee9-5655-994d-8529-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:16.703078 | 0.09s 2025-12-02 14:24:25.002861 | fa163ee9-5655-994d-8529-000000000c4a | TASK | Manage rules via nftables 2025-12-02 14:24:25.029275 | fa163ee9-5655-994d-8529-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:16.749432 | 0.03s 2025-12-02 14:24:25.096231 | fa163ee9-5655-994d-8529-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:16.816388 | 0.03s 2025-12-02 14:24:25.107793 | 9372b30d-bbb6-4e1c-9efe-f896486e1271 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-12-02 14:24:25.130179 | fa163ee9-5655-994d-8529-000000000d11 | TASK | Ensure legacy iptables services are off 2025-12-02 14:24:25.558036 | fa163ee9-5655-994d-8529-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-12-02 14:24:25.559643 | fa163ee9-5655-994d-8529-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.279803 | 0.43s 2025-12-02 14:24:25.950997 | fa163ee9-5655-994d-8529-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-12-02 14:24:25.953133 | fa163ee9-5655-994d-8529-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.673298 | 0.82s 2025-12-02 14:24:25.964309 | fa163ee9-5655-994d-8529-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.684474 | 0.83s 2025-12-02 14:24:25.984393 | fa163ee9-5655-994d-8529-000000000d12 | TASK | Ensure nftables service is enabled and running 2025-12-02 14:24:27.620140 | fa163ee9-5655-994d-8529-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-12-02 14:24:27.622605 | fa163ee9-5655-994d-8529-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.342755 | 1.64s 2025-12-02 14:24:27.650905 | fa163ee9-5655-994d-8529-000000000d13 | TASK | Empty nftables from anything that may lay around 2025-12-02 14:24:27.680513 | fa163ee9-5655-994d-8529-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-12-02 14:24:27.681529 | fa163ee9-5655-994d-8529-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.401689 | 0.03s 2025-12-02 14:24:27.725164 | fa163ee9-5655-994d-8529-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.445322 | 0.02s 2025-12-02 14:24:27.752333 | 8bff2c48-30ea-4216-b779-d3a9cb093294 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-12-02 14:24:27.786841 | fa163ee9-5655-994d-8529-000000000d42 | TASK | Push empty ruleset 2025-12-02 14:24:28.199625 | fa163ee9-5655-994d-8529-000000000d42 | CHANGED | Push empty ruleset | standalone 2025-12-02 14:24:28.201252 | fa163ee9-5655-994d-8529-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:19.921402 | 0.41s 2025-12-02 14:24:28.222467 | fa163ee9-5655-994d-8529-000000000d43 | TASK | Load empty ruleset 2025-12-02 14:24:28.466639 | fa163ee9-5655-994d-8529-000000000d43 | CHANGED | Load empty ruleset | standalone 2025-12-02 14:24:28.467612 | fa163ee9-5655-994d-8529-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.187773 | 0.24s 2025-12-02 14:24:28.488687 | fa163ee9-5655-994d-8529-000000000d45 | TASK | Use default rules 2025-12-02 14:24:28.562133 | fa163ee9-5655-994d-8529-000000000d45 | OK | Use default rules | standalone 2025-12-02 14:24:28.565077 | fa163ee9-5655-994d-8529-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.285235 | 0.08s 2025-12-02 14:24:28.587146 | fa163ee9-5655-994d-8529-000000000d46 | TASK | Enable LOG rules 2025-12-02 14:24:28.666788 | fa163ee9-5655-994d-8529-000000000d46 | OK | Enable LOG rules | standalone 2025-12-02 14:24:28.668285 | fa163ee9-5655-994d-8529-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.388451 | 0.08s 2025-12-02 14:24:28.687915 | fa163ee9-5655-994d-8529-000000000d48 | TASK | Get current nftables content 2025-12-02 14:24:28.925843 | fa163ee9-5655-994d-8529-000000000d48 | CHANGED | Get current nftables content | standalone 2025-12-02 14:24:28.926886 | fa163ee9-5655-994d-8529-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:20.647049 | 0.24s 2025-12-02 14:24:28.945798 | fa163ee9-5655-994d-8529-000000000d4a | TASK | Generate chain jumps 2025-12-02 14:24:29.442826 | fa163ee9-5655-994d-8529-000000000d4a | CHANGED | Generate chain jumps | standalone 2025-12-02 14:24:29.443974 | fa163ee9-5655-994d-8529-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.164135 | 0.50s 2025-12-02 14:24:29.466108 | fa163ee9-5655-994d-8529-000000000d4b | TASK | Generate chain jumps 2025-12-02 14:24:30.019427 | fa163ee9-5655-994d-8529-000000000d4b | CHANGED | Generate chain jumps | standalone 2025-12-02 14:24:30.021032 | fa163ee9-5655-994d-8529-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.741187 | 0.55s 2025-12-02 14:24:30.049327 | fa163ee9-5655-994d-8529-000000000d4c | TASK | Generate nft flushes 2025-12-02 14:24:30.474800 | fa163ee9-5655-994d-8529-000000000d4c | CHANGED | Generate nft flushes | standalone 2025-12-02 14:24:30.475689 | fa163ee9-5655-994d-8529-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.195855 | 0.42s 2025-12-02 14:24:30.494085 | fa163ee9-5655-994d-8529-000000000d4d | TASK | Generate nft tripleo chains 2025-12-02 14:24:30.958519 | fa163ee9-5655-994d-8529-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2025-12-02 14:24:30.959524 | fa163ee9-5655-994d-8529-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:22.679687 | 0.46s 2025-12-02 14:24:30.980572 | fa163ee9-5655-994d-8529-000000000d4e | TASK | Generate nft ruleset in static file 2025-12-02 14:24:32.641517 | fa163ee9-5655-994d-8529-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2025-12-02 14:24:32.642555 | fa163ee9-5655-994d-8529-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:24.362717 | 1.66s 2025-12-02 14:24:32.663451 | fa163ee9-5655-994d-8529-000000000d50 | TASK | Validate all of the generated content before loading 2025-12-02 14:24:33.215658 | fa163ee9-5655-994d-8529-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2025-12-02 14:24:33.216770 | fa163ee9-5655-994d-8529-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:24.936932 | 0.55s 2025-12-02 14:24:33.237262 | fa163ee9-5655-994d-8529-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2025-12-02 14:24:33.457205 | fa163ee9-5655-994d-8529-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-12-02 14:24:33.458684 | fa163ee9-5655-994d-8529-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.178842 | 0.22s 2025-12-02 14:24:33.505792 | fa163ee9-5655-994d-8529-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.225780 | 0.03s 2025-12-02 14:24:33.527861 | cd7cd8ea-c1c9-4edc-80f0-8abde3fca67d | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-12-02 14:24:33.583191 | fa163ee9-5655-994d-8529-000000000db9 | TASK | Inject our custom chains in nftables 2025-12-02 14:24:33.814066 | fa163ee9-5655-994d-8529-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2025-12-02 14:24:33.815244 | fa163ee9-5655-994d-8529-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:25.535403 | 0.23s 2025-12-02 14:24:33.844133 | fa163ee9-5655-994d-8529-000000000dba | TASK | Reload custom nftables ruleset files 2025-12-02 14:24:34.107674 | fa163ee9-5655-994d-8529-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2025-12-02 14:24:34.109765 | fa163ee9-5655-994d-8529-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:25.829922 | 0.26s 2025-12-02 14:24:34.186789 | fa163ee9-5655-994d-8529-000000000b1f | TASK | create persistent logs directory 2025-12-02 14:24:34.492876 | fa163ee9-5655-994d-8529-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-02 14:24:34.493942 | fa163ee9-5655-994d-8529-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.214104 | 0.31s 2025-12-02 14:24:34.687046 | fa163ee9-5655-994d-8529-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-12-02 14:24:34.687923 | fa163ee9-5655-994d-8529-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.408089 | 0.50s 2025-12-02 14:24:34.692638 | fa163ee9-5655-994d-8529-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.412790 | 0.50s 2025-12-02 14:24:34.718510 | fa163ee9-5655-994d-8529-000000000b20 | TASK | create persistent directories 2025-12-02 14:24:34.932437 | fa163ee9-5655-994d-8529-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-02 14:24:34.933336 | fa163ee9-5655-994d-8529-000000000b20 | TIMING | create persistent directories | standalone | 0:01:26.653500 | 0.21s 2025-12-02 14:24:34.941142 | fa163ee9-5655-994d-8529-000000000b20 | TIMING | create persistent directories | standalone | 0:01:26.661289 | 0.22s 2025-12-02 14:24:34.960447 | fa163ee9-5655-994d-8529-000000000b21 | TASK | create persistent directories 2025-12-02 14:24:35.236087 | fa163ee9-5655-994d-8529-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-02 14:24:35.238088 | fa163ee9-5655-994d-8529-000000000b21 | TIMING | create persistent directories | standalone | 0:01:26.958238 | 0.28s 2025-12-02 14:24:35.423153 | fa163ee9-5655-994d-8529-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-12-02 14:24:35.424006 | fa163ee9-5655-994d-8529-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.144172 | 0.46s 2025-12-02 14:24:35.429216 | fa163ee9-5655-994d-8529-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.149378 | 0.47s 2025-12-02 14:24:35.449034 | fa163ee9-5655-994d-8529-000000000b22 | TASK | create persistent directories 2025-12-02 14:24:35.665367 | fa163ee9-5655-994d-8529-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-12-02 14:24:35.666436 | fa163ee9-5655-994d-8529-000000000b22 | TIMING | create persistent directories | standalone | 0:01:27.386577 | 0.22s 2025-12-02 14:24:35.839624 | fa163ee9-5655-994d-8529-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-12-02 14:24:35.841372 | fa163ee9-5655-994d-8529-000000000b22 | TIMING | create persistent directories | standalone | 0:01:27.561536 | 0.39s 2025-12-02 14:24:35.852037 | fa163ee9-5655-994d-8529-000000000b22 | TIMING | create persistent directories | standalone | 0:01:27.572196 | 0.40s 2025-12-02 14:24:35.873166 | fa163ee9-5655-994d-8529-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-12-02 14:24:36.916025 | fa163ee9-5655-994d-8529-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-12-02 14:24:36.917381 | fa163ee9-5655-994d-8529-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:28.637544 | 1.04s 2025-12-02 14:24:36.937267 | fa163ee9-5655-994d-8529-000000000b24 | TASK | create persistent directories 2025-12-02 14:24:37.201011 | fa163ee9-5655-994d-8529-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-12-02 14:24:37.201876 | fa163ee9-5655-994d-8529-000000000b24 | TIMING | create persistent directories | standalone | 0:01:28.922042 | 0.26s 2025-12-02 14:24:37.209881 | fa163ee9-5655-994d-8529-000000000b24 | TIMING | create persistent directories | standalone | 0:01:28.930032 | 0.27s 2025-12-02 14:24:37.237061 | fa163ee9-5655-994d-8529-000000000b25 | TASK | create persistent directories 2025-12-02 14:24:37.506472 | fa163ee9-5655-994d-8529-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-02 14:24:37.507360 | fa163ee9-5655-994d-8529-000000000b25 | TIMING | create persistent directories | standalone | 0:01:29.227523 | 0.27s 2025-12-02 14:24:37.736141 | fa163ee9-5655-994d-8529-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-12-02 14:24:37.737380 | fa163ee9-5655-994d-8529-000000000b25 | TIMING | create persistent directories | standalone | 0:01:29.457538 | 0.50s 2025-12-02 14:24:37.752589 | fa163ee9-5655-994d-8529-000000000b25 | TIMING | create persistent directories | standalone | 0:01:29.472713 | 0.51s 2025-12-02 14:24:37.781987 | fa163ee9-5655-994d-8529-000000000b26 | TASK | create fcontext entry for cinder data 2025-12-02 14:24:39.224373 | fa163ee9-5655-994d-8529-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-12-02 14:24:39.225652 | fa163ee9-5655-994d-8529-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:30.945817 | 1.44s 2025-12-02 14:24:39.245556 | fa163ee9-5655-994d-8529-000000000b27 | TASK | create persistent directories 2025-12-02 14:24:39.520255 | fa163ee9-5655-994d-8529-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-02 14:24:39.521380 | fa163ee9-5655-994d-8529-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.241539 | 0.28s 2025-12-02 14:24:39.732827 | fa163ee9-5655-994d-8529-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-12-02 14:24:39.733956 | fa163ee9-5655-994d-8529-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.454116 | 0.49s 2025-12-02 14:24:39.741374 | fa163ee9-5655-994d-8529-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.461526 | 0.49s 2025-12-02 14:24:39.769237 | fa163ee9-5655-994d-8529-000000000b28 | TASK | ensure ceph configurations exist 2025-12-02 14:24:39.973985 | fa163ee9-5655-994d-8529-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-12-02 14:24:39.975377 | fa163ee9-5655-994d-8529-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:31.695533 | 0.20s 2025-12-02 14:24:40.000693 | fa163ee9-5655-994d-8529-000000000b29 | TASK | create persistent directories 2025-12-02 14:24:40.202688 | fa163ee9-5655-994d-8529-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-02 14:24:40.204151 | fa163ee9-5655-994d-8529-000000000b29 | TIMING | create persistent directories | standalone | 0:01:31.924314 | 0.20s 2025-12-02 14:24:40.214355 | fa163ee9-5655-994d-8529-000000000b29 | TIMING | create persistent directories | standalone | 0:01:31.934515 | 0.21s 2025-12-02 14:24:40.232452 | fa163ee9-5655-994d-8529-000000000b2b | TASK | Create cinder image conversion directory 2025-12-02 14:24:40.248167 | fa163ee9-5655-994d-8529-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-12-02 14:24:40.248863 | fa163ee9-5655-994d-8529-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:31.969029 | 0.02s 2025-12-02 14:24:40.266654 | fa163ee9-5655-994d-8529-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-12-02 14:24:40.284220 | fa163ee9-5655-994d-8529-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-12-02 14:24:40.285147 | fa163ee9-5655-994d-8529-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:32.005313 | 0.02s 2025-12-02 14:24:40.305930 | fa163ee9-5655-994d-8529-000000000b2e | TASK | cinder_configure_lvm fact 2025-12-02 14:24:40.324899 | fa163ee9-5655-994d-8529-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-12-02 14:24:40.326079 | fa163ee9-5655-994d-8529-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:32.046236 | 0.02s 2025-12-02 14:24:40.352796 | fa163ee9-5655-994d-8529-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-12-02 14:24:40.369727 | fa163ee9-5655-994d-8529-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-12-02 14:24:40.370523 | fa163ee9-5655-994d-8529-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:32.090687 | 0.02s 2025-12-02 14:24:40.390653 | fa163ee9-5655-994d-8529-000000000b31 | TASK | cinder create LVM volume group dd 2025-12-02 14:24:40.406460 | fa163ee9-5655-994d-8529-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-12-02 14:24:40.407145 | fa163ee9-5655-994d-8529-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:32.127309 | 0.02s 2025-12-02 14:24:40.427059 | fa163ee9-5655-994d-8529-000000000b32 | TASK | Get or create LVM loopback device 2025-12-02 14:24:40.445881 | fa163ee9-5655-994d-8529-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-12-02 14:24:40.446703 | fa163ee9-5655-994d-8529-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:32.166865 | 0.02s 2025-12-02 14:24:40.467163 | fa163ee9-5655-994d-8529-000000000b33 | TASK | Create LVM volume group 2025-12-02 14:24:40.485463 | fa163ee9-5655-994d-8529-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-12-02 14:24:40.486040 | fa163ee9-5655-994d-8529-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:32.206206 | 0.02s 2025-12-02 14:24:40.503499 | fa163ee9-5655-994d-8529-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-12-02 14:24:40.522245 | fa163ee9-5655-994d-8529-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-12-02 14:24:40.523170 | fa163ee9-5655-994d-8529-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:32.243330 | 0.02s 2025-12-02 14:24:40.544193 | fa163ee9-5655-994d-8529-000000000b35 | TASK | cinder enable the LVM losetup service 2025-12-02 14:24:40.570282 | fa163ee9-5655-994d-8529-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-12-02 14:24:40.571141 | fa163ee9-5655-994d-8529-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:32.291303 | 0.03s 2025-12-02 14:24:40.592436 | fa163ee9-5655-994d-8529-000000000b37 | TASK | allow logrotate to read inside containers 2025-12-02 14:24:41.563128 | fa163ee9-5655-994d-8529-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-12-02 14:24:41.564236 | fa163ee9-5655-994d-8529-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:33.284399 | 0.97s 2025-12-02 14:24:41.586234 | fa163ee9-5655-994d-8529-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-12-02 14:24:43.939115 | fa163ee9-5655-994d-8529-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-12-02 14:24:43.940247 | fa163ee9-5655-994d-8529-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:35.660413 | 2.35s 2025-12-02 14:24:43.984779 | fa163ee9-5655-994d-8529-000000000b3a | OK | set_fact | standalone 2025-12-02 14:24:43.985658 | fa163ee9-5655-994d-8529-000000000b3a | TIMING | set_fact | standalone | 0:01:35.705824 | 0.03s 2025-12-02 14:24:44.027990 | fa163ee9-5655-994d-8529-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:35.748146 | 0.02s 2025-12-02 14:24:44.066534 | fa163ee9-5655-994d-8529-000000000f06 | TASK | ensure apache is installed 2025-12-02 14:24:50.867591 | fa163ee9-5655-994d-8529-000000000f06 | CHANGED | ensure apache is installed | standalone 2025-12-02 14:24:50.869154 | fa163ee9-5655-994d-8529-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:42.589309 | 6.80s 2025-12-02 14:24:50.895829 | fa163ee9-5655-994d-8529-000000000f07 | TASK | create image data directory 2025-12-02 14:24:51.126696 | fa163ee9-5655-994d-8529-000000000f07 | CHANGED | create image data directory | standalone 2025-12-02 14:24:51.127957 | fa163ee9-5655-994d-8529-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:42.848117 | 0.23s 2025-12-02 14:24:51.154599 | fa163ee9-5655-994d-8529-000000000f08 | TASK | create /v2/ response file 2025-12-02 14:24:51.641310 | fa163ee9-5655-994d-8529-000000000f08 | CHANGED | create /v2/ response file | standalone 2025-12-02 14:24:51.642309 | fa163ee9-5655-994d-8529-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:43.362473 | 0.49s 2025-12-02 14:24:51.667777 | fa163ee9-5655-994d-8529-000000000f09 | TASK | Add listen line 2025-12-02 14:24:52.052333 | fa163ee9-5655-994d-8529-000000000f09 | CHANGED | Add listen line | standalone 2025-12-02 14:24:52.053924 | fa163ee9-5655-994d-8529-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:43.774076 | 0.38s 2025-12-02 14:24:52.082885 | fa163ee9-5655-994d-8529-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-12-02 14:24:52.531787 | fa163ee9-5655-994d-8529-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-12-02 14:24:52.532864 | fa163ee9-5655-994d-8529-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:44.253022 | 0.45s 2025-12-02 14:24:52.554946 | fa163ee9-5655-994d-8529-000000000f0b | TASK | Image-Serve | restart httpd 2025-12-02 14:24:53.431821 | fa163ee9-5655-994d-8529-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2025-12-02 14:24:53.433177 | fa163ee9-5655-994d-8529-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:45.153345 | 0.88s 2025-12-02 14:24:53.474444 | fa163ee9-5655-994d-8529-000000000b3d | TASK | create persistent logs directory 2025-12-02 14:24:53.717088 | fa163ee9-5655-994d-8529-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-12-02 14:24:53.720900 | fa163ee9-5655-994d-8529-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.441049 | 0.25s 2025-12-02 14:24:53.921389 | fa163ee9-5655-994d-8529-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-12-02 14:24:53.922942 | fa163ee9-5655-994d-8529-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.643106 | 0.45s 2025-12-02 14:24:53.933905 | fa163ee9-5655-994d-8529-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.654057 | 0.46s 2025-12-02 14:24:53.960674 | fa163ee9-5655-994d-8529-000000000b3e | TASK | Mount NFS on host 2025-12-02 14:24:53.978919 | fa163ee9-5655-994d-8529-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-12-02 14:24:53.980275 | fa163ee9-5655-994d-8529-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:45.700429 | 0.02s 2025-12-02 14:24:54.007497 | fa163ee9-5655-994d-8529-000000000b3f | TASK | Mount Node Staging Location 2025-12-02 14:24:54.036654 | fa163ee9-5655-994d-8529-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-12-02 14:24:54.037993 | fa163ee9-5655-994d-8529-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:45.758147 | 0.03s 2025-12-02 14:24:54.067763 | fa163ee9-5655-994d-8529-000000000b40 | TASK | ensure /var/lib/glance exists 2025-12-02 14:24:54.305321 | fa163ee9-5655-994d-8529-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-12-02 14:24:54.306187 | fa163ee9-5655-994d-8529-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:46.026354 | 0.24s 2025-12-02 14:24:54.328542 | fa163ee9-5655-994d-8529-000000000b41 | TASK | create logs directory 2025-12-02 14:24:54.546155 | fa163ee9-5655-994d-8529-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-12-02 14:24:54.547119 | fa163ee9-5655-994d-8529-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.267282 | 0.22s 2025-12-02 14:24:54.726755 | fa163ee9-5655-994d-8529-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-12-02 14:24:54.728673 | fa163ee9-5655-994d-8529-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.448832 | 0.40s 2025-12-02 14:24:54.739342 | fa163ee9-5655-994d-8529-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.459502 | 0.41s 2025-12-02 14:24:54.767304 | fa163ee9-5655-994d-8529-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-12-02 14:24:54.796563 | fa163ee9-5655-994d-8529-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-12-02 14:24:54.797852 | fa163ee9-5655-994d-8529-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:46.518001 | 0.03s 2025-12-02 14:24:54.825451 | fa163ee9-5655-994d-8529-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-12-02 14:24:55.016237 | fa163ee9-5655-994d-8529-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-12-02 14:24:55.017985 | fa163ee9-5655-994d-8529-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:46.738142 | 0.19s 2025-12-02 14:24:55.044321 | fa163ee9-5655-994d-8529-000000000b44 | TASK | create persistent directories 2025-12-02 14:24:55.259984 | fa163ee9-5655-994d-8529-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-12-02 14:24:55.261606 | fa163ee9-5655-994d-8529-000000000b44 | TIMING | create persistent directories | standalone | 0:01:46.981755 | 0.22s 2025-12-02 14:24:55.267640 | fa163ee9-5655-994d-8529-000000000b44 | TIMING | create persistent directories | standalone | 0:01:46.987797 | 0.22s 2025-12-02 14:24:55.293984 | fa163ee9-5655-994d-8529-000000000b45 | TASK | create persistent data directory 2025-12-02 14:24:55.503613 | fa163ee9-5655-994d-8529-000000000b45 | OK | create persistent data directory | standalone 2025-12-02 14:24:55.505392 | fa163ee9-5655-994d-8529-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:47.225541 | 0.21s 2025-12-02 14:24:55.536273 | fa163ee9-5655-994d-8529-000000000b46 | TASK | get parameters 2025-12-02 14:24:55.575358 | fa163ee9-5655-994d-8529-000000000b46 | OK | get parameters | standalone 2025-12-02 14:24:55.576696 | fa163ee9-5655-994d-8529-000000000b46 | TIMING | get parameters | standalone | 0:01:47.296853 | 0.04s 2025-12-02 14:24:55.602793 | fa163ee9-5655-994d-8529-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-12-02 14:24:55.652600 | fa163ee9-5655-994d-8529-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-12-02 14:24:55.653987 | fa163ee9-5655-994d-8529-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:47.374130 | 0.05s 2025-12-02 14:24:55.680568 | fa163ee9-5655-994d-8529-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-12-02 14:24:55.738058 | fa163ee9-5655-994d-8529-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-12-02 14:24:55.739297 | fa163ee9-5655-994d-8529-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:47.459453 | 0.06s 2025-12-02 14:24:55.766300 | fa163ee9-5655-994d-8529-000000000b4a | TASK | get haproxy status 2025-12-02 14:24:55.815450 | fa163ee9-5655-994d-8529-000000000b4a | SKIPPED | get haproxy status | standalone 2025-12-02 14:24:55.816376 | fa163ee9-5655-994d-8529-000000000b4a | TIMING | get haproxy status | standalone | 0:01:47.536539 | 0.05s 2025-12-02 14:24:55.836742 | fa163ee9-5655-994d-8529-000000000b4b | TASK | get pacemaker status 2025-12-02 14:24:55.884248 | fa163ee9-5655-994d-8529-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-12-02 14:24:55.885485 | fa163ee9-5655-994d-8529-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:47.605641 | 0.05s 2025-12-02 14:24:55.912900 | fa163ee9-5655-994d-8529-000000000b4c | TASK | get docker status 2025-12-02 14:24:55.965031 | fa163ee9-5655-994d-8529-000000000b4c | SKIPPED | get docker status | standalone 2025-12-02 14:24:55.966191 | fa163ee9-5655-994d-8529-000000000b4c | TIMING | get docker status | standalone | 0:01:47.686347 | 0.05s 2025-12-02 14:24:55.992249 | fa163ee9-5655-994d-8529-000000000b4d | TASK | get container_id 2025-12-02 14:24:56.043032 | fa163ee9-5655-994d-8529-000000000b4d | SKIPPED | get container_id | standalone 2025-12-02 14:24:56.044026 | fa163ee9-5655-994d-8529-000000000b4d | TIMING | get container_id | standalone | 0:01:47.764188 | 0.05s 2025-12-02 14:24:56.069517 | fa163ee9-5655-994d-8529-000000000b4e | TASK | get pcs resource name for haproxy container 2025-12-02 14:24:56.122105 | fa163ee9-5655-994d-8529-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-12-02 14:24:56.123708 | fa163ee9-5655-994d-8529-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:47.843858 | 0.05s 2025-12-02 14:24:56.148893 | fa163ee9-5655-994d-8529-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-12-02 14:24:56.198007 | fa163ee9-5655-994d-8529-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-12-02 14:24:56.199222 | fa163ee9-5655-994d-8529-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:47.919379 | 0.05s 2025-12-02 14:24:56.225570 | fa163ee9-5655-994d-8529-000000000b50 | TASK | push certificate content 2025-12-02 14:24:56.275338 | fa163ee9-5655-994d-8529-000000000b50 | SKIPPED | push certificate content | standalone 2025-12-02 14:24:56.276263 | fa163ee9-5655-994d-8529-000000000b50 | TIMING | push certificate content | standalone | 0:01:47.996425 | 0.05s 2025-12-02 14:24:56.304796 | fa163ee9-5655-994d-8529-000000000b52 | TASK | set certificate ownership 2025-12-02 14:24:56.347399 | fa163ee9-5655-994d-8529-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-12-02 14:24:56.348784 | fa163ee9-5655-994d-8529-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:48.068939 | 0.04s 2025-12-02 14:24:56.374601 | fa163ee9-5655-994d-8529-000000000b53 | TASK | reload haproxy if enabled 2025-12-02 14:24:56.424767 | fa163ee9-5655-994d-8529-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-12-02 14:24:56.426315 | fa163ee9-5655-994d-8529-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:48.146464 | 0.05s 2025-12-02 14:24:56.452476 | fa163ee9-5655-994d-8529-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-12-02 14:24:56.492324 | fa163ee9-5655-994d-8529-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-12-02 14:24:56.493762 | fa163ee9-5655-994d-8529-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:48.213912 | 0.04s 2025-12-02 14:24:56.520957 | fa163ee9-5655-994d-8529-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-12-02 14:24:56.573544 | fa163ee9-5655-994d-8529-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-12-02 14:24:56.574775 | fa163ee9-5655-994d-8529-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:48.294932 | 0.05s 2025-12-02 14:24:56.600224 | fa163ee9-5655-994d-8529-000000000b58 | TASK | create persistent directories 2025-12-02 14:24:56.854833 | fa163ee9-5655-994d-8529-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-12-02 14:24:56.857136 | fa163ee9-5655-994d-8529-000000000b58 | TIMING | create persistent directories | standalone | 0:01:48.577288 | 0.26s 2025-12-02 14:24:57.046218 | fa163ee9-5655-994d-8529-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-12-02 14:24:57.047643 | fa163ee9-5655-994d-8529-000000000b58 | TIMING | create persistent directories | standalone | 0:01:48.767800 | 0.45s 2025-12-02 14:24:57.060023 | fa163ee9-5655-994d-8529-000000000b58 | TIMING | create persistent directories | standalone | 0:01:48.780174 | 0.46s 2025-12-02 14:24:57.086874 | fa163ee9-5655-994d-8529-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-12-02 14:25:02.406758 | fa163ee9-5655-994d-8529-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-12-02 14:25:02.407764 | fa163ee9-5655-994d-8529-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:54.127931 | 5.32s 2025-12-02 14:25:02.435529 | fa163ee9-5655-994d-8529-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-12-02 14:25:02.512993 | fa163ee9-5655-994d-8529-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.69 seconds", "Notice: Applied catalog in 0.26 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.25", " Catalog application: 0.26", " Config retrieval: 0.76", " Last run: 1764685502", " Total: 0.26", "Version:", " Config: 1764685501", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-12-02 14:25:02.514566 | fa163ee9-5655-994d-8529-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:54.234721 | 0.08s 2025-12-02 14:25:02.542765 | fa163ee9-5655-994d-8529-000000000b5b | TASK | create persistent directories 2025-12-02 14:25:02.788800 | fa163ee9-5655-994d-8529-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-02 14:25:02.790705 | fa163ee9-5655-994d-8529-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.510863 | 0.25s 2025-12-02 14:25:02.960249 | fa163ee9-5655-994d-8529-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-12-02 14:25:02.961250 | fa163ee9-5655-994d-8529-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.681412 | 0.42s 2025-12-02 14:25:02.973442 | fa163ee9-5655-994d-8529-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.693571 | 0.43s 2025-12-02 14:25:02.999209 | fa163ee9-5655-994d-8529-000000000b5c | TASK | create persistent directories 2025-12-02 14:25:03.245474 | fa163ee9-5655-994d-8529-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-02 14:25:03.247195 | fa163ee9-5655-994d-8529-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.967341 | 0.25s 2025-12-02 14:25:03.406345 | fa163ee9-5655-994d-8529-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-12-02 14:25:03.408546 | fa163ee9-5655-994d-8529-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.128703 | 0.41s 2025-12-02 14:25:03.418881 | fa163ee9-5655-994d-8529-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.139026 | 0.42s 2025-12-02 14:25:03.445581 | fa163ee9-5655-994d-8529-000000000b5d | TASK | create persistent directories 2025-12-02 14:25:03.668923 | fa163ee9-5655-994d-8529-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-02 14:25:03.671323 | fa163ee9-5655-994d-8529-000000000b5d | TIMING | create persistent directories | standalone | 0:01:55.391475 | 0.22s 2025-12-02 14:25:03.680936 | fa163ee9-5655-994d-8529-000000000b5d | TIMING | create persistent directories | standalone | 0:01:55.401093 | 0.23s 2025-12-02 14:25:03.699650 | fa163ee9-5655-994d-8529-000000000b5e | TASK | create persistent directories 2025-12-02 14:25:03.920966 | fa163ee9-5655-994d-8529-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-12-02 14:25:03.922852 | fa163ee9-5655-994d-8529-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.642997 | 0.22s 2025-12-02 14:25:04.121315 | fa163ee9-5655-994d-8529-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-12-02 14:25:04.122145 | fa163ee9-5655-994d-8529-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.842311 | 0.42s 2025-12-02 14:25:04.341959 | fa163ee9-5655-994d-8529-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-12-02 14:25:04.343767 | fa163ee9-5655-994d-8529-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.063927 | 0.64s 2025-12-02 14:25:04.603946 | fa163ee9-5655-994d-8529-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-12-02 14:25:04.605515 | fa163ee9-5655-994d-8529-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.325671 | 0.90s 2025-12-02 14:25:04.618376 | fa163ee9-5655-994d-8529-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.338530 | 0.92s 2025-12-02 14:25:04.645067 | fa163ee9-5655-994d-8529-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-12-02 14:25:05.166230 | fa163ee9-5655-994d-8529-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-12-02 14:25:05.167251 | fa163ee9-5655-994d-8529-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:56.887414 | 0.52s 2025-12-02 14:25:05.192104 | fa163ee9-5655-994d-8529-000000000b60 | TASK | create fcontext entry for iscsi 2025-12-02 14:25:06.534867 | fa163ee9-5655-994d-8529-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-02 14:25:06.537827 | fa163ee9-5655-994d-8529-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:58.257876 | 1.34s 2025-12-02 14:25:07.975467 | fa163ee9-5655-994d-8529-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-02 14:25:07.977597 | fa163ee9-5655-994d-8529-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.697751 | 2.78s 2025-12-02 14:25:09.461976 | fa163ee9-5655-994d-8529-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-02 14:25:09.463515 | fa163ee9-5655-994d-8529-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.183681 | 4.27s 2025-12-02 14:25:09.473962 | fa163ee9-5655-994d-8529-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.194119 | 4.28s 2025-12-02 14:25:09.501003 | fa163ee9-5655-994d-8529-000000000b61 | TASK | create persistent directories 2025-12-02 14:25:09.707815 | fa163ee9-5655-994d-8529-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-02 14:25:09.708731 | fa163ee9-5655-994d-8529-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.428894 | 0.21s 2025-12-02 14:25:09.928432 | fa163ee9-5655-994d-8529-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-02 14:25:09.929690 | fa163ee9-5655-994d-8529-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.649848 | 0.43s 2025-12-02 14:25:10.104848 | fa163ee9-5655-994d-8529-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-02 14:25:10.105835 | fa163ee9-5655-994d-8529-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.825999 | 0.60s 2025-12-02 14:25:10.111909 | fa163ee9-5655-994d-8529-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.832067 | 0.61s 2025-12-02 14:25:10.133008 | fa163ee9-5655-994d-8529-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-12-02 14:25:10.342592 | fa163ee9-5655-994d-8529-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-12-02 14:25:10.343343 | fa163ee9-5655-994d-8529-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:02.063509 | 0.21s 2025-12-02 14:25:10.360785 | fa163ee9-5655-994d-8529-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-12-02 14:25:10.385861 | fa163ee9-5655-994d-8529-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-12-02 14:25:10.386713 | fa163ee9-5655-994d-8529-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:02.106874 | 0.03s 2025-12-02 14:25:10.404216 | fa163ee9-5655-994d-8529-000000000b64 | TASK | Check if iscsi.service is enabled 2025-12-02 14:25:10.598607 | fa163ee9-5655-994d-8529-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-12-02 14:25:10.599452 | fa163ee9-5655-994d-8529-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:02.319604 | 0.19s 2025-12-02 14:25:10.620912 | fa163ee9-5655-994d-8529-000000000b65 | TASK | Stop iscsi.service 2025-12-02 14:25:10.649820 | fa163ee9-5655-994d-8529-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-12-02 14:25:10.651150 | fa163ee9-5655-994d-8529-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:02.371304 | 0.03s 2025-12-02 14:25:10.697848 | fa163ee9-5655-994d-8529-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:02.417990 | 0.02s 2025-12-02 14:25:10.801213 | fa163ee9-5655-994d-8529-000000001069 | TASK | Install additional packages 2025-12-02 14:25:10.817158 | fa163ee9-5655-994d-8529-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:02.537311 | 0.02s 2025-12-02 14:25:10.834978 | fa163ee9-5655-994d-8529-00000000106a | TASK | Remove dracut-config-generic 2025-12-02 14:25:14.777462 | fa163ee9-5655-994d-8529-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2025-12-02 14:25:14.778787 | fa163ee9-5655-994d-8529-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:06.498943 | 3.94s 2025-12-02 14:25:14.804674 | fa163ee9-5655-994d-8529-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-12-02 14:25:15.018228 | fa163ee9-5655-994d-8529-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-12-02 14:25:15.019635 | fa163ee9-5655-994d-8529-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:06.739791 | 0.21s 2025-12-02 14:25:15.046454 | fa163ee9-5655-994d-8529-00000000106c | TASK | Write list of modules to load at boot 2025-12-02 14:25:15.469085 | fa163ee9-5655-994d-8529-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2025-12-02 14:25:15.470584 | fa163ee9-5655-994d-8529-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:07.190739 | 0.42s 2025-12-02 14:25:15.497292 | fa163ee9-5655-994d-8529-00000000106d | TASK | Modules reload 2025-12-02 14:25:15.931161 | fa163ee9-5655-994d-8529-00000000106d | CHANGED | Modules reload | standalone 2025-12-02 14:25:15.932609 | fa163ee9-5655-994d-8529-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:07.652768 | 0.43s 2025-12-02 14:25:15.953856 | fa163ee9-5655-994d-8529-00000000106e | TASK | Set default sysctl options 2025-12-02 14:25:16.375998 | fa163ee9-5655-994d-8529-00000000106e | CHANGED | Set default sysctl options | standalone 2025-12-02 14:25:16.377655 | fa163ee9-5655-994d-8529-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:08.097806 | 0.42s 2025-12-02 14:25:16.404690 | fa163ee9-5655-994d-8529-00000000106f | TASK | Set extra sysctl options 2025-12-02 14:25:16.743452 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-12-02 14:25:16.745347 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.465508 | 0.34s 2025-12-02 14:25:16.979743 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-12-02 14:25:16.981209 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.701375 | 0.57s 2025-12-02 14:25:17.174339 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-12-02 14:25:17.175286 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.895448 | 0.77s 2025-12-02 14:25:17.361865 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-12-02 14:25:17.362723 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.082887 | 0.96s 2025-12-02 14:25:17.585574 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-12-02 14:25:17.587000 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.307156 | 1.18s 2025-12-02 14:25:17.824639 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-12-02 14:25:17.825672 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.545833 | 1.42s 2025-12-02 14:25:18.021730 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-12-02 14:25:18.023636 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.743798 | 1.62s 2025-12-02 14:25:18.221588 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-12-02 14:25:18.222669 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.942831 | 1.82s 2025-12-02 14:25:18.447078 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-12-02 14:25:18.448134 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.168294 | 2.04s 2025-12-02 14:25:18.644710 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-12-02 14:25:18.645749 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.365910 | 2.24s 2025-12-02 14:25:18.846374 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-12-02 14:25:18.847265 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.567431 | 2.44s 2025-12-02 14:25:19.034307 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-12-02 14:25:19.035484 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.755646 | 2.63s 2025-12-02 14:25:19.266902 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-12-02 14:25:19.267946 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.988107 | 2.86s 2025-12-02 14:25:19.512456 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-12-02 14:25:19.513110 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.233277 | 3.11s 2025-12-02 14:25:19.760633 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-12-02 14:25:19.761975 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.482126 | 3.36s 2025-12-02 14:25:19.937510 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-12-02 14:25:19.939256 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.659413 | 3.53s 2025-12-02 14:25:20.124306 | fa163ee9-5655-994d-8529-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-12-02 14:25:20.126144 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.846303 | 3.72s 2025-12-02 14:25:20.138257 | fa163ee9-5655-994d-8529-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.858409 | 3.73s 2025-12-02 14:25:20.168818 | fa163ee9-5655-994d-8529-000000001071 | TASK | Sysctl reload 2025-12-02 14:25:20.586986 | fa163ee9-5655-994d-8529-000000001071 | CHANGED | Sysctl reload | standalone 2025-12-02 14:25:20.588310 | fa163ee9-5655-994d-8529-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:12.308473 | 0.42s 2025-12-02 14:25:20.637707 | fa163ee9-5655-994d-8529-000000000b67 | TASK | create persistent directories 2025-12-02 14:25:20.870009 | fa163ee9-5655-994d-8529-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-12-02 14:25:20.871367 | fa163ee9-5655-994d-8529-000000000b67 | TIMING | create persistent directories | standalone | 0:02:12.591529 | 0.23s 2025-12-02 14:25:21.071841 | fa163ee9-5655-994d-8529-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-12-02 14:25:21.072899 | fa163ee9-5655-994d-8529-000000000b67 | TIMING | create persistent directories | standalone | 0:02:12.793061 | 0.43s 2025-12-02 14:25:21.079208 | fa163ee9-5655-994d-8529-000000000b67 | TIMING | create persistent directories | standalone | 0:02:12.799366 | 0.44s 2025-12-02 14:25:21.103828 | fa163ee9-5655-994d-8529-000000000b68 | TASK | Check if file certs_valid exist 2025-12-02 14:25:21.314612 | fa163ee9-5655-994d-8529-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-12-02 14:25:21.315942 | fa163ee9-5655-994d-8529-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:13.036099 | 0.21s 2025-12-02 14:25:21.342037 | fa163ee9-5655-994d-8529-000000000b69 | TASK | Check if file cert9.db exist 2025-12-02 14:25:21.564027 | fa163ee9-5655-994d-8529-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-12-02 14:25:21.565525 | fa163ee9-5655-994d-8529-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:13.285675 | 0.22s 2025-12-02 14:25:21.593216 | fa163ee9-5655-994d-8529-000000000b6a | TASK | Check if file key4.db exist 2025-12-02 14:25:21.816664 | fa163ee9-5655-994d-8529-000000000b6a | OK | Check if file key4.db exist | standalone 2025-12-02 14:25:21.817536 | fa163ee9-5655-994d-8529-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:13.537702 | 0.22s 2025-12-02 14:25:21.859662 | fa163ee9-5655-994d-8529-000000000b6b | SKIPPED | fail | standalone 2025-12-02 14:25:21.860387 | fa163ee9-5655-994d-8529-000000000b6b | TIMING | fail | standalone | 0:02:13.580553 | 0.02s 2025-12-02 14:25:21.878894 | fa163ee9-5655-994d-8529-000000000b6c | TASK | Create persistent directories 2025-12-02 14:25:22.128028 | fa163ee9-5655-994d-8529-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-02 14:25:22.130107 | fa163ee9-5655-994d-8529-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:13.850262 | 0.25s 2025-12-02 14:25:22.348791 | fa163ee9-5655-994d-8529-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-12-02 14:25:22.349946 | fa163ee9-5655-994d-8529-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.070107 | 0.47s 2025-12-02 14:25:22.356739 | fa163ee9-5655-994d-8529-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.076891 | 0.48s 2025-12-02 14:25:22.383999 | fa163ee9-5655-994d-8529-000000000b6d | TASK | create persistent directories 2025-12-02 14:25:22.621750 | fa163ee9-5655-994d-8529-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-02 14:25:22.623205 | fa163ee9-5655-994d-8529-000000000b6d | TIMING | create persistent directories | standalone | 0:02:14.343359 | 0.24s 2025-12-02 14:25:22.631148 | fa163ee9-5655-994d-8529-000000000b6d | TIMING | create persistent directories | standalone | 0:02:14.351304 | 0.25s 2025-12-02 14:25:22.651679 | fa163ee9-5655-994d-8529-000000000b6e | TASK | create persistent directories 2025-12-02 14:25:22.879675 | fa163ee9-5655-994d-8529-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-02 14:25:22.880644 | fa163ee9-5655-994d-8529-000000000b6e | TIMING | create persistent directories | standalone | 0:02:14.600803 | 0.23s 2025-12-02 14:25:23.058075 | fa163ee9-5655-994d-8529-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-12-02 14:25:23.059953 | fa163ee9-5655-994d-8529-000000000b6e | TIMING | create persistent directories | standalone | 0:02:14.780114 | 0.41s 2025-12-02 14:25:23.070557 | fa163ee9-5655-994d-8529-000000000b6e | TIMING | create persistent directories | standalone | 0:02:14.790710 | 0.42s 2025-12-02 14:25:23.092280 | fa163ee9-5655-994d-8529-000000000b6f | TASK | create persistent directories 2025-12-02 14:25:23.313518 | fa163ee9-5655-994d-8529-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-12-02 14:25:23.314508 | fa163ee9-5655-994d-8529-000000000b6f | TIMING | create persistent directories | standalone | 0:02:15.034669 | 0.22s 2025-12-02 14:25:23.321048 | fa163ee9-5655-994d-8529-000000000b6f | TIMING | create persistent directories | standalone | 0:02:15.041200 | 0.23s 2025-12-02 14:25:23.348530 | fa163ee9-5655-994d-8529-000000000b70 | TASK | create persistent directories 2025-12-02 14:25:23.552373 | fa163ee9-5655-994d-8529-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-12-02 14:25:23.555099 | fa163ee9-5655-994d-8529-000000000b70 | TIMING | create persistent directories | standalone | 0:02:15.275249 | 0.21s 2025-12-02 14:25:23.817610 | fa163ee9-5655-994d-8529-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-12-02 14:25:23.818352 | fa163ee9-5655-994d-8529-000000000b70 | TIMING | create persistent directories | standalone | 0:02:15.538518 | 0.47s 2025-12-02 14:25:24.009836 | fa163ee9-5655-994d-8529-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-12-02 14:25:24.010555 | fa163ee9-5655-994d-8529-000000000b70 | TIMING | create persistent directories | standalone | 0:02:15.730724 | 0.66s 2025-12-02 14:25:24.016713 | fa163ee9-5655-994d-8529-000000000b70 | TIMING | create persistent directories | standalone | 0:02:15.736880 | 0.67s 2025-12-02 14:25:24.035306 | fa163ee9-5655-994d-8529-000000000b71 | TASK | create persistent directories 2025-12-02 14:25:24.242502 | fa163ee9-5655-994d-8529-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-02 14:25:24.244439 | fa163ee9-5655-994d-8529-000000000b71 | TIMING | create persistent directories | standalone | 0:02:15.964576 | 0.21s 2025-12-02 14:25:24.453512 | fa163ee9-5655-994d-8529-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-12-02 14:25:24.454813 | fa163ee9-5655-994d-8529-000000000b71 | TIMING | create persistent directories | standalone | 0:02:16.174975 | 0.42s 2025-12-02 14:25:24.464877 | fa163ee9-5655-994d-8529-000000000b71 | TIMING | create persistent directories | standalone | 0:02:16.185040 | 0.43s 2025-12-02 14:25:24.494775 | fa163ee9-5655-994d-8529-000000000b72 | TASK | create persistent directories 2025-12-02 14:25:24.674209 | fa163ee9-5655-994d-8529-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-02 14:25:24.675965 | fa163ee9-5655-994d-8529-000000000b72 | TIMING | create persistent directories | standalone | 0:02:16.396126 | 0.18s 2025-12-02 14:25:24.686542 | fa163ee9-5655-994d-8529-000000000b72 | TIMING | create persistent directories | standalone | 0:02:16.406695 | 0.19s 2025-12-02 14:25:24.714250 | fa163ee9-5655-994d-8529-000000000b73 | TASK | creating directory 2025-12-02 14:25:24.903575 | fa163ee9-5655-994d-8529-000000000b73 | CHANGED | creating directory | standalone 2025-12-02 14:25:24.905074 | fa163ee9-5655-994d-8529-000000000b73 | TIMING | creating directory | standalone | 0:02:16.625230 | 0.19s 2025-12-02 14:25:24.931737 | fa163ee9-5655-994d-8529-000000000b74 | TASK | derive pci passthrough whitelist 2025-12-02 14:25:25.392177 | fa163ee9-5655-994d-8529-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-12-02 14:25:25.393207 | fa163ee9-5655-994d-8529-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:17.113372 | 0.46s 2025-12-02 14:25:25.412379 | fa163ee9-5655-994d-8529-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-12-02 14:25:26.186577 | fa163ee9-5655-994d-8529-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-12-02 14:25:26.187886 | fa163ee9-5655-994d-8529-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:17.908043 | 0.77s 2025-12-02 14:25:26.209087 | fa163ee9-5655-994d-8529-000000000b76 | TASK | create /run/netns with temp namespace 2025-12-02 14:25:26.449052 | fa163ee9-5655-994d-8529-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-12-02 14:25:26.450032 | fa163ee9-5655-994d-8529-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:18.170166 | 0.24s 2025-12-02 14:25:26.478841 | fa163ee9-5655-994d-8529-000000000b77 | TASK | remove temp namespace 2025-12-02 14:25:26.701287 | fa163ee9-5655-994d-8529-000000000b77 | CHANGED | remove temp namespace | standalone 2025-12-02 14:25:26.703045 | fa163ee9-5655-994d-8529-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:18.423196 | 0.22s 2025-12-02 14:25:26.729290 | fa163ee9-5655-994d-8529-000000000b78 | TASK | create /var/lib/neutron 2025-12-02 14:25:26.974614 | fa163ee9-5655-994d-8529-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-12-02 14:25:26.975806 | fa163ee9-5655-994d-8529-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:18.695969 | 0.24s 2025-12-02 14:25:26.995932 | fa163ee9-5655-994d-8529-000000000b79 | TASK | set conditions 2025-12-02 14:25:27.022988 | fa163ee9-5655-994d-8529-000000000b79 | OK | set conditions | standalone 2025-12-02 14:25:27.023976 | fa163ee9-5655-994d-8529-000000000b79 | TIMING | set conditions | standalone | 0:02:18.744140 | 0.03s 2025-12-02 14:25:27.044808 | fa163ee9-5655-994d-8529-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-12-02 14:25:27.255921 | fa163ee9-5655-994d-8529-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-12-02 14:25:27.256991 | fa163ee9-5655-994d-8529-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:18.977153 | 0.21s 2025-12-02 14:25:27.277838 | fa163ee9-5655-994d-8529-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-12-02 14:25:27.764166 | fa163ee9-5655-994d-8529-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-12-02 14:25:27.765632 | fa163ee9-5655-994d-8529-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:19.485789 | 0.49s 2025-12-02 14:25:27.792729 | fa163ee9-5655-994d-8529-000000000b7c | TASK | create haproxy kill script 2025-12-02 14:25:28.217282 | fa163ee9-5655-994d-8529-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-12-02 14:25:28.218062 | fa163ee9-5655-994d-8529-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:19.938229 | 0.42s 2025-12-02 14:25:28.235715 | fa163ee9-5655-994d-8529-000000000b7d | TASK | create persistent directories 2025-12-02 14:25:28.488735 | fa163ee9-5655-994d-8529-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-02 14:25:28.489650 | fa163ee9-5655-994d-8529-000000000b7d | TIMING | create persistent directories | standalone | 0:02:20.209813 | 0.25s 2025-12-02 14:25:28.675064 | fa163ee9-5655-994d-8529-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-12-02 14:25:28.677017 | fa163ee9-5655-994d-8529-000000000b7d | TIMING | create persistent directories | standalone | 0:02:20.397179 | 0.44s 2025-12-02 14:25:28.688525 | fa163ee9-5655-994d-8529-000000000b7d | TIMING | create persistent directories | standalone | 0:02:20.408672 | 0.45s 2025-12-02 14:25:28.714770 | fa163ee9-5655-994d-8529-000000000b7e | TASK | create persistent directories 2025-12-02 14:25:28.968663 | fa163ee9-5655-994d-8529-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-02 14:25:28.970166 | fa163ee9-5655-994d-8529-000000000b7e | TIMING | create persistent directories | standalone | 0:02:20.690316 | 0.25s 2025-12-02 14:25:28.979382 | fa163ee9-5655-994d-8529-000000000b7e | TIMING | create persistent directories | standalone | 0:02:20.699536 | 0.26s 2025-12-02 14:25:28.998166 | fa163ee9-5655-994d-8529-000000000b7f | TASK | create persistent directories 2025-12-02 14:25:29.236869 | fa163ee9-5655-994d-8529-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-02 14:25:29.239084 | fa163ee9-5655-994d-8529-000000000b7f | TIMING | create persistent directories | standalone | 0:02:20.959243 | 0.24s 2025-12-02 14:25:29.444734 | fa163ee9-5655-994d-8529-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-12-02 14:25:29.445891 | fa163ee9-5655-994d-8529-000000000b7f | TIMING | create persistent directories | standalone | 0:02:21.166050 | 0.45s 2025-12-02 14:25:29.452846 | fa163ee9-5655-994d-8529-000000000b7f | TIMING | create persistent directories | standalone | 0:02:21.173002 | 0.45s 2025-12-02 14:25:29.471080 | fa163ee9-5655-994d-8529-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-12-02 14:25:29.674770 | fa163ee9-5655-994d-8529-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-12-02 14:25:29.676097 | fa163ee9-5655-994d-8529-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:21.396251 | 0.20s 2025-12-02 14:25:29.703253 | fa163ee9-5655-994d-8529-000000000b81 | TASK | create persistent directories 2025-12-02 14:25:29.972275 | fa163ee9-5655-994d-8529-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-02 14:25:29.973454 | fa163ee9-5655-994d-8529-000000000b81 | TIMING | create persistent directories | standalone | 0:02:21.693612 | 0.27s 2025-12-02 14:25:30.168196 | fa163ee9-5655-994d-8529-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-12-02 14:25:30.169317 | fa163ee9-5655-994d-8529-000000000b81 | TIMING | create persistent directories | standalone | 0:02:21.889476 | 0.46s 2025-12-02 14:25:30.330878 | fa163ee9-5655-994d-8529-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-12-02 14:25:30.332880 | fa163ee9-5655-994d-8529-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.053039 | 0.63s 2025-12-02 14:25:30.494444 | fa163ee9-5655-994d-8529-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-02 14:25:30.496356 | fa163ee9-5655-994d-8529-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.216515 | 0.79s 2025-12-02 14:25:30.661392 | fa163ee9-5655-994d-8529-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-12-02 14:25:30.663017 | fa163ee9-5655-994d-8529-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.383179 | 0.96s 2025-12-02 14:25:30.674469 | fa163ee9-5655-994d-8529-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.394636 | 0.97s 2025-12-02 14:25:30.693195 | fa163ee9-5655-994d-8529-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-12-02 14:25:31.168726 | fa163ee9-5655-994d-8529-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-12-02 14:25:31.170227 | fa163ee9-5655-994d-8529-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:22.890383 | 0.48s 2025-12-02 14:25:31.199076 | fa163ee9-5655-994d-8529-000000000b83 | TASK | create tempfiles 2025-12-02 14:25:31.493954 | fa163ee9-5655-994d-8529-000000000b83 | CHANGED | create tempfiles | standalone 2025-12-02 14:25:31.494996 | fa163ee9-5655-994d-8529-000000000b83 | TIMING | create tempfiles | standalone | 0:02:23.215158 | 0.29s 2025-12-02 14:25:31.515471 | fa163ee9-5655-994d-8529-000000000b84 | TASK | Mount Nova NFS Share 2025-12-02 14:25:31.541949 | fa163ee9-5655-994d-8529-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-12-02 14:25:31.542993 | fa163ee9-5655-994d-8529-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:23.263154 | 0.03s 2025-12-02 14:25:31.564826 | fa163ee9-5655-994d-8529-000000000b86 | TASK | check systemd-container package installed or not 2025-12-02 14:25:31.590708 | fa163ee9-5655-994d-8529-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-12-02 14:25:31.591540 | fa163ee9-5655-994d-8529-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:23.311703 | 0.03s 2025-12-02 14:25:31.612005 | fa163ee9-5655-994d-8529-000000000b87 | TASK | get latest package from downloaded package versions 2025-12-02 14:25:31.638293 | fa163ee9-5655-994d-8529-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-12-02 14:25:31.639142 | fa163ee9-5655-994d-8529-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:23.359305 | 0.03s 2025-12-02 14:25:31.659050 | fa163ee9-5655-994d-8529-000000000b88 | TASK | Install systemd-container package on boot 2025-12-02 14:25:31.684812 | fa163ee9-5655-994d-8529-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-12-02 14:25:31.685726 | fa163ee9-5655-994d-8529-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:23.405889 | 0.03s 2025-12-02 14:25:31.712612 | fa163ee9-5655-994d-8529-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-12-02 14:25:31.742749 | fa163ee9-5655-994d-8529-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-12-02 14:25:31.743654 | fa163ee9-5655-994d-8529-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:23.463816 | 0.03s 2025-12-02 14:25:31.771208 | fa163ee9-5655-994d-8529-000000000b8a | TASK | check if install-systemd-container service exists 2025-12-02 14:25:31.799933 | fa163ee9-5655-994d-8529-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-12-02 14:25:31.801362 | fa163ee9-5655-994d-8529-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:23.521512 | 0.03s 2025-12-02 14:25:31.830676 | fa163ee9-5655-994d-8529-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-12-02 14:25:31.853164 | fa163ee9-5655-994d-8529-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-12-02 14:25:31.854646 | fa163ee9-5655-994d-8529-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:23.574798 | 0.02s 2025-12-02 14:25:31.882978 | fa163ee9-5655-994d-8529-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-12-02 14:25:31.906331 | fa163ee9-5655-994d-8529-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-12-02 14:25:31.907945 | fa163ee9-5655-994d-8529-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:23.628094 | 0.02s 2025-12-02 14:25:31.935156 | fa163ee9-5655-994d-8529-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-12-02 14:25:31.954669 | fa163ee9-5655-994d-8529-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-12-02 14:25:31.955859 | fa163ee9-5655-994d-8529-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:23.676014 | 0.02s 2025-12-02 14:25:31.981747 | fa163ee9-5655-994d-8529-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-12-02 14:25:32.009699 | fa163ee9-5655-994d-8529-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-02 14:25:32.010572 | fa163ee9-5655-994d-8529-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:23.730737 | 0.03s 2025-12-02 14:25:32.029124 | fa163ee9-5655-994d-8529-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-12-02 14:25:32.055272 | fa163ee9-5655-994d-8529-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-02 14:25:32.056065 | fa163ee9-5655-994d-8529-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:23.776229 | 0.03s 2025-12-02 14:25:32.074278 | fa163ee9-5655-994d-8529-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-12-02 14:25:32.101281 | fa163ee9-5655-994d-8529-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-12-02 14:25:32.102141 | fa163ee9-5655-994d-8529-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:23.822305 | 0.03s 2025-12-02 14:25:32.119625 | fa163ee9-5655-994d-8529-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-12-02 14:25:32.144577 | fa163ee9-5655-994d-8529-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-12-02 14:25:32.145434 | fa163ee9-5655-994d-8529-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:23.865579 | 0.03s 2025-12-02 14:25:32.163548 | fa163ee9-5655-994d-8529-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-12-02 14:25:32.192730 | fa163ee9-5655-994d-8529-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-02 14:25:32.193825 | fa163ee9-5655-994d-8529-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:23.913987 | 0.03s 2025-12-02 14:25:32.217894 | fa163ee9-5655-994d-8529-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-12-02 14:25:32.237842 | fa163ee9-5655-994d-8529-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-02 14:25:32.238712 | fa163ee9-5655-994d-8529-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:23.958874 | 0.02s 2025-12-02 14:25:32.260885 | fa163ee9-5655-994d-8529-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-12-02 14:25:32.280143 | fa163ee9-5655-994d-8529-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-12-02 14:25:32.281007 | fa163ee9-5655-994d-8529-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:24.001168 | 0.02s 2025-12-02 14:25:32.302041 | fa163ee9-5655-994d-8529-000000000b99 | TASK | install nova-compute delay wrapper script 2025-12-02 14:25:32.349446 | fa163ee9-5655-994d-8529-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-12-02 14:25:32.350552 | fa163ee9-5655-994d-8529-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:24.070714 | 0.05s 2025-12-02 14:25:32.372669 | fa163ee9-5655-994d-8529-000000000b9a | TASK | Is irqbalance enabled 2025-12-02 14:25:32.399670 | fa163ee9-5655-994d-8529-000000000b9a | OK | Is irqbalance enabled | standalone 2025-12-02 14:25:32.400820 | fa163ee9-5655-994d-8529-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:24.120984 | 0.03s 2025-12-02 14:25:32.421455 | fa163ee9-5655-994d-8529-000000000b9b | TASK | disable irqbalance service on compute 2025-12-02 14:25:32.452374 | fa163ee9-5655-994d-8529-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-12-02 14:25:32.453524 | fa163ee9-5655-994d-8529-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:24.173683 | 0.03s 2025-12-02 14:25:32.473945 | fa163ee9-5655-994d-8529-000000000b9c | TASK | create persistent directories 2025-12-02 14:25:32.723679 | fa163ee9-5655-994d-8529-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-12-02 14:25:32.726101 | fa163ee9-5655-994d-8529-000000000b9c | TIMING | create persistent directories | standalone | 0:02:24.446250 | 0.25s 2025-12-02 14:25:32.735944 | fa163ee9-5655-994d-8529-000000000b9c | TIMING | create persistent directories | standalone | 0:02:24.456098 | 0.26s 2025-12-02 14:25:32.763614 | fa163ee9-5655-994d-8529-000000000b9d | TASK | create libvirt persistent data directories 2025-12-02 14:25:33.009400 | fa163ee9-5655-994d-8529-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-12-02 14:25:33.011297 | fa163ee9-5655-994d-8529-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:24.731441 | 0.25s 2025-12-02 14:25:33.187636 | fa163ee9-5655-994d-8529-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-12-02 14:25:33.188659 | fa163ee9-5655-994d-8529-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:24.908821 | 0.42s 2025-12-02 14:25:33.401494 | fa163ee9-5655-994d-8529-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-12-02 14:25:33.403401 | fa163ee9-5655-994d-8529-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.123561 | 0.64s 2025-12-02 14:25:33.652523 | fa163ee9-5655-994d-8529-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-02 14:25:33.653943 | fa163ee9-5655-994d-8529-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.374099 | 0.89s 2025-12-02 14:25:33.844386 | fa163ee9-5655-994d-8529-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-12-02 14:25:33.845776 | fa163ee9-5655-994d-8529-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.565935 | 1.08s 2025-12-02 14:25:34.082301 | fa163ee9-5655-994d-8529-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-02 14:25:34.083673 | fa163ee9-5655-994d-8529-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.803836 | 1.32s 2025-12-02 14:25:34.285737 | fa163ee9-5655-994d-8529-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-12-02 14:25:34.286829 | fa163ee9-5655-994d-8529-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.006996 | 1.52s 2025-12-02 14:25:34.489893 | fa163ee9-5655-994d-8529-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-12-02 14:25:34.490903 | fa163ee9-5655-994d-8529-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.211066 | 1.73s 2025-12-02 14:25:34.498903 | fa163ee9-5655-994d-8529-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.219058 | 1.73s 2025-12-02 14:25:34.520171 | fa163ee9-5655-994d-8529-000000000b9e | TASK | ensure qemu group is present on the host 2025-12-02 14:25:34.958582 | fa163ee9-5655-994d-8529-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-12-02 14:25:34.959611 | fa163ee9-5655-994d-8529-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:26.679774 | 0.44s 2025-12-02 14:25:34.981674 | fa163ee9-5655-994d-8529-000000000b9f | TASK | ensure qemu user is present on the host 2025-12-02 14:25:35.411855 | fa163ee9-5655-994d-8529-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-12-02 14:25:35.412966 | fa163ee9-5655-994d-8529-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:27.133126 | 0.43s 2025-12-02 14:25:35.431460 | fa163ee9-5655-994d-8529-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-12-02 14:25:35.670836 | fa163ee9-5655-994d-8529-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-12-02 14:25:35.671646 | fa163ee9-5655-994d-8529-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:27.391812 | 0.24s 2025-12-02 14:25:35.689144 | fa163ee9-5655-994d-8529-000000000ba1 | TASK | check if libvirt is installed 2025-12-02 14:25:35.935112 | fa163ee9-5655-994d-8529-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-12-02 14:25:35.935954 | fa163ee9-5655-994d-8529-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:27.656121 | 0.25s 2025-12-02 14:25:35.957993 | fa163ee9-5655-994d-8529-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-12-02 14:25:36.000786 | fa163ee9-5655-994d-8529-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-12-02 14:25:36.006362 | fa163ee9-5655-994d-8529-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-12-02 14:25:36.017126 | fa163ee9-5655-994d-8529-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:27.737292 | 0.06s 2025-12-02 14:25:36.038660 | fa163ee9-5655-994d-8529-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-12-02 14:25:36.498997 | fa163ee9-5655-994d-8529-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-12-02 14:25:36.499867 | fa163ee9-5655-994d-8529-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:28.220032 | 0.46s 2025-12-02 14:25:36.517362 | fa163ee9-5655-994d-8529-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-12-02 14:25:37.485921 | fa163ee9-5655-994d-8529-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-12-02 14:25:37.487140 | fa163ee9-5655-994d-8529-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:29.207302 | 0.97s 2025-12-02 14:25:37.511296 | fa163ee9-5655-994d-8529-000000000ba5 | TASK | remove gnutls-qemu.config 2025-12-02 14:25:37.730105 | fa163ee9-5655-994d-8529-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2025-12-02 14:25:37.730857 | fa163ee9-5655-994d-8529-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:29.451023 | 0.22s 2025-12-02 14:25:37.748332 | fa163ee9-5655-994d-8529-000000000ba6 | TASK | update crypto policies 2025-12-02 14:25:37.773647 | fa163ee9-5655-994d-8529-000000000ba6 | SKIPPED | update crypto policies | standalone 2025-12-02 14:25:37.774573 | fa163ee9-5655-994d-8529-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:29.494735 | 0.03s 2025-12-02 14:25:37.797017 | fa163ee9-5655-994d-8529-000000000ba7 | TASK | Create libvirt persistent data directories 2025-12-02 14:25:38.035796 | fa163ee9-5655-994d-8529-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-12-02 14:25:38.036912 | fa163ee9-5655-994d-8529-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:29.757073 | 0.24s 2025-12-02 14:25:38.048529 | fa163ee9-5655-994d-8529-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:29.768685 | 0.25s 2025-12-02 14:25:38.069183 | fa163ee9-5655-994d-8529-000000000ba8 | TASK | create persistent directories 2025-12-02 14:25:38.278491 | fa163ee9-5655-994d-8529-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-02 14:25:38.281449 | fa163ee9-5655-994d-8529-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:30.001553 | 0.21s 2025-12-02 14:25:38.465028 | fa163ee9-5655-994d-8529-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-02 14:25:38.466203 | fa163ee9-5655-994d-8529-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:30.186361 | 0.40s 2025-12-02 14:25:38.473711 | fa163ee9-5655-994d-8529-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:30.193865 | 0.40s 2025-12-02 14:25:38.501261 | fa163ee9-5655-994d-8529-000000000ba9 | TASK | Copy in cleanup script 2025-12-02 14:25:38.899248 | fa163ee9-5655-994d-8529-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2025-12-02 14:25:38.900131 | fa163ee9-5655-994d-8529-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:30.620296 | 0.40s 2025-12-02 14:25:38.917623 | fa163ee9-5655-994d-8529-000000000baa | TASK | Copy in cleanup service 2025-12-02 14:25:39.359954 | fa163ee9-5655-994d-8529-000000000baa | CHANGED | Copy in cleanup service | standalone 2025-12-02 14:25:39.361734 | fa163ee9-5655-994d-8529-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:31.081886 | 0.44s 2025-12-02 14:25:39.383319 | fa163ee9-5655-994d-8529-000000000bab | TASK | Enabling the cleanup service 2025-12-02 14:25:40.058204 | fa163ee9-5655-994d-8529-000000000bab | CHANGED | Enabling the cleanup service | standalone 2025-12-02 14:25:40.060192 | fa163ee9-5655-994d-8529-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:31.780346 | 0.68s 2025-12-02 14:25:40.088309 | fa163ee9-5655-994d-8529-000000000bac | TASK | create persistent directories 2025-12-02 14:25:40.318757 | fa163ee9-5655-994d-8529-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-02 14:25:40.321290 | fa163ee9-5655-994d-8529-000000000bac | TIMING | create persistent directories | standalone | 0:02:32.041433 | 0.23s 2025-12-02 14:25:40.557651 | fa163ee9-5655-994d-8529-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-02 14:25:40.559778 | fa163ee9-5655-994d-8529-000000000bac | TIMING | create persistent directories | standalone | 0:02:32.279935 | 0.47s 2025-12-02 14:25:40.569213 | fa163ee9-5655-994d-8529-000000000bac | TIMING | create persistent directories | standalone | 0:02:32.289375 | 0.48s 2025-12-02 14:25:40.588840 | fa163ee9-5655-994d-8529-000000000bad | TASK | set conditions 2025-12-02 14:25:40.619800 | fa163ee9-5655-994d-8529-000000000bad | OK | set conditions | standalone 2025-12-02 14:25:40.620862 | fa163ee9-5655-994d-8529-000000000bad | TIMING | set conditions | standalone | 0:02:32.341024 | 0.03s 2025-12-02 14:25:40.639320 | fa163ee9-5655-994d-8529-000000000bae | TASK | create persistent directories 2025-12-02 14:25:40.958498 | fa163ee9-5655-994d-8529-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-02 14:25:40.961468 | fa163ee9-5655-994d-8529-000000000bae | TIMING | create persistent directories | standalone | 0:02:32.681566 | 0.32s 2025-12-02 14:25:41.128391 | fa163ee9-5655-994d-8529-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-12-02 14:25:41.130756 | fa163ee9-5655-994d-8529-000000000bae | TIMING | create persistent directories | standalone | 0:02:32.850911 | 0.49s 2025-12-02 14:25:41.316318 | fa163ee9-5655-994d-8529-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-12-02 14:25:41.317382 | fa163ee9-5655-994d-8529-000000000bae | TIMING | create persistent directories | standalone | 0:02:33.037545 | 0.68s 2025-12-02 14:25:41.322394 | fa163ee9-5655-994d-8529-000000000bae | TIMING | create persistent directories | standalone | 0:02:33.042542 | 0.68s 2025-12-02 14:25:41.349219 | fa163ee9-5655-994d-8529-000000000baf | TASK | ensure /run/octavia is present upon reboot 2025-12-02 14:25:41.777537 | fa163ee9-5655-994d-8529-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-12-02 14:25:41.778345 | fa163ee9-5655-994d-8529-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:33.498508 | 0.43s 2025-12-02 14:25:41.798160 | fa163ee9-5655-994d-8529-000000000bb0 | TASK | create persistent directories 2025-12-02 14:25:42.047131 | fa163ee9-5655-994d-8529-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-02 14:25:42.049155 | fa163ee9-5655-994d-8529-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:33.769305 | 0.25s 2025-12-02 14:25:42.232193 | fa163ee9-5655-994d-8529-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-12-02 14:25:42.232891 | fa163ee9-5655-994d-8529-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:33.953058 | 0.43s 2025-12-02 14:25:42.236035 | fa163ee9-5655-994d-8529-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:33.956196 | 0.44s 2025-12-02 14:25:42.261065 | fa163ee9-5655-994d-8529-000000000bb1 | TASK | create empty log files 2025-12-02 14:25:42.469346 | fa163ee9-5655-994d-8529-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-12-02 14:25:42.470488 | fa163ee9-5655-994d-8529-000000000bb1 | TIMING | create empty log files | standalone | 0:02:34.190647 | 0.21s 2025-12-02 14:25:42.633036 | fa163ee9-5655-994d-8529-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-12-02 14:25:42.634947 | fa163ee9-5655-994d-8529-000000000bb1 | TIMING | create empty log files | standalone | 0:02:34.355105 | 0.37s 2025-12-02 14:25:42.644634 | fa163ee9-5655-994d-8529-000000000bb1 | TIMING | create empty log files | standalone | 0:02:34.364793 | 0.38s 2025-12-02 14:25:42.663947 | fa163ee9-5655-994d-8529-000000000bb2 | TASK | create persistent directories 2025-12-02 14:25:42.896293 | fa163ee9-5655-994d-8529-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-02 14:25:42.897168 | fa163ee9-5655-994d-8529-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:34.617332 | 0.23s 2025-12-02 14:25:42.902894 | fa163ee9-5655-994d-8529-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:34.623047 | 0.24s 2025-12-02 14:25:42.929064 | fa163ee9-5655-994d-8529-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2025-12-02 14:25:45.877024 | fa163ee9-5655-994d-8529-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2025-12-02 14:25:45.878350 | fa163ee9-5655-994d-8529-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:37.598516 | 2.95s 2025-12-02 14:25:45.915401 | fa163ee9-5655-994d-8529-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:37.635550 | 0.02s 2025-12-02 14:25:45.966771 | fa163ee9-5655-994d-8529-000000001297 | TASK | Gather variables for each operating system 2025-12-02 14:25:46.066675 | fa163ee9-5655-994d-8529-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:37.786826 | 0.10s 2025-12-02 14:25:46.088070 | fa163ee9-5655-994d-8529-000000001298 | TASK | Set packages facts 2025-12-02 14:25:46.120435 | fa163ee9-5655-994d-8529-000000001298 | OK | Set packages facts | standalone 2025-12-02 14:25:46.121465 | fa163ee9-5655-994d-8529-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:37.841624 | 0.03s 2025-12-02 14:25:46.141577 | fa163ee9-5655-994d-8529-000000001299 | TASK | Manage package 2025-12-02 14:25:46.175754 | fa163ee9-5655-994d-8529-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2025-12-02 14:25:46.187658 | fa163ee9-5655-994d-8529-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2025-12-02 14:25:46.199078 | fa163ee9-5655-994d-8529-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2025-12-02 14:25:50.865772 | fa163ee9-5655-994d-8529-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:42.585914 | 4.72s 2025-12-02 14:25:50.887659 | fa163ee9-5655-994d-8529-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2025-12-02 14:25:50.900950 | fa163ee9-5655-994d-8529-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:42.621102 | 4.76s 2025-12-02 14:25:50.951796 | fa163ee9-5655-994d-8529-000000000bb7 | TASK | create fcontext for rabbitmq data 2025-12-02 14:25:52.305911 | fa163ee9-5655-994d-8529-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2025-12-02 14:25:52.308025 | fa163ee9-5655-994d-8529-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:44.028175 | 1.35s 2025-12-02 14:25:52.334645 | fa163ee9-5655-994d-8529-000000000bb8 | TASK | create persistent directories 2025-12-02 14:25:52.580085 | fa163ee9-5655-994d-8529-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-12-02 14:25:52.582498 | fa163ee9-5655-994d-8529-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:44.302645 | 0.25s 2025-12-02 14:25:52.803701 | fa163ee9-5655-994d-8529-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-12-02 14:25:52.805486 | fa163ee9-5655-994d-8529-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:44.525639 | 0.47s 2025-12-02 14:25:52.815643 | fa163ee9-5655-994d-8529-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:44.535803 | 0.48s 2025-12-02 14:25:52.833618 | fa163ee9-5655-994d-8529-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-12-02 14:25:53.080904 | fa163ee9-5655-994d-8529-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-12-02 14:25:53.081799 | fa163ee9-5655-994d-8529-000000000bb9 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:44.801962 | 0.25s 2025-12-02 14:25:53.107312 | fa163ee9-5655-994d-8529-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-12-02 14:25:53.125959 | fa163ee9-5655-994d-8529-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-12-02 14:25:53.126988 | fa163ee9-5655-994d-8529-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:44.847150 | 0.02s 2025-12-02 14:25:53.147057 | fa163ee9-5655-994d-8529-000000000bbb | TASK | Remove existing entries from logind conf 2025-12-02 14:25:53.341793 | fa163ee9-5655-994d-8529-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2025-12-02 14:25:53.342881 | fa163ee9-5655-994d-8529-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:45.063044 | 0.19s 2025-12-02 14:25:53.362751 | fa163ee9-5655-994d-8529-000000000bbc | TASK | Make sure systemd-logind ignores power off 2025-12-02 14:25:53.546378 | fa163ee9-5655-994d-8529-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-12-02 14:25:53.547228 | fa163ee9-5655-994d-8529-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:45.267395 | 0.18s 2025-12-02 14:25:53.565208 | fa163ee9-5655-994d-8529-000000000bbd | TASK | Restart systemd-logind 2025-12-02 14:25:54.050739 | fa163ee9-5655-994d-8529-000000000bbd | CHANGED | Restart systemd-logind | standalone 2025-12-02 14:25:54.054116 | fa163ee9-5655-994d-8529-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:45.774268 | 0.49s 2025-12-02 14:25:54.088910 | fa163ee9-5655-994d-8529-000000000bbe | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-12-02 14:25:54.154845 | fa163ee9-5655-994d-8529-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-12-02 14:25:54.155897 | fa163ee9-5655-994d-8529-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:45.876058 | 0.06s 2025-12-02 14:25:54.182177 | fa163ee9-5655-994d-8529-000000000bbf | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-12-02 14:25:54.232127 | fa163ee9-5655-994d-8529-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-12-02 14:25:54.233256 | fa163ee9-5655-994d-8529-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:45.953408 | 0.05s 2025-12-02 14:25:54.259042 | fa163ee9-5655-994d-8529-000000000bc0 | TASK | create persistent logs directory 2025-12-02 14:25:54.509711 | fa163ee9-5655-994d-8529-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-12-02 14:25:54.510712 | fa163ee9-5655-994d-8529-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:46.230874 | 0.25s 2025-12-02 14:25:54.704971 | fa163ee9-5655-994d-8529-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-12-02 14:25:54.707091 | fa163ee9-5655-994d-8529-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:46.427249 | 0.45s 2025-12-02 14:25:54.717351 | fa163ee9-5655-994d-8529-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:46.437503 | 0.46s 2025-12-02 14:25:54.743901 | fa163ee9-5655-994d-8529-000000000bc2 | TASK | Set login facts 2025-12-02 14:25:54.782708 | fa163ee9-5655-994d-8529-000000000bc2 | OK | Set login facts | standalone 2025-12-02 14:25:54.783951 | fa163ee9-5655-994d-8529-000000000bc2 | TIMING | Set login facts | standalone | 0:02:46.504106 | 0.04s 2025-12-02 14:25:54.808942 | fa163ee9-5655-994d-8529-000000000bc3 | TASK | Convert logins json to dict 2025-12-02 14:25:54.840961 | fa163ee9-5655-994d-8529-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2025-12-02 14:25:54.842253 | fa163ee9-5655-994d-8529-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:46.562408 | 0.03s 2025-12-02 14:25:54.867846 | fa163ee9-5655-994d-8529-000000000bc4 | TASK | Set registry logins 2025-12-02 14:25:54.906642 | fa163ee9-5655-994d-8529-000000000bc4 | SKIPPED | Set registry logins | standalone 2025-12-02 14:25:54.908028 | fa163ee9-5655-994d-8529-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:46.628183 | 0.04s 2025-12-02 14:25:54.939280 | fa163ee9-5655-994d-8529-000000000bc5 | TASK | Run podman install 2025-12-02 14:25:54.962705 | fa163ee9-5655-994d-8529-000000000bc5 | TIMING | Run podman install | standalone | 0:02:46.682861 | 0.02s 2025-12-02 14:25:55.023015 | fa163ee9-5655-994d-8529-000000001329 | TASK | Gather variables for each operating system 2025-12-02 14:25:55.141630 | fa163ee9-5655-994d-8529-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-12-02 14:25:55.142928 | fa163ee9-5655-994d-8529-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:46.863058 | 0.12s 2025-12-02 14:25:55.154587 | fa163ee9-5655-994d-8529-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:46.874747 | 0.13s 2025-12-02 14:25:55.185824 | fa163ee9-5655-994d-8529-00000000132b | TASK | ensure podman and deps are installed 2025-12-02 14:25:58.391351 | fa163ee9-5655-994d-8529-00000000132b | OK | ensure podman and deps are installed | standalone 2025-12-02 14:25:58.392866 | fa163ee9-5655-994d-8529-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:50.113019 | 3.21s 2025-12-02 14:25:58.420484 | fa163ee9-5655-994d-8529-00000000132c | TASK | Ensure we get the ansible interfaces facts 2025-12-02 14:25:59.031919 | fa163ee9-5655-994d-8529-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2025-12-02 14:25:59.033254 | fa163ee9-5655-994d-8529-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:50.753410 | 0.61s 2025-12-02 14:25:59.060480 | fa163ee9-5655-994d-8529-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-12-02 14:25:59.088982 | fa163ee9-5655-994d-8529-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-12-02 14:25:59.089740 | fa163ee9-5655-994d-8529-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:50.809905 | 0.03s 2025-12-02 14:25:59.110107 | fa163ee9-5655-994d-8529-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2025-12-02 14:25:59.136988 | fa163ee9-5655-994d-8529-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-12-02 14:25:59.137932 | fa163ee9-5655-994d-8529-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:50.858093 | 0.03s 2025-12-02 14:25:59.159325 | fa163ee9-5655-994d-8529-000000001330 | TASK | Update default network configuration if possible 2025-12-02 14:25:59.195383 | fa163ee9-5655-994d-8529-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2025-12-02 14:25:59.196257 | fa163ee9-5655-994d-8529-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:50.916421 | 0.04s 2025-12-02 14:25:59.214126 | fa163ee9-5655-994d-8529-000000001332 | TASK | Make sure /etc/containers/networks exists 2025-12-02 14:25:59.398037 | fa163ee9-5655-994d-8529-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2025-12-02 14:25:59.398826 | fa163ee9-5655-994d-8529-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:51.118994 | 0.18s 2025-12-02 14:25:59.424372 | fa163ee9-5655-994d-8529-000000001333 | TASK | Get current podman network 2025-12-02 14:25:59.711387 | fa163ee9-5655-994d-8529-000000001333 | CHANGED | Get current podman network | standalone 2025-12-02 14:25:59.712732 | fa163ee9-5655-994d-8529-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:51.432889 | 0.29s 2025-12-02 14:25:59.740050 | fa163ee9-5655-994d-8529-000000001334 | TASK | Update the default network configuration 2025-12-02 14:26:00.215133 | fa163ee9-5655-994d-8529-000000001334 | CHANGED | Update the default network configuration | standalone 2025-12-02 14:26:00.216437 | fa163ee9-5655-994d-8529-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:51.936569 | 0.47s 2025-12-02 14:26:00.242539 | fa163ee9-5655-994d-8529-000000001335 | TASK | Write containers registries.conf 2025-12-02 14:26:00.760146 | fa163ee9-5655-994d-8529-000000001335 | CHANGED | Write containers registries.conf | standalone 2025-12-02 14:26:00.761534 | fa163ee9-5655-994d-8529-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:52.481691 | 0.52s 2025-12-02 14:26:00.787201 | fa163ee9-5655-994d-8529-000000001336 | TASK | Write containers.conf 2025-12-02 14:26:01.027763 | fa163ee9-5655-994d-8529-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-12-02 14:26:01.030058 | fa163ee9-5655-994d-8529-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:52.750210 | 0.24s 2025-12-02 14:26:01.243378 | fa163ee9-5655-994d-8529-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-12-02 14:26:01.245067 | fa163ee9-5655-994d-8529-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:52.965233 | 0.46s 2025-12-02 14:26:01.451653 | fa163ee9-5655-994d-8529-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-12-02 14:26:01.453589 | fa163ee9-5655-994d-8529-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:53.173747 | 0.67s 2025-12-02 14:26:01.655779 | fa163ee9-5655-994d-8529-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-12-02 14:26:01.657334 | fa163ee9-5655-994d-8529-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:53.377497 | 0.87s 2025-12-02 14:26:01.667397 | fa163ee9-5655-994d-8529-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:53.387555 | 0.88s 2025-12-02 14:26:01.686159 | fa163ee9-5655-994d-8529-000000001337 | TASK | Enable podman.socket service 2025-12-02 14:26:01.712959 | fa163ee9-5655-994d-8529-000000001337 | SKIPPED | Enable podman.socket service | standalone 2025-12-02 14:26:01.714286 | fa163ee9-5655-994d-8529-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:53.434440 | 0.03s 2025-12-02 14:26:01.765711 | fa163ee9-5655-994d-8529-000000000bc6 | TASK | Run podman login 2025-12-02 14:26:01.795616 | fa163ee9-5655-994d-8529-000000000bc6 | TIMING | Run podman login | standalone | 0:02:53.515763 | 0.03s 2025-12-02 14:26:01.868155 | fa163ee9-5655-994d-8529-000000001437 | TASK | Perform container registry login(s) with podman 2025-12-02 14:26:01.886756 | fa163ee9-5655-994d-8529-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:53.606916 | 0.02s 2025-12-02 14:26:01.920263 | fa163ee9-5655-994d-8529-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-12-02 14:26:02.371185 | fa163ee9-5655-994d-8529-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-12-02 14:26:02.373850 | fa163ee9-5655-994d-8529-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:54.094007 | 0.45s 2025-12-02 14:26:02.400366 | fa163ee9-5655-994d-8529-000000000bc9 | TASK | create persistent directories 2025-12-02 14:26:02.658347 | fa163ee9-5655-994d-8529-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-12-02 14:26:02.660687 | fa163ee9-5655-994d-8529-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:54.380826 | 0.26s 2025-12-02 14:26:02.889066 | fa163ee9-5655-994d-8529-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-12-02 14:26:02.890912 | fa163ee9-5655-994d-8529-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:54.611071 | 0.49s 2025-12-02 14:26:03.078520 | fa163ee9-5655-994d-8529-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-12-02 14:26:03.079661 | fa163ee9-5655-994d-8529-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:54.799823 | 0.68s 2025-12-02 14:26:03.092090 | fa163ee9-5655-994d-8529-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:54.812243 | 0.69s 2025-12-02 14:26:03.120123 | fa163ee9-5655-994d-8529-000000000bca | TASK | ensure /run/redis is present upon reboot 2025-12-02 14:26:03.542982 | fa163ee9-5655-994d-8529-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-12-02 14:26:03.544338 | fa163ee9-5655-994d-8529-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:55.264495 | 0.42s 2025-12-02 14:26:03.570068 | fa163ee9-5655-994d-8529-000000000bcb | TASK | Ensure rsyslog is installed 2025-12-02 14:26:06.588174 | fa163ee9-5655-994d-8529-000000000bcb | OK | Ensure rsyslog is installed | standalone 2025-12-02 14:26:06.589002 | fa163ee9-5655-994d-8529-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:02:58.309169 | 3.02s 2025-12-02 14:26:06.606330 | fa163ee9-5655-994d-8529-000000000bcc | TASK | Ensure rsyslog is enabled and started 2025-12-02 14:26:06.981812 | fa163ee9-5655-994d-8529-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2025-12-02 14:26:06.983766 | fa163ee9-5655-994d-8529-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:58.703922 | 0.38s 2025-12-02 14:26:07.041831 | fa163ee9-5655-994d-8529-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:02:58.761974 | 0.03s 2025-12-02 14:26:07.133278 | fa163ee9-5655-994d-8529-000000001552 | TASK | Gather variables for each operating system 2025-12-02 14:26:07.223177 | fa163ee9-5655-994d-8529-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-12-02 14:26:07.225177 | fa163ee9-5655-994d-8529-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:58.945329 | 0.09s 2025-12-02 14:26:07.235388 | fa163ee9-5655-994d-8529-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:58.955544 | 0.10s 2025-12-02 14:26:07.261058 | fa163ee9-5655-994d-8529-000000001554 | TASK | Install the OpenSSH server 2025-12-02 14:26:10.182834 | fa163ee9-5655-994d-8529-000000001554 | OK | Install the OpenSSH server | standalone 2025-12-02 14:26:10.183628 | fa163ee9-5655-994d-8529-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:01.903795 | 2.92s 2025-12-02 14:26:10.200913 | fa163ee9-5655-994d-8529-000000001555 | TASK | Start sshd 2025-12-02 14:26:10.229078 | fa163ee9-5655-994d-8529-000000001555 | SKIPPED | Start sshd | standalone 2025-12-02 14:26:10.229677 | fa163ee9-5655-994d-8529-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:01.949844 | 0.03s 2025-12-02 14:26:10.246882 | fa163ee9-5655-994d-8529-000000001556 | TASK | PasswordAuthentication notice 2025-12-02 14:26:10.274742 | fa163ee9-5655-994d-8529-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2025-12-02 14:26:10.275308 | fa163ee9-5655-994d-8529-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:01.995475 | 0.03s 2025-12-02 14:26:10.293276 | fa163ee9-5655-994d-8529-000000001557 | TASK | PasswordAuthentication duplication notice 2025-12-02 14:26:10.320512 | fa163ee9-5655-994d-8529-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-12-02 14:26:10.321119 | fa163ee9-5655-994d-8529-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:02.041286 | 0.03s 2025-12-02 14:26:10.338259 | fa163ee9-5655-994d-8529-000000001558 | TASK | Motd duplication notice 2025-12-02 14:26:10.373635 | fa163ee9-5655-994d-8529-000000001558 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-12-02 14:26:10.374261 | fa163ee9-5655-994d-8529-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:02.094429 | 0.04s 2025-12-02 14:26:10.391544 | fa163ee9-5655-994d-8529-000000001559 | TASK | Configure the banner text 2025-12-02 14:26:10.417389 | fa163ee9-5655-994d-8529-000000001559 | SKIPPED | Configure the banner text | standalone 2025-12-02 14:26:10.418051 | fa163ee9-5655-994d-8529-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:02.138218 | 0.03s 2025-12-02 14:26:10.435960 | fa163ee9-5655-994d-8529-00000000155a | TASK | Configure the motd banner 2025-12-02 14:26:10.460843 | fa163ee9-5655-994d-8529-00000000155a | SKIPPED | Configure the motd banner | standalone 2025-12-02 14:26:10.461586 | fa163ee9-5655-994d-8529-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:02.181755 | 0.03s 2025-12-02 14:26:10.478874 | fa163ee9-5655-994d-8529-00000000155b | TASK | Update sshd configuration options from vars 2025-12-02 14:26:10.513266 | fa163ee9-5655-994d-8529-00000000155b | OK | Update sshd configuration options from vars | standalone 2025-12-02 14:26:10.514012 | fa163ee9-5655-994d-8529-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:02.234180 | 0.03s 2025-12-02 14:26:10.531407 | fa163ee9-5655-994d-8529-00000000155c | TASK | Adjust ssh server configuration 2025-12-02 14:26:11.011300 | fa163ee9-5655-994d-8529-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2025-12-02 14:26:11.012268 | fa163ee9-5655-994d-8529-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:02.732432 | 0.48s 2025-12-02 14:26:11.033635 | fa163ee9-5655-994d-8529-00000000155d | TASK | Restart sshd 2025-12-02 14:26:11.411739 | fa163ee9-5655-994d-8529-00000000155d | CHANGED | Restart sshd | standalone 2025-12-02 14:26:11.413796 | fa163ee9-5655-994d-8529-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:03.133952 | 0.38s 2025-12-02 14:26:11.469525 | fa163ee9-5655-994d-8529-000000000bce | TASK | create persistent directories 2025-12-02 14:26:11.704597 | fa163ee9-5655-994d-8529-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-02 14:26:11.706284 | fa163ee9-5655-994d-8529-000000000bce | TIMING | create persistent directories | standalone | 0:03:03.426443 | 0.24s 2025-12-02 14:26:11.919863 | fa163ee9-5655-994d-8529-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-12-02 14:26:11.921913 | fa163ee9-5655-994d-8529-000000000bce | TIMING | create persistent directories | standalone | 0:03:03.642073 | 0.45s 2025-12-02 14:26:12.106399 | fa163ee9-5655-994d-8529-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-02 14:26:12.107049 | fa163ee9-5655-994d-8529-000000000bce | TIMING | create persistent directories | standalone | 0:03:03.827219 | 0.64s 2025-12-02 14:26:12.114045 | fa163ee9-5655-994d-8529-000000000bce | TIMING | create persistent directories | standalone | 0:03:03.834208 | 0.64s 2025-12-02 14:26:12.132476 | fa163ee9-5655-994d-8529-000000000bcf | TASK | create persistent directories 2025-12-02 14:26:12.355630 | fa163ee9-5655-994d-8529-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-02 14:26:12.356534 | fa163ee9-5655-994d-8529-000000000bcf | TIMING | create persistent directories | standalone | 0:03:04.076697 | 0.22s 2025-12-02 14:26:12.544285 | fa163ee9-5655-994d-8529-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-12-02 14:26:12.545092 | fa163ee9-5655-994d-8529-000000000bcf | TIMING | create persistent directories | standalone | 0:03:04.265258 | 0.41s 2025-12-02 14:26:12.761077 | fa163ee9-5655-994d-8529-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-02 14:26:12.761919 | fa163ee9-5655-994d-8529-000000000bcf | TIMING | create persistent directories | standalone | 0:03:04.482085 | 0.63s 2025-12-02 14:26:12.774671 | fa163ee9-5655-994d-8529-000000000bcf | TIMING | create persistent directories | standalone | 0:03:04.494824 | 0.64s 2025-12-02 14:26:12.802395 | fa163ee9-5655-994d-8529-000000000bd0 | TASK | Set swift_use_local_disks fact 2025-12-02 14:26:12.832024 | fa163ee9-5655-994d-8529-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2025-12-02 14:26:12.833851 | fa163ee9-5655-994d-8529-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:04.553998 | 0.03s 2025-12-02 14:26:12.859516 | fa163ee9-5655-994d-8529-000000000bd1 | TASK | Set use_node_data_lookup fact 2025-12-02 14:26:12.889103 | fa163ee9-5655-994d-8529-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2025-12-02 14:26:12.890052 | fa163ee9-5655-994d-8529-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:04.610214 | 0.03s 2025-12-02 14:26:12.907679 | fa163ee9-5655-994d-8529-000000000bd2 | TASK | Create Swift d1 directory if needed 2025-12-02 14:26:13.153013 | fa163ee9-5655-994d-8529-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2025-12-02 14:26:13.154338 | fa163ee9-5655-994d-8529-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:04.874496 | 0.25s 2025-12-02 14:26:13.186296 | fa163ee9-5655-994d-8529-000000000bd3 | TASK | Set fact for SwiftRawDisks 2025-12-02 14:26:13.216786 | fa163ee9-5655-994d-8529-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2025-12-02 14:26:13.218062 | fa163ee9-5655-994d-8529-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:04.938213 | 0.03s 2025-12-02 14:26:13.244119 | fa163ee9-5655-994d-8529-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2025-12-02 14:26:13.271694 | fa163ee9-5655-994d-8529-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-12-02 14:26:13.272875 | fa163ee9-5655-994d-8529-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:04.993023 | 0.03s 2025-12-02 14:26:13.298320 | fa163ee9-5655-994d-8529-000000000bd5 | TASK | Set fact for swift_raw_disks 2025-12-02 14:26:13.326228 | fa163ee9-5655-994d-8529-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-12-02 14:26:13.327454 | fa163ee9-5655-994d-8529-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:05.047572 | 0.03s 2025-12-02 14:26:13.352901 | fa163ee9-5655-994d-8529-000000000bd6 | TASK | Format SwiftRawDisks 2025-12-02 14:26:13.371344 | fa163ee9-5655-994d-8529-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:05.091490 | 0.02s 2025-12-02 14:26:13.396962 | fa163ee9-5655-994d-8529-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-12-02 14:26:13.424358 | fa163ee9-5655-994d-8529-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-12-02 14:26:13.425628 | fa163ee9-5655-994d-8529-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:05.145778 | 0.03s 2025-12-02 14:26:13.447839 | fa163ee9-5655-994d-8529-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2025-12-02 14:26:13.465591 | fa163ee9-5655-994d-8529-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:05.185736 | 0.02s 2025-12-02 14:26:13.492550 | fa163ee9-5655-994d-8529-000000000bd9 | TASK | Check for NTP service 2025-12-02 14:26:13.717107 | fa163ee9-5655-994d-8529-000000000bd9 | CHANGED | Check for NTP service | standalone 2025-12-02 14:26:13.717973 | fa163ee9-5655-994d-8529-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:05.438140 | 0.22s 2025-12-02 14:26:13.737869 | fa163ee9-5655-994d-8529-000000000bda | TASK | Disable NTP before configuring Chrony 2025-12-02 14:26:13.777577 | fa163ee9-5655-994d-8529-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-02 14:26:13.779046 | fa163ee9-5655-994d-8529-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:05.499199 | 0.04s 2025-12-02 14:26:13.805192 | fa163ee9-5655-994d-8529-000000000bdb | TASK | Install, Configure and Run Chrony 2025-12-02 14:26:13.832756 | fa163ee9-5655-994d-8529-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:05.552910 | 0.03s 2025-12-02 14:26:13.911678 | fa163ee9-5655-994d-8529-0000000016ee | TASK | Load distro-specific variables 2025-12-02 14:26:13.930585 | fa163ee9-5655-994d-8529-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.650744 | 0.02s 2025-12-02 14:26:13.939678 | cc2dadff-65e9-4112-be8f-fd36da8b342e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-02 14:26:13.961343 | fa163ee9-5655-994d-8529-0000000017d3 | TASK | Load distro-specific variables 2025-12-02 14:26:14.016174 | fa163ee9-5655-994d-8529-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-02 14:26:14.017344 | fa163ee9-5655-994d-8529-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.737499 | 0.06s 2025-12-02 14:26:14.028676 | fa163ee9-5655-994d-8529-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.748844 | 0.07s 2025-12-02 14:26:14.051089 | fa163ee9-5655-994d-8529-0000000016ef | TASK | Install chronyd 2025-12-02 14:26:14.077940 | fa163ee9-5655-994d-8529-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:05.798095 | 0.03s 2025-12-02 14:26:14.090563 | 6f4c1606-1d6b-4382-9c60-20b3ab286887 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-12-02 14:26:14.115550 | fa163ee9-5655-994d-8529-00000000180c | TASK | Load distro-specific variables 2025-12-02 14:26:14.134976 | fa163ee9-5655-994d-8529-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.855134 | 0.02s 2025-12-02 14:26:14.144202 | 1aa49857-a8fe-4bd9-b6f8-f9ccbf78cbb8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-02 14:26:14.168866 | fa163ee9-5655-994d-8529-000000001853 | TASK | Load distro-specific variables 2025-12-02 14:26:14.230810 | fa163ee9-5655-994d-8529-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-02 14:26:14.232765 | fa163ee9-5655-994d-8529-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.952920 | 0.06s 2025-12-02 14:26:14.242920 | fa163ee9-5655-994d-8529-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.963083 | 0.07s 2025-12-02 14:26:14.260637 | fa163ee9-5655-994d-8529-00000000180d | TASK | Check for NTP service 2025-12-02 14:26:14.491910 | fa163ee9-5655-994d-8529-00000000180d | CHANGED | Check for NTP service | standalone 2025-12-02 14:26:14.492964 | fa163ee9-5655-994d-8529-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:06.213127 | 0.23s 2025-12-02 14:26:14.514931 | fa163ee9-5655-994d-8529-00000000180e | TASK | Disable NTP before configuring Chrony 2025-12-02 14:26:14.564112 | fa163ee9-5655-994d-8529-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-02 14:26:14.565074 | fa163ee9-5655-994d-8529-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:06.285237 | 0.05s 2025-12-02 14:26:14.587112 | fa163ee9-5655-994d-8529-00000000180f | TASK | Install chronyd package 2025-12-02 14:26:17.582453 | fa163ee9-5655-994d-8529-00000000180f | OK | Install chronyd package | standalone 2025-12-02 14:26:17.583948 | fa163ee9-5655-994d-8529-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:09.304104 | 3.00s 2025-12-02 14:26:17.612165 | fa163ee9-5655-994d-8529-0000000016f0 | TASK | Upgrade chronyd 2025-12-02 14:26:17.641189 | fa163ee9-5655-994d-8529-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2025-12-02 14:26:17.642560 | fa163ee9-5655-994d-8529-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:09.362715 | 0.03s 2025-12-02 14:26:17.670803 | fa163ee9-5655-994d-8529-0000000016f1 | TASK | Configure chronyd 2025-12-02 14:26:17.699473 | fa163ee9-5655-994d-8529-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:09.419582 | 0.03s 2025-12-02 14:26:17.720576 | 3032e113-e956-446c-8877-3d542daa0f49 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-12-02 14:26:17.757722 | fa163ee9-5655-994d-8529-00000000188c | TASK | Load distro-specific variables 2025-12-02 14:26:17.784538 | fa163ee9-5655-994d-8529-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.504688 | 0.03s 2025-12-02 14:26:17.796178 | 77ee9657-50ac-407b-9e23-0614fbd2f772 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-02 14:26:17.819874 | fa163ee9-5655-994d-8529-0000000018f8 | TASK | Load distro-specific variables 2025-12-02 14:26:17.874359 | fa163ee9-5655-994d-8529-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-02 14:26:17.875795 | fa163ee9-5655-994d-8529-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.595945 | 0.05s 2025-12-02 14:26:17.882545 | fa163ee9-5655-994d-8529-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.602698 | 0.06s 2025-12-02 14:26:17.910263 | fa163ee9-5655-994d-8529-00000000188d | TASK | Install chrony configuration file 2025-12-02 14:26:18.503286 | fa163ee9-5655-994d-8529-00000000188d | OK | Install chrony configuration file | standalone 2025-12-02 14:26:18.504638 | fa163ee9-5655-994d-8529-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:10.224795 | 0.59s 2025-12-02 14:26:18.531397 | fa163ee9-5655-994d-8529-0000000016f2 | TASK | Run chronyd 2025-12-02 14:26:18.562828 | fa163ee9-5655-994d-8529-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:10.282971 | 0.03s 2025-12-02 14:26:18.587621 | dc1033b1-4c33-400b-b0c0-974727d5d681 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-12-02 14:26:18.629655 | fa163ee9-5655-994d-8529-00000000191b | TASK | Load distro-specific variables 2025-12-02 14:26:18.657601 | fa163ee9-5655-994d-8529-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.377756 | 0.03s 2025-12-02 14:26:18.668929 | 43f78711-3626-4e6b-8605-2e9752a752cf | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-02 14:26:18.691465 | fa163ee9-5655-994d-8529-00000000199f | TASK | Load distro-specific variables 2025-12-02 14:26:18.751043 | fa163ee9-5655-994d-8529-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-02 14:26:18.753073 | fa163ee9-5655-994d-8529-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.473226 | 0.06s 2025-12-02 14:26:18.762612 | fa163ee9-5655-994d-8529-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.482772 | 0.07s 2025-12-02 14:26:18.781734 | fa163ee9-5655-994d-8529-00000000191c | TASK | Ensure chronyd is running 2025-12-02 14:26:19.197710 | fa163ee9-5655-994d-8529-00000000191c | OK | Ensure chronyd is running | standalone 2025-12-02 14:26:19.199531 | fa163ee9-5655-994d-8529-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:10.919688 | 0.42s 2025-12-02 14:26:19.229295 | fa163ee9-5655-994d-8529-00000000191d | TASK | Force chronyd restart 2025-12-02 14:26:19.270965 | fa163ee9-5655-994d-8529-00000000191d | SKIPPED | Force chronyd restart | standalone 2025-12-02 14:26:19.272384 | fa163ee9-5655-994d-8529-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:10.992537 | 0.04s 2025-12-02 14:26:19.302054 | fa163ee9-5655-994d-8529-0000000016f3 | TASK | Enable online service 2025-12-02 14:26:19.329066 | fa163ee9-5655-994d-8529-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:11.049220 | 0.03s 2025-12-02 14:26:19.342348 | 06613627-40e2-4bb2-b35c-6a45c4515c1b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-12-02 14:26:19.384622 | fa163ee9-5655-994d-8529-0000000019cc | TASK | Create chrony-online.service unit file 2025-12-02 14:26:19.856759 | fa163ee9-5655-994d-8529-0000000019cc | OK | Create chrony-online.service unit file | standalone 2025-12-02 14:26:19.858332 | fa163ee9-5655-994d-8529-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:11.578485 | 0.47s 2025-12-02 14:26:19.889990 | fa163ee9-5655-994d-8529-0000000019cd | TASK | Enable chrony-online.service 2025-12-02 14:26:20.620594 | fa163ee9-5655-994d-8529-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2025-12-02 14:26:20.622135 | fa163ee9-5655-994d-8529-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:12.342295 | 0.73s 2025-12-02 14:26:20.644088 | fa163ee9-5655-994d-8529-0000000016f4 | TASK | Sync chronyc 2025-12-02 14:26:20.674734 | fa163ee9-5655-994d-8529-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:12.394886 | 0.03s 2025-12-02 14:26:20.688211 | 280e82e2-3e88-4f8a-bdde-e6cea1e22e8e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-12-02 14:26:20.730387 | fa163ee9-5655-994d-8529-000000001a72 | TASK | Force NTP sync 2025-12-02 14:26:20.950361 | fa163ee9-5655-994d-8529-000000001a72 | CHANGED | Force NTP sync | standalone 2025-12-02 14:26:20.951722 | fa163ee9-5655-994d-8529-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:12.671879 | 0.22s 2025-12-02 14:26:20.974423 | fa163ee9-5655-994d-8529-000000001a73 | TASK | Ensure system is NTP time synced 2025-12-02 14:26:21.174384 | fa163ee9-5655-994d-8529-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2025-12-02 14:26:21.175726 | fa163ee9-5655-994d-8529-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:12.895884 | 0.20s 2025-12-02 14:26:21.226333 | fa163ee9-5655-994d-8529-000000000bdc | TASK | Force NTP sync 2025-12-02 14:26:21.440931 | fa163ee9-5655-994d-8529-000000000bdc | CHANGED | Force NTP sync | standalone 2025-12-02 14:26:21.442160 | fa163ee9-5655-994d-8529-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:13.162321 | 0.21s 2025-12-02 14:26:21.465887 | fa163ee9-5655-994d-8529-000000000bdd | TASK | Ensure system is NTP time synced 2025-12-02 14:26:21.687344 | fa163ee9-5655-994d-8529-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2025-12-02 14:26:21.688912 | fa163ee9-5655-994d-8529-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:13.409067 | 0.22s 2025-12-02 14:26:21.714918 | fa163ee9-5655-994d-8529-000000000bde | TASK | Run timezone role 2025-12-02 14:26:21.743299 | fa163ee9-5655-994d-8529-000000000bde | TIMING | Run timezone role | standalone | 0:03:13.463446 | 0.03s 2025-12-02 14:26:21.843787 | fa163ee9-5655-994d-8529-000000001c33 | TASK | Set timezone 2025-12-02 14:26:22.360318 | fa163ee9-5655-994d-8529-000000001c33 | OK | Set timezone | standalone 2025-12-02 14:26:22.362045 | fa163ee9-5655-994d-8529-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:14.082197 | 0.52s 2025-12-02 14:26:22.390706 | fa163ee9-5655-994d-8529-000000001c34 | TASK | Restart time services 2025-12-02 14:26:22.431164 | fa163ee9-5655-994d-8529-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-12-02 14:26:22.438110 | fa163ee9-5655-994d-8529-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2025-12-02 14:26:22.444134 | fa163ee9-5655-994d-8529-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:14.164285 | 0.05s 2025-12-02 14:26:22.494724 | fa163ee9-5655-994d-8529-000000000bdf | TASK | install tmpwatch on the host 2025-12-02 14:26:25.538493 | fa163ee9-5655-994d-8529-000000000bdf | OK | install tmpwatch on the host | standalone 2025-12-02 14:26:25.540101 | fa163ee9-5655-994d-8529-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:17.260258 | 3.04s 2025-12-02 14:26:25.561731 | fa163ee9-5655-994d-8529-000000000be0 | TASK | Notice - ctlplane subnet is set 2025-12-02 14:26:25.589985 | fa163ee9-5655-994d-8529-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-12-02 14:26:25.590949 | fa163ee9-5655-994d-8529-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:17.311112 | 0.03s 2025-12-02 14:26:25.636010 | fa163ee9-5655-994d-8529-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:17.356167 | 0.03s 2025-12-02 14:26:25.730583 | fa163ee9-5655-994d-8529-000000001e67 | TASK | Gather variables for each operating system 2025-12-02 14:26:25.847531 | fa163ee9-5655-994d-8529-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-02 14:26:25.848550 | fa163ee9-5655-994d-8529-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:17.568712 | 0.12s 2025-12-02 14:26:25.852787 | fa163ee9-5655-994d-8529-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:17.572941 | 0.12s 2025-12-02 14:26:25.919303 | fa163ee9-5655-994d-8529-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:17.639448 | 0.04s 2025-12-02 14:26:25.941094 | 81983955-e693-4300-b9d8-89b29f8cd558 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-02 14:26:25.974391 | fa163ee9-5655-994d-8529-000000001f98 | TASK | Check tuned package is installed 2025-12-02 14:26:26.249045 | fa163ee9-5655-994d-8529-000000001f98 | CHANGED | Check tuned package is installed | standalone 2025-12-02 14:26:26.250138 | fa163ee9-5655-994d-8529-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:17.970302 | 0.27s 2025-12-02 14:26:26.276731 | fa163ee9-5655-994d-8529-000000001f99 | TASK | Install tuned 2025-12-02 14:26:26.304624 | fa163ee9-5655-994d-8529-000000001f99 | SKIPPED | Install tuned | standalone 2025-12-02 14:26:26.305570 | fa163ee9-5655-994d-8529-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:18.025731 | 0.03s 2025-12-02 14:26:26.327122 | fa163ee9-5655-994d-8529-000000001f9a | TASK | Restart tuned 2025-12-02 14:26:26.354940 | fa163ee9-5655-994d-8529-000000001f9a | SKIPPED | Restart tuned | standalone 2025-12-02 14:26:26.355921 | fa163ee9-5655-994d-8529-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:18.076083 | 0.03s 2025-12-02 14:26:26.376976 | fa163ee9-5655-994d-8529-000000001e69 | TASK | Check for tuned-adm 2025-12-02 14:26:26.583511 | fa163ee9-5655-994d-8529-000000001e69 | OK | Check for tuned-adm | standalone 2025-12-02 14:26:26.584389 | fa163ee9-5655-994d-8529-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:18.304556 | 0.21s 2025-12-02 14:26:26.631650 | fa163ee9-5655-994d-8529-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:18.351798 | 0.03s 2025-12-02 14:26:26.646385 | 761d80e3-6838-4d95-b975-cf74de902cd8 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-02 14:26:26.671360 | fa163ee9-5655-994d-8529-000000001fc5 | TASK | Ensure profile directory exists 2025-12-02 14:26:26.717791 | fa163ee9-5655-994d-8529-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2025-12-02 14:26:26.718740 | fa163ee9-5655-994d-8529-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:18.438900 | 0.05s 2025-12-02 14:26:26.739638 | fa163ee9-5655-994d-8529-000000001fc6 | TASK | Create custom tuned profile 2025-12-02 14:26:26.787758 | fa163ee9-5655-994d-8529-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2025-12-02 14:26:26.788713 | fa163ee9-5655-994d-8529-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:18.508876 | 0.05s 2025-12-02 14:26:26.808566 | fa163ee9-5655-994d-8529-000000001fc7 | TASK | Check tuned active profile 2025-12-02 14:26:27.035053 | fa163ee9-5655-994d-8529-000000001fc7 | OK | Check tuned active profile | standalone 2025-12-02 14:26:27.036021 | fa163ee9-5655-994d-8529-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:18.756185 | 0.23s 2025-12-02 14:26:27.057188 | fa163ee9-5655-994d-8529-000000001fc8 | TASK | Check Tuned Configuration file exists 2025-12-02 14:26:27.286560 | fa163ee9-5655-994d-8529-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2025-12-02 14:26:27.287447 | fa163ee9-5655-994d-8529-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:19.007610 | 0.23s 2025-12-02 14:26:27.308634 | fa163ee9-5655-994d-8529-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-02 14:26:27.366713 | fa163ee9-5655-994d-8529-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-02 14:26:27.367649 | fa163ee9-5655-994d-8529-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:19.087810 | 0.06s 2025-12-02 14:26:27.389817 | fa163ee9-5655-994d-8529-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2025-12-02 14:26:27.459081 | fa163ee9-5655-994d-8529-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-02 14:26:27.460150 | fa163ee9-5655-994d-8529-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:19.180310 | 0.07s 2025-12-02 14:26:27.482202 | fa163ee9-5655-994d-8529-000000001fcb | TASK | Enable tuned profile 2025-12-02 14:26:27.511390 | fa163ee9-5655-994d-8529-000000001fcb | SKIPPED | Enable tuned profile | standalone 2025-12-02 14:26:27.512648 | fa163ee9-5655-994d-8529-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:19.232805 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-12-02 14:26:27.655999 | fa163ee9-5655-994d-8529-0000000000ac | TASK | Overcloud container setup tasks 2025-12-02 14:26:27.691286 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000ac') missing from stats 2025-12-02 14:26:27.712225 | fa163ee9-5655-994d-8529-0000000000ad | TASK | Write config data 2025-12-02 14:26:27.784592 | fa163ee9-5655-994d-8529-0000000000ad | TIMING | Write config data | standalone | 0:03:19.504741 | 0.07s 2025-12-02 14:26:27.820760 | 49395e9d-316a-496f-b33f-afe8a68c3e41 | INCLUDED | /root/standalone-ansible-oxw8emgm/common_container_setup_tasks.yaml | standalone 2025-12-02 14:26:27.846758 | fa163ee9-5655-994d-8529-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2025-12-02 14:26:28.086319 | fa163ee9-5655-994d-8529-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-12-02 14:26:28.087518 | fa163ee9-5655-994d-8529-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:19.807677 | 0.24s 2025-12-02 14:26:28.108801 | fa163ee9-5655-994d-8529-00000000202a | TASK | Create ContainerLogStdoutPath directory 2025-12-02 14:26:28.339590 | fa163ee9-5655-994d-8529-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-12-02 14:26:28.340949 | fa163ee9-5655-994d-8529-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:20.061104 | 0.23s 2025-12-02 14:26:28.368551 | fa163ee9-5655-994d-8529-00000000202b | TASK | Create /var/lib/tripleo-config directory 2025-12-02 14:26:28.544655 | fa163ee9-5655-994d-8529-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2025-12-02 14:26:28.545687 | fa163ee9-5655-994d-8529-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:20.265847 | 0.18s 2025-12-02 14:26:28.565445 | fa163ee9-5655-994d-8529-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2025-12-02 14:26:28.761893 | fa163ee9-5655-994d-8529-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-12-02 14:26:28.762859 | fa163ee9-5655-994d-8529-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:20.483021 | 0.20s 2025-12-02 14:26:28.781400 | fa163ee9-5655-994d-8529-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-12-02 14:26:28.973529 | fa163ee9-5655-994d-8529-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-12-02 14:26:28.974322 | fa163ee9-5655-994d-8529-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:20.694489 | 0.19s 2025-12-02 14:26:28.993036 | fa163ee9-5655-994d-8529-000000002031 | TASK | Create fcontext entry for container-config-scripts 2025-12-02 14:26:30.190907 | fa163ee9-5655-994d-8529-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-12-02 14:26:30.192566 | fa163ee9-5655-994d-8529-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:21.912722 | 1.20s 2025-12-02 14:26:30.214427 | fa163ee9-5655-994d-8529-000000002032 | TASK | Create /var/lib/container-config-scripts 2025-12-02 14:26:30.451249 | fa163ee9-5655-994d-8529-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-12-02 14:26:30.453194 | fa163ee9-5655-994d-8529-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:22.173356 | 0.24s 2025-12-02 14:26:30.474633 | fa163ee9-5655-994d-8529-000000002033 | TASK | Write container config scripts 2025-12-02 14:26:30.878272 | fa163ee9-5655-994d-8529-000000002033 | CHANGED | Write container config scripts | standalone 2025-12-02 14:26:30.879457 | fa163ee9-5655-994d-8529-000000002033 | TIMING | Write container config scripts | standalone | 0:03:22.599613 | 0.40s 2025-12-02 14:26:30.904740 | fa163ee9-5655-994d-8529-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-12-02 14:26:31.304618 | fa163ee9-5655-994d-8529-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-12-02 14:26:31.305783 | fa163ee9-5655-994d-8529-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:23.025939 | 0.40s 2025-12-02 14:26:31.329416 | fa163ee9-5655-994d-8529-000000002035 | TASK | Generate startup configs files per step and per container 2025-12-02 14:26:32.034268 | fa163ee9-5655-994d-8529-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2025-12-02 14:26:32.043275 | fa163ee9-5655-994d-8529-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:23.763431 | 0.71s 2025-12-02 14:26:32.082980 | fa163ee9-5655-994d-8529-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2025-12-02 14:26:32.328513 | fa163ee9-5655-994d-8529-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-12-02 14:26:32.329985 | fa163ee9-5655-994d-8529-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:24.050138 | 0.25s 2025-12-02 14:26:32.356885 | fa163ee9-5655-994d-8529-000000002037 | TASK | Create /var/lib/config-data directory 2025-12-02 14:26:32.588331 | fa163ee9-5655-994d-8529-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2025-12-02 14:26:32.590331 | fa163ee9-5655-994d-8529-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:24.310478 | 0.23s 2025-12-02 14:26:32.618159 | fa163ee9-5655-994d-8529-000000002038 | TASK | Write container config json files 2025-12-02 14:26:33.152024 | fa163ee9-5655-994d-8529-000000002038 | CHANGED | Write container config json files | standalone 2025-12-02 14:26:33.159526 | fa163ee9-5655-994d-8529-000000002038 | TIMING | Write container config json files | standalone | 0:03:24.879678 | 0.54s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-12-02 14:26:33.330629 | fa163ee9-5655-994d-8529-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-12-02 14:26:33.358726 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-02 14:26:33.416862 | fa163ee9-5655-994d-8529-0000000000b2 | TIMING | include_tasks | standalone | 0:03:25.137011 | 0.04s 2025-12-02 14:26:33.433905 | 4ef02eed-e0e9-4ede-8826-bea9c9fd161f | INCLUDED | /root/standalone-ansible-oxw8emgm/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-12-02 14:26:33.567708 | fa163ee9-5655-994d-8529-0000000000b6 | TASK | External deployment step 1 2025-12-02 14:26:33.594660 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000b6') missing from stats 2025-12-02 14:26:33.645880 | fa163ee9-5655-994d-8529-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:25.366033 | 0.04s 2025-12-02 14:26:33.665007 | 14df1ab8-3397-4078-89a4-006af66f0f9a | INCLUDED | /root/standalone-ansible-oxw8emgm/external_deploy_steps_tasks_step1.yaml | undercloud 2025-12-02 14:26:33.681767 | fa163ee9-5655-994d-8529-00000000207d | TASK | Set some tripleo-ansible facts 2025-12-02 14:26:33.731620 | fa163ee9-5655-994d-8529-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2025-12-02 14:26:33.732887 | fa163ee9-5655-994d-8529-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:25.453044 | 0.05s 2025-12-02 14:26:33.750526 | fa163ee9-5655-994d-8529-00000000207f | TASK | Build disk list for cephadm 2025-12-02 14:26:33.780813 | fa163ee9-5655-994d-8529-00000000207f | OK | Build disk list for cephadm | undercloud 2025-12-02 14:26:33.781599 | fa163ee9-5655-994d-8529-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:25.501766 | 0.03s 2025-12-02 14:26:33.801311 | fa163ee9-5655-994d-8529-000000002086 | TASK | Container image prepare 2025-12-02 14:26:34.917050 | fa163ee9-5655-994d-8529-000000002086 | CHANGED | Container image prepare | undercloud 2025-12-02 14:26:34.918721 | fa163ee9-5655-994d-8529-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:26.638883 | 1.11s 2025-12-02 14:26:34.949730 | fa163ee9-5655-994d-8529-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2025-12-02 14:26:35.191071 | fa163ee9-5655-994d-8529-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-12-02 14:26:35.192202 | fa163ee9-5655-994d-8529-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:26.912362 | 0.24s 2025-12-02 14:26:35.209863 | fa163ee9-5655-994d-8529-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2025-12-02 14:26:35.243746 | fa163ee9-5655-994d-8529-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:26.963887 | 0.03s 2025-12-02 14:26:35.280310 | fa163ee9-5655-994d-8529-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-12-02 14:26:35.500722 | fa163ee9-5655-994d-8529-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-12-02 14:26:35.501799 | fa163ee9-5655-994d-8529-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:27.221960 | 0.22s 2025-12-02 14:26:35.517215 | fa163ee9-5655-994d-8529-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-12-02 14:26:35.944958 | fa163ee9-5655-994d-8529-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-12-02 14:26:35.946288 | fa163ee9-5655-994d-8529-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:27.666445 | 0.43s 2025-12-02 14:26:35.966067 | fa163ee9-5655-994d-8529-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2025-12-02 14:26:36.006046 | fa163ee9-5655-994d-8529-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:27.726196 | 0.04s 2025-12-02 14:26:36.042196 | fa163ee9-5655-994d-8529-0000000020f1 | TASK | Check for a configured destination 2025-12-02 14:26:36.104622 | fa163ee9-5655-994d-8529-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2025-12-02 14:26:36.105598 | fa163ee9-5655-994d-8529-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:27.825760 | 0.06s 2025-12-02 14:26:36.130187 | fa163ee9-5655-994d-8529-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2025-12-02 14:26:36.595742 | fa163ee9-5655-994d-8529-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-12-02 14:26:36.596852 | fa163ee9-5655-994d-8529-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:28.317015 | 0.46s PLAY [Deploy step tasks for 1] ************************************************* 2025-12-02 14:26:36.718119 | fa163ee9-5655-994d-8529-0000000000ba | TASK | Deploy step tasks for 1 2025-12-02 14:26:36.747158 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000ba') missing from stats 2025-12-02 14:26:36.768647 | fa163ee9-5655-994d-8529-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-12-02 14:26:37.229824 | fa163ee9-5655-994d-8529-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-12-02 14:26:37.231700 | fa163ee9-5655-994d-8529-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:28.951860 | 0.46s 2025-12-02 14:26:37.253027 | fa163ee9-5655-994d-8529-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-02 14:26:37.496973 | fa163ee9-5655-994d-8529-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-02 14:26:37.499672 | fa163ee9-5655-994d-8529-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:29.219826 | 0.24s 2025-12-02 14:26:37.529287 | fa163ee9-5655-994d-8529-0000000000be | TASK | Write config data at the start of step 1 2025-12-02 14:26:37.607151 | fa163ee9-5655-994d-8529-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:29.327304 | 0.07s 2025-12-02 14:26:37.652423 | 965fee02-787b-464b-a8fc-77f16069c5c0 | INCLUDED | /root/standalone-ansible-oxw8emgm/common_deploy_steps_tasks_step_1.yaml | standalone 2025-12-02 14:26:37.682332 | fa163ee9-5655-994d-8529-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-12-02 14:26:37.714176 | fa163ee9-5655-994d-8529-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-02 14:26:37.716281 | fa163ee9-5655-994d-8529-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:29.436440 | 0.03s 2025-12-02 14:26:37.741371 | fa163ee9-5655-994d-8529-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-12-02 14:26:37.780846 | fa163ee9-5655-994d-8529-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-02 14:26:37.782504 | fa163ee9-5655-994d-8529-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:29.502669 | 0.04s 2025-12-02 14:26:37.800719 | fa163ee9-5655-994d-8529-000000002132 | TASK | Write the puppet step_config manifest 2025-12-02 14:26:38.266164 | fa163ee9-5655-994d-8529-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2025-12-02 14:26:38.267207 | fa163ee9-5655-994d-8529-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:29.987371 | 0.46s 2025-12-02 14:26:38.286394 | fa163ee9-5655-994d-8529-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2025-12-02 14:26:38.314650 | fa163ee9-5655-994d-8529-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-02 14:26:38.316576 | fa163ee9-5655-994d-8529-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:30.036731 | 0.03s 2025-12-02 14:26:38.338378 | fa163ee9-5655-994d-8529-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2025-12-02 14:26:38.358697 | fa163ee9-5655-994d-8529-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-02 14:26:38.360377 | fa163ee9-5655-994d-8529-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:30.080536 | 0.02s 2025-12-02 14:26:38.386071 | fa163ee9-5655-994d-8529-000000002135 | TASK | Create /var/lib/container-puppet 2025-12-02 14:26:38.628842 | fa163ee9-5655-994d-8529-000000002135 | OK | Create /var/lib/container-puppet | standalone 2025-12-02 14:26:38.630597 | fa163ee9-5655-994d-8529-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:30.350688 | 0.24s 2025-12-02 14:26:38.649546 | fa163ee9-5655-994d-8529-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-12-02 14:26:38.678839 | fa163ee9-5655-994d-8529-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-02 14:26:38.680439 | fa163ee9-5655-994d-8529-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:30.400597 | 0.03s 2025-12-02 14:26:38.701527 | fa163ee9-5655-994d-8529-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-12-02 14:26:38.730597 | fa163ee9-5655-994d-8529-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-02 14:26:38.731798 | fa163ee9-5655-994d-8529-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:30.451623 | 0.03s 2025-12-02 14:26:38.751527 | fa163ee9-5655-994d-8529-000000002138 | TASK | Write container-puppet.json file 2025-12-02 14:26:39.281176 | fa163ee9-5655-994d-8529-000000002138 | CHANGED | Write container-puppet.json file | standalone 2025-12-02 14:26:39.283970 | fa163ee9-5655-994d-8529-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:31.004125 | 0.53s 2025-12-02 14:26:39.311961 | fa163ee9-5655-994d-8529-000000002139 | TASK | Diff container-puppet.json changes for check mode 2025-12-02 14:26:39.341808 | fa163ee9-5655-994d-8529-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-02 14:26:39.344258 | fa163ee9-5655-994d-8529-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:31.064317 | 0.03s 2025-12-02 14:26:39.370572 | fa163ee9-5655-994d-8529-00000000213a | TASK | Diff container-puppet.json changes for check mode 2025-12-02 14:26:39.402261 | fa163ee9-5655-994d-8529-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-02 14:26:39.404607 | fa163ee9-5655-994d-8529-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:31.124610 | 0.03s 2025-12-02 14:26:39.426568 | fa163ee9-5655-994d-8529-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2025-12-02 14:26:39.817169 | fa163ee9-5655-994d-8529-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-12-02 14:26:39.818772 | fa163ee9-5655-994d-8529-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:31.538925 | 0.39s 2025-12-02 14:26:39.845079 | fa163ee9-5655-994d-8529-00000000213c | TASK | Set host puppet debugging fact string 2025-12-02 14:26:39.874987 | fa163ee9-5655-994d-8529-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2025-12-02 14:26:39.876297 | fa163ee9-5655-994d-8529-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:31.596453 | 0.03s 2025-12-02 14:26:39.905032 | fa163ee9-5655-994d-8529-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-12-02 14:26:39.935075 | fa163ee9-5655-994d-8529-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-12-02 14:26:39.936397 | fa163ee9-5655-994d-8529-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:31.656551 | 0.03s 2025-12-02 14:26:39.961908 | fa163ee9-5655-994d-8529-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-12-02 14:26:39.991827 | fa163ee9-5655-994d-8529-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-12-02 14:26:39.992835 | fa163ee9-5655-994d-8529-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:31.712992 | 0.03s 2025-12-02 14:26:40.018488 | fa163ee9-5655-994d-8529-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2025-12-02 14:26:40.048688 | fa163ee9-5655-994d-8529-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-12-02 14:26:40.049954 | fa163ee9-5655-994d-8529-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:31.770113 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-02 14:26:40.115096 | fa163ee9-5655-994d-8529-0000000000c0 | TIMING | include_tasks | standalone | 0:03:31.835245 | 0.04s 2025-12-02 14:26:40.232263 | 84d26758-bbd5-4ce9-98be-b96daa888600 | INCLUDED | /root/standalone-ansible-oxw8emgm/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-12-02 14:26:40.273745 | fa163ee9-5655-994d-8529-00000000216a | TASK | Create dirs for certificates and keys 2025-12-02 14:26:40.337340 | fa163ee9-5655-994d-8529-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-12-02 14:26:40.359313 | fa163ee9-5655-994d-8529-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-12-02 14:26:40.365412 | fa163ee9-5655-994d-8529-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:32.085557 | 0.09s 2025-12-02 14:26:40.443894 | fa163ee9-5655-994d-8529-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-02 14:26:40.444875 | fa163ee9-5655-994d-8529-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:32.165038 | 0.05s 2025-12-02 14:26:40.473230 | fa163ee9-5655-994d-8529-000000002172 | TASK | Fail if container image is undefined 2025-12-02 14:26:40.545090 | fa163ee9-5655-994d-8529-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2025-12-02 14:26:40.546561 | fa163ee9-5655-994d-8529-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:32.266715 | 0.07s 2025-12-02 14:26:40.575896 | fa163ee9-5655-994d-8529-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-02 14:26:55.232354 | fa163ee9-5655-994d-8529-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-02 14:26:55.233601 | fa163ee9-5655-994d-8529-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:46.953764 | 14.66s 2025-12-02 14:26:55.287634 | fa163ee9-5655-994d-8529-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-02 14:26:55.696108 | fa163ee9-5655-994d-8529-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-02 14:26:55.697042 | fa163ee9-5655-994d-8529-000000002174 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:47.417207 | 0.41s 2025-12-02 14:26:55.748141 | fa163ee9-5655-994d-8529-000000002183 | TASK | Fail if container image is undefined 2025-12-02 14:26:55.818639 | fa163ee9-5655-994d-8529-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2025-12-02 14:26:55.819732 | fa163ee9-5655-994d-8529-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:47.539894 | 0.07s 2025-12-02 14:26:55.851192 | fa163ee9-5655-994d-8529-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-02 14:27:04.806759 | fa163ee9-5655-994d-8529-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-02 14:27:04.808623 | fa163ee9-5655-994d-8529-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:56.528773 | 8.96s 2025-12-02 14:27:04.862887 | fa163ee9-5655-994d-8529-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-02 14:27:05.185970 | fa163ee9-5655-994d-8529-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-02 14:27:05.186860 | fa163ee9-5655-994d-8529-000000002185 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:56.907023 | 0.32s 2025-12-02 14:27:05.221439 | fa163ee9-5655-994d-8529-000000002190 | TASK | Check if rsyslog exists 2025-12-02 14:27:05.479998 | fa163ee9-5655-994d-8529-000000002190 | CHANGED | Check if rsyslog exists | standalone 2025-12-02 14:27:05.481408 | fa163ee9-5655-994d-8529-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:03:57.201563 | 0.26s 2025-12-02 14:27:05.501447 | fa163ee9-5655-994d-8529-000000002192 | TASK | Forward logging to haproxy.log file 2025-12-02 14:27:05.754595 | fa163ee9-5655-994d-8529-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2025-12-02 14:27:05.755938 | fa163ee9-5655-994d-8529-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:03:57.476090 | 0.25s 2025-12-02 14:27:05.782384 | fa163ee9-5655-994d-8529-000000002193 | TASK | restart rsyslog service after logging conf change 2025-12-02 14:27:06.908742 | fa163ee9-5655-994d-8529-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-12-02 14:27:06.910892 | fa163ee9-5655-994d-8529-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:03:58.631047 | 1.13s 2025-12-02 14:27:06.940892 | fa163ee9-5655-994d-8529-00000000219a | TASK | Fail if container image is undefined 2025-12-02 14:27:06.990903 | fa163ee9-5655-994d-8529-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2025-12-02 14:27:06.991848 | fa163ee9-5655-994d-8529-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:58.712014 | 0.05s 2025-12-02 14:27:07.017524 | fa163ee9-5655-994d-8529-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-02 14:27:12.282908 | fa163ee9-5655-994d-8529-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-02 14:27:12.284372 | fa163ee9-5655-994d-8529-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:04.004528 | 5.27s 2025-12-02 14:27:12.340418 | fa163ee9-5655-994d-8529-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-02 14:27:12.663907 | fa163ee9-5655-994d-8529-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-02 14:27:12.665311 | fa163ee9-5655-994d-8529-00000000219c | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:04.385467 | 0.32s 2025-12-02 14:27:12.717048 | fa163ee9-5655-994d-8529-0000000021a6 | TASK | Run lvmfilter role 2025-12-02 14:27:12.777582 | fa163ee9-5655-994d-8529-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:04.497727 | 0.06s 2025-12-02 14:27:12.862941 | fa163ee9-5655-994d-8529-0000000022bd | TASK | Check if lvm2 is installed 2025-12-02 14:27:13.108762 | fa163ee9-5655-994d-8529-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2025-12-02 14:27:13.110572 | fa163ee9-5655-994d-8529-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:04.830721 | 0.25s 2025-12-02 14:27:13.146374 | fa163ee9-5655-994d-8529-0000000022bf | TASK | collect ansible devices 2025-12-02 14:27:13.186828 | fa163ee9-5655-994d-8529-0000000022bf | SKIPPED | collect ansible devices | standalone 2025-12-02 14:27:13.187828 | fa163ee9-5655-994d-8529-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:04.907990 | 0.04s 2025-12-02 14:27:13.207989 | fa163ee9-5655-994d-8529-0000000022c0 | TASK | collect in-use lvm2 devices list 2025-12-02 14:27:13.235859 | fa163ee9-5655-994d-8529-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-12-02 14:27:13.236573 | fa163ee9-5655-994d-8529-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:04.956739 | 0.03s 2025-12-02 14:27:13.254122 | fa163ee9-5655-994d-8529-0000000022c1 | TASK | set allowed_devices 2025-12-02 14:27:13.281147 | fa163ee9-5655-994d-8529-0000000022c1 | SKIPPED | set allowed_devices | standalone 2025-12-02 14:27:13.281836 | fa163ee9-5655-994d-8529-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:05.002003 | 0.03s 2025-12-02 14:27:13.299342 | fa163ee9-5655-994d-8529-0000000022c2 | TASK | build lvm2 allow list 2025-12-02 14:27:13.347611 | fa163ee9-5655-994d-8529-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2025-12-02 14:27:13.348207 | fa163ee9-5655-994d-8529-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:05.068374 | 0.05s 2025-12-02 14:27:13.365109 | fa163ee9-5655-994d-8529-0000000022c3 | TASK | build lvm2 deny list 2025-12-02 14:27:13.420874 | fa163ee9-5655-994d-8529-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2025-12-02 14:27:13.421449 | fa163ee9-5655-994d-8529-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:05.141616 | 0.06s 2025-12-02 14:27:13.438690 | fa163ee9-5655-994d-8529-0000000022c4 | TASK | build lvm2 filter 2025-12-02 14:27:13.486974 | fa163ee9-5655-994d-8529-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2025-12-02 14:27:13.488086 | fa163ee9-5655-994d-8529-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:05.208244 | 0.05s 2025-12-02 14:27:13.515085 | fa163ee9-5655-994d-8529-0000000022c5 | TASK | regenerate lvm config 2025-12-02 14:27:13.566910 | fa163ee9-5655-994d-8529-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2025-12-02 14:27:13.568114 | fa163ee9-5655-994d-8529-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:05.288269 | 0.05s 2025-12-02 14:27:13.597331 | fa163ee9-5655-994d-8529-0000000022c6 | TASK | copy new lvm.conf in place 2025-12-02 14:27:13.660338 | fa163ee9-5655-994d-8529-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2025-12-02 14:27:13.661520 | fa163ee9-5655-994d-8529-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:05.381677 | 0.06s 2025-12-02 14:27:13.712684 | fa163ee9-5655-994d-8529-0000000021ac | TASK | Fail if container image is undefined 2025-12-02 14:27:13.773560 | fa163ee9-5655-994d-8529-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2025-12-02 14:27:13.774651 | fa163ee9-5655-994d-8529-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:05.494807 | 0.06s 2025-12-02 14:27:13.816927 | fa163ee9-5655-994d-8529-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-02 14:27:22.838043 | fa163ee9-5655-994d-8529-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-02 14:27:22.839580 | fa163ee9-5655-994d-8529-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:14.559738 | 9.02s 2025-12-02 14:27:22.895978 | fa163ee9-5655-994d-8529-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-02 14:27:23.255561 | fa163ee9-5655-994d-8529-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-02 14:27:23.256782 | fa163ee9-5655-994d-8529-0000000021ae | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:14.976940 | 0.36s 2025-12-02 14:27:23.357005 | fa163ee9-5655-994d-8529-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-02 14:27:23.358105 | fa163ee9-5655-994d-8529-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:15.078263 | 0.05s 2025-12-02 14:27:23.383685 | fa163ee9-5655-994d-8529-0000000021c0 | TASK | Fail if container image is undefined 2025-12-02 14:27:23.443316 | fa163ee9-5655-994d-8529-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2025-12-02 14:27:23.444395 | fa163ee9-5655-994d-8529-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:15.164553 | 0.06s 2025-12-02 14:27:23.487375 | fa163ee9-5655-994d-8529-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-02 14:27:30.762800 | fa163ee9-5655-994d-8529-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-02 14:27:30.763891 | fa163ee9-5655-994d-8529-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:22.484056 | 7.28s 2025-12-02 14:27:30.819349 | fa163ee9-5655-994d-8529-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-02 14:27:31.163362 | fa163ee9-5655-994d-8529-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-02 14:27:31.164823 | fa163ee9-5655-994d-8529-0000000021c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:22.884981 | 0.34s 2025-12-02 14:27:31.271445 | fa163ee9-5655-994d-8529-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-02 14:27:31.272724 | fa163ee9-5655-994d-8529-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:22.992882 | 0.05s 2025-12-02 14:27:31.300087 | fa163ee9-5655-994d-8529-0000000021cf | TASK | install systemd-container for a greenfield 2025-12-02 14:27:52.624731 | fa163ee9-5655-994d-8529-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2025-12-02 14:27:52.626419 | fa163ee9-5655-994d-8529-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:44.346575 | 21.33s 2025-12-02 14:27:52.653645 | fa163ee9-5655-994d-8529-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2025-12-02 14:27:52.702884 | fa163ee9-5655-994d-8529-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-12-02 14:27:52.703618 | fa163ee9-5655-994d-8529-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:44.423785 | 0.05s 2025-12-02 14:27:52.721343 | fa163ee9-5655-994d-8529-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-12-02 14:27:52.967800 | fa163ee9-5655-994d-8529-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-12-02 14:27:52.969049 | fa163ee9-5655-994d-8529-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:44.689205 | 0.25s 2025-12-02 14:27:52.994380 | fa163ee9-5655-994d-8529-0000000021d4 | TASK | is KSM enabled 2025-12-02 14:27:53.053165 | fa163ee9-5655-994d-8529-0000000021d4 | OK | is KSM enabled | standalone 2025-12-02 14:27:53.054341 | fa163ee9-5655-994d-8529-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:44.774493 | 0.06s 2025-12-02 14:27:53.080237 | fa163ee9-5655-994d-8529-0000000021d6 | TASK | Check for ksm 2025-12-02 14:27:53.367838 | fa163ee9-5655-994d-8529-0000000021d6 | CHANGED | Check for ksm | standalone 2025-12-02 14:27:53.368730 | fa163ee9-5655-994d-8529-0000000021d6 | TIMING | Check for ksm | standalone | 0:04:45.088894 | 0.29s 2025-12-02 14:27:53.388814 | fa163ee9-5655-994d-8529-0000000021d7 | TASK | disable KSM services 2025-12-02 14:27:53.472730 | fa163ee9-5655-994d-8529-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-12-02 14:27:53.508028 | fa163ee9-5655-994d-8529-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-12-02 14:27:53.519183 | fa163ee9-5655-994d-8529-0000000021d7 | TIMING | disable KSM services | standalone | 0:04:45.239344 | 0.13s 2025-12-02 14:27:53.540662 | fa163ee9-5655-994d-8529-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2025-12-02 14:27:53.592270 | fa163ee9-5655-994d-8529-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-12-02 14:27:53.593059 | fa163ee9-5655-994d-8529-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:45.313223 | 0.05s 2025-12-02 14:27:53.614335 | fa163ee9-5655-994d-8529-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-12-02 14:27:53.651391 | fa163ee9-5655-994d-8529-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-12-02 14:27:53.652772 | fa163ee9-5655-994d-8529-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:45.372922 | 0.04s 2025-12-02 14:27:53.679494 | fa163ee9-5655-994d-8529-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-12-02 14:27:53.734643 | fa163ee9-5655-994d-8529-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-12-02 14:27:53.735942 | fa163ee9-5655-994d-8529-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:45.456100 | 0.05s 2025-12-02 14:27:53.761740 | fa163ee9-5655-994d-8529-0000000021dc | TASK | enable ksmtunded 2025-12-02 14:27:53.819967 | fa163ee9-5655-994d-8529-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-12-02 14:27:53.833553 | fa163ee9-5655-994d-8529-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-12-02 14:27:53.846755 | fa163ee9-5655-994d-8529-0000000021dc | TIMING | enable ksmtunded | standalone | 0:04:45.566908 | 0.08s 2025-12-02 14:27:53.930141 | fa163ee9-5655-994d-8529-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-02 14:27:53.931573 | fa163ee9-5655-994d-8529-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:45.651706 | 0.05s 2025-12-02 14:27:53.958036 | fa163ee9-5655-994d-8529-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-02 14:27:54.033024 | fa163ee9-5655-994d-8529-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-02 14:27:54.034170 | fa163ee9-5655-994d-8529-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:45.754328 | 0.07s 2025-12-02 14:27:54.059546 | fa163ee9-5655-994d-8529-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-12-02 14:27:57.999250 | fa163ee9-5655-994d-8529-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-12-02 14:27:58.004856 | fa163ee9-5655-994d-8529-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:49.725011 | 3.94s 2025-12-02 14:27:58.042639 | fa163ee9-5655-994d-8529-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2025-12-02 14:27:58.113917 | fa163ee9-5655-994d-8529-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-12-02 14:27:58.115158 | fa163ee9-5655-994d-8529-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:49.835313 | 0.07s 2025-12-02 14:27:58.144458 | fa163ee9-5655-994d-8529-0000000021e4 | TASK | Fetch ovn VIP 2025-12-02 14:27:58.191267 | fa163ee9-5655-994d-8529-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2025-12-02 14:27:58.192608 | fa163ee9-5655-994d-8529-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:04:49.912764 | 0.05s 2025-12-02 14:27:58.222402 | fa163ee9-5655-994d-8529-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2025-12-02 14:27:58.272654 | fa163ee9-5655-994d-8529-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-12-02 14:27:58.273880 | fa163ee9-5655-994d-8529-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:49.994037 | 0.05s 2025-12-02 14:27:58.311621 | fa163ee9-5655-994d-8529-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2025-12-02 14:27:58.381885 | fa163ee9-5655-994d-8529-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-12-02 14:27:58.382661 | fa163ee9-5655-994d-8529-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:50.102828 | 0.07s 2025-12-02 14:27:58.401711 | fa163ee9-5655-994d-8529-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2025-12-02 14:27:58.436888 | fa163ee9-5655-994d-8529-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-12-02 14:27:58.437414 | fa163ee9-5655-994d-8529-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:50.157582 | 0.04s 2025-12-02 14:27:58.456401 | fa163ee9-5655-994d-8529-0000000021e8 | TASK | Remove pacemaker attributes 2025-12-02 14:27:58.506350 | fa163ee9-5655-994d-8529-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-12-02 14:27:58.519153 | fa163ee9-5655-994d-8529-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:04:50.239306 | 0.06s 2025-12-02 14:27:58.602627 | fa163ee9-5655-994d-8529-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-02 14:27:58.603985 | fa163ee9-5655-994d-8529-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:50.324137 | 0.05s 2025-12-02 14:27:58.634618 | fa163ee9-5655-994d-8529-0000000021ed | TASK | Configure OVN DBs and northd 2025-12-02 14:27:58.685228 | fa163ee9-5655-994d-8529-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:04:50.405373 | 0.05s 2025-12-02 14:27:58.786783 | fa163ee9-5655-994d-8529-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-12-02 14:27:59.048683 | fa163ee9-5655-994d-8529-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-12-02 14:27:59.049985 | fa163ee9-5655-994d-8529-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:50.770140 | 0.26s 2025-12-02 14:27:59.088663 | fa163ee9-5655-994d-8529-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-02 14:27:59.167973 | fa163ee9-5655-994d-8529-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-02 14:27:59.169278 | fa163ee9-5655-994d-8529-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:50.889431 | 0.08s 2025-12-02 14:27:59.202449 | fa163ee9-5655-994d-8529-000000002397 | TASK | check ovsdb-tool election-timer options 2025-12-02 14:27:59.449669 | fa163ee9-5655-994d-8529-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-12-02 14:27:59.451157 | fa163ee9-5655-994d-8529-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:51.171313 | 0.25s 2025-12-02 14:27:59.482673 | fa163ee9-5655-994d-8529-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2025-12-02 14:27:59.559046 | fa163ee9-5655-994d-8529-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-12-02 14:27:59.560038 | fa163ee9-5655-994d-8529-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:51.280202 | 0.08s 2025-12-02 14:27:59.583837 | fa163ee9-5655-994d-8529-000000002399 | TASK | render OVN cluster configuration 2025-12-02 14:28:00.165229 | fa163ee9-5655-994d-8529-000000002399 | CHANGED | render OVN cluster configuration | standalone 2025-12-02 14:28:00.166074 | fa163ee9-5655-994d-8529-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:51.886240 | 0.58s 2025-12-02 14:28:00.188718 | fa163ee9-5655-994d-8529-00000000239a | TASK | restart OVN northd and north and south databases 2025-12-02 14:28:00.235286 | fa163ee9-5655-994d-8529-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:51.955422 | 0.05s 2025-12-02 14:28:00.254307 | fa163ee9-5655-994d-8529-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:51.974461 | 0.06s 2025-12-02 14:28:00.268687 | fa163ee9-5655-994d-8529-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:51.988841 | 0.08s 2025-12-02 14:28:00.274633 | fa163ee9-5655-994d-8529-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:51.994794 | 0.08s 2025-12-02 14:28:00.287548 | 65d6b1d0-8b84-4fa7-8cda-5b00e6128bcd | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-02 14:28:00.291257 | 1f9e6e0e-d4c3-4935-95e6-4e0d0b3e77ac | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-02 14:28:00.294797 | 6a6c264c-5744-430d-a889-55289f07eb93 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-02 14:28:00.319420 | fa163ee9-5655-994d-8529-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-12-02 14:28:00.551003 | fa163ee9-5655-994d-8529-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-12-02 14:28:00.552356 | fa163ee9-5655-994d-8529-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:52.272512 | 0.23s 2025-12-02 14:28:00.584534 | fa163ee9-5655-994d-8529-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2025-12-02 14:28:00.612526 | fa163ee9-5655-994d-8529-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-12-02 14:28:00.613439 | fa163ee9-5655-994d-8529-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:52.333602 | 0.03s 2025-12-02 14:28:00.638909 | fa163ee9-5655-994d-8529-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-12-02 14:28:00.863945 | fa163ee9-5655-994d-8529-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-12-02 14:28:00.865102 | fa163ee9-5655-994d-8529-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:52.585262 | 0.22s 2025-12-02 14:28:00.887000 | fa163ee9-5655-994d-8529-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2025-12-02 14:28:00.922179 | fa163ee9-5655-994d-8529-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-12-02 14:28:00.922826 | fa163ee9-5655-994d-8529-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:52.642993 | 0.03s 2025-12-02 14:28:00.944793 | fa163ee9-5655-994d-8529-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2025-12-02 14:28:01.205003 | fa163ee9-5655-994d-8529-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-12-02 14:28:01.205881 | fa163ee9-5655-994d-8529-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:52.926047 | 0.26s 2025-12-02 14:28:01.226363 | fa163ee9-5655-994d-8529-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2025-12-02 14:28:01.285394 | fa163ee9-5655-994d-8529-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-12-02 14:28:01.286685 | fa163ee9-5655-994d-8529-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:53.006840 | 0.06s 2025-12-02 14:28:01.394144 | fa163ee9-5655-994d-8529-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-02 14:28:01.395364 | fa163ee9-5655-994d-8529-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:53.115520 | 0.05s 2025-12-02 14:28:01.485388 | fa163ee9-5655-994d-8529-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-02 14:28:01.486695 | fa163ee9-5655-994d-8529-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:53.206851 | 0.06s 2025-12-02 14:28:01.518366 | fa163ee9-5655-994d-8529-0000000021f8 | TASK | Fail if container image is undefined 2025-12-02 14:28:01.568403 | fa163ee9-5655-994d-8529-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2025-12-02 14:28:01.569771 | fa163ee9-5655-994d-8529-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:53.289925 | 0.05s 2025-12-02 14:28:01.618018 | fa163ee9-5655-994d-8529-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-02 14:28:08.070796 | fa163ee9-5655-994d-8529-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-02 14:28:08.072296 | fa163ee9-5655-994d-8529-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:04:59.792452 | 6.45s 2025-12-02 14:28:08.131157 | fa163ee9-5655-994d-8529-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-02 14:28:08.454250 | fa163ee9-5655-994d-8529-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-02 14:28:08.455823 | fa163ee9-5655-994d-8529-0000000021fa | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:00.175981 | 0.32s 2025-12-02 14:28:08.516114 | fa163ee9-5655-994d-8529-000000002205 | TASK | Pre-fetch all the containers 2025-12-02 14:28:12.785606 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-12-02 14:28:12.790589 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:04.510732 | 4.27s 2025-12-02 14:28:17.778886 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-12-02 14:28:17.782683 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:09.502841 | 9.26s 2025-12-02 14:28:20.428595 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-12-02 14:28:20.431331 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:12.151489 | 11.91s 2025-12-02 14:28:24.093319 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-12-02 14:28:24.098494 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:15.818613 | 15.58s 2025-12-02 14:28:26.999958 | fa163ee9-5655-994d-8529-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-12-02 14:28:27.002659 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:18.722811 | 18.48s 2025-12-02 14:28:28.877998 | fa163ee9-5655-994d-8529-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-12-02 14:28:28.881330 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:20.601489 | 20.36s 2025-12-02 14:28:35.166133 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-12-02 14:28:35.169624 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:26.889776 | 26.65s 2025-12-02 14:28:39.751681 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-12-02 14:28:39.755780 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:31.475936 | 31.24s 2025-12-02 14:28:43.391048 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-12-02 14:28:43.393981 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:35.114140 | 34.88s 2025-12-02 14:28:45.740793 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-12-02 14:28:45.745421 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:37.465574 | 37.23s 2025-12-02 14:28:53.511742 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-12-02 14:28:53.515143 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:45.235302 | 45.00s 2025-12-02 14:28:56.596602 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-12-02 14:28:56.600143 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:48.320301 | 48.08s 2025-12-02 14:29:15.289512 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-12-02 14:29:15.293995 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:07.014155 | 66.78s 2025-12-02 14:29:24.218517 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-12-02 14:29:24.221594 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:15.941752 | 75.70s 2025-12-02 14:29:33.995018 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-12-02 14:29:33.999149 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:25.719305 | 85.48s 2025-12-02 14:29:43.442721 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-12-02 14:29:43.446980 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:35.167134 | 94.93s 2025-12-02 14:29:50.219790 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-12-02 14:29:50.223329 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:41.943487 | 101.71s 2025-12-02 14:29:55.126173 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-12-02 14:29:55.129822 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:46.849979 | 106.61s 2025-12-02 14:29:58.183063 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-12-02 14:29:58.186670 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:49.906826 | 109.67s 2025-12-02 14:30:05.265519 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-12-02 14:30:05.269593 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:56.989752 | 116.75s 2025-12-02 14:30:10.503255 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-12-02 14:30:10.507987 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:02.228140 | 121.99s 2025-12-02 14:30:22.880287 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-12-02 14:30:22.882423 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:14.602589 | 134.36s 2025-12-02 14:30:26.457661 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-12-02 14:30:26.460727 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:18.180892 | 137.94s 2025-12-02 14:30:38.775194 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-12-02 14:30:38.779150 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:30.499281 | 150.26s 2025-12-02 14:30:41.649559 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-12-02 14:30:41.652371 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:33.372531 | 153.13s 2025-12-02 14:30:45.285536 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-12-02 14:30:45.289873 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:37.010026 | 156.77s 2025-12-02 14:30:48.307538 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-12-02 14:30:48.310351 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:40.030510 | 159.79s 2025-12-02 14:30:52.161162 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-12-02 14:30:52.164922 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:43.885079 | 163.65s 2025-12-02 14:30:54.892683 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-12-02 14:30:54.896758 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:46.616915 | 166.38s 2025-12-02 14:30:58.147703 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-12-02 14:30:58.150854 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:49.871018 | 169.63s 2025-12-02 14:31:03.251631 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-12-02 14:31:03.257682 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:54.977831 | 174.74s 2025-12-02 14:31:05.300544 | fa163ee9-5655-994d-8529-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-12-02 14:31:05.304674 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:57.024836 | 176.79s 2025-12-02 14:31:07.868054 | fa163ee9-5655-994d-8529-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-12-02 14:31:07.872421 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:59.592539 | 179.35s 2025-12-02 14:31:15.137294 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-12-02 14:31:15.140169 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:06.860328 | 186.62s 2025-12-02 14:31:17.420207 | fa163ee9-5655-994d-8529-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-12-02 14:31:17.424196 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:09.144354 | 188.91s 2025-12-02 14:31:21.904813 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-12-02 14:31:21.907079 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:13.627244 | 193.39s 2025-12-02 14:31:25.991038 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-12-02 14:31:25.993292 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:17.713457 | 197.48s 2025-12-02 14:31:29.688585 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-12-02 14:31:29.691390 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:21.411549 | 201.17s 2025-12-02 14:31:32.602024 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-12-02 14:31:32.606263 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:24.326416 | 204.09s 2025-12-02 14:31:35.525887 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-12-02 14:31:35.528174 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:27.248330 | 207.01s 2025-12-02 14:31:39.178060 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-12-02 14:31:39.180613 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:30.900779 | 210.66s 2025-12-02 14:31:42.506674 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-12-02 14:31:42.509680 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:34.229838 | 213.99s 2025-12-02 14:31:45.361065 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-12-02 14:31:45.363865 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:37.084029 | 216.85s 2025-12-02 14:31:48.547362 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-12-02 14:31:48.551679 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.271834 | 220.03s 2025-12-02 14:31:51.965945 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-12-02 14:31:51.968420 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:43.688582 | 223.45s 2025-12-02 14:31:57.221124 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-12-02 14:31:57.224774 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.944932 | 228.71s 2025-12-02 14:32:00.956233 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-12-02 14:32:00.958243 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:52.678404 | 232.44s 2025-12-02 14:32:04.466391 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-12-02 14:32:04.470337 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:56.190495 | 235.95s 2025-12-02 14:32:07.685819 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-12-02 14:32:07.688745 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:59.408902 | 239.17s 2025-12-02 14:32:11.410020 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-12-02 14:32:11.412011 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:03.132176 | 242.89s 2025-12-02 14:32:14.203635 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-12-02 14:32:14.206682 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:05.926840 | 245.69s 2025-12-02 14:32:17.007734 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-12-02 14:32:17.010805 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:08.730963 | 248.49s 2025-12-02 14:32:20.367250 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-12-02 14:32:20.369567 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:12.089731 | 251.85s 2025-12-02 14:32:23.163737 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-12-02 14:32:23.166576 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:14.886734 | 254.65s 2025-12-02 14:32:26.117997 | fa163ee9-5655-994d-8529-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-12-02 14:32:26.120931 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:17.841089 | 257.60s 2025-12-02 14:32:26.441504 | fa163ee9-5655-994d-8529-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:18.161645 | 257.92s 2025-12-02 14:32:26.706234 | fa163ee9-5655-994d-8529-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-02 14:32:26.707244 | fa163ee9-5655-994d-8529-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:18.427402 | 0.06s 2025-12-02 14:32:26.730133 | fa163ee9-5655-994d-8529-00000000220f | TASK | Fail if container image is undefined 2025-12-02 14:32:26.799758 | fa163ee9-5655-994d-8529-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2025-12-02 14:32:26.801187 | fa163ee9-5655-994d-8529-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:18.521335 | 0.07s 2025-12-02 14:32:26.848627 | fa163ee9-5655-994d-8529-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-12-02 14:32:31.925593 | fa163ee9-5655-994d-8529-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-12-02 14:32:31.927146 | fa163ee9-5655-994d-8529-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:23.647302 | 5.08s 2025-12-02 14:32:31.984109 | fa163ee9-5655-994d-8529-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-12-02 14:32:32.323290 | fa163ee9-5655-994d-8529-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-12-02 14:32:32.324757 | fa163ee9-5655-994d-8529-000000002211 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:24.044912 | 0.34s 2025-12-02 14:32:32.383317 | fa163ee9-5655-994d-8529-00000000221c | TASK | Check if rsyslog exists 2025-12-02 14:32:32.662186 | fa163ee9-5655-994d-8529-00000000221c | CHANGED | Check if rsyslog exists | standalone 2025-12-02 14:32:32.663646 | fa163ee9-5655-994d-8529-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:09:24.383803 | 0.28s 2025-12-02 14:32:32.693116 | fa163ee9-5655-994d-8529-00000000221d | TASK | Forward logging to swift.log file 2025-12-02 14:32:33.217259 | fa163ee9-5655-994d-8529-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2025-12-02 14:32:33.218050 | fa163ee9-5655-994d-8529-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:09:24.938217 | 0.52s 2025-12-02 14:32:33.244251 | fa163ee9-5655-994d-8529-00000000221e | TASK | Restart rsyslogd service after logging conf change 2025-12-02 14:32:33.918815 | fa163ee9-5655-994d-8529-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-12-02 14:32:33.920660 | fa163ee9-5655-994d-8529-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:25.640813 | 0.67s 2025-12-02 14:32:33.952264 | fa163ee9-5655-994d-8529-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-02 14:32:34.179708 | fa163ee9-5655-994d-8529-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-02 14:32:34.180449 | fa163ee9-5655-994d-8529-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:25.900615 | 0.23s 2025-12-02 14:32:34.277410 | fa163ee9-5655-994d-8529-0000000000c3 | TIMING | include_tasks | standalone | 0:09:25.997564 | 0.08s 2025-12-02 14:32:34.297420 | 8c2c5877-5e09-4ec5-86c8-8a713ef47bad | INCLUDED | /root/standalone-ansible-oxw8emgm/common_deploy_steps_tasks.yaml | standalone 2025-12-02 14:32:34.319104 | fa163ee9-5655-994d-8529-0000000024a0 | TASK | Write the config_step hieradata 2025-12-02 14:32:34.780872 | fa163ee9-5655-994d-8529-0000000024a0 | OK | Write the config_step hieradata | standalone 2025-12-02 14:32:34.781618 | fa163ee9-5655-994d-8529-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:09:26.501784 | 0.46s 2025-12-02 14:32:34.801948 | fa163ee9-5655-994d-8529-0000000024a1 | TASK | Run puppet host configuration for step 1 2025-12-02 14:32:35.121845 | fa163ee9-5655-994d-8529-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-12-02 14:32:35.123223 | fa163ee9-5655-994d-8529-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:26.843371 | 0.32s 2025-12-02 14:32:35.155736 | fa163ee9-5655-994d-8529-0000000024a2 | TASK | Wait for puppet host configuration to finish 2025-12-02 14:32:35.427232 | fa163ee9-5655-994d-8529-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-02 14:32:45.663909 | fa163ee9-5655-994d-8529-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-02 14:32:55.896114 | fa163ee9-5655-994d-8529-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-02 14:33:06.118091 | fa163ee9-5655-994d-8529-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-12-02 14:33:16.300719 | fa163ee9-5655-994d-8529-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-12-02 14:33:26.514304 | fa163ee9-5655-994d-8529-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-12-02 14:33:36.736581 | fa163ee9-5655-994d-8529-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-02 14:33:36.737731 | fa163ee9-5655-994d-8529-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:28.457897 | 61.58s 2025-12-02 14:33:36.759084 | fa163ee9-5655-994d-8529-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-12-02 14:33:36.843659 | fa163ee9-5655-994d-8529-0000000024a3 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Dec 2 14:32:35 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 2 14:32:39 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 2 14:32:39 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 2 14:32:39 puppet-user: (file & line not available)", "<13>Dec 2 14:32:39 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 2 14:32:39 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 2 14:32:39 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 2 14:32:39 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.38 seconds", "<13>Dec 2 14:32:39 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Dec 2 14:32:39 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Dec 2 14:32:39 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Dec 2 14:32:49 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Dec 2 14:32:56 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Dec 2 14:32:56 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Dec 2 14:32:57 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Dec 2 14:32:57 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Dec 2 14:33:00 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 2 14:33:00 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Dec 2 14:33:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Dec 2 14:33:05 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 2 14:33:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 2 14:33:07 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Dec 2 14:33:08 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Dec 2 14:33:31 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Dec 2 14:33:32 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 2 14:33:34 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Dec 2 14:33:34 puppet-user: Notice: Applied catalog in 55.44 seconds", "<13>Dec 2 14:33:34 puppet-user: Application:", "<13>Dec 2 14:33:34 puppet-user: Initial environment: production", "<13>Dec 2 14:33:34 puppet-user: Converged environment: production", "<13>Dec 2 14:33:34 puppet-user: Run mode: user", "<13>Dec 2 14:33:34 puppet-user: Changes:", "<13>Dec 2 14:33:34 puppet-user: Total: 17", "<13>Dec 2 14:33:34 puppet-user: Events:", "<13>Dec 2 14:33:34 puppet-user: Success: 17", "<13>Dec 2 14:33:34 puppet-user: Resources:", "<13>Dec 2 14:33:34 puppet-user: Restarted: 1", "<13>Dec 2 14:33:34 puppet-user: Changed: 16", "<13>Dec 2 14:33:34 puppet-user: Out of sync: 16", "<13>Dec 2 14:33:34 puppet-user: Total: 26", "<13>Dec 2 14:33:34 puppet-user: Time:", "<13>Dec 2 14:33:34 puppet-user: Filebucket: 0.00", "<13>Dec 2 14:33:34 puppet-user: Schedule: 0.00", "<13>Dec 2 14:33:34 puppet-user: File line: 0.00", "<13>Dec 2 14:33:34 puppet-user: File: 0.00", "<13>Dec 2 14:33:34 puppet-user: Augeas: 0.02", "<13>Dec 2 14:33:34 puppet-user: User: 0.14", "<13>Dec 2 14:33:34 puppet-user: Config retrieval: 0.42", "<13>Dec 2 14:33:34 puppet-user: Package: 17.35", "<13>Dec 2 14:33:34 puppet-user: Last run: 1764686014", "<13>Dec 2 14:33:34 puppet-user: Exec: 28.88", "<13>Dec 2 14:33:34 puppet-user: Pcmk property: 3.67", "<13>Dec 2 14:33:34 puppet-user: Service: 4.01", "<13>Dec 2 14:33:34 puppet-user: Transaction evaluation: 55.43", "<13>Dec 2 14:33:34 puppet-user: Catalog application: 55.44", "<13>Dec 2 14:33:34 puppet-user: Total: 55.44", "<13>Dec 2 14:33:34 puppet-user: Version:", "<13>Dec 2 14:33:34 puppet-user: Config: 1764685959", "<13>Dec 2 14:33:34 puppet-user: Puppet: 7.10.0" ] } 2025-12-02 14:33:36.845338 | fa163ee9-5655-994d-8529-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:28.565494 | 0.09s 2025-12-02 14:33:36.877373 | fa163ee9-5655-994d-8529-0000000024a4 | TASK | Pre-cache facts for puppet containers 2025-12-02 14:33:36.908369 | fa163ee9-5655-994d-8529-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:28.628514 | 0.03s 2025-12-02 14:33:36.987427 | fa163ee9-5655-994d-8529-0000000024eb | TASK | Gather variables for each operating system 2025-12-02 14:33:37.117919 | fa163ee9-5655-994d-8529-0000000024eb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:10:28.838058 | 0.13s 2025-12-02 14:33:37.150285 | fa163ee9-5655-994d-8529-0000000024ec | TASK | Create puppet caching structures 2025-12-02 14:33:37.381201 | fa163ee9-5655-994d-8529-0000000024ec | CHANGED | Create puppet caching structures | standalone 2025-12-02 14:33:37.383254 | fa163ee9-5655-994d-8529-0000000024ec | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:10:29.103411 | 0.23s 2025-12-02 14:33:37.413690 | fa163ee9-5655-994d-8529-0000000024ed | TASK | Check for facter.conf 2025-12-02 14:33:37.642140 | fa163ee9-5655-994d-8529-0000000024ed | OK | Check for facter.conf | standalone 2025-12-02 14:33:37.643579 | fa163ee9-5655-994d-8529-0000000024ed | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:10:29.363734 | 0.23s 2025-12-02 14:33:37.674292 | fa163ee9-5655-994d-8529-0000000024ee | TASK | Remove facter.conf if directory 2025-12-02 14:33:37.706826 | fa163ee9-5655-994d-8529-0000000024ee | SKIPPED | Remove facter.conf if directory | standalone 2025-12-02 14:33:37.707966 | fa163ee9-5655-994d-8529-0000000024ee | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:10:29.428125 | 0.03s 2025-12-02 14:33:37.738529 | fa163ee9-5655-994d-8529-0000000024ef | TASK | Write facter cache config 2025-12-02 14:33:38.233194 | fa163ee9-5655-994d-8529-0000000024ef | CHANGED | Write facter cache config | standalone 2025-12-02 14:33:38.234218 | fa163ee9-5655-994d-8529-0000000024ef | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:10:29.954380 | 0.49s 2025-12-02 14:33:38.257595 | fa163ee9-5655-994d-8529-0000000024f0 | TASK | Cleanup facter cache if exists 2025-12-02 14:33:38.472859 | fa163ee9-5655-994d-8529-0000000024f0 | OK | Cleanup facter cache if exists | standalone 2025-12-02 14:33:38.474160 | fa163ee9-5655-994d-8529-0000000024f0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:10:30.194317 | 0.22s 2025-12-02 14:33:38.506817 | fa163ee9-5655-994d-8529-0000000024f1 | TASK | Pre-cache facts 2025-12-02 14:33:39.129478 | fa163ee9-5655-994d-8529-0000000024f1 | CHANGED | Pre-cache facts | standalone 2025-12-02 14:33:39.130767 | fa163ee9-5655-994d-8529-0000000024f1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:10:30.850922 | 0.62s 2025-12-02 14:33:39.162894 | fa163ee9-5655-994d-8529-0000000024f2 | TASK | Failed deployment if facter fails 2025-12-02 14:33:39.210425 | fa163ee9-5655-994d-8529-0000000024f2 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-02 14:33:39.211755 | fa163ee9-5655-994d-8529-0000000024f2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:10:30.931909 | 0.05s 2025-12-02 14:33:39.266059 | fa163ee9-5655-994d-8529-0000000024f3 | TASK | Sync cached facts 2025-12-02 14:33:39.713923 | fa163ee9-5655-994d-8529-0000000024f3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee9-5655-994d-8529-0000000024f3') missing from stats 2025-12-02 14:33:39.773417 | fa163ee9-5655-994d-8529-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-02 14:33:39.830031 | fa163ee9-5655-994d-8529-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:10:31.550178 | 0.05s 2025-12-02 14:33:39.863971 | ae138b2c-bd00-4871-a914-a92d18c45503 | INCLUDED | /root/standalone-ansible-oxw8emgm/generate-config-tasks.yaml | standalone 2025-12-02 14:33:39.903576 | fa163ee9-5655-994d-8529-00000000253d | TASK | Create base directory puppet configs 2025-12-02 14:33:40.136376 | fa163ee9-5655-994d-8529-00000000253d | CHANGED | Create base directory puppet configs | standalone 2025-12-02 14:33:40.137743 | fa163ee9-5655-994d-8529-00000000253d | TIMING | Create base directory puppet configs | standalone | 0:10:31.857898 | 0.23s 2025-12-02 14:33:40.168990 | fa163ee9-5655-994d-8529-00000000253e | TASK | Generate container puppet configs for step 1 2025-12-02 14:33:40.483645 | fa163ee9-5655-994d-8529-00000000253e | CHANGED | Generate container puppet configs for step 1 | standalone 2025-12-02 14:33:40.485238 | fa163ee9-5655-994d-8529-00000000253e | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:32.205391 | 0.31s 2025-12-02 14:33:40.518067 | fa163ee9-5655-994d-8529-00000000253f | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-12-02 14:33:40.537525 | fa163ee9-5655-994d-8529-00000000253f | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:32.257629 | 0.02s 2025-12-02 14:33:40.617100 | fa163ee9-5655-994d-8529-0000000025c9 | TASK | Gather variables for each operating system 2025-12-02 14:33:40.730731 | fa163ee9-5655-994d-8529-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:32.450888 | 0.11s 2025-12-02 14:33:40.754018 | fa163ee9-5655-994d-8529-0000000025ca | TASK | Create container logs path 2025-12-02 14:33:40.990926 | fa163ee9-5655-994d-8529-0000000025ca | OK | Create container logs path | standalone 2025-12-02 14:33:40.992387 | fa163ee9-5655-994d-8529-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:32.712543 | 0.24s 2025-12-02 14:33:41.018753 | fa163ee9-5655-994d-8529-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-02 14:33:41.451142 | fa163ee9-5655-994d-8529-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-02 14:33:41.452897 | fa163ee9-5655-994d-8529-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:33.173052 | 0.43s 2025-12-02 14:33:41.489973 | fa163ee9-5655-994d-8529-0000000025cd | TASK | Finalise hashes for all containers 2025-12-02 14:33:41.542267 | fa163ee9-5655-994d-8529-0000000025cd | OK | Finalise hashes for all containers | standalone 2025-12-02 14:33:41.543505 | fa163ee9-5655-994d-8529-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:33.263629 | 0.05s 2025-12-02 14:33:41.567949 | fa163ee9-5655-994d-8529-0000000025cf | TASK | Manage systemd shutdown files 2025-12-02 14:33:41.606124 | fa163ee9-5655-994d-8529-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2025-12-02 14:33:41.607035 | fa163ee9-5655-994d-8529-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:33.327198 | 0.04s 2025-12-02 14:33:41.640794 | fa163ee9-5655-994d-8529-0000000025d1 | TASK | Update container configs with new config hashes 2025-12-02 14:33:41.685765 | fa163ee9-5655-994d-8529-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-02 14:33:41.687222 | fa163ee9-5655-994d-8529-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:33.407375 | 0.04s 2025-12-02 14:33:41.722732 | fa163ee9-5655-994d-8529-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-02 14:33:41.763447 | fa163ee9-5655-994d-8529-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:33.483601 | 0.04s 2025-12-02 14:33:41.782553 | bdad59bb-3652-47cb-bef5-276d560715c8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-02 14:33:41.810316 | fa163ee9-5655-994d-8529-000000002616 | TASK | Gather podman infos 2025-12-02 14:33:42.423973 | fa163ee9-5655-994d-8529-000000002616 | OK | Gather podman infos | standalone 2025-12-02 14:33:42.425376 | fa163ee9-5655-994d-8529-000000002616 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:34.145533 | 0.61s 2025-12-02 14:33:42.464185 | fa163ee9-5655-994d-8529-000000002617 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-02 14:33:42.525529 | fa163ee9-5655-994d-8529-000000002617 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-02 14:33:42.526801 | fa163ee9-5655-994d-8529-000000002617 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:34.246958 | 0.06s 2025-12-02 14:33:42.558990 | fa163ee9-5655-994d-8529-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-02 14:33:42.611622 | fa163ee9-5655-994d-8529-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:34.331764 | 0.05s 2025-12-02 14:33:42.638042 | cbb553fd-19df-4650-85cf-5a7977d0f94d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-02 14:33:42.674613 | fa163ee9-5655-994d-8529-000000002640 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-02 14:34:15.097844 | fa163ee9-5655-994d-8529-000000002640 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-02 14:34:15.099847 | fa163ee9-5655-994d-8529-000000002640 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:06.819999 | 32.42s 2025-12-02 14:34:15.158527 | fa163ee9-5655-994d-8529-000000002641 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-02 14:34:15.239728 | fa163ee9-5655-994d-8529-000000002641 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-02 14:34:15.240577 | fa163ee9-5655-994d-8529-000000002641 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:06.960737 | 0.08s 2025-12-02 14:34:15.292198 | fa163ee9-5655-994d-8529-000000002541 | TASK | Diff puppet-generated changes for check mode 2025-12-02 14:34:15.321681 | fa163ee9-5655-994d-8529-000000002541 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-02 14:34:15.322679 | fa163ee9-5655-994d-8529-000000002541 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:07.042843 | 0.03s 2025-12-02 14:34:15.345009 | fa163ee9-5655-994d-8529-000000002542 | TASK | Diff puppet-generated changes for check mode 2025-12-02 14:34:15.376049 | fa163ee9-5655-994d-8529-000000002542 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-02 14:34:15.376827 | fa163ee9-5655-994d-8529-000000002542 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:07.096991 | 0.03s 2025-12-02 14:34:15.400137 | fa163ee9-5655-994d-8529-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2025-12-02 14:34:15.451218 | fa163ee9-5655-994d-8529-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:07.171374 | 0.05s 2025-12-02 14:34:15.507245 | fa163ee9-5655-994d-8529-000000002696 | TASK | Gather variables for each operating system 2025-12-02 14:34:15.629737 | fa163ee9-5655-994d-8529-000000002696 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:07.349886 | 0.12s 2025-12-02 14:34:15.650930 | fa163ee9-5655-994d-8529-000000002697 | TASK | Create container logs path 2025-12-02 14:34:15.872802 | fa163ee9-5655-994d-8529-000000002697 | OK | Create container logs path | standalone 2025-12-02 14:34:15.874439 | fa163ee9-5655-994d-8529-000000002697 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:07.594593 | 0.22s 2025-12-02 14:34:15.909423 | fa163ee9-5655-994d-8529-000000002699 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-12-02 14:34:16.168390 | fa163ee9-5655-994d-8529-000000002699 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-02 14:34:16.169689 | fa163ee9-5655-994d-8529-000000002699 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:07.889845 | 0.26s 2025-12-02 14:34:16.200087 | fa163ee9-5655-994d-8529-00000000269a | TASK | Finalise hashes for all containers 2025-12-02 14:34:16.260656 | fa163ee9-5655-994d-8529-00000000269a | OK | Finalise hashes for all containers | standalone 2025-12-02 14:34:16.261836 | fa163ee9-5655-994d-8529-00000000269a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:07.981992 | 0.06s 2025-12-02 14:34:16.291043 | fa163ee9-5655-994d-8529-00000000269c | TASK | Manage systemd shutdown files 2025-12-02 14:34:16.324091 | fa163ee9-5655-994d-8529-00000000269c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:08.044239 | 0.03s 2025-12-02 14:34:16.359954 | 2bd2eeac-0c6e-46f2-8579-3dcded7bfa44 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-02 14:34:16.390868 | fa163ee9-5655-994d-8529-0000000026cf | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-02 14:34:16.633420 | fa163ee9-5655-994d-8529-0000000026cf | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-02 14:34:16.634862 | fa163ee9-5655-994d-8529-0000000026cf | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:08.355016 | 0.24s 2025-12-02 14:34:16.669990 | fa163ee9-5655-994d-8529-0000000026d0 | TASK | Set podman_drop_in fact 2025-12-02 14:34:16.725839 | fa163ee9-5655-994d-8529-0000000026d0 | OK | Set podman_drop_in fact | standalone 2025-12-02 14:34:16.727437 | fa163ee9-5655-994d-8529-0000000026d0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:08.447591 | 0.05s 2025-12-02 14:34:16.761965 | fa163ee9-5655-994d-8529-0000000026d2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-02 14:34:17.293794 | fa163ee9-5655-994d-8529-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-02 14:34:17.295908 | fa163ee9-5655-994d-8529-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:09.016047 | 0.53s 2025-12-02 14:34:17.785901 | fa163ee9-5655-994d-8529-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-02 14:34:17.786575 | fa163ee9-5655-994d-8529-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:09.506740 | 1.02s 2025-12-02 14:34:17.798676 | fa163ee9-5655-994d-8529-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:09.518830 | 1.03s 2025-12-02 14:34:17.829049 | fa163ee9-5655-994d-8529-0000000026d3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-02 14:34:18.319327 | fa163ee9-5655-994d-8529-0000000026d3 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-02 14:34:18.320832 | fa163ee9-5655-994d-8529-0000000026d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:10.040988 | 0.49s 2025-12-02 14:34:18.351395 | fa163ee9-5655-994d-8529-0000000026d4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-02 14:34:18.842100 | fa163ee9-5655-994d-8529-0000000026d4 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-02 14:34:18.843710 | fa163ee9-5655-994d-8529-0000000026d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:10.563861 | 0.49s 2025-12-02 14:34:18.876156 | fa163ee9-5655-994d-8529-0000000026d5 | TASK | Enable and start tripleo-container-shutdown 2025-12-02 14:34:19.881555 | fa163ee9-5655-994d-8529-0000000026d5 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-12-02 14:34:19.883575 | fa163ee9-5655-994d-8529-0000000026d5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:11.603731 | 1.01s 2025-12-02 14:34:19.914862 | fa163ee9-5655-994d-8529-0000000026d6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-02 14:34:20.404675 | fa163ee9-5655-994d-8529-0000000026d6 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-02 14:34:20.406035 | fa163ee9-5655-994d-8529-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:12.126192 | 0.49s 2025-12-02 14:34:20.436430 | fa163ee9-5655-994d-8529-0000000026d7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-02 14:34:20.963747 | fa163ee9-5655-994d-8529-0000000026d7 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-02 14:34:20.965037 | fa163ee9-5655-994d-8529-0000000026d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:12.685196 | 0.53s 2025-12-02 14:34:20.994834 | fa163ee9-5655-994d-8529-0000000026d8 | TASK | Enable and start netns-placeholder 2025-12-02 14:34:21.995036 | fa163ee9-5655-994d-8529-0000000026d8 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-02 14:34:21.998889 | fa163ee9-5655-994d-8529-0000000026d8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:13.719039 | 1.00s 2025-12-02 14:34:22.031044 | fa163ee9-5655-994d-8529-00000000269e | TASK | Update container configs with new config hashes 2025-12-02 14:34:22.091763 | fa163ee9-5655-994d-8529-00000000269e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:13.811912 | 0.06s 2025-12-02 14:34:22.113365 | 27276d6c-f2f5-4d56-ad9a-0ebc4976e026 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-02 14:34:22.147599 | fa163ee9-5655-994d-8529-000000002700 | TASK | Update config hashes for container startup configs 2025-12-02 14:34:22.488428 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-12-02 14:34:22.489641 | | WARNING | Config change detected for mysql_bootstrap, new hash: 12755700245ab91e604d1f8c96330306 2025-12-02 14:34:22.490209 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 9962ea4a250e0bcf71ab0cc30c97d914 2025-12-02 14:34:22.490896 | | WARNING | Config change detected for clustercheck, new hash: 6fca38188a80a107c45d620fa6298ef7 2025-12-02 14:34:22.491546 | | WARNING | Config change detected for horizon_fix_perms, new hash: cacad12044851969c2e0210615f5ec4c 2025-12-02 14:34:22.492235 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 12755700245ab91e604d1f8c96330306 2025-12-02 14:34:22.492863 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 67562b50bec2bd5647710304bd41895f 2025-12-02 14:34:22.493447 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 67562b50bec2bd5647710304bd41895f 2025-12-02 14:34:22.494146 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 67562b50bec2bd5647710304bd41895f 2025-12-02 14:34:22.494654 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 67562b50bec2bd5647710304bd41895f 2025-12-02 14:34:22.495245 | | WARNING | Config change detected for aodh_db_sync, new hash: 5baacbff09f8bc8abdc2395470887d0a 2025-12-02 14:34:22.496049 | | WARNING | Config change detected for barbican_api, new hash: c42672e6f38b804fa1d85a5a04affe5e 2025-12-02 14:34:22.496611 | | WARNING | Config change detected for barbican_api_db_sync, new hash: c42672e6f38b804fa1d85a5a04affe5e 2025-12-02 14:34:22.497368 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: c42672e6f38b804fa1d85a5a04affe5e 2025-12-02 14:34:22.497947 | | WARNING | Config change detected for barbican_keystone_listener, new hash: c42672e6f38b804fa1d85a5a04affe5e 2025-12-02 14:34:22.498701 | | WARNING | Config change detected for barbican_worker, new hash: c42672e6f38b804fa1d85a5a04affe5e 2025-12-02 14:34:22.499408 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 7faaef40e8540d2fdda1b33e815b2bd5 2025-12-02 14:34:22.499943 | | WARNING | Config change detected for glance_api_db_sync, new hash: 58cda3a9009ee1cde680c61389fb4278-e295f6ec397a7d4014da64baf507bf7d 2025-12-02 14:34:22.500445 | | WARNING | Config change detected for heat_engine_db_sync, new hash: cc7384062b528c700174acf4d99bafde 2025-12-02 14:34:22.501131 | | WARNING | Config change detected for horizon, new hash: cacad12044851969c2e0210615f5ec4c 2025-12-02 14:34:22.501968 | | WARNING | Config change detected for iscsid, new hash: e295f6ec397a7d4014da64baf507bf7d 2025-12-02 14:34:22.502624 | | WARNING | Config change detected for keystone, new hash: fd000e7e17c9dc981149d6cd62996040 2025-12-02 14:34:22.503231 | | WARNING | Config change detected for keystone_cron, new hash: fd000e7e17c9dc981149d6cd62996040 2025-12-02 14:34:22.504032 | | WARNING | Config change detected for keystone_db_sync, new hash: fd000e7e17c9dc981149d6cd62996040 2025-12-02 14:34:22.504581 | | WARNING | Config change detected for manila_api_db_sync, new hash: 8fb332e093b9e49c6afd8a21a2d0f59e 2025-12-02 14:34:22.505422 | | WARNING | Config change detected for neutron_db_sync, new hash: be911f0d70bb50b7ae9c3e89c05b1bcc 2025-12-02 14:34:22.506304 | | WARNING | Config change detected for nova_api_db_sync, new hash: b2e14ad5268f63a59c654f13bd46229a 2025-12-02 14:34:22.507004 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: b2e14ad5268f63a59c654f13bd46229a 2025-12-02 14:34:22.507734 | | WARNING | Config change detected for nova_db_sync, new hash: b2e14ad5268f63a59c654f13bd46229a 2025-12-02 14:34:22.508278 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: e255b0b113027dc3bb000ded18a6fda0 2025-12-02 14:34:22.509123 | | WARNING | Config change detected for nova_virtnodedevd, new hash: e255b0b113027dc3bb000ded18a6fda0 2025-12-02 14:34:22.509891 | | WARNING | Config change detected for nova_virtproxyd, new hash: e255b0b113027dc3bb000ded18a6fda0 2025-12-02 14:34:22.510557 | | WARNING | Config change detected for nova_virtqemud, new hash: e255b0b113027dc3bb000ded18a6fda0 2025-12-02 14:34:22.511171 | | WARNING | Config change detected for nova_virtsecretd, new hash: e255b0b113027dc3bb000ded18a6fda0 2025-12-02 14:34:22.512072 | | WARNING | Config change detected for nova_virtstoraged, new hash: e255b0b113027dc3bb000ded18a6fda0 2025-12-02 14:34:22.512607 | | WARNING | Config change detected for octavia_db_sync, new hash: 67562b50bec2bd5647710304bd41895f 2025-12-02 14:34:22.513226 | | WARNING | Config change detected for placement_api_db_sync, new hash: 02642c8ce1b10e1c94f142e9fc0e13d4 2025-12-02 14:34:22.513913 | | WARNING | Config change detected for swift_copy_rings, new hash: e2af319664cfc2d6996b059a91f5bbeb-f445ed2b70bcfefc15981fec7c085c96 2025-12-02 14:34:22.514581 | | WARNING | Config change detected for aodh_api, new hash: 5baacbff09f8bc8abdc2395470887d0a 2025-12-02 14:34:22.515367 | | WARNING | Config change detected for aodh_api_cron, new hash: 5baacbff09f8bc8abdc2395470887d0a 2025-12-02 14:34:22.516134 | | WARNING | Config change detected for aodh_evaluator, new hash: 5baacbff09f8bc8abdc2395470887d0a 2025-12-02 14:34:22.516815 | | WARNING | Config change detected for aodh_listener, new hash: 5baacbff09f8bc8abdc2395470887d0a 2025-12-02 14:34:22.517329 | | WARNING | Config change detected for aodh_notifier, new hash: 5baacbff09f8bc8abdc2395470887d0a 2025-12-02 14:34:22.518206 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 6bd95844ed7a88ed882654d653117702 2025-12-02 14:34:22.518925 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 6bd95844ed7a88ed882654d653117702 2025-12-02 14:34:22.519670 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 6bd95844ed7a88ed882654d653117702 2025-12-02 14:34:22.520372 | | WARNING | Config change detected for cinder_api, new hash: 7faaef40e8540d2fdda1b33e815b2bd5 2025-12-02 14:34:22.521085 | | WARNING | Config change detected for cinder_api_cron, new hash: 7faaef40e8540d2fdda1b33e815b2bd5 2025-12-02 14:34:22.521649 | | WARNING | Config change detected for cinder_scheduler, new hash: 7faaef40e8540d2fdda1b33e815b2bd5 2025-12-02 14:34:22.522419 | | WARNING | Config change detected for glance_api, new hash: 58cda3a9009ee1cde680c61389fb4278-e295f6ec397a7d4014da64baf507bf7d 2025-12-02 14:34:22.523007 | | WARNING | Config change detected for glance_api_cron, new hash: 58cda3a9009ee1cde680c61389fb4278 2025-12-02 14:34:22.523853 | | WARNING | Config change detected for glance_api_internal, new hash: 54cbaf20983bae47cf2de7a877dbcd56-e295f6ec397a7d4014da64baf507bf7d 2025-12-02 14:34:22.524562 | | WARNING | Config change detected for heat_api, new hash: 84f4f531dbed186396cebfac59273611 2025-12-02 14:34:22.525104 | | WARNING | Config change detected for heat_api_cfn, new hash: b91bde9cf94481dd928c59137deea2b5 2025-12-02 14:34:22.525937 | | WARNING | Config change detected for heat_api_cron, new hash: 84f4f531dbed186396cebfac59273611 2025-12-02 14:34:22.526648 | | WARNING | Config change detected for heat_engine, new hash: cc7384062b528c700174acf4d99bafde 2025-12-02 14:34:22.527357 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-12-02 14:34:22.528070 | | WARNING | Config change detected for manila_api, new hash: 8fb332e093b9e49c6afd8a21a2d0f59e 2025-12-02 14:34:22.528785 | | WARNING | Config change detected for manila_api_cron, new hash: 8fb332e093b9e49c6afd8a21a2d0f59e 2025-12-02 14:34:22.529489 | | WARNING | Config change detected for manila_scheduler, new hash: 8fb332e093b9e49c6afd8a21a2d0f59e 2025-12-02 14:34:22.530184 | | WARNING | Config change detected for neutron_api, new hash: be911f0d70bb50b7ae9c3e89c05b1bcc 2025-12-02 14:34:22.530799 | | WARNING | Config change detected for neutron_dhcp, new hash: be911f0d70bb50b7ae9c3e89c05b1bcc 2025-12-02 14:34:22.531640 | | WARNING | Config change detected for neutron_sriov_agent, new hash: be911f0d70bb50b7ae9c3e89c05b1bcc 2025-12-02 14:34:22.532211 | | WARNING | Config change detected for nova_api, new hash: b2e14ad5268f63a59c654f13bd46229a 2025-12-02 14:34:22.533015 | | WARNING | Config change detected for nova_api_cron, new hash: b2e14ad5268f63a59c654f13bd46229a 2025-12-02 14:34:22.533641 | | WARNING | Config change detected for nova_conductor, new hash: b2e14ad5268f63a59c654f13bd46229a 2025-12-02 14:34:22.534418 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: e255b0b113027dc3bb000ded18a6fda0 2025-12-02 14:34:22.534992 | | WARNING | Config change detected for nova_metadata, new hash: 8014e2ce132854d24c7af3d8546bfdb8 2025-12-02 14:34:22.535834 | | WARNING | Config change detected for nova_migration_target, new hash: e255b0b113027dc3bb000ded18a6fda0 2025-12-02 14:34:22.536371 | | WARNING | Config change detected for nova_scheduler, new hash: b2e14ad5268f63a59c654f13bd46229a 2025-12-02 14:34:22.537096 | | WARNING | Config change detected for nova_vnc_proxy, new hash: b2e14ad5268f63a59c654f13bd46229a 2025-12-02 14:34:22.537960 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: b2e14ad5268f63a59c654f13bd46229a 2025-12-02 14:34:22.538680 | | WARNING | Config change detected for octavia_api, new hash: 67562b50bec2bd5647710304bd41895f 2025-12-02 14:34:22.539263 | | WARNING | Config change detected for octavia_driver_agent, new hash: 67562b50bec2bd5647710304bd41895f 2025-12-02 14:34:22.540076 | | WARNING | Config change detected for ovn_metadata_agent, new hash: be911f0d70bb50b7ae9c3e89c05b1bcc 2025-12-02 14:34:22.540853 | | WARNING | Config change detected for placement_api, new hash: 02642c8ce1b10e1c94f142e9fc0e13d4 2025-12-02 14:34:22.541411 | | WARNING | Config change detected for placement_wait_for_service, new hash: 02642c8ce1b10e1c94f142e9fc0e13d4 2025-12-02 14:34:22.542195 | | WARNING | Config change detected for swift_account_reaper, new hash: e2af319664cfc2d6996b059a91f5bbeb 2025-12-02 14:34:22.542840 | | WARNING | Config change detected for swift_account_server, new hash: e2af319664cfc2d6996b059a91f5bbeb 2025-12-02 14:34:22.543198 | | WARNING | Config change detected for swift_container_server, new hash: e2af319664cfc2d6996b059a91f5bbeb 2025-12-02 14:34:22.543586 | | WARNING | Config change detected for swift_container_updater, new hash: e2af319664cfc2d6996b059a91f5bbeb 2025-12-02 14:34:22.543991 | | WARNING | Config change detected for swift_object_expirer, new hash: e2af319664cfc2d6996b059a91f5bbeb 2025-12-02 14:34:22.544380 | | WARNING | Config change detected for swift_object_server, new hash: e2af319664cfc2d6996b059a91f5bbeb 2025-12-02 14:34:22.544825 | | WARNING | Config change detected for swift_object_updater, new hash: e2af319664cfc2d6996b059a91f5bbeb 2025-12-02 14:34:22.545173 | | WARNING | Config change detected for swift_proxy, new hash: e2af319664cfc2d6996b059a91f5bbeb 2025-12-02 14:34:22.545561 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 6bd95844ed7a88ed882654d653117702 2025-12-02 14:34:22.545930 | | WARNING | Config change detected for gnocchi_api, new hash: 1cea7c66b0f0d05c5d229a83247daae6 2025-12-02 14:34:22.546280 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 1cea7c66b0f0d05c5d229a83247daae6 2025-12-02 14:34:22.546652 | | WARNING | Config change detected for gnocchi_metricd, new hash: 1cea7c66b0f0d05c5d229a83247daae6 2025-12-02 14:34:22.547010 | | WARNING | Config change detected for gnocchi_statsd, new hash: 1cea7c66b0f0d05c5d229a83247daae6 2025-12-02 14:34:22.547385 | | WARNING | Config change detected for nova_compute, new hash: e295f6ec397a7d4014da64baf507bf7d-e255b0b113027dc3bb000ded18a6fda0 2025-12-02 14:34:22.547793 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: e255b0b113027dc3bb000ded18a6fda0 2025-12-02 14:34:22.548192 | | WARNING | Config change detected for octavia_health_manager, new hash: 67562b50bec2bd5647710304bd41895f 2025-12-02 14:34:22.548573 | | WARNING | Config change detected for octavia_housekeeping, new hash: 67562b50bec2bd5647710304bd41895f 2025-12-02 14:34:22.548971 | | WARNING | Config change detected for octavia_rsyslog, new hash: 67562b50bec2bd5647710304bd41895f 2025-12-02 14:34:22.549324 | | WARNING | Config change detected for octavia_worker, new hash: 67562b50bec2bd5647710304bd41895f 2025-12-02 14:34:22.549795 | fa163ee9-5655-994d-8529-000000002700 | CHANGED | Update config hashes for container startup configs | standalone 2025-12-02 14:34:22.550335 | fa163ee9-5655-994d-8529-000000002700 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:14.270497 | 0.40s 2025-12-02 14:34:22.579528 | fa163ee9-5655-994d-8529-00000000269f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-02 14:34:22.637289 | fa163ee9-5655-994d-8529-00000000269f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:14.357438 | 0.06s 2025-12-02 14:34:22.664050 | ff2e5f71-f989-4860-8989-49ef41f6555c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-02 14:34:22.697882 | fa163ee9-5655-994d-8529-00000000271f | TASK | Gather podman infos 2025-12-02 14:34:23.541033 | fa163ee9-5655-994d-8529-00000000271f | OK | Gather podman infos | standalone 2025-12-02 14:34:23.542262 | fa163ee9-5655-994d-8529-00000000271f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:15.262420 | 0.84s 2025-12-02 14:34:23.621031 | fa163ee9-5655-994d-8529-000000002720 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-02 14:34:23.685755 | fa163ee9-5655-994d-8529-000000002720 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:15.405900 | 0.06s 2025-12-02 14:34:23.811218 | fa163ee9-5655-994d-8529-000000002769 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:15.531362 | 0.06s 2025-12-02 14:34:23.873763 | fa163ee9-5655-994d-8529-0000000026a0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-02 14:34:23.927352 | fa163ee9-5655-994d-8529-0000000026a0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:15.647496 | 0.05s 2025-12-02 14:34:23.954274 | 14ca7444-3570-4a74-abb7-62d3f854209a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-02 14:34:23.990323 | fa163ee9-5655-994d-8529-00000000278f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-02 14:34:32.105088 | fa163ee9-5655-994d-8529-00000000278f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-02 14:34:32.106671 | fa163ee9-5655-994d-8529-00000000278f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:23.826824 | 8.12s 2025-12-02 14:34:32.139564 | fa163ee9-5655-994d-8529-000000002790 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-02 14:34:34.800822 | fa163ee9-5655-994d-8529-000000002790 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-02 14:34:34.801744 | fa163ee9-5655-994d-8529-000000002790 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:26.521909 | 2.66s 2025-12-02 14:34:34.847194 | fa163ee9-5655-994d-8529-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2025-12-02 14:34:35.068676 | fa163ee9-5655-994d-8529-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-12-02 14:34:35.070155 | fa163ee9-5655-994d-8529-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:26.790308 | 0.22s 2025-12-02 14:34:35.119440 | fa163ee9-5655-994d-8529-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2025-12-02 14:34:35.157812 | fa163ee9-5655-994d-8529-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:26.877966 | 0.04s 2025-12-02 14:34:35.184011 | fa163ee9-5655-994d-8529-0000000024ab | TASK | Include container-puppet tasks for step 1 2025-12-02 14:34:35.222780 | fa163ee9-5655-994d-8529-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:26.942924 | 0.04s 2025-12-02 14:34:35.250571 | 608d8d1f-5425-4c09-9a70-14c184e3ba61 | INCLUDED | /root/standalone-ansible-oxw8emgm/host-container-puppet-tasks.yaml | standalone 2025-12-02 14:34:35.289881 | fa163ee9-5655-994d-8529-0000000027db | TASK | Write container-puppet-tasks json file for standalone step 1 2025-12-02 14:34:35.822033 | fa163ee9-5655-994d-8529-0000000027db | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-12-02 14:34:35.823257 | fa163ee9-5655-994d-8529-0000000027db | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:27.543415 | 0.53s 2025-12-02 14:34:35.855303 | fa163ee9-5655-994d-8529-0000000027dd | TASK | Generate container puppet configs for step 1 2025-12-02 14:34:36.108599 | fa163ee9-5655-994d-8529-0000000027dd | OK | Generate container puppet configs for step 1 | standalone 2025-12-02 14:34:36.110099 | fa163ee9-5655-994d-8529-0000000027dd | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:27.830253 | 0.25s 2025-12-02 14:34:36.143685 | fa163ee9-5655-994d-8529-0000000027de | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-12-02 14:34:36.176139 | fa163ee9-5655-994d-8529-0000000027de | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:27.896277 | 0.03s 2025-12-02 14:34:36.238001 | fa163ee9-5655-994d-8529-0000000025c9 | TASK | Gather variables for each operating system 2025-12-02 14:34:36.363966 | fa163ee9-5655-994d-8529-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:28.084112 | 0.12s 2025-12-02 14:34:36.396016 | fa163ee9-5655-994d-8529-0000000025ca | TASK | Create container logs path 2025-12-02 14:34:36.652029 | fa163ee9-5655-994d-8529-0000000025ca | OK | Create container logs path | standalone 2025-12-02 14:34:36.653516 | fa163ee9-5655-994d-8529-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:28.373672 | 0.25s 2025-12-02 14:34:36.691647 | fa163ee9-5655-994d-8529-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-02 14:34:36.954653 | fa163ee9-5655-994d-8529-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-02 14:34:36.956202 | fa163ee9-5655-994d-8529-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:28.676361 | 0.26s 2025-12-02 14:34:36.987603 | fa163ee9-5655-994d-8529-0000000025cd | TASK | Finalise hashes for all containers 2025-12-02 14:34:37.034564 | fa163ee9-5655-994d-8529-0000000025cd | OK | Finalise hashes for all containers | standalone 2025-12-02 14:34:37.035416 | fa163ee9-5655-994d-8529-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:28.755579 | 0.05s 2025-12-02 14:34:37.058348 | fa163ee9-5655-994d-8529-0000000025cf | TASK | Manage systemd shutdown files 2025-12-02 14:34:37.084321 | fa163ee9-5655-994d-8529-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2025-12-02 14:34:37.085038 | fa163ee9-5655-994d-8529-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:28.805202 | 0.03s 2025-12-02 14:34:37.107655 | fa163ee9-5655-994d-8529-0000000025d1 | TASK | Update container configs with new config hashes 2025-12-02 14:34:37.144849 | fa163ee9-5655-994d-8529-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-02 14:34:37.145739 | fa163ee9-5655-994d-8529-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:28.865903 | 0.04s 2025-12-02 14:34:37.170890 | fa163ee9-5655-994d-8529-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-02 14:34:37.218959 | fa163ee9-5655-994d-8529-0000000025d2 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-02 14:34:37.220232 | fa163ee9-5655-994d-8529-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:28.940388 | 0.05s 2025-12-02 14:34:37.252729 | fa163ee9-5655-994d-8529-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-02 14:34:37.304557 | fa163ee9-5655-994d-8529-0000000025d3 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-02 14:34:37.305636 | fa163ee9-5655-994d-8529-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:29.025793 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-12-02 14:34:37.487125 | fa163ee9-5655-994d-8529-0000000000c6 | TASK | External deployment step 2 2025-12-02 14:34:37.516446 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000c6') missing from stats 2025-12-02 14:34:37.573389 | fa163ee9-5655-994d-8529-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:29.293525 | 0.04s 2025-12-02 14:34:37.609186 | 8aa887da-1ae7-479c-ba84-06fcfb07d9d1 | INCLUDED | /root/standalone-ansible-oxw8emgm/external_deploy_steps_tasks_step2.yaml | undercloud 2025-12-02 14:34:37.630361 | fa163ee9-5655-994d-8529-000000002858 | TASK | create cephadm working directory and related files 2025-12-02 14:34:37.695163 | fa163ee9-5655-994d-8529-000000002858 | TIMING | create cephadm working directory and related files | undercloud | 0:11:29.415304 | 0.06s 2025-12-02 14:34:37.759898 | fa163ee9-5655-994d-8529-000000002880 | TASK | create cephadm workdir 2025-12-02 14:34:38.032423 | fa163ee9-5655-994d-8529-000000002880 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-oxw8emgm/cephadm 2025-12-02 14:34:38.034949 | fa163ee9-5655-994d-8529-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:29.755099 | 0.27s 2025-12-02 14:34:38.046933 | fa163ee9-5655-994d-8529-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:29.767087 | 0.29s 2025-12-02 14:34:38.063178 | fa163ee9-5655-994d-8529-000000002881 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-12-02 14:34:38.329434 | fa163ee9-5655-994d-8529-000000002881 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-12-02 14:34:38.330920 | fa163ee9-5655-994d-8529-000000002881 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:11:30.051082 | 0.27s 2025-12-02 14:34:38.347711 | fa163ee9-5655-994d-8529-000000002882 | TASK | get the list of enabled services on the overcloud 2025-12-02 14:34:38.397965 | fa163ee9-5655-994d-8529-000000002882 | OK | get the list of enabled services on the overcloud | undercloud 2025-12-02 14:34:38.399448 | fa163ee9-5655-994d-8529-000000002882 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:11:30.119605 | 0.05s 2025-12-02 14:34:38.420910 | fa163ee9-5655-994d-8529-000000002883 | TASK | Set grafana_vip: 192.168.122.99 2025-12-02 14:34:38.462166 | fa163ee9-5655-994d-8529-000000002883 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-12-02 14:34:38.463405 | fa163ee9-5655-994d-8529-000000002883 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:11:30.183559 | 0.04s 2025-12-02 14:34:38.523111 | fa163ee9-5655-994d-8529-000000002884 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:30.243260 | 0.04s 2025-12-02 14:34:38.608928 | fa163ee9-5655-994d-8529-000000002908 | TASK | set basic user fact 2025-12-02 14:34:38.668136 | fa163ee9-5655-994d-8529-000000002908 | SKIPPED | set basic user fact | undercloud 2025-12-02 14:34:38.669211 | fa163ee9-5655-994d-8529-000000002908 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:11:30.389369 | 0.06s 2025-12-02 14:34:38.686791 | fa163ee9-5655-994d-8529-000000002909 | TASK | set basic home fact 2025-12-02 14:34:38.757136 | fa163ee9-5655-994d-8529-000000002909 | OK | set basic home fact | undercloud 2025-12-02 14:34:38.758094 | fa163ee9-5655-994d-8529-000000002909 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:11:30.478258 | 0.07s 2025-12-02 14:34:38.773633 | fa163ee9-5655-994d-8529-00000000290a | TASK | set calling_ansible_environment_variables fact 2025-12-02 14:34:38.834932 | fa163ee9-5655-994d-8529-00000000290a | OK | set calling_ansible_environment_variables fact | undercloud 2025-12-02 14:34:38.836830 | fa163ee9-5655-994d-8529-00000000290a | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:11:30.556982 | 0.06s 2025-12-02 14:34:38.862997 | fa163ee9-5655-994d-8529-00000000290c | TASK | get all ansible environment variables 2025-12-02 14:34:38.947301 | fa163ee9-5655-994d-8529-00000000290c | SKIPPED | get all ansible environment variables | undercloud 2025-12-02 14:34:38.948225 | fa163ee9-5655-994d-8529-00000000290c | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:11:30.668388 | 0.08s 2025-12-02 14:34:38.964067 | fa163ee9-5655-994d-8529-00000000290d | TASK | set calling_ansible_environment_variables 2025-12-02 14:34:39.034677 | fa163ee9-5655-994d-8529-00000000290d | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-12-02 14:34:39.035544 | fa163ee9-5655-994d-8529-00000000290d | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:11:30.755706 | 0.07s 2025-12-02 14:34:39.054043 | fa163ee9-5655-994d-8529-00000000290f | TASK | Set common fact 2025-12-02 14:34:39.105201 | fa163ee9-5655-994d-8529-00000000290f | OK | Set common fact | undercloud 2025-12-02 14:34:39.106696 | fa163ee9-5655-994d-8529-00000000290f | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:11:30.826846 | 0.05s 2025-12-02 14:34:39.125275 | fa163ee9-5655-994d-8529-000000002910 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-12-02 14:34:39.176347 | fa163ee9-5655-994d-8529-000000002910 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-12-02 14:34:39.177726 | fa163ee9-5655-994d-8529-000000002910 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:11:30.897874 | 0.05s 2025-12-02 14:34:39.212050 | fa163ee9-5655-994d-8529-000000002912 | TASK | build filter list 2025-12-02 14:34:39.242263 | fa163ee9-5655-994d-8529-000000002912 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:11:30.962400 | 0.03s 2025-12-02 14:34:39.262738 | fa163ee9-5655-994d-8529-000000002913 | TASK | add images pool 2025-12-02 14:34:39.317565 | fa163ee9-5655-994d-8529-000000002913 | OK | add images pool | undercloud 2025-12-02 14:34:39.318506 | fa163ee9-5655-994d-8529-000000002913 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:11:31.038633 | 0.05s 2025-12-02 14:34:39.333052 | fa163ee9-5655-994d-8529-000000002914 | TASK | add volumes pool 2025-12-02 14:34:39.396428 | fa163ee9-5655-994d-8529-000000002914 | OK | add volumes pool | undercloud 2025-12-02 14:34:39.397276 | fa163ee9-5655-994d-8529-000000002914 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:11:31.117442 | 0.06s 2025-12-02 14:34:39.411488 | fa163ee9-5655-994d-8529-000000002915 | TASK | add vms pool 2025-12-02 14:34:39.480739 | fa163ee9-5655-994d-8529-000000002915 | OK | add vms pool | undercloud 2025-12-02 14:34:39.482155 | fa163ee9-5655-994d-8529-000000002915 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:11:31.202311 | 0.07s 2025-12-02 14:34:39.501374 | fa163ee9-5655-994d-8529-000000002916 | TASK | add gnocchi pool 2025-12-02 14:34:39.563025 | fa163ee9-5655-994d-8529-000000002916 | SKIPPED | add gnocchi pool | undercloud 2025-12-02 14:34:39.564444 | fa163ee9-5655-994d-8529-000000002916 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:11:31.284598 | 0.06s 2025-12-02 14:34:39.584433 | fa163ee9-5655-994d-8529-000000002917 | TASK | add cinder backup pool 2025-12-02 14:34:39.676828 | fa163ee9-5655-994d-8529-000000002917 | OK | add cinder backup pool | undercloud 2025-12-02 14:34:39.677732 | fa163ee9-5655-994d-8529-000000002917 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:11:31.397892 | 0.09s 2025-12-02 14:34:39.693252 | fa163ee9-5655-994d-8529-000000002918 | TASK | add cinder extra pools 2025-12-02 14:34:39.720699 | fa163ee9-5655-994d-8529-000000002918 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:11:31.440856 | 0.03s 2025-12-02 14:34:39.737061 | fa163ee9-5655-994d-8529-000000002919 | TASK | build resulting pool list 2025-12-02 14:34:39.859497 | fa163ee9-5655-994d-8529-000000002919 | OK | build resulting pool list | undercloud 2025-12-02 14:34:39.860369 | fa163ee9-5655-994d-8529-000000002919 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:11:31.580535 | 0.12s 2025-12-02 14:34:39.875872 | fa163ee9-5655-994d-8529-00000000291b | TASK | add manila data pool 2025-12-02 14:34:39.918102 | fa163ee9-5655-994d-8529-00000000291b | OK | add manila data pool | undercloud 2025-12-02 14:34:39.919121 | fa163ee9-5655-994d-8529-00000000291b | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:11:31.639284 | 0.04s 2025-12-02 14:34:39.933561 | fa163ee9-5655-994d-8529-00000000291c | TASK | add manila metadata pool 2025-12-02 14:34:39.995606 | fa163ee9-5655-994d-8529-00000000291c | OK | add manila metadata pool | undercloud 2025-12-02 14:34:39.996864 | fa163ee9-5655-994d-8529-00000000291c | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:11:31.717020 | 0.06s 2025-12-02 14:34:40.081299 | fa163ee9-5655-994d-8529-000000002885 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:31.801445 | 0.05s 2025-12-02 14:34:40.214747 | fa163ee9-5655-994d-8529-000000002aae | TASK | reset profiles string to avoid complex string manipulation 2025-12-02 14:34:40.274735 | fa163ee9-5655-994d-8529-000000002aae | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-12-02 14:34:40.276079 | fa163ee9-5655-994d-8529-000000002aae | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:11:31.996233 | 0.06s 2025-12-02 14:34:40.295621 | fa163ee9-5655-994d-8529-000000002ab0 | TASK | build openstack client profiles per pool 2025-12-02 14:34:40.386024 | fa163ee9-5655-994d-8529-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-02 14:34:40.387647 | fa163ee9-5655-994d-8529-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:32.107798 | 0.09s 2025-12-02 14:34:40.419736 | fa163ee9-5655-994d-8529-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-02 14:34:40.420769 | fa163ee9-5655-994d-8529-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:32.140930 | 0.12s 2025-12-02 14:34:40.447535 | fa163ee9-5655-994d-8529-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-02 14:34:40.448973 | fa163ee9-5655-994d-8529-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:32.169138 | 0.15s 2025-12-02 14:34:40.469608 | fa163ee9-5655-994d-8529-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-02 14:34:40.471260 | fa163ee9-5655-994d-8529-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:32.191422 | 0.17s 2025-12-02 14:34:40.482143 | fa163ee9-5655-994d-8529-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:32.202290 | 0.18s 2025-12-02 14:34:40.501712 | fa163ee9-5655-994d-8529-000000002ab1 | TASK | set openstack client caps 2025-12-02 14:34:40.535104 | fa163ee9-5655-994d-8529-000000002ab1 | OK | set openstack client caps | undercloud 2025-12-02 14:34:40.536351 | fa163ee9-5655-994d-8529-000000002ab1 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:11:32.256508 | 0.03s 2025-12-02 14:34:40.554551 | fa163ee9-5655-994d-8529-000000002ab2 | TASK | set openstack client osd(s) caps 2025-12-02 14:34:40.608936 | fa163ee9-5655-994d-8529-000000002ab2 | OK | set openstack client osd(s) caps | undercloud 2025-12-02 14:34:40.610429 | fa163ee9-5655-994d-8529-000000002ab2 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:11:32.330583 | 0.05s 2025-12-02 14:34:40.629524 | fa163ee9-5655-994d-8529-000000002ab3 | TASK | Combine caps 2025-12-02 14:34:40.702770 | fa163ee9-5655-994d-8529-000000002ab3 | OK | Combine caps | undercloud 2025-12-02 14:34:40.704148 | fa163ee9-5655-994d-8529-000000002ab3 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:11:32.424304 | 0.07s 2025-12-02 14:34:40.722867 | fa163ee9-5655-994d-8529-000000002ab4 | TASK | set openstack client key 2025-12-02 14:34:40.767600 | fa163ee9-5655-994d-8529-000000002ab4 | OK | set openstack client key | undercloud 2025-12-02 14:34:40.769041 | fa163ee9-5655-994d-8529-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:11:32.489196 | 0.04s 2025-12-02 14:34:40.789599 | fa163ee9-5655-994d-8529-000000002ab6 | TASK | build manila key for openstack 2025-12-02 14:34:40.868830 | fa163ee9-5655-994d-8529-000000002ab6 | OK | build manila key for openstack | undercloud 2025-12-02 14:34:40.870214 | fa163ee9-5655-994d-8529-000000002ab6 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:11:32.590371 | 0.08s 2025-12-02 14:34:40.888904 | fa163ee9-5655-994d-8529-000000002ab7 | TASK | build radosgw key for openstack 2025-12-02 14:34:40.952016 | fa163ee9-5655-994d-8529-000000002ab7 | SKIPPED | build radosgw key for openstack | undercloud 2025-12-02 14:34:40.953701 | fa163ee9-5655-994d-8529-000000002ab7 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:11:32.673851 | 0.06s 2025-12-02 14:34:40.972835 | fa163ee9-5655-994d-8529-000000002ab8 | TASK | build the resulting keys 2025-12-02 14:34:41.123077 | fa163ee9-5655-994d-8529-000000002ab8 | OK | build the resulting keys | undercloud 2025-12-02 14:34:41.124545 | fa163ee9-5655-994d-8529-000000002ab8 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:11:32.844702 | 0.15s 2025-12-02 14:34:41.196701 | fa163ee9-5655-994d-8529-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:32.916854 | 0.03s 2025-12-02 14:34:41.349350 | fa163ee9-5655-994d-8529-000000002dd3 | TASK | build ceph orphan set 2025-12-02 14:34:41.433039 | fa163ee9-5655-994d-8529-000000002dd3 | OK | build ceph orphan set | undercloud 2025-12-02 14:34:41.434193 | fa163ee9-5655-994d-8529-000000002dd3 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:11:33.154351 | 0.08s 2025-12-02 14:34:41.451086 | fa163ee9-5655-994d-8529-000000002dd4 | TASK | clean ceph_config_overrides list 2025-12-02 14:34:41.485413 | fa163ee9-5655-994d-8529-000000002dd4 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:11:33.205558 | 0.03s 2025-12-02 14:34:41.500447 | fa163ee9-5655-994d-8529-000000002dd5 | TASK | ceph_config_overrides w/o orphans 2025-12-02 14:34:41.568991 | fa163ee9-5655-994d-8529-000000002dd5 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-12-02 14:34:41.570029 | fa163ee9-5655-994d-8529-000000002dd5 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:11:33.290189 | 0.07s 2025-12-02 14:34:41.586660 | fa163ee9-5655-994d-8529-000000002dd6 | TASK | build ceph config overrides 2025-12-02 14:34:41.713887 | fa163ee9-5655-994d-8529-000000002dd6 | OK | build ceph config overrides | undercloud 2025-12-02 14:34:41.715025 | fa163ee9-5655-994d-8529-000000002dd6 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:11:33.435179 | 0.13s 2025-12-02 14:34:41.749797 | fa163ee9-5655-994d-8529-000000002887 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-12-02 14:34:42.423776 | fa163ee9-5655-994d-8529-000000002887 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-12-02 14:34:42.425274 | fa163ee9-5655-994d-8529-000000002887 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:34.145429 | 0.67s 2025-12-02 14:34:42.443688 | fa163ee9-5655-994d-8529-000000002889 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-12-02 14:34:42.552796 | fa163ee9-5655-994d-8529-000000002889 | OK | Set bootstrap host | undercloud 2025-12-02 14:34:42.554517 | fa163ee9-5655-994d-8529-000000002889 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:11:34.274627 | 0.11s 2025-12-02 14:34:42.574799 | fa163ee9-5655-994d-8529-00000000288a | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-12-02 14:34:42.736699 | fa163ee9-5655-994d-8529-00000000288a | OK | Set first monitor IP | undercloud 2025-12-02 14:34:42.738259 | fa163ee9-5655-994d-8529-00000000288a | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:11:34.458410 | 0.16s 2025-12-02 14:34:42.754073 | fa163ee9-5655-994d-8529-00000000288b | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-12-02 14:34:42.812519 | fa163ee9-5655-994d-8529-00000000288b | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-12-02 14:34:42.813213 | fa163ee9-5655-994d-8529-00000000288b | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:11:34.533378 | 0.06s 2025-12-02 14:34:42.827098 | fa163ee9-5655-994d-8529-00000000288d | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-12-02 14:34:43.335839 | fa163ee9-5655-994d-8529-00000000288d | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-12-02 14:34:43.337053 | fa163ee9-5655-994d-8529-00000000288d | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:35.057215 | 0.51s 2025-12-02 14:34:43.372924 | fa163ee9-5655-994d-8529-000000002859 | TASK | Prepare cephadm user and keys 2025-12-02 14:34:43.863018 | fa163ee9-5655-994d-8529-000000002859 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-12-02 14:34:43.864418 | fa163ee9-5655-994d-8529-000000002859 | TIMING | Prepare cephadm user and keys | undercloud | 0:11:35.584574 | 0.49s 2025-12-02 14:34:43.882746 | fa163ee9-5655-994d-8529-00000000285a | TASK | Deploy or configure the cephadm Ceph cluster 2025-12-02 14:34:43.964799 | fa163ee9-5655-994d-8529-00000000285a | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:11:35.684942 | 0.08s 2025-12-02 14:34:44.049063 | fa163ee9-5655-994d-8529-00000000304f | TASK | set cephadm playbook 2025-12-02 14:34:44.098125 | fa163ee9-5655-994d-8529-00000000304f | OK | set cephadm playbook | undercloud 2025-12-02 14:34:44.098962 | fa163ee9-5655-994d-8529-00000000304f | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:11:35.819128 | 0.05s 2025-12-02 14:34:44.114309 | fa163ee9-5655-994d-8529-000000003050 | TASK | Setup the log path 2025-12-02 14:34:44.163243 | fa163ee9-5655-994d-8529-000000003050 | OK | Setup the log path | undercloud 2025-12-02 14:34:44.164716 | fa163ee9-5655-994d-8529-000000003050 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:35.884868 | 0.05s 2025-12-02 14:34:44.183024 | fa163ee9-5655-994d-8529-000000003051 | TASK | Setup the cephadm playbook command 2025-12-02 14:34:44.246666 | fa163ee9-5655-994d-8529-000000003051 | OK | Setup the cephadm playbook command | undercloud 2025-12-02 14:34:44.248572 | fa163ee9-5655-994d-8529-000000003051 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:35.968717 | 0.06s 2025-12-02 14:34:44.270719 | fa163ee9-5655-994d-8529-000000003052 | TASK | rotate cephadm_command.log 2025-12-02 14:34:44.496311 | fa163ee9-5655-994d-8529-000000003052 | CHANGED | rotate cephadm_command.log | undercloud 2025-12-02 14:34:44.497832 | fa163ee9-5655-994d-8529-000000003052 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:11:36.217987 | 0.22s 2025-12-02 14:34:44.515940 | fa163ee9-5655-994d-8529-000000003053 | TASK | save cephadm playbook command to shell script 2025-12-02 14:34:44.949722 | fa163ee9-5655-994d-8529-000000003053 | CHANGED | save cephadm playbook command to shell script | undercloud 2025-12-02 14:34:44.950551 | fa163ee9-5655-994d-8529-000000003053 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:11:36.670716 | 0.43s 2025-12-02 14:34:44.964594 | fa163ee9-5655-994d-8529-000000003054 | TASK | Notify user about upcoming cephadm execution(s) 2025-12-02 14:34:45.012153 | fa163ee9-5655-994d-8529-000000003054 | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-oxw8emgm/cephadm/cephadm_command.log)" } 2025-12-02 14:34:45.012944 | fa163ee9-5655-994d-8529-000000003054 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:11:36.733111 | 0.05s 2025-12-02 14:34:45.028131 | fa163ee9-5655-994d-8529-000000003055 | TASK | run cephadm playbook 2025-12-02 14:35:42.619846 | fa163ee9-5655-994d-8529-000000003055 | CHANGED | run cephadm playbook | undercloud 2025-12-02 14:35:42.621203 | fa163ee9-5655-994d-8529-000000003055 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:12:34.341368 | 57.59s 2025-12-02 14:35:42.636836 | fa163ee9-5655-994d-8529-000000003056 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-12-02 14:35:42.677027 | fa163ee9-5655-994d-8529-000000003056 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-12-02 14:35:42.677975 | fa163ee9-5655-994d-8529-000000003056 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:12:34.398137 | 0.04s 2025-12-02 14:35:42.692236 | fa163ee9-5655-994d-8529-000000003057 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-12-02 14:35:42.739857 | fa163ee9-5655-994d-8529-000000003057 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-12-02 14:35:42.741234 | fa163ee9-5655-994d-8529-000000003057 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:12:34.461388 | 0.05s 2025-12-02 14:35:42.777992 | fa163ee9-5655-994d-8529-00000000285c | TASK | Check if the input variable file exists 2025-12-02 14:35:43.054072 | fa163ee9-5655-994d-8529-00000000285c | OK | Check if the input variable file exists | undercloud 2025-12-02 14:35:43.056046 | fa163ee9-5655-994d-8529-00000000285c | TIMING | Check if the input variable file exists | undercloud | 0:12:34.776203 | 0.28s 2025-12-02 14:35:43.074239 | fa163ee9-5655-994d-8529-00000000285d | TASK | Populate CephClientConfigVars from THT 2025-12-02 14:35:43.128213 | fa163ee9-5655-994d-8529-00000000285d | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-12-02 14:35:43.129613 | fa163ee9-5655-994d-8529-00000000285d | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:12:34.849762 | 0.05s 2025-12-02 14:35:43.148082 | fa163ee9-5655-994d-8529-00000000285e | TASK | configure ceph clients 2025-12-02 14:35:43.178771 | fa163ee9-5655-994d-8529-00000000285e | TIMING | configure ceph clients | undercloud | 0:12:34.898929 | 0.03s 2025-12-02 14:35:43.220072 | fa163ee9-5655-994d-8529-000000003119 | TASK | get the list of enabled services on the overcloud 2025-12-02 14:35:43.277895 | fa163ee9-5655-994d-8529-000000003119 | OK | get the list of enabled services on the overcloud | undercloud 2025-12-02 14:35:43.278861 | fa163ee9-5655-994d-8529-000000003119 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:12:34.999023 | 0.06s 2025-12-02 14:35:43.294681 | fa163ee9-5655-994d-8529-00000000311a | TASK | Create ceph_client_fetch_dir 2025-12-02 14:35:43.332318 | fa163ee9-5655-994d-8529-00000000311a | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:12:35.052460 | 0.04s 2025-12-02 14:35:43.347527 | de9322b2-0d04-4490-8a23-bd115d5117b1 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-12-02 14:35:43.385610 | fa163ee9-5655-994d-8529-00000000315d | TASK | Clean any old fetch directory path 2025-12-02 14:35:43.623742 | fa163ee9-5655-994d-8529-00000000315d | OK | Clean any old fetch directory path | undercloud 2025-12-02 14:35:43.625188 | fa163ee9-5655-994d-8529-00000000315d | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:35.345341 | 0.24s 2025-12-02 14:35:43.644323 | fa163ee9-5655-994d-8529-00000000315e | TASK | Create ceph_client_fetch_dir for the current execution 2025-12-02 14:35:43.905430 | fa163ee9-5655-994d-8529-00000000315e | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-12-02 14:35:43.906839 | fa163ee9-5655-994d-8529-00000000315e | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:35.626993 | 0.26s 2025-12-02 14:35:43.926172 | fa163ee9-5655-994d-8529-00000000311b | TASK | Check if the input variables exist 2025-12-02 14:35:44.228897 | fa163ee9-5655-994d-8529-00000000311b | OK | Check if the input variables exist | undercloud 2025-12-02 14:35:44.230370 | fa163ee9-5655-994d-8529-00000000311b | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:12:35.950526 | 0.30s 2025-12-02 14:35:44.248978 | fa163ee9-5655-994d-8529-00000000311c | TASK | Load variables produced by the cephadm provisioning process 2025-12-02 14:35:44.323476 | fa163ee9-5655-994d-8529-00000000311c | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-12-02 14:35:44.325113 | fa163ee9-5655-994d-8529-00000000311c | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:12:36.045261 | 0.07s 2025-12-02 14:35:44.344353 | fa163ee9-5655-994d-8529-00000000311d | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-12-02 14:35:44.400390 | fa163ee9-5655-994d-8529-00000000311d | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-12-02 14:35:44.401877 | fa163ee9-5655-994d-8529-00000000311d | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:12:36.122026 | 0.06s 2025-12-02 14:35:44.421116 | fa163ee9-5655-994d-8529-00000000311e | TASK | Configure multiple external ceph clusters 2025-12-02 14:35:44.494298 | fa163ee9-5655-994d-8529-00000000311e | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-12-02 14:35:44.495990 | fa163ee9-5655-994d-8529-00000000311e | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:12:36.216136 | 0.07s 2025-12-02 14:35:44.512457 | fa163ee9-5655-994d-8529-00000000311f | TASK | Render keys provided for the Ceph cluster 2025-12-02 14:35:44.584151 | fa163ee9-5655-994d-8529-00000000311f | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:12:36.304295 | 0.07s 2025-12-02 14:35:44.596585 | 7d404a87-8a7b-4ecf-be42-25b713d4c840 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-12-02 14:35:44.636108 | fa163ee9-5655-994d-8529-0000000031b1 | TASK | create cephx key(s) 2025-12-02 14:35:45.178746 | fa163ee9-5655-994d-8529-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQBt9C5pAAAAABAAoCc75mz3T4wHnz2Y4IqEyA==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2025-12-02 14:35:45.180706 | fa163ee9-5655-994d-8529-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:36.900853 | 0.54s 2025-12-02 14:35:45.674309 | fa163ee9-5655-994d-8529-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQBt9C5pAAAAABAAZVFUrZCK6C9ijMY1mu+3RA==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-12-02 14:35:45.675144 | fa163ee9-5655-994d-8529-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:37.395311 | 1.04s 2025-12-02 14:35:45.679682 | fa163ee9-5655-994d-8529-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:37.399839 | 1.04s 2025-12-02 14:35:45.701082 | fa163ee9-5655-994d-8529-000000003120 | TASK | Render ceph config for the Ceph Clients 2025-12-02 14:35:45.741367 | fa163ee9-5655-994d-8529-000000003120 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:12:37.461522 | 0.04s 2025-12-02 14:35:45.746639 | 3d6788eb-59b5-4f37-affb-c43c81cdfb68 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-12-02 14:35:45.769727 | fa163ee9-5655-994d-8529-000000003215 | TASK | create ceph.conf 2025-12-02 14:35:46.354167 | fa163ee9-5655-994d-8529-000000003215 | CHANGED | create ceph.conf | undercloud 2025-12-02 14:35:46.355678 | fa163ee9-5655-994d-8529-000000003215 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:12:38.075831 | 0.59s 2025-12-02 14:35:46.374300 | fa163ee9-5655-994d-8529-000000003121 | TASK | Configure Ceph Clients 2025-12-02 14:35:46.427252 | fa163ee9-5655-994d-8529-000000003121 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:12:38.147396 | 0.05s 2025-12-02 14:35:46.445773 | cd748205-36ac-43da-80ee-9f4d467683ce | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-12-02 14:35:46.486754 | fa163ee9-5655-994d-8529-000000003284 | TASK | set effective ceph_clients without limit 2025-12-02 14:35:46.591325 | fa163ee9-5655-994d-8529-000000003284 | OK | set effective ceph_clients without limit | undercloud 2025-12-02 14:35:46.592056 | fa163ee9-5655-994d-8529-000000003284 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:12:38.312221 | 0.10s 2025-12-02 14:35:46.606248 | fa163ee9-5655-994d-8529-000000003285 | TASK | set effective ceph_clients with limit 2025-12-02 14:35:46.695630 | fa163ee9-5655-994d-8529-000000003285 | SKIPPED | set effective ceph_clients with limit | undercloud 2025-12-02 14:35:46.696983 | fa163ee9-5655-994d-8529-000000003285 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:12:38.417139 | 0.09s 2025-12-02 14:35:46.716292 | fa163ee9-5655-994d-8529-000000003286 | TASK | set distribution list from cross product of files and effective clients 2025-12-02 14:35:46.832545 | fa163ee9-5655-994d-8529-000000003286 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-12-02 14:35:46.833823 | fa163ee9-5655-994d-8529-000000003286 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:12:38.553980 | 0.12s 2025-12-02 14:35:46.881581 | fa163ee9-5655-994d-8529-000000003287 | TASK | Ensure /etc/ceph exists on all clients 2025-12-02 14:35:47.153567 | fa163ee9-5655-994d-8529-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-oxw8emgm/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee9-5655-994d-8529-000000003287') missing from stats 2025-12-02 14:35:47.391567 | fa163ee9-5655-994d-8529-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-oxw8emgm/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-12-02 14:35:47.621973 | fa163ee9-5655-994d-8529-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-oxw8emgm/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-12-02 14:35:47.626704 | fa163ee9-5655-994d-8529-000000003287 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:12:39.346849 | 0.74s 2025-12-02 14:35:47.655058 | fa163ee9-5655-994d-8529-000000003288 | TASK | push files to the other nodes of cluster 2025-12-02 14:35:48.145468 | fa163ee9-5655-994d-8529-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-oxw8emgm/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee9-5655-994d-8529-000000003288') missing from stats 2025-12-02 14:35:48.555358 | fa163ee9-5655-994d-8529-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-oxw8emgm/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-12-02 14:35:49.089122 | fa163ee9-5655-994d-8529-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-oxw8emgm/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-12-02 14:35:49.102008 | fa163ee9-5655-994d-8529-000000003288 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:12:40.822160 | 1.45s 2025-12-02 14:35:49.121498 | fa163ee9-5655-994d-8529-000000003122 | TASK | Clean ceph_client_fetch_dir 2025-12-02 14:35:49.174406 | fa163ee9-5655-994d-8529-000000003122 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:12:40.894554 | 0.05s 2025-12-02 14:35:49.186709 | 1333f748-d3df-42c1-858d-37f337ef2ae9 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-12-02 14:35:49.234348 | fa163ee9-5655-994d-8529-00000000331c | TASK | Clean any old fetch directory path 2025-12-02 14:35:49.513582 | fa163ee9-5655-994d-8529-00000000331c | CHANGED | Clean any old fetch directory path | undercloud 2025-12-02 14:35:49.515024 | fa163ee9-5655-994d-8529-00000000331c | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:41.235180 | 0.28s 2025-12-02 14:35:49.533708 | fa163ee9-5655-994d-8529-00000000331d | TASK | Create ceph_client_fetch_dir for the current execution 2025-12-02 14:35:49.566780 | fa163ee9-5655-994d-8529-00000000331d | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-12-02 14:35:49.568074 | fa163ee9-5655-994d-8529-00000000331d | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:41.288228 | 0.03s 2025-12-02 14:35:49.603872 | fa163ee9-5655-994d-8529-00000000285f | TASK | tripleo client role 2025-12-02 14:35:49.636442 | fa163ee9-5655-994d-8529-00000000285f | TIMING | tripleo client role | undercloud | 0:12:41.356588 | 0.03s 2025-12-02 14:35:49.654205 | fa163ee9-5655-994d-8529-000000002860 | TASK | Load variables for standalone ganesha 2025-12-02 14:35:49.737538 | fa163ee9-5655-994d-8529-000000002860 | SKIPPED | Load variables for standalone ganesha | undercloud 2025-12-02 14:35:49.738824 | fa163ee9-5655-994d-8529-000000002860 | TIMING | Load variables for standalone ganesha | undercloud | 0:12:41.458980 | 0.08s 2025-12-02 14:35:49.756697 | fa163ee9-5655-994d-8529-000000002861 | TASK | Config Standalone Ganesha 2025-12-02 14:35:49.834569 | fa163ee9-5655-994d-8529-000000002861 | SKIPPED | Config Standalone Ganesha | undercloud 2025-12-02 14:35:49.835778 | fa163ee9-5655-994d-8529-000000002861 | TIMING | Config Standalone Ganesha | undercloud | 0:12:41.555931 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2025-12-02 14:35:49.975444 | fa163ee9-5655-994d-8529-0000000000ca | TASK | Deploy step tasks for 2 2025-12-02 14:35:50.005001 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000ca') missing from stats 2025-12-02 14:35:50.027518 | fa163ee9-5655-994d-8529-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-12-02 14:35:50.483232 | fa163ee9-5655-994d-8529-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-12-02 14:35:50.484636 | fa163ee9-5655-994d-8529-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:12:42.204790 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-02 14:35:50.547898 | fa163ee9-5655-994d-8529-0000000000cc | TIMING | include_tasks | standalone | 0:12:42.268049 | 0.03s 2025-12-02 14:35:50.644345 | bbc82325-0efa-49e4-9b65-6b819c8fc80d | INCLUDED | /root/standalone-ansible-oxw8emgm/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-12-02 14:35:50.680589 | fa163ee9-5655-994d-8529-0000000033e3 | TASK | Push script 2025-12-02 14:35:51.168981 | fa163ee9-5655-994d-8529-0000000033e3 | CHANGED | Push script | standalone 2025-12-02 14:35:51.170331 | fa163ee9-5655-994d-8529-0000000033e3 | TIMING | Push script | standalone | 0:12:42.890486 | 0.49s 2025-12-02 14:35:51.201287 | fa163ee9-5655-994d-8529-0000000033e4 | TASK | Insert cronjob in root crontab 2025-12-02 14:35:51.643738 | fa163ee9-5655-994d-8529-0000000033e4 | CHANGED | Insert cronjob in root crontab | standalone 2025-12-02 14:35:51.645311 | fa163ee9-5655-994d-8529-0000000033e4 | TIMING | Insert cronjob in root crontab | standalone | 0:12:43.365467 | 0.44s 2025-12-02 14:35:51.683195 | fa163ee9-5655-994d-8529-0000000033eb | TASK | Gather variables for each operating system 2025-12-02 14:35:51.816630 | fa163ee9-5655-994d-8529-0000000033eb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:12:43.536773 | 0.13s 2025-12-02 14:35:51.853754 | fa163ee9-5655-994d-8529-0000000033ec | TASK | Detect if resource is being created or already exists 2025-12-02 14:35:52.613544 | fa163ee9-5655-994d-8529-0000000033ec | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-02 14:35:52.615241 | fa163ee9-5655-994d-8529-0000000033ec | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:12:44.335395 | 0.76s 2025-12-02 14:35:52.648991 | fa163ee9-5655-994d-8529-0000000033ed | TASK | Run init bundle puppet on the host for haproxy 2025-12-02 14:37:39.468129 | fa163ee9-5655-994d-8529-0000000033ed | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-12-02 14:37:39.470046 | fa163ee9-5655-994d-8529-0000000033ed | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:31.190201 | 106.82s 2025-12-02 14:37:39.505322 | fa163ee9-5655-994d-8529-0000000033ee | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-12-02 14:37:39.783452 | fa163ee9-5655-994d-8529-0000000033ee | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-12-02 14:37:39.785171 | fa163ee9-5655-994d-8529-0000000033ee | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:31.505327 | 0.28s 2025-12-02 14:37:39.815995 | fa163ee9-5655-994d-8529-0000000033ef | TASK | Run pacemaker restart if the config file for the service changed 2025-12-02 14:37:40.423582 | fa163ee9-5655-994d-8529-0000000033ef | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-02 14:37:40.424676 | fa163ee9-5655-994d-8529-0000000033ef | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:32.144840 | 0.61s 2025-12-02 14:37:40.444912 | fa163ee9-5655-994d-8529-0000000033f0 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-12-02 14:37:40.661056 | fa163ee9-5655-994d-8529-0000000033f0 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-12-02 14:37:40.662536 | fa163ee9-5655-994d-8529-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:32.382691 | 0.22s 2025-12-02 14:37:40.696258 | fa163ee9-5655-994d-8529-0000000033f2 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-12-02 14:37:40.749362 | fa163ee9-5655-994d-8529-0000000033f2 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-12-02 14:37:40.751103 | fa163ee9-5655-994d-8529-0000000033f2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:32.471250 | 0.05s 2025-12-02 14:37:40.784045 | fa163ee9-5655-994d-8529-0000000033f3 | TASK | Get container image tag from bundle haproxy-bundle 2025-12-02 14:37:40.844370 | fa163ee9-5655-994d-8529-0000000033f3 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-12-02 14:37:40.845626 | fa163ee9-5655-994d-8529-0000000033f3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:32.565783 | 0.06s 2025-12-02 14:37:40.877810 | fa163ee9-5655-994d-8529-0000000033f4 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-12-02 14:37:40.930618 | fa163ee9-5655-994d-8529-0000000033f4 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-12-02 14:37:40.931910 | fa163ee9-5655-994d-8529-0000000033f4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:32.652067 | 0.05s 2025-12-02 14:37:40.964404 | fa163ee9-5655-994d-8529-0000000033f5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-02 14:37:41.016445 | fa163ee9-5655-994d-8529-0000000033f5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-02 14:37:41.017630 | fa163ee9-5655-994d-8529-0000000033f5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:32.737786 | 0.05s 2025-12-02 14:37:41.048758 | fa163ee9-5655-994d-8529-0000000033f6 | TASK | Remove update marker for bundle haproxy-bundle 2025-12-02 14:37:41.100668 | fa163ee9-5655-994d-8529-0000000033f6 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-12-02 14:37:41.101823 | fa163ee9-5655-994d-8529-0000000033f6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:32.821981 | 0.05s 2025-12-02 14:37:41.159078 | fa163ee9-5655-994d-8529-000000003417 | TASK | Gather variables for each operating system 2025-12-02 14:37:41.283709 | fa163ee9-5655-994d-8529-000000003417 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:33.003867 | 0.12s 2025-12-02 14:37:41.314712 | fa163ee9-5655-994d-8529-000000003418 | TASK | Detect if resource is being created or already exists 2025-12-02 14:37:42.059870 | fa163ee9-5655-994d-8529-000000003418 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-02 14:37:42.060619 | fa163ee9-5655-994d-8529-000000003418 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:33.780786 | 0.74s 2025-12-02 14:37:42.080789 | fa163ee9-5655-994d-8529-000000003419 | TASK | Run init bundle puppet on the host for mysql 2025-12-02 14:38:10.685860 | fa163ee9-5655-994d-8529-000000003419 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-12-02 14:38:10.687171 | fa163ee9-5655-994d-8529-000000003419 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:02.407334 | 28.61s 2025-12-02 14:38:10.712745 | fa163ee9-5655-994d-8529-00000000341a | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-12-02 14:38:11.993415 | fa163ee9-5655-994d-8529-00000000341a | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-12-02 14:38:11.994345 | fa163ee9-5655-994d-8529-00000000341a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:03.714510 | 1.28s 2025-12-02 14:38:12.023521 | fa163ee9-5655-994d-8529-00000000341b | TASK | Run pacemaker restart if the config file for the service changed 2025-12-02 14:38:12.489349 | fa163ee9-5655-994d-8529-00000000341b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-02 14:38:12.491007 | fa163ee9-5655-994d-8529-00000000341b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:04.211164 | 0.47s 2025-12-02 14:38:12.523126 | fa163ee9-5655-994d-8529-00000000341c | TASK | Check if an image update marker exists for bundle galera-bundle 2025-12-02 14:38:12.757226 | fa163ee9-5655-994d-8529-00000000341c | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-12-02 14:38:12.758548 | fa163ee9-5655-994d-8529-00000000341c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:04.478703 | 0.23s 2025-12-02 14:38:12.792278 | fa163ee9-5655-994d-8529-00000000341e | TASK | Get container image tag from marker for bundle galera-bundle 2025-12-02 14:38:12.853643 | fa163ee9-5655-994d-8529-00000000341e | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-12-02 14:38:12.855169 | fa163ee9-5655-994d-8529-00000000341e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:04.575317 | 0.06s 2025-12-02 14:38:12.890118 | fa163ee9-5655-994d-8529-00000000341f | TASK | Get container image tag from bundle galera-bundle 2025-12-02 14:38:12.951426 | fa163ee9-5655-994d-8529-00000000341f | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-12-02 14:38:12.952770 | fa163ee9-5655-994d-8529-00000000341f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:04.672923 | 0.06s 2025-12-02 14:38:12.985561 | fa163ee9-5655-994d-8529-000000003420 | TASK | Compare tags between marker and bundle galera-bundle 2025-12-02 14:38:13.048123 | fa163ee9-5655-994d-8529-000000003420 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-12-02 14:38:13.049095 | fa163ee9-5655-994d-8529-000000003420 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:04.769257 | 0.06s 2025-12-02 14:38:13.075174 | fa163ee9-5655-994d-8529-000000003421 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-02 14:38:13.124052 | fa163ee9-5655-994d-8529-000000003421 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-02 14:38:13.125040 | fa163ee9-5655-994d-8529-000000003421 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:04.845201 | 0.05s 2025-12-02 14:38:13.149105 | fa163ee9-5655-994d-8529-000000003422 | TASK | Remove update marker for bundle galera-bundle 2025-12-02 14:38:13.198455 | fa163ee9-5655-994d-8529-000000003422 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-12-02 14:38:13.199730 | fa163ee9-5655-994d-8529-000000003422 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:04.919878 | 0.05s 2025-12-02 14:38:13.256258 | fa163ee9-5655-994d-8529-000000003443 | TASK | Gather variables for each operating system 2025-12-02 14:38:13.373441 | fa163ee9-5655-994d-8529-000000003443 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:05.093585 | 0.11s 2025-12-02 14:38:13.405032 | fa163ee9-5655-994d-8529-000000003444 | TASK | Detect if resource is being created or already exists 2025-12-02 14:38:14.207430 | fa163ee9-5655-994d-8529-000000003444 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-02 14:38:14.208282 | fa163ee9-5655-994d-8529-000000003444 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:05.928449 | 0.80s 2025-12-02 14:38:14.236521 | fa163ee9-5655-994d-8529-000000003445 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-12-02 14:38:40.050277 | fa163ee9-5655-994d-8529-000000003445 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-12-02 14:38:40.051584 | fa163ee9-5655-994d-8529-000000003445 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:31.771748 | 25.81s 2025-12-02 14:38:40.076178 | fa163ee9-5655-994d-8529-000000003446 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-12-02 14:38:40.350803 | fa163ee9-5655-994d-8529-000000003446 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-12-02 14:38:40.352232 | fa163ee9-5655-994d-8529-000000003446 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:32.072389 | 0.27s 2025-12-02 14:38:40.383181 | fa163ee9-5655-994d-8529-000000003447 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-02 14:38:40.850524 | fa163ee9-5655-994d-8529-000000003447 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-02 14:38:40.852296 | fa163ee9-5655-994d-8529-000000003447 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:32.572443 | 0.47s 2025-12-02 14:38:40.887314 | fa163ee9-5655-994d-8529-000000003448 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-12-02 14:38:41.144819 | fa163ee9-5655-994d-8529-000000003448 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-12-02 14:38:41.146273 | fa163ee9-5655-994d-8529-000000003448 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:32.866429 | 0.26s 2025-12-02 14:38:41.180210 | fa163ee9-5655-994d-8529-00000000344a | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-12-02 14:38:41.224007 | fa163ee9-5655-994d-8529-00000000344a | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-12-02 14:38:41.225018 | fa163ee9-5655-994d-8529-00000000344a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:32.945178 | 0.04s 2025-12-02 14:38:41.245642 | fa163ee9-5655-994d-8529-00000000344b | TASK | Get container image tag from bundle rabbitmq-bundle 2025-12-02 14:38:41.302692 | fa163ee9-5655-994d-8529-00000000344b | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-12-02 14:38:41.303653 | fa163ee9-5655-994d-8529-00000000344b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:33.023816 | 0.06s 2025-12-02 14:38:41.326606 | fa163ee9-5655-994d-8529-00000000344c | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-12-02 14:38:41.387799 | fa163ee9-5655-994d-8529-00000000344c | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-12-02 14:38:41.389196 | fa163ee9-5655-994d-8529-00000000344c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:33.109353 | 0.06s 2025-12-02 14:38:41.423077 | fa163ee9-5655-994d-8529-00000000344d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-02 14:38:41.484339 | fa163ee9-5655-994d-8529-00000000344d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-02 14:38:41.485421 | fa163ee9-5655-994d-8529-00000000344d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:33.205576 | 0.06s 2025-12-02 14:38:41.511398 | fa163ee9-5655-994d-8529-00000000344e | TASK | Remove update marker for bundle rabbitmq-bundle 2025-12-02 14:38:41.573446 | fa163ee9-5655-994d-8529-00000000344e | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-12-02 14:38:41.574877 | fa163ee9-5655-994d-8529-00000000344e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:33.295032 | 0.06s 2025-12-02 14:38:41.635456 | fa163ee9-5655-994d-8529-00000000346f | TASK | Gather variables for each operating system 2025-12-02 14:38:41.755638 | fa163ee9-5655-994d-8529-00000000346f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:33.475783 | 0.12s 2025-12-02 14:38:41.787148 | fa163ee9-5655-994d-8529-000000003470 | TASK | Detect if resource is being created or already exists 2025-12-02 14:38:42.594929 | fa163ee9-5655-994d-8529-000000003470 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-02 14:38:42.596692 | fa163ee9-5655-994d-8529-000000003470 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:34.316844 | 0.81s 2025-12-02 14:38:42.630156 | fa163ee9-5655-994d-8529-000000003471 | TASK | Run init bundle puppet on the host for redis 2025-12-02 14:39:09.461255 | fa163ee9-5655-994d-8529-000000003471 | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-12-02 14:39:09.462572 | fa163ee9-5655-994d-8529-000000003471 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:01.182734 | 26.83s 2025-12-02 14:39:09.494942 | fa163ee9-5655-994d-8529-000000003472 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-12-02 14:39:09.723270 | fa163ee9-5655-994d-8529-000000003472 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-12-02 14:39:09.724668 | fa163ee9-5655-994d-8529-000000003472 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:01.444824 | 0.23s 2025-12-02 14:39:09.755353 | fa163ee9-5655-994d-8529-000000003473 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-02 14:39:10.188690 | fa163ee9-5655-994d-8529-000000003473 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-02 14:39:10.189470 | fa163ee9-5655-994d-8529-000000003473 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:01.909622 | 0.43s 2025-12-02 14:39:10.210270 | fa163ee9-5655-994d-8529-000000003474 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-12-02 14:39:10.441093 | fa163ee9-5655-994d-8529-000000003474 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-12-02 14:39:10.444635 | fa163ee9-5655-994d-8529-000000003474 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:02.164780 | 0.23s 2025-12-02 14:39:10.479707 | fa163ee9-5655-994d-8529-000000003476 | TASK | Get container image tag from marker for bundle redis-bundle 2025-12-02 14:39:10.530795 | fa163ee9-5655-994d-8529-000000003476 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-12-02 14:39:10.533586 | fa163ee9-5655-994d-8529-000000003476 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:02.253742 | 0.05s 2025-12-02 14:39:10.555437 | fa163ee9-5655-994d-8529-000000003477 | TASK | Get container image tag from bundle redis-bundle 2025-12-02 14:39:10.613212 | fa163ee9-5655-994d-8529-000000003477 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-12-02 14:39:10.615016 | fa163ee9-5655-994d-8529-000000003477 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:02.335177 | 0.06s 2025-12-02 14:39:10.640213 | fa163ee9-5655-994d-8529-000000003478 | TASK | Compare tags between marker and bundle redis-bundle 2025-12-02 14:39:10.678408 | fa163ee9-5655-994d-8529-000000003478 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-12-02 14:39:10.680513 | fa163ee9-5655-994d-8529-000000003478 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:02.400672 | 0.04s 2025-12-02 14:39:10.710730 | fa163ee9-5655-994d-8529-000000003479 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-02 14:39:10.765242 | fa163ee9-5655-994d-8529-000000003479 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-02 14:39:10.766540 | fa163ee9-5655-994d-8529-000000003479 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:02.486695 | 0.05s 2025-12-02 14:39:10.797110 | fa163ee9-5655-994d-8529-00000000347a | TASK | Remove update marker for bundle redis-bundle 2025-12-02 14:39:10.853074 | fa163ee9-5655-994d-8529-00000000347a | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-12-02 14:39:10.854517 | fa163ee9-5655-994d-8529-00000000347a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:02.574627 | 0.06s 2025-12-02 14:39:10.917373 | fa163ee9-5655-994d-8529-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-12-02 14:39:11.130862 | fa163ee9-5655-994d-8529-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-12-02 14:39:11.132268 | fa163ee9-5655-994d-8529-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:02.852424 | 0.21s 2025-12-02 14:39:11.244797 | fa163ee9-5655-994d-8529-0000000000cf | TIMING | include_tasks | standalone | 0:16:02.964940 | 0.08s 2025-12-02 14:39:11.286926 | 6b4c69b7-f009-47c7-ae5e-e994f7682b45 | INCLUDED | /root/standalone-ansible-oxw8emgm/common_deploy_steps_tasks.yaml | standalone 2025-12-02 14:39:11.314864 | fa163ee9-5655-994d-8529-00000000350f | TASK | Write the config_step hieradata 2025-12-02 14:39:11.835548 | fa163ee9-5655-994d-8529-00000000350f | OK | Write the config_step hieradata | standalone 2025-12-02 14:39:11.836481 | fa163ee9-5655-994d-8529-00000000350f | TIMING | Write the config_step hieradata | standalone | 0:16:03.556624 | 0.52s 2025-12-02 14:39:11.856575 | fa163ee9-5655-994d-8529-000000003510 | TASK | Run puppet host configuration for step 2 2025-12-02 14:39:12.135448 | fa163ee9-5655-994d-8529-000000003510 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-12-02 14:39:12.136193 | fa163ee9-5655-994d-8529-000000003510 | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:03.856358 | 0.28s 2025-12-02 14:39:12.155403 | fa163ee9-5655-994d-8529-000000003511 | TASK | Wait for puppet host configuration to finish 2025-12-02 14:39:12.401536 | fa163ee9-5655-994d-8529-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-02 14:39:22.623913 | fa163ee9-5655-994d-8529-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-02 14:39:32.853956 | fa163ee9-5655-994d-8529-000000003511 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-02 14:39:32.855397 | fa163ee9-5655-994d-8529-000000003511 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:24.575556 | 20.70s 2025-12-02 14:39:32.889714 | fa163ee9-5655-994d-8529-000000003512 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-12-02 14:39:32.975538 | fa163ee9-5655-994d-8529-000000003512 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Dec 2 14:39:12 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 2 14:39:16 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 2 14:39:16 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 2 14:39:16 puppet-user: (file & line not available)", "<13>Dec 2 14:39: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>Dec 2 14:39: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>Dec 2 14:39:16 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 2 14:39:16 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.46 seconds", "<13>Dec 2 14:39:22 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 2 14:39:25 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 2 14:39:27 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 2 14:39:27 puppet-user: Notice: Applied catalog in 10.32 seconds", "<13>Dec 2 14:39:27 puppet-user: Application:", "<13>Dec 2 14:39:27 puppet-user: Initial environment: production", "<13>Dec 2 14:39:27 puppet-user: Converged environment: production", "<13>Dec 2 14:39:27 puppet-user: Run mode: user", "<13>Dec 2 14:39:27 puppet-user: Changes:", "<13>Dec 2 14:39:27 puppet-user: Total: 2", "<13>Dec 2 14:39:27 puppet-user: Events:", "<13>Dec 2 14:39:27 puppet-user: Success: 2", "<13>Dec 2 14:39:27 puppet-user: Resources:", "<13>Dec 2 14:39:27 puppet-user: Changed: 2", "<13>Dec 2 14:39:27 puppet-user: Out of sync: 2", "<13>Dec 2 14:39:27 puppet-user: Total: 28", "<13>Dec 2 14:39:27 puppet-user: Time:", "<13>Dec 2 14:39:27 puppet-user: Filebucket: 0.00", "<13>Dec 2 14:39:27 puppet-user: Schedule: 0.00", "<13>Dec 2 14:39:27 puppet-user: Package: 0.00", "<13>Dec 2 14:39:27 puppet-user: File line: 0.00", "<13>Dec 2 14:39:27 puppet-user: File: 0.00", "<13>Dec 2 14:39:27 puppet-user: Augeas: 0.01", "<13>Dec 2 14:39:27 puppet-user: User: 0.01", "<13>Dec 2 14:39:27 puppet-user: Service: 0.07", "<13>Dec 2 14:39:27 puppet-user: Config retrieval: 0.51", "<13>Dec 2 14:39:27 puppet-user: Pcmk property: 1.59", "<13>Dec 2 14:39:27 puppet-user: Exec: 2.00", "<13>Dec 2 14:39:27 puppet-user: Transaction evaluation: 10.24", "<13>Dec 2 14:39:27 puppet-user: Catalog application: 10.32", "<13>Dec 2 14:39:27 puppet-user: Last run: 1764686367", "<13>Dec 2 14:39:27 puppet-user: Pcmk resource default: 3.14", "<13>Dec 2 14:39:27 puppet-user: Pcmk resource op default: 3.24", "<13>Dec 2 14:39:27 puppet-user: Total: 10.32", "<13>Dec 2 14:39:27 puppet-user: Version:", "<13>Dec 2 14:39:27 puppet-user: Config: 1764686356", "<13>Dec 2 14:39:27 puppet-user: Puppet: 7.10.0" ] } 2025-12-02 14:39:32.977247 | fa163ee9-5655-994d-8529-000000003512 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:24.697402 | 0.09s 2025-12-02 14:39:33.002169 | fa163ee9-5655-994d-8529-000000003513 | TASK | Pre-cache facts for puppet containers 2025-12-02 14:39:33.029926 | fa163ee9-5655-994d-8529-000000003513 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:24.750079 | 0.03s 2025-12-02 14:39:33.091625 | fa163ee9-5655-994d-8529-000000003552 | TASK | Gather variables for each operating system 2025-12-02 14:39:33.206936 | fa163ee9-5655-994d-8529-000000003552 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:24.927073 | 0.11s 2025-12-02 14:39:33.232418 | fa163ee9-5655-994d-8529-000000003553 | TASK | Create puppet caching structures 2025-12-02 14:39:33.484796 | fa163ee9-5655-994d-8529-000000003553 | CHANGED | Create puppet caching structures | standalone 2025-12-02 14:39:33.486422 | fa163ee9-5655-994d-8529-000000003553 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:25.206577 | 0.25s 2025-12-02 14:39:33.518182 | fa163ee9-5655-994d-8529-000000003554 | TASK | Check for facter.conf 2025-12-02 14:39:33.755161 | fa163ee9-5655-994d-8529-000000003554 | OK | Check for facter.conf | standalone 2025-12-02 14:39:33.756801 | fa163ee9-5655-994d-8529-000000003554 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:25.476956 | 0.24s 2025-12-02 14:39:33.788866 | fa163ee9-5655-994d-8529-000000003555 | TASK | Remove facter.conf if directory 2025-12-02 14:39:33.839772 | fa163ee9-5655-994d-8529-000000003555 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-02 14:39:33.841176 | fa163ee9-5655-994d-8529-000000003555 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:25.561332 | 0.05s 2025-12-02 14:39:33.874070 | fa163ee9-5655-994d-8529-000000003556 | TASK | Write facter cache config 2025-12-02 14:39:34.317663 | fa163ee9-5655-994d-8529-000000003556 | CHANGED | Write facter cache config | standalone 2025-12-02 14:39:34.319079 | fa163ee9-5655-994d-8529-000000003556 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:26.039234 | 0.44s 2025-12-02 14:39:34.349078 | fa163ee9-5655-994d-8529-000000003557 | TASK | Cleanup facter cache if exists 2025-12-02 14:39:34.549547 | fa163ee9-5655-994d-8529-000000003557 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-02 14:39:34.550527 | fa163ee9-5655-994d-8529-000000003557 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:26.270690 | 0.20s 2025-12-02 14:39:34.573582 | fa163ee9-5655-994d-8529-000000003558 | TASK | Pre-cache facts 2025-12-02 14:39:35.122420 | fa163ee9-5655-994d-8529-000000003558 | CHANGED | Pre-cache facts | standalone 2025-12-02 14:39:35.124022 | fa163ee9-5655-994d-8529-000000003558 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:26.844178 | 0.55s 2025-12-02 14:39:35.156018 | fa163ee9-5655-994d-8529-000000003559 | TASK | Failed deployment if facter fails 2025-12-02 14:39:35.187850 | fa163ee9-5655-994d-8529-000000003559 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-02 14:39:35.189006 | fa163ee9-5655-994d-8529-000000003559 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:26.909164 | 0.03s 2025-12-02 14:39:35.236306 | fa163ee9-5655-994d-8529-00000000355a | TASK | Sync cached facts 2025-12-02 14:39:35.563305 | fa163ee9-5655-994d-8529-00000000355a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee9-5655-994d-8529-00000000355a') missing from stats 2025-12-02 14:39:35.623259 | fa163ee9-5655-994d-8529-000000003514 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-02 14:39:35.652738 | fa163ee9-5655-994d-8529-000000003514 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-02 14:39:35.654037 | fa163ee9-5655-994d-8529-000000003514 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:27.374193 | 0.03s 2025-12-02 14:39:35.686714 | fa163ee9-5655-994d-8529-000000003516 | TASK | Manage containers for step 2 with tripleo-ansible 2025-12-02 14:39:35.716182 | fa163ee9-5655-994d-8529-000000003516 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:27.436326 | 0.03s 2025-12-02 14:39:35.787347 | fa163ee9-5655-994d-8529-0000000035b1 | TASK | Gather variables for each operating system 2025-12-02 14:39:35.942594 | fa163ee9-5655-994d-8529-0000000035b1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:27.662736 | 0.15s 2025-12-02 14:39:35.974159 | fa163ee9-5655-994d-8529-0000000035b2 | TASK | Create container logs path 2025-12-02 14:39:36.229203 | fa163ee9-5655-994d-8529-0000000035b2 | OK | Create container logs path | standalone 2025-12-02 14:39:36.230560 | fa163ee9-5655-994d-8529-0000000035b2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:27.950716 | 0.25s 2025-12-02 14:39:36.263359 | fa163ee9-5655-994d-8529-0000000035b4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-12-02 14:39:36.529527 | fa163ee9-5655-994d-8529-0000000035b4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-02 14:39:36.530838 | fa163ee9-5655-994d-8529-0000000035b4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:28.250996 | 0.27s 2025-12-02 14:39:36.562699 | fa163ee9-5655-994d-8529-0000000035b5 | TASK | Finalise hashes for all containers 2025-12-02 14:39:36.634981 | fa163ee9-5655-994d-8529-0000000035b5 | OK | Finalise hashes for all containers | standalone 2025-12-02 14:39:36.636272 | fa163ee9-5655-994d-8529-0000000035b5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:28.356428 | 0.07s 2025-12-02 14:39:36.667501 | fa163ee9-5655-994d-8529-0000000035b7 | TASK | Manage systemd shutdown files 2025-12-02 14:39:36.701010 | fa163ee9-5655-994d-8529-0000000035b7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:28.421154 | 0.03s 2025-12-02 14:39:36.738334 | 87709b97-8f4e-4459-8c53-5e0435b418c2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-02 14:39:36.768862 | fa163ee9-5655-994d-8529-0000000035ea | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-02 14:39:37.041728 | fa163ee9-5655-994d-8529-0000000035ea | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-02 14:39:37.043067 | fa163ee9-5655-994d-8529-0000000035ea | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:28.763225 | 0.27s 2025-12-02 14:39:37.074157 | fa163ee9-5655-994d-8529-0000000035eb | TASK | Set podman_drop_in fact 2025-12-02 14:39:37.106501 | fa163ee9-5655-994d-8529-0000000035eb | OK | Set podman_drop_in fact | standalone 2025-12-02 14:39:37.107687 | fa163ee9-5655-994d-8529-0000000035eb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:28.827847 | 0.03s 2025-12-02 14:39:37.130966 | fa163ee9-5655-994d-8529-0000000035ed | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-02 14:39:37.628585 | fa163ee9-5655-994d-8529-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-02 14:39:37.631326 | fa163ee9-5655-994d-8529-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:29.351474 | 0.50s 2025-12-02 14:39:38.145839 | fa163ee9-5655-994d-8529-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-02 14:39:38.147519 | fa163ee9-5655-994d-8529-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:29.867680 | 1.02s 2025-12-02 14:39:38.158014 | fa163ee9-5655-994d-8529-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:29.878176 | 1.03s 2025-12-02 14:39:38.187871 | fa163ee9-5655-994d-8529-0000000035ee | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-02 14:39:38.685975 | fa163ee9-5655-994d-8529-0000000035ee | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-02 14:39:38.687442 | fa163ee9-5655-994d-8529-0000000035ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:30.407598 | 0.50s 2025-12-02 14:39:38.721294 | fa163ee9-5655-994d-8529-0000000035ef | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-02 14:39:39.233001 | fa163ee9-5655-994d-8529-0000000035ef | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-02 14:39:39.234513 | fa163ee9-5655-994d-8529-0000000035ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:30.954667 | 0.51s 2025-12-02 14:39:39.264588 | fa163ee9-5655-994d-8529-0000000035f0 | TASK | Enable and start tripleo-container-shutdown 2025-12-02 14:39:40.018645 | fa163ee9-5655-994d-8529-0000000035f0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-02 14:39:40.020426 | fa163ee9-5655-994d-8529-0000000035f0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:31.740581 | 0.75s 2025-12-02 14:39:40.051013 | fa163ee9-5655-994d-8529-0000000035f1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-02 14:39:40.531807 | fa163ee9-5655-994d-8529-0000000035f1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-02 14:39:40.533264 | fa163ee9-5655-994d-8529-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:32.253418 | 0.48s 2025-12-02 14:39:40.564692 | fa163ee9-5655-994d-8529-0000000035f2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-02 14:39:41.079728 | fa163ee9-5655-994d-8529-0000000035f2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-02 14:39:41.081221 | fa163ee9-5655-994d-8529-0000000035f2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:32.801377 | 0.51s 2025-12-02 14:39:41.111123 | fa163ee9-5655-994d-8529-0000000035f3 | TASK | Enable and start netns-placeholder 2025-12-02 14:39:41.875632 | fa163ee9-5655-994d-8529-0000000035f3 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-02 14:39:41.877809 | fa163ee9-5655-994d-8529-0000000035f3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:33.597962 | 0.77s 2025-12-02 14:39:41.909499 | fa163ee9-5655-994d-8529-0000000035b9 | TASK | Update container configs with new config hashes 2025-12-02 14:39:41.970765 | fa163ee9-5655-994d-8529-0000000035b9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:33.690911 | 0.06s 2025-12-02 14:39:41.992021 | 935870a3-00c4-4340-a397-57bad522b619 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-02 14:39:42.026772 | fa163ee9-5655-994d-8529-00000000361b | TASK | Update config hashes for container startup configs 2025-12-02 14:39:42.314118 | fa163ee9-5655-994d-8529-00000000361b | OK | Update config hashes for container startup configs | standalone 2025-12-02 14:39:42.315573 | fa163ee9-5655-994d-8529-00000000361b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:34.035724 | 0.29s 2025-12-02 14:39:42.347663 | fa163ee9-5655-994d-8529-0000000035ba | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-02 14:39:42.408262 | fa163ee9-5655-994d-8529-0000000035ba | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:34.128407 | 0.06s 2025-12-02 14:39:42.433277 | d81c2ff5-394e-4053-bea5-e4ccf672448b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-02 14:39:42.471276 | fa163ee9-5655-994d-8529-00000000363a | TASK | Gather podman infos 2025-12-02 14:39:43.407241 | fa163ee9-5655-994d-8529-00000000363a | OK | Gather podman infos | standalone 2025-12-02 14:39:43.409086 | fa163ee9-5655-994d-8529-00000000363a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:35.129235 | 0.94s 2025-12-02 14:39:43.489286 | fa163ee9-5655-994d-8529-00000000363b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-02 14:39:43.556973 | fa163ee9-5655-994d-8529-00000000363b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:35.277113 | 0.06s 2025-12-02 14:39:43.758278 | fa163ee9-5655-994d-8529-000000003684 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:35.478416 | 0.14s 2025-12-02 14:39:43.888819 | fa163ee9-5655-994d-8529-0000000035bb | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-02 14:39:43.947889 | fa163ee9-5655-994d-8529-0000000035bb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:35.668041 | 0.06s 2025-12-02 14:39:43.964081 | 96fc9788-e7fa-442b-92b8-f0fbb6323cf2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-02 14:39:43.997970 | fa163ee9-5655-994d-8529-0000000036aa | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-02 14:40:01.179749 | fa163ee9-5655-994d-8529-0000000036aa | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-02 14:40:01.181358 | fa163ee9-5655-994d-8529-0000000036aa | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:52.901512 | 17.18s 2025-12-02 14:40:01.215209 | fa163ee9-5655-994d-8529-0000000036ab | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-02 14:40:04.018387 | fa163ee9-5655-994d-8529-0000000036ab | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-02 14:40:04.020042 | fa163ee9-5655-994d-8529-0000000036ab | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:55.740200 | 2.80s 2025-12-02 14:40:04.096742 | fa163ee9-5655-994d-8529-000000003518 | TASK | Clean container_puppet_tasks for standalone step 2 2025-12-02 14:40:04.373160 | fa163ee9-5655-994d-8529-000000003518 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-12-02 14:40:04.373998 | fa163ee9-5655-994d-8529-000000003518 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:16:56.094164 | 0.28s 2025-12-02 14:40:04.402672 | fa163ee9-5655-994d-8529-000000003519 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-12-02 14:40:04.453171 | fa163ee9-5655-994d-8529-000000003519 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:16:56.173323 | 0.05s 2025-12-02 14:40:04.475129 | fa163ee9-5655-994d-8529-00000000351a | TASK | Include container-puppet tasks for step 2 2025-12-02 14:40:04.521622 | fa163ee9-5655-994d-8529-00000000351a | TIMING | Include container-puppet tasks for step 2 | standalone | 0:16:56.241783 | 0.05s 2025-12-02 14:40:04.538112 | 935ec0ff-e9c7-437e-b8ab-34a63eb139eb | INCLUDED | /root/standalone-ansible-oxw8emgm/host-container-puppet-tasks.yaml | standalone 2025-12-02 14:40:04.573966 | fa163ee9-5655-994d-8529-0000000036f6 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-12-02 14:40:05.107990 | fa163ee9-5655-994d-8529-0000000036f6 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-12-02 14:40:05.110174 | fa163ee9-5655-994d-8529-0000000036f6 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:16:56.830327 | 0.54s 2025-12-02 14:40:05.142195 | fa163ee9-5655-994d-8529-0000000036f8 | TASK | Generate container puppet configs for step 2 2025-12-02 14:40:05.388667 | fa163ee9-5655-994d-8529-0000000036f8 | OK | Generate container puppet configs for step 2 | standalone 2025-12-02 14:40:05.392083 | fa163ee9-5655-994d-8529-0000000036f8 | TIMING | Generate container puppet configs for step 2 | standalone | 0:16:57.112235 | 0.25s 2025-12-02 14:40:05.425936 | fa163ee9-5655-994d-8529-0000000036f9 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-12-02 14:40:05.456671 | fa163ee9-5655-994d-8529-0000000036f9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:16:57.176823 | 0.03s 2025-12-02 14:40:05.517991 | fa163ee9-5655-994d-8529-000000003728 | TASK | Gather variables for each operating system 2025-12-02 14:40:05.620153 | fa163ee9-5655-994d-8529-000000003728 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:57.340298 | 0.10s 2025-12-02 14:40:05.651245 | fa163ee9-5655-994d-8529-000000003729 | TASK | Create container logs path 2025-12-02 14:40:05.897886 | fa163ee9-5655-994d-8529-000000003729 | OK | Create container logs path | standalone 2025-12-02 14:40:05.900006 | fa163ee9-5655-994d-8529-000000003729 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:57.620156 | 0.25s 2025-12-02 14:40:05.936095 | fa163ee9-5655-994d-8529-00000000372b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-02 14:40:06.190727 | fa163ee9-5655-994d-8529-00000000372b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-02 14:40:06.191910 | fa163ee9-5655-994d-8529-00000000372b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:57.912067 | 0.25s 2025-12-02 14:40:06.221946 | fa163ee9-5655-994d-8529-00000000372c | TASK | Finalise hashes for all containers 2025-12-02 14:40:06.273070 | fa163ee9-5655-994d-8529-00000000372c | OK | Finalise hashes for all containers | standalone 2025-12-02 14:40:06.274328 | fa163ee9-5655-994d-8529-00000000372c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:57.994484 | 0.05s 2025-12-02 14:40:06.304286 | fa163ee9-5655-994d-8529-00000000372e | TASK | Manage systemd shutdown files 2025-12-02 14:40:06.338016 | fa163ee9-5655-994d-8529-00000000372e | SKIPPED | Manage systemd shutdown files | standalone 2025-12-02 14:40:06.339317 | fa163ee9-5655-994d-8529-00000000372e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:58.059472 | 0.03s 2025-12-02 14:40:06.370551 | fa163ee9-5655-994d-8529-000000003730 | TASK | Update container configs with new config hashes 2025-12-02 14:40:06.423696 | fa163ee9-5655-994d-8529-000000003730 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-02 14:40:06.425133 | fa163ee9-5655-994d-8529-000000003730 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:58.145288 | 0.05s 2025-12-02 14:40:06.459197 | fa163ee9-5655-994d-8529-000000003731 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-02 14:40:06.500230 | fa163ee9-5655-994d-8529-000000003731 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-02 14:40:06.501378 | fa163ee9-5655-994d-8529-000000003731 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:58.221534 | 0.04s 2025-12-02 14:40:06.535003 | fa163ee9-5655-994d-8529-000000003732 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-02 14:40:06.591522 | fa163ee9-5655-994d-8529-000000003732 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-02 14:40:06.592610 | fa163ee9-5655-994d-8529-000000003732 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:58.312767 | 0.06s PLAY [External deployment step 3] ********************************************** 2025-12-02 14:40:06.751681 | fa163ee9-5655-994d-8529-0000000000d2 | TASK | External deployment step 3 2025-12-02 14:40:06.781528 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000d2') missing from stats 2025-12-02 14:40:06.841584 | fa163ee9-5655-994d-8529-0000000000d3 | TIMING | include_tasks | undercloud | 0:16:58.561729 | 0.04s 2025-12-02 14:40:06.851818 | c50e7889-2ad8-4d55-b2de-81b6edeb0018 | INCLUDED | /root/standalone-ansible-oxw8emgm/external_deploy_steps_tasks_step3.yaml | undercloud 2025-12-02 14:40:06.871926 | fa163ee9-5655-994d-8529-000000003781 | TASK | Pause cephadm 2025-12-02 14:40:06.913962 | fa163ee9-5655-994d-8529-000000003781 | SKIPPED | Pause cephadm | undercloud 2025-12-02 14:40:06.915138 | fa163ee9-5655-994d-8529-000000003781 | TIMING | Pause cephadm | undercloud | 0:16:58.635294 | 0.04s PLAY [Deploy step tasks for 3] ************************************************* 2025-12-02 14:40:07.062658 | fa163ee9-5655-994d-8529-0000000000d6 | TASK | Deploy step tasks for 3 2025-12-02 14:40:07.092841 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000d6') missing from stats 2025-12-02 14:40:07.118256 | fa163ee9-5655-994d-8529-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-12-02 14:40:07.633504 | fa163ee9-5655-994d-8529-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-12-02 14:40:07.635051 | fa163ee9-5655-994d-8529-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:16:59.355206 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-02 14:40:07.696905 | fa163ee9-5655-994d-8529-0000000000d8 | TIMING | include_tasks | standalone | 0:16:59.417032 | 0.03s 2025-12-02 14:40:07.727306 | 11469cd1-c24e-478b-a91f-23d6c59f679e | INCLUDED | /root/standalone-ansible-oxw8emgm/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-12-02 14:40:07.758416 | fa163ee9-5655-994d-8529-0000000037a0 | TASK | Start OVN container 2025-12-02 14:40:07.821765 | fa163ee9-5655-994d-8529-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:59.541895 | 0.06s 2025-12-02 14:40:07.850187 | fa163ee9-5655-994d-8529-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:59.570343 | 0.09s 2025-12-02 14:40:07.869184 | fa163ee9-5655-994d-8529-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:59.589346 | 0.11s 2025-12-02 14:40:07.881678 | fa163ee9-5655-994d-8529-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:59.601826 | 0.12s 2025-12-02 14:40:08.000179 | fa163ee9-5655-994d-8529-0000000037d8 | TASK | Gather variables for each operating system 2025-12-02 14:40:08.092367 | fa163ee9-5655-994d-8529-0000000037d8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:59.812508 | 0.09s 2025-12-02 14:40:08.123605 | fa163ee9-5655-994d-8529-0000000037d9 | TASK | Create container logs path 2025-12-02 14:40:08.388878 | fa163ee9-5655-994d-8529-0000000037d9 | OK | Create container logs path | standalone 2025-12-02 14:40:08.390297 | fa163ee9-5655-994d-8529-0000000037d9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:00.110454 | 0.27s 2025-12-02 14:40:08.421404 | fa163ee9-5655-994d-8529-0000000037db | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:08.740296 | fa163ee9-5655-994d-8529-0000000037db | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-02 14:40:08.741582 | fa163ee9-5655-994d-8529-0000000037db | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:00.461738 | 0.32s 2025-12-02 14:40:08.772352 | fa163ee9-5655-994d-8529-0000000037dc | TASK | Finalise hashes for all containers 2025-12-02 14:40:08.868806 | fa163ee9-5655-994d-8529-0000000037dc | OK | Finalise hashes for all containers | standalone 2025-12-02 14:40:08.870019 | fa163ee9-5655-994d-8529-0000000037dc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:00.590173 | 0.10s 2025-12-02 14:40:08.894221 | fa163ee9-5655-994d-8529-0000000037de | TASK | Manage systemd shutdown files 2025-12-02 14:40:08.934425 | fa163ee9-5655-994d-8529-0000000037de | SKIPPED | Manage systemd shutdown files | standalone 2025-12-02 14:40:08.935373 | fa163ee9-5655-994d-8529-0000000037de | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:00.655536 | 0.04s 2025-12-02 14:40:08.959047 | fa163ee9-5655-994d-8529-0000000037e0 | TASK | Update container configs with new config hashes 2025-12-02 14:40:09.020858 | fa163ee9-5655-994d-8529-0000000037e0 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-02 14:40:09.022502 | fa163ee9-5655-994d-8529-0000000037e0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:00.742614 | 0.06s 2025-12-02 14:40:09.057642 | fa163ee9-5655-994d-8529-0000000037e1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:09.139213 | fa163ee9-5655-994d-8529-0000000037e1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:00.859355 | 0.08s 2025-12-02 14:40:09.164508 | 11293d55-e759-47a2-b4ba-1b4227d26ad3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-02 14:40:09.202497 | fa163ee9-5655-994d-8529-00000000386d | TASK | Gather podman infos 2025-12-02 14:40:10.434810 | fa163ee9-5655-994d-8529-00000000386d | OK | Gather podman infos | standalone 2025-12-02 14:40:10.436058 | fa163ee9-5655-994d-8529-00000000386d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:02.156212 | 1.23s 2025-12-02 14:40:10.527039 | fa163ee9-5655-994d-8529-00000000386e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:10.617529 | fa163ee9-5655-994d-8529-00000000386e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:02.337629 | 0.09s 2025-12-02 14:40:10.789674 | fa163ee9-5655-994d-8529-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:02.509814 | 0.11s 2025-12-02 14:40:10.854128 | fa163ee9-5655-994d-8529-0000000037e2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:10.935631 | fa163ee9-5655-994d-8529-0000000037e2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:02.655772 | 0.08s 2025-12-02 14:40:10.959906 | 576eea50-de74-4a48-ad6c-16f2ce913f7b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-02 14:40:10.998228 | fa163ee9-5655-994d-8529-0000000038d8 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:11.927808 | fa163ee9-5655-994d-8529-0000000038d8 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-02 14:40:11.928956 | fa163ee9-5655-994d-8529-0000000038d8 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:03.649119 | 0.93s 2025-12-02 14:40:11.954657 | fa163ee9-5655-994d-8529-0000000038d9 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:14.732041 | fa163ee9-5655-994d-8529-0000000038d9 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-02 14:40:14.733550 | fa163ee9-5655-994d-8529-0000000038d9 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:06.453705 | 2.78s 2025-12-02 14:40:14.789264 | fa163ee9-5655-994d-8529-000000003803 | TASK | Gather variables for each operating system 2025-12-02 14:40:14.915770 | fa163ee9-5655-994d-8529-000000003803 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:06.635910 | 0.12s 2025-12-02 14:40:14.947776 | fa163ee9-5655-994d-8529-000000003804 | TASK | Create container logs path 2025-12-02 14:40:15.223942 | fa163ee9-5655-994d-8529-000000003804 | OK | Create container logs path | standalone 2025-12-02 14:40:15.224887 | fa163ee9-5655-994d-8529-000000003804 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:06.945050 | 0.28s 2025-12-02 14:40:15.246123 | fa163ee9-5655-994d-8529-000000003806 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:15.561766 | fa163ee9-5655-994d-8529-000000003806 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-02 14:40:15.563074 | fa163ee9-5655-994d-8529-000000003806 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:07.283229 | 0.32s 2025-12-02 14:40:15.592985 | fa163ee9-5655-994d-8529-000000003807 | TASK | Finalise hashes for all containers 2025-12-02 14:40:15.665181 | fa163ee9-5655-994d-8529-000000003807 | OK | Finalise hashes for all containers | standalone 2025-12-02 14:40:15.666544 | fa163ee9-5655-994d-8529-000000003807 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:07.386700 | 0.07s 2025-12-02 14:40:15.697060 | fa163ee9-5655-994d-8529-000000003809 | TASK | Manage systemd shutdown files 2025-12-02 14:40:15.739378 | fa163ee9-5655-994d-8529-000000003809 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-02 14:40:15.740423 | fa163ee9-5655-994d-8529-000000003809 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:07.460582 | 0.04s 2025-12-02 14:40:15.764706 | fa163ee9-5655-994d-8529-00000000380b | TASK | Update container configs with new config hashes 2025-12-02 14:40:15.838107 | fa163ee9-5655-994d-8529-00000000380b | SKIPPED | Update container configs with new config hashes | standalone 2025-12-02 14:40:15.839323 | fa163ee9-5655-994d-8529-00000000380b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:07.559485 | 0.07s 2025-12-02 14:40:15.865332 | fa163ee9-5655-994d-8529-00000000380c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:15.935140 | fa163ee9-5655-994d-8529-00000000380c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:07.655292 | 0.07s 2025-12-02 14:40:15.953141 | 741bf334-2dd5-4938-b53e-6a76a655be9d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-02 14:40:15.981754 | fa163ee9-5655-994d-8529-000000003924 | TASK | Gather podman infos 2025-12-02 14:40:17.115603 | fa163ee9-5655-994d-8529-000000003924 | OK | Gather podman infos | standalone 2025-12-02 14:40:17.117274 | fa163ee9-5655-994d-8529-000000003924 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:08.837429 | 1.13s 2025-12-02 14:40:17.207539 | fa163ee9-5655-994d-8529-000000003925 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:17.289550 | fa163ee9-5655-994d-8529-000000003925 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:09.009703 | 0.08s 2025-12-02 14:40:17.447094 | fa163ee9-5655-994d-8529-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:09.167227 | 0.09s 2025-12-02 14:40:17.507124 | fa163ee9-5655-994d-8529-00000000380d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:17.586506 | fa163ee9-5655-994d-8529-00000000380d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:09.306633 | 0.08s 2025-12-02 14:40:17.601931 | e4dac36e-b88a-4fd6-883f-ef21f72a75d7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-02 14:40:17.631987 | fa163ee9-5655-994d-8529-00000000398a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:18.510646 | fa163ee9-5655-994d-8529-00000000398a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-02 14:40:18.511408 | fa163ee9-5655-994d-8529-00000000398a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:10.231574 | 0.88s 2025-12-02 14:40:18.535075 | fa163ee9-5655-994d-8529-00000000398b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:21.477225 | fa163ee9-5655-994d-8529-00000000398b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-02 14:40:21.479162 | fa163ee9-5655-994d-8529-00000000398b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:13.199319 | 2.94s 2025-12-02 14:40:21.542362 | fa163ee9-5655-994d-8529-00000000382e | TASK | Gather variables for each operating system 2025-12-02 14:40:21.691836 | fa163ee9-5655-994d-8529-00000000382e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:13.411968 | 0.15s 2025-12-02 14:40:21.727512 | fa163ee9-5655-994d-8529-00000000382f | TASK | Create container logs path 2025-12-02 14:40:21.974579 | fa163ee9-5655-994d-8529-00000000382f | OK | Create container logs path | standalone 2025-12-02 14:40:21.976198 | fa163ee9-5655-994d-8529-00000000382f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:13.696352 | 0.25s 2025-12-02 14:40:22.011145 | fa163ee9-5655-994d-8529-000000003831 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:22.343386 | fa163ee9-5655-994d-8529-000000003831 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-02 14:40:22.344343 | fa163ee9-5655-994d-8529-000000003831 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:14.064505 | 0.33s 2025-12-02 14:40:22.365306 | fa163ee9-5655-994d-8529-000000003832 | TASK | Finalise hashes for all containers 2025-12-02 14:40:22.465249 | fa163ee9-5655-994d-8529-000000003832 | OK | Finalise hashes for all containers | standalone 2025-12-02 14:40:22.466176 | fa163ee9-5655-994d-8529-000000003832 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:14.186340 | 0.10s 2025-12-02 14:40:22.496192 | fa163ee9-5655-994d-8529-000000003834 | TASK | Manage systemd shutdown files 2025-12-02 14:40:22.548426 | fa163ee9-5655-994d-8529-000000003834 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-02 14:40:22.549297 | fa163ee9-5655-994d-8529-000000003834 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:14.269462 | 0.05s 2025-12-02 14:40:22.580712 | fa163ee9-5655-994d-8529-000000003836 | TASK | Update container configs with new config hashes 2025-12-02 14:40:22.656247 | fa163ee9-5655-994d-8529-000000003836 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-02 14:40:22.657156 | fa163ee9-5655-994d-8529-000000003836 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:14.377316 | 0.07s 2025-12-02 14:40:22.677743 | fa163ee9-5655-994d-8529-000000003837 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:22.747627 | fa163ee9-5655-994d-8529-000000003837 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:14.467785 | 0.07s 2025-12-02 14:40:22.759982 | 02a96d0f-6982-470a-ae55-777d0f591142 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-02 14:40:22.782508 | fa163ee9-5655-994d-8529-0000000039d6 | TASK | Gather podman infos 2025-12-02 14:40:23.971295 | fa163ee9-5655-994d-8529-0000000039d6 | OK | Gather podman infos | standalone 2025-12-02 14:40:23.972118 | fa163ee9-5655-994d-8529-0000000039d6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:15.692258 | 1.19s 2025-12-02 14:40:24.107189 | fa163ee9-5655-994d-8529-0000000039d7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:24.192447 | fa163ee9-5655-994d-8529-0000000039d7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:15.912593 | 0.08s 2025-12-02 14:40:24.316642 | fa163ee9-5655-994d-8529-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:16.036795 | 0.09s 2025-12-02 14:40:24.377245 | fa163ee9-5655-994d-8529-000000003838 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:24.433244 | fa163ee9-5655-994d-8529-000000003838 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:16.153388 | 0.05s 2025-12-02 14:40:24.457987 | 4839e03a-ed76-4861-88a6-3df4a9a99624 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-02 14:40:24.488916 | fa163ee9-5655-994d-8529-000000003a3c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:25.473492 | fa163ee9-5655-994d-8529-000000003a3c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-02 14:40:25.475086 | fa163ee9-5655-994d-8529-000000003a3c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:17.195240 | 0.95s 2025-12-02 14:40:25.507633 | fa163ee9-5655-994d-8529-000000003a3d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-02 14:40:28.475440 | fa163ee9-5655-994d-8529-000000003a3d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-02 14:40:28.477016 | fa163ee9-5655-994d-8529-000000003a3d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:20.197174 | 2.97s 2025-12-02 14:40:28.533018 | fa163ee9-5655-994d-8529-0000000037a2 | TASK | Set NB connection 2025-12-02 14:40:28.916616 | fa163ee9-5655-994d-8529-0000000037a2 | CHANGED | Set NB connection | standalone 2025-12-02 14:40:28.917738 | fa163ee9-5655-994d-8529-0000000037a2 | TIMING | Set NB connection | standalone | 0:17:20.637900 | 0.38s 2025-12-02 14:40:28.942571 | fa163ee9-5655-994d-8529-0000000037a3 | TASK | Set SB connection 2025-12-02 14:40:29.426797 | fa163ee9-5655-994d-8529-0000000037a3 | CHANGED | Set SB connection | standalone 2025-12-02 14:40:29.427637 | fa163ee9-5655-994d-8529-0000000037a3 | TIMING | Set SB connection | standalone | 0:17:21.147781 | 0.48s 2025-12-02 14:40:29.446399 | fa163ee9-5655-994d-8529-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-12-02 14:40:29.709830 | fa163ee9-5655-994d-8529-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-12-02 14:40:29.710790 | fa163ee9-5655-994d-8529-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:21.430954 | 0.26s 2025-12-02 14:40:29.804511 | fa163ee9-5655-994d-8529-0000000000db | TIMING | include_tasks | standalone | 0:17:21.524666 | 0.07s 2025-12-02 14:40:29.830710 | 407140d6-d652-490a-822a-f897afc82082 | INCLUDED | /root/standalone-ansible-oxw8emgm/common_deploy_steps_tasks.yaml | standalone 2025-12-02 14:40:29.857300 | fa163ee9-5655-994d-8529-000000003a82 | TASK | Write the config_step hieradata 2025-12-02 14:40:30.276058 | fa163ee9-5655-994d-8529-000000003a82 | OK | Write the config_step hieradata | standalone 2025-12-02 14:40:30.277783 | fa163ee9-5655-994d-8529-000000003a82 | TIMING | Write the config_step hieradata | standalone | 0:17:21.997931 | 0.42s 2025-12-02 14:40:30.309298 | fa163ee9-5655-994d-8529-000000003a83 | TASK | Run puppet host configuration for step 3 2025-12-02 14:40:30.680764 | fa163ee9-5655-994d-8529-000000003a83 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-12-02 14:40:30.681997 | fa163ee9-5655-994d-8529-000000003a83 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:22.402154 | 0.37s 2025-12-02 14:40:30.710987 | fa163ee9-5655-994d-8529-000000003a84 | TASK | Wait for puppet host configuration to finish 2025-12-02 14:40:30.975584 | fa163ee9-5655-994d-8529-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-02 14:40:41.185096 | fa163ee9-5655-994d-8529-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-02 14:40:51.418124 | fa163ee9-5655-994d-8529-000000003a84 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-02 14:40:51.419649 | fa163ee9-5655-994d-8529-000000003a84 | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:43.139804 | 20.71s 2025-12-02 14:40:51.453287 | fa163ee9-5655-994d-8529-000000003a85 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-12-02 14:40:51.505072 | fa163ee9-5655-994d-8529-000000003a85 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Dec 2 14:40:30 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 2 14:40:35 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 2 14:40:35 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 2 14:40:35 puppet-user: (file & line not available)", "<13>Dec 2 14:40:35 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 2 14:40:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 2 14:40:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 2 14:40:35 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.42 seconds", "<13>Dec 2 14:40:40 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 2 14:40:42 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 2 14:40:43 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 2 14:40:44 puppet-user: Notice: Applied catalog in 8.14 seconds", "<13>Dec 2 14:40:44 puppet-user: Application:", "<13>Dec 2 14:40:44 puppet-user: Initial environment: production", "<13>Dec 2 14:40:44 puppet-user: Converged environment: production", "<13>Dec 2 14:40:44 puppet-user: Run mode: user", "<13>Dec 2 14:40:44 puppet-user: Changes:", "<13>Dec 2 14:40:44 puppet-user: Total: 2", "<13>Dec 2 14:40:44 puppet-user: Events:", "<13>Dec 2 14:40:44 puppet-user: Success: 2", "<13>Dec 2 14:40:44 puppet-user: Resources:", "<13>Dec 2 14:40:44 puppet-user: Changed: 2", "<13>Dec 2 14:40:44 puppet-user: Out of sync: 2", "<13>Dec 2 14:40:44 puppet-user: Total: 28", "<13>Dec 2 14:40:44 puppet-user: Time:", "<13>Dec 2 14:40:44 puppet-user: Filebucket: 0.00", "<13>Dec 2 14:40:44 puppet-user: Schedule: 0.00", "<13>Dec 2 14:40:44 puppet-user: Package: 0.00", "<13>Dec 2 14:40:44 puppet-user: File: 0.00", "<13>Dec 2 14:40:44 puppet-user: Augeas: 0.01", "<13>Dec 2 14:40:44 puppet-user: File line: 0.02", "<13>Dec 2 14:40:44 puppet-user: User: 0.06", "<13>Dec 2 14:40:44 puppet-user: Service: 0.06", "<13>Dec 2 14:40:44 puppet-user: Config retrieval: 0.46", "<13>Dec 2 14:40:44 puppet-user: Pcmk property: 1.53", "<13>Dec 2 14:40:44 puppet-user: Exec: 1.99", "<13>Dec 2 14:40:44 puppet-user: Last run: 1764686444", "<13>Dec 2 14:40:44 puppet-user: Pcmk resource default: 2.11", "<13>Dec 2 14:40:44 puppet-user: Pcmk resource op default: 2.16", "<13>Dec 2 14:40:44 puppet-user: Transaction evaluation: 8.12", "<13>Dec 2 14:40:44 puppet-user: Catalog application: 8.14", "<13>Dec 2 14:40:44 puppet-user: Total: 8.15", "<13>Dec 2 14:40:44 puppet-user: Version:", "<13>Dec 2 14:40:44 puppet-user: Config: 1764686435", "<13>Dec 2 14:40:44 puppet-user: Puppet: 7.10.0" ] } 2025-12-02 14:40:51.506736 | fa163ee9-5655-994d-8529-000000003a85 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:17:43.226893 | 0.05s 2025-12-02 14:40:51.529728 | fa163ee9-5655-994d-8529-000000003a86 | TASK | Pre-cache facts for puppet containers 2025-12-02 14:40:51.550289 | fa163ee9-5655-994d-8529-000000003a86 | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:43.270437 | 0.02s 2025-12-02 14:40:51.617643 | fa163ee9-5655-994d-8529-000000003ac5 | TASK | Gather variables for each operating system 2025-12-02 14:40:51.740643 | fa163ee9-5655-994d-8529-000000003ac5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:43.460786 | 0.12s 2025-12-02 14:40:51.770590 | fa163ee9-5655-994d-8529-000000003ac6 | TASK | Create puppet caching structures 2025-12-02 14:40:52.024958 | fa163ee9-5655-994d-8529-000000003ac6 | CHANGED | Create puppet caching structures | standalone 2025-12-02 14:40:52.026186 | fa163ee9-5655-994d-8529-000000003ac6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:43.746317 | 0.25s 2025-12-02 14:40:52.049506 | fa163ee9-5655-994d-8529-000000003ac7 | TASK | Check for facter.conf 2025-12-02 14:40:52.287589 | fa163ee9-5655-994d-8529-000000003ac7 | OK | Check for facter.conf | standalone 2025-12-02 14:40:52.289007 | fa163ee9-5655-994d-8529-000000003ac7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:44.009165 | 0.24s 2025-12-02 14:40:52.320279 | fa163ee9-5655-994d-8529-000000003ac8 | TASK | Remove facter.conf if directory 2025-12-02 14:40:52.375267 | fa163ee9-5655-994d-8529-000000003ac8 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-02 14:40:52.376588 | fa163ee9-5655-994d-8529-000000003ac8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:44.096743 | 0.05s 2025-12-02 14:40:52.405766 | fa163ee9-5655-994d-8529-000000003ac9 | TASK | Write facter cache config 2025-12-02 14:40:52.885224 | fa163ee9-5655-994d-8529-000000003ac9 | CHANGED | Write facter cache config | standalone 2025-12-02 14:40:52.886677 | fa163ee9-5655-994d-8529-000000003ac9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:44.606833 | 0.48s 2025-12-02 14:40:52.916101 | fa163ee9-5655-994d-8529-000000003aca | TASK | Cleanup facter cache if exists 2025-12-02 14:40:53.153442 | fa163ee9-5655-994d-8529-000000003aca | CHANGED | Cleanup facter cache if exists | standalone 2025-12-02 14:40:53.155368 | fa163ee9-5655-994d-8529-000000003aca | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:44.875511 | 0.24s 2025-12-02 14:40:53.190953 | fa163ee9-5655-994d-8529-000000003acb | TASK | Pre-cache facts 2025-12-02 14:40:53.775865 | fa163ee9-5655-994d-8529-000000003acb | CHANGED | Pre-cache facts | standalone 2025-12-02 14:40:53.777509 | fa163ee9-5655-994d-8529-000000003acb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:45.497616 | 0.58s 2025-12-02 14:40:53.809340 | fa163ee9-5655-994d-8529-000000003acc | TASK | Failed deployment if facter fails 2025-12-02 14:40:53.844644 | fa163ee9-5655-994d-8529-000000003acc | SKIPPED | Failed deployment if facter fails | standalone 2025-12-02 14:40:53.845819 | fa163ee9-5655-994d-8529-000000003acc | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:45.565977 | 0.03s 2025-12-02 14:40:53.891134 | fa163ee9-5655-994d-8529-000000003acd | TASK | Sync cached facts 2025-12-02 14:40:54.241617 | fa163ee9-5655-994d-8529-000000003acd | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee9-5655-994d-8529-000000003acd') missing from stats 2025-12-02 14:40:54.289563 | fa163ee9-5655-994d-8529-000000003a87 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-02 14:40:54.340380 | fa163ee9-5655-994d-8529-000000003a87 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-02 14:40:54.341538 | fa163ee9-5655-994d-8529-000000003a87 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:46.061693 | 0.05s 2025-12-02 14:40:54.373167 | fa163ee9-5655-994d-8529-000000003a89 | TASK | Manage containers for step 3 with tripleo-ansible 2025-12-02 14:40:54.400958 | fa163ee9-5655-994d-8529-000000003a89 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:17:46.121117 | 0.03s 2025-12-02 14:40:54.455064 | fa163ee9-5655-994d-8529-000000003b24 | TASK | Gather variables for each operating system 2025-12-02 14:40:54.580038 | fa163ee9-5655-994d-8529-000000003b24 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:46.300179 | 0.12s 2025-12-02 14:40:54.611384 | fa163ee9-5655-994d-8529-000000003b25 | TASK | Create container logs path 2025-12-02 14:40:54.858887 | fa163ee9-5655-994d-8529-000000003b25 | OK | Create container logs path | standalone 2025-12-02 14:40:54.860208 | fa163ee9-5655-994d-8529-000000003b25 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:46.580367 | 0.25s 2025-12-02 14:40:54.891662 | fa163ee9-5655-994d-8529-000000003b27 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-12-02 14:40:55.187056 | fa163ee9-5655-994d-8529-000000003b27 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-02 14:40:55.188388 | fa163ee9-5655-994d-8529-000000003b27 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:46.908545 | 0.30s 2025-12-02 14:40:55.220996 | fa163ee9-5655-994d-8529-000000003b28 | TASK | Finalise hashes for all containers 2025-12-02 14:40:55.309165 | fa163ee9-5655-994d-8529-000000003b28 | OK | Finalise hashes for all containers | standalone 2025-12-02 14:40:55.310541 | fa163ee9-5655-994d-8529-000000003b28 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:47.030697 | 0.09s 2025-12-02 14:40:55.340384 | fa163ee9-5655-994d-8529-000000003b2a | TASK | Manage systemd shutdown files 2025-12-02 14:40:55.370556 | fa163ee9-5655-994d-8529-000000003b2a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:47.090701 | 0.03s 2025-12-02 14:40:55.415113 | cb9c709b-ae14-4301-8e1b-a7f9bf0c0f2b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-02 14:40:55.457297 | fa163ee9-5655-994d-8529-000000003b5d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-02 14:40:55.761963 | fa163ee9-5655-994d-8529-000000003b5d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-02 14:40:55.763835 | fa163ee9-5655-994d-8529-000000003b5d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:47.483989 | 0.30s 2025-12-02 14:40:55.796347 | fa163ee9-5655-994d-8529-000000003b5e | TASK | Set podman_drop_in fact 2025-12-02 14:40:55.852592 | fa163ee9-5655-994d-8529-000000003b5e | OK | Set podman_drop_in fact | standalone 2025-12-02 14:40:55.854694 | fa163ee9-5655-994d-8529-000000003b5e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:47.574635 | 0.06s 2025-12-02 14:40:55.884828 | fa163ee9-5655-994d-8529-000000003b60 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-02 14:40:56.402017 | fa163ee9-5655-994d-8529-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-02 14:40:56.405087 | fa163ee9-5655-994d-8529-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:48.125246 | 0.52s 2025-12-02 14:40:56.885714 | fa163ee9-5655-994d-8529-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-02 14:40:56.886382 | fa163ee9-5655-994d-8529-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:48.606550 | 1.00s 2025-12-02 14:40:56.894425 | fa163ee9-5655-994d-8529-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:48.614578 | 1.01s 2025-12-02 14:40:56.926850 | fa163ee9-5655-994d-8529-000000003b61 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-02 14:40:57.431792 | fa163ee9-5655-994d-8529-000000003b61 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-02 14:40:57.433256 | fa163ee9-5655-994d-8529-000000003b61 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:49.153406 | 0.50s 2025-12-02 14:40:57.468713 | fa163ee9-5655-994d-8529-000000003b62 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-02 14:40:57.902952 | fa163ee9-5655-994d-8529-000000003b62 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-02 14:40:57.904450 | fa163ee9-5655-994d-8529-000000003b62 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:49.624605 | 0.43s 2025-12-02 14:40:57.935562 | fa163ee9-5655-994d-8529-000000003b63 | TASK | Enable and start tripleo-container-shutdown 2025-12-02 14:40:58.594258 | fa163ee9-5655-994d-8529-000000003b63 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-02 14:40:58.595622 | fa163ee9-5655-994d-8529-000000003b63 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:50.315783 | 0.66s 2025-12-02 14:40:58.619711 | fa163ee9-5655-994d-8529-000000003b64 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-02 14:40:59.107745 | fa163ee9-5655-994d-8529-000000003b64 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-02 14:40:59.109062 | fa163ee9-5655-994d-8529-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:50.829220 | 0.49s 2025-12-02 14:40:59.138650 | fa163ee9-5655-994d-8529-000000003b65 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-02 14:40:59.574889 | fa163ee9-5655-994d-8529-000000003b65 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-02 14:40:59.576180 | fa163ee9-5655-994d-8529-000000003b65 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:51.296335 | 0.44s 2025-12-02 14:40:59.605967 | fa163ee9-5655-994d-8529-000000003b66 | TASK | Enable and start netns-placeholder 2025-12-02 14:41:00.344216 | fa163ee9-5655-994d-8529-000000003b66 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-02 14:41:00.345964 | fa163ee9-5655-994d-8529-000000003b66 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:52.066126 | 0.74s 2025-12-02 14:41:00.370513 | fa163ee9-5655-994d-8529-000000003b2c | TASK | Update container configs with new config hashes 2025-12-02 14:41:00.434853 | fa163ee9-5655-994d-8529-000000003b2c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:52.155006 | 0.06s 2025-12-02 14:41:00.446643 | b2f2ca7a-78c3-4c5b-b52a-890dbde54470 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-02 14:41:00.471130 | fa163ee9-5655-994d-8529-000000003b8e | TASK | Update config hashes for container startup configs 2025-12-02 14:41:00.743696 | fa163ee9-5655-994d-8529-000000003b8e | OK | Update config hashes for container startup configs | standalone 2025-12-02 14:41:00.745016 | fa163ee9-5655-994d-8529-000000003b8e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:52.465172 | 0.27s 2025-12-02 14:41:00.782897 | fa163ee9-5655-994d-8529-000000003b2d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-02 14:41:00.825622 | fa163ee9-5655-994d-8529-000000003b2d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:52.545775 | 0.04s 2025-12-02 14:41:00.841513 | 45d24332-6358-4ffe-bce7-2b472ce3b4e7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-02 14:41:00.872294 | fa163ee9-5655-994d-8529-000000003bad | TASK | Gather podman infos 2025-12-02 14:41:01.988336 | fa163ee9-5655-994d-8529-000000003bad | OK | Gather podman infos | standalone 2025-12-02 14:41:01.989656 | fa163ee9-5655-994d-8529-000000003bad | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:53.709812 | 1.12s 2025-12-02 14:41:02.081875 | fa163ee9-5655-994d-8529-000000003bae | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-02 14:41:02.163364 | fa163ee9-5655-994d-8529-000000003bae | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:53.883517 | 0.07s 2025-12-02 14:41:02.359718 | fa163ee9-5655-994d-8529-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:54.079860 | 0.15s 2025-12-02 14:41:02.425777 | fa163ee9-5655-994d-8529-000000003b2e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-02 14:41:02.490006 | fa163ee9-5655-994d-8529-000000003b2e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:54.210149 | 0.06s 2025-12-02 14:41:02.588953 | a636d02c-a3e2-4c49-bf16-a820a27d1434 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-02 14:41:02.616244 | fa163ee9-5655-994d-8529-000000003c18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-02 14:42:00.826852 | fa163ee9-5655-994d-8529-000000003c18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-02 14:42:00.828883 | fa163ee9-5655-994d-8529-000000003c18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:52.549020 | 58.21s 2025-12-02 14:42:00.862703 | fa163ee9-5655-994d-8529-000000003c19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-02 14:42:33.001994 | fa163ee9-5655-994d-8529-000000003c19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-02 14:42:33.004661 | fa163ee9-5655-994d-8529-000000003c19 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:24.724810 | 32.14s 2025-12-02 14:42:33.084930 | fa163ee9-5655-994d-8529-000000003a8b | TASK | Clean container_puppet_tasks for standalone step 3 2025-12-02 14:42:33.303131 | fa163ee9-5655-994d-8529-000000003a8b | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-12-02 14:42:33.304088 | fa163ee9-5655-994d-8529-000000003a8b | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:25.024251 | 0.22s 2025-12-02 14:42:33.339787 | fa163ee9-5655-994d-8529-000000003a8c | TASK | Calculate container_puppet_tasks for standalone step 3 2025-12-02 14:42:33.391340 | fa163ee9-5655-994d-8529-000000003a8c | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:25.111470 | 0.05s 2025-12-02 14:42:33.423127 | fa163ee9-5655-994d-8529-000000003a8d | TASK | Include container-puppet tasks for step 3 2025-12-02 14:42:33.474529 | fa163ee9-5655-994d-8529-000000003a8d | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:25.194676 | 0.05s 2025-12-02 14:42:33.500135 | 4a5b9dbe-8d73-4bca-8d79-0c0a9f2c7bc3 | INCLUDED | /root/standalone-ansible-oxw8emgm/host-container-puppet-tasks.yaml | standalone 2025-12-02 14:42:33.534055 | fa163ee9-5655-994d-8529-000000003c64 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-12-02 14:42:33.980018 | fa163ee9-5655-994d-8529-000000003c64 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-12-02 14:42:33.981236 | fa163ee9-5655-994d-8529-000000003c64 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:25.701391 | 0.45s 2025-12-02 14:42:34.013272 | fa163ee9-5655-994d-8529-000000003c66 | TASK | Generate container puppet configs for step 3 2025-12-02 14:42:34.291815 | fa163ee9-5655-994d-8529-000000003c66 | OK | Generate container puppet configs for step 3 | standalone 2025-12-02 14:42:34.292746 | fa163ee9-5655-994d-8529-000000003c66 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:26.012909 | 0.28s 2025-12-02 14:42:34.323812 | fa163ee9-5655-994d-8529-000000003c67 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-12-02 14:42:34.355989 | fa163ee9-5655-994d-8529-000000003c67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:26.076131 | 0.03s 2025-12-02 14:42:34.435379 | fa163ee9-5655-994d-8529-000000003c96 | TASK | Gather variables for each operating system 2025-12-02 14:42:34.559722 | fa163ee9-5655-994d-8529-000000003c96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:26.279863 | 0.12s 2025-12-02 14:42:34.591377 | fa163ee9-5655-994d-8529-000000003c97 | TASK | Create container logs path 2025-12-02 14:42:34.824517 | fa163ee9-5655-994d-8529-000000003c97 | OK | Create container logs path | standalone 2025-12-02 14:42:34.825929 | fa163ee9-5655-994d-8529-000000003c97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:26.546084 | 0.23s 2025-12-02 14:42:34.858391 | fa163ee9-5655-994d-8529-000000003c99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-02 14:42:35.112855 | fa163ee9-5655-994d-8529-000000003c99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-02 14:42:35.114222 | fa163ee9-5655-994d-8529-000000003c99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:26.834378 | 0.25s 2025-12-02 14:42:35.144784 | fa163ee9-5655-994d-8529-000000003c9a | TASK | Finalise hashes for all containers 2025-12-02 14:42:35.198936 | fa163ee9-5655-994d-8529-000000003c9a | OK | Finalise hashes for all containers | standalone 2025-12-02 14:42:35.200211 | fa163ee9-5655-994d-8529-000000003c9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:26.920369 | 0.05s 2025-12-02 14:42:35.230953 | fa163ee9-5655-994d-8529-000000003c9c | TASK | Manage systemd shutdown files 2025-12-02 14:42:35.266196 | fa163ee9-5655-994d-8529-000000003c9c | SKIPPED | Manage systemd shutdown files | standalone 2025-12-02 14:42:35.267104 | fa163ee9-5655-994d-8529-000000003c9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:26.987267 | 0.03s 2025-12-02 14:42:35.293281 | fa163ee9-5655-994d-8529-000000003c9e | TASK | Update container configs with new config hashes 2025-12-02 14:42:35.342544 | fa163ee9-5655-994d-8529-000000003c9e | SKIPPED | Update container configs with new config hashes | standalone 2025-12-02 14:42:35.343344 | fa163ee9-5655-994d-8529-000000003c9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:27.063506 | 0.05s 2025-12-02 14:42:35.368149 | fa163ee9-5655-994d-8529-000000003c9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-02 14:42:35.429019 | fa163ee9-5655-994d-8529-000000003c9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-02 14:42:35.430336 | fa163ee9-5655-994d-8529-000000003c9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:27.150491 | 0.06s 2025-12-02 14:42:35.465543 | fa163ee9-5655-994d-8529-000000003ca0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-02 14:42:35.518404 | fa163ee9-5655-994d-8529-000000003ca0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-02 14:42:35.519642 | fa163ee9-5655-994d-8529-000000003ca0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:27.239797 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-12-02 14:42:35.684486 | fa163ee9-5655-994d-8529-0000000000de | TASK | External deployment step 4 2025-12-02 14:42:35.711897 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000de') missing from stats 2025-12-02 14:42:35.764689 | fa163ee9-5655-994d-8529-0000000000df | TIMING | include_tasks | undercloud | 0:19:27.484846 | 0.04s 2025-12-02 14:42:35.785524 | 4f10157a-9744-4440-8dbd-bcfb9e6fe32a | INCLUDED | /root/standalone-ansible-oxw8emgm/external_deploy_steps_tasks_step4.yaml | undercloud 2025-12-02 14:42:35.802730 | fa163ee9-5655-994d-8529-000000003cef | TASK | Clean up legacy Cinder keystone catalog entries 2025-12-02 14:42:37.260085 | fa163ee9-5655-994d-8529-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-12-02 14:42:37.262537 | fa163ee9-5655-994d-8529-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:28.982684 | 1.46s 2025-12-02 14:42:38.399098 | fa163ee9-5655-994d-8529-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-12-02 14:42:38.400890 | fa163ee9-5655-994d-8529-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:30.121048 | 2.60s 2025-12-02 14:42:38.411367 | fa163ee9-5655-994d-8529-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:30.131519 | 2.61s 2025-12-02 14:42:38.430198 | fa163ee9-5655-994d-8529-000000003cf2 | TASK | Manage Keystone resources for OpenStack services 2025-12-02 14:42:38.484852 | fa163ee9-5655-994d-8529-000000003cf2 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:30.205001 | 0.05s 2025-12-02 14:42:38.550839 | fa163ee9-5655-994d-8529-000000003d1e | TASK | Create Keystone Admin resources 2025-12-02 14:42:38.603023 | fa163ee9-5655-994d-8529-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:30.323169 | 0.05s 2025-12-02 14:42:38.644318 | c8fe1a63-47e1-4350-8b45-9eced32905b2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-12-02 14:42:38.673075 | fa163ee9-5655-994d-8529-000000003d5f | TASK | Create admin and service projects 2025-12-02 14:42:38.732295 | fa163ee9-5655-994d-8529-000000003d5f | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:30.452429 | 0.06s 2025-12-02 14:42:38.747634 | 2283fc8e-df4e-4c2b-be01-19c22385b08f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-02 14:42:38.782784 | fa163ee9-5655-994d-8529-000000003db0 | TASK | Async creation of Keystone project 2025-12-02 14:42:39.191546 | fa163ee9-5655-994d-8529-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-12-02 14:42:39.194090 | fa163ee9-5655-994d-8529-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:30.914236 | 0.41s 2025-12-02 14:42:39.507031 | fa163ee9-5655-994d-8529-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-02 14:42:39.517256 | fa163ee9-5655-994d-8529-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:31.237414 | 0.73s 2025-12-02 14:42:39.529708 | fa163ee9-5655-994d-8529-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:31.249863 | 0.75s 2025-12-02 14:42:39.545823 | fa163ee9-5655-994d-8529-000000003db2 | TASK | Check Keystone project status 2025-12-02 14:42:39.796284 | fa163ee9-5655-994d-8529-000000003db2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-02 14:42:45.012584 | fa163ee9-5655-994d-8529-000000003db2 | OK | Check Keystone project status | undercloud | item=admin 2025-12-02 14:42:45.014989 | fa163ee9-5655-994d-8529-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:36.735142 | 5.47s 2025-12-02 14:42:45.257411 | fa163ee9-5655-994d-8529-000000003db2 | CHANGED | Check Keystone project status | undercloud | item=service 2025-12-02 14:42:45.258670 | fa163ee9-5655-994d-8529-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:36.978837 | 5.71s 2025-12-02 14:42:45.263624 | fa163ee9-5655-994d-8529-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:36.983779 | 5.72s 2025-12-02 14:42:45.283977 | fa163ee9-5655-994d-8529-000000003d60 | TASK | Create admin role 2025-12-02 14:42:46.571756 | fa163ee9-5655-994d-8529-000000003d60 | OK | Create admin role | undercloud 2025-12-02 14:42:46.572664 | fa163ee9-5655-994d-8529-000000003d60 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:38.292827 | 1.29s 2025-12-02 14:42:46.587522 | fa163ee9-5655-994d-8529-000000003d61 | TASK | Create _member_ role 2025-12-02 14:42:46.625478 | fa163ee9-5655-994d-8529-000000003d61 | SKIPPED | Create _member_ role | undercloud 2025-12-02 14:42:46.626686 | fa163ee9-5655-994d-8529-000000003d61 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:38.346842 | 0.04s 2025-12-02 14:42:46.647250 | fa163ee9-5655-994d-8529-000000003d62 | TASK | Check admin password 2025-12-02 14:42:47.900654 | fa163ee9-5655-994d-8529-000000003d62 | OK | Check admin password | undercloud 2025-12-02 14:42:47.901948 | fa163ee9-5655-994d-8529-000000003d62 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:39.622105 | 1.25s 2025-12-02 14:42:47.921804 | fa163ee9-5655-994d-8529-000000003d63 | TASK | Create admin user 2025-12-02 14:42:49.535816 | fa163ee9-5655-994d-8529-000000003d63 | CHANGED | Create admin user | undercloud 2025-12-02 14:42:49.537182 | fa163ee9-5655-994d-8529-000000003d63 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:19:41.257337 | 1.61s 2025-12-02 14:42:49.556618 | fa163ee9-5655-994d-8529-000000003d64 | TASK | Assign admin role to admin project for admin user 2025-12-02 14:42:51.061222 | fa163ee9-5655-994d-8529-000000003d64 | OK | Assign admin role to admin project for admin user | undercloud 2025-12-02 14:42:51.062674 | fa163ee9-5655-994d-8529-000000003d64 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:19:42.782826 | 1.50s 2025-12-02 14:42:51.082175 | fa163ee9-5655-994d-8529-000000003d65 | TASK | Assign _member_ role to admin project for admin user 2025-12-02 14:42:51.138644 | fa163ee9-5655-994d-8529-000000003d65 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-12-02 14:42:51.139905 | fa163ee9-5655-994d-8529-000000003d65 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:19:42.860059 | 0.06s 2025-12-02 14:42:51.159795 | fa163ee9-5655-994d-8529-000000003d66 | TASK | Create identity service 2025-12-02 14:42:52.309047 | fa163ee9-5655-994d-8529-000000003d66 | OK | Create identity service | undercloud 2025-12-02 14:42:52.310603 | fa163ee9-5655-994d-8529-000000003d66 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:19:44.030759 | 1.15s 2025-12-02 14:42:52.329821 | fa163ee9-5655-994d-8529-000000003d67 | TASK | Create identity public endpoint 2025-12-02 14:42:53.637429 | fa163ee9-5655-994d-8529-000000003d67 | OK | Create identity public endpoint | undercloud 2025-12-02 14:42:53.638831 | fa163ee9-5655-994d-8529-000000003d67 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:19:45.358985 | 1.31s 2025-12-02 14:42:53.658021 | fa163ee9-5655-994d-8529-000000003d68 | TASK | Create identity internal endpoint 2025-12-02 14:42:54.849564 | fa163ee9-5655-994d-8529-000000003d68 | OK | Create identity internal endpoint | undercloud 2025-12-02 14:42:54.851076 | fa163ee9-5655-994d-8529-000000003d68 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:19:46.571231 | 1.19s 2025-12-02 14:42:54.870159 | fa163ee9-5655-994d-8529-000000003d69 | TASK | Create identity admin endpoint 2025-12-02 14:42:56.026540 | fa163ee9-5655-994d-8529-000000003d69 | OK | Create identity admin endpoint | undercloud 2025-12-02 14:42:56.028808 | fa163ee9-5655-994d-8529-000000003d69 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:19:47.748962 | 1.16s 2025-12-02 14:42:56.047428 | fa163ee9-5655-994d-8529-000000003d1f | TASK | Create Keystone Projects 2025-12-02 14:42:56.143883 | fa163ee9-5655-994d-8529-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:47.864025 | 0.10s 2025-12-02 14:42:56.155762 | fa163ee9-5655-994d-8529-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:47.875923 | 0.11s 2025-12-02 14:42:56.170708 | 5650c152-9aaf-4923-aa63-70c19e43a43a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-02 14:42:56.223034 | fa163ee9-5655-994d-8529-000000003e3c | TASK | Async creation of Keystone project 2025-12-02 14:42:56.568758 | fa163ee9-5655-994d-8529-000000003e3c | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-02 14:42:56.570642 | fa163ee9-5655-994d-8529-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:48.290792 | 0.35s 2025-12-02 14:42:56.581346 | fa163ee9-5655-994d-8529-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:48.301501 | 0.36s 2025-12-02 14:42:56.603499 | fa163ee9-5655-994d-8529-000000003e3e | TASK | Check Keystone project status 2025-12-02 14:42:56.887551 | fa163ee9-5655-994d-8529-000000003e3e | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-02 14:43:02.098986 | fa163ee9-5655-994d-8529-000000003e3e | OK | Check Keystone project status | undercloud | item=service 2025-12-02 14:43:02.099831 | fa163ee9-5655-994d-8529-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:53.819995 | 5.49s 2025-12-02 14:43:02.106583 | fa163ee9-5655-994d-8529-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:53.826737 | 5.50s 2025-12-02 14:43:02.126337 | fa163ee9-5655-994d-8529-000000003d21 | TASK | Create Keystone Domains 2025-12-02 14:43:02.216991 | fa163ee9-5655-994d-8529-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:53.937147 | 0.09s 2025-12-02 14:43:02.222993 | fa163ee9-5655-994d-8529-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:53.943144 | 0.10s 2025-12-02 14:43:02.243619 | 27f40af1-5087-447d-9470-848b40945621 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-12-02 14:43:02.292621 | fa163ee9-5655-994d-8529-000000003ef1 | TASK | Async creation of Keystone domains 2025-12-02 14:43:02.763121 | fa163ee9-5655-994d-8529-000000003ef1 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-12-02 14:43:02.765535 | fa163ee9-5655-994d-8529-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:54.485686 | 0.47s 2025-12-02 14:43:02.774863 | fa163ee9-5655-994d-8529-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:54.495016 | 0.48s 2025-12-02 14:43:02.793669 | fa163ee9-5655-994d-8529-000000003ef3 | TASK | Check Keystone domain status 2025-12-02 14:43:03.088145 | fa163ee9-5655-994d-8529-000000003ef3 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-12-02 14:43:08.329448 | fa163ee9-5655-994d-8529-000000003ef3 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-12-02 14:43:08.331551 | fa163ee9-5655-994d-8529-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:00.051705 | 5.54s 2025-12-02 14:43:08.342118 | fa163ee9-5655-994d-8529-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:00.062269 | 5.55s 2025-12-02 14:43:08.361558 | fa163ee9-5655-994d-8529-000000003d23 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-12-02 14:43:08.423878 | fa163ee9-5655-994d-8529-000000003d23 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:00.144022 | 0.06s 2025-12-02 14:43:08.437938 | 8477d65e-4ec1-4c58-b59e-6ad9a4f6951d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-12-02 14:43:08.489373 | fa163ee9-5655-994d-8529-000000003fbb | TASK | Collect OpenStack Keystone domains infos 2025-12-02 14:43:09.910305 | fa163ee9-5655-994d-8529-000000003fbb | OK | Collect OpenStack Keystone domains infos | undercloud 2025-12-02 14:43:09.911805 | fa163ee9-5655-994d-8529-000000003fbb | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:01.631958 | 1.42s 2025-12-02 14:43:09.929191 | fa163ee9-5655-994d-8529-000000003fbc | TASK | Set openstack_domains fact 2025-12-02 14:43:09.985417 | fa163ee9-5655-994d-8529-000000003fbc | OK | Set openstack_domains fact | undercloud 2025-12-02 14:43:09.986825 | fa163ee9-5655-994d-8529-000000003fbc | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:01.706982 | 0.06s 2025-12-02 14:43:10.003274 | fa163ee9-5655-994d-8529-000000003d24 | TASK | Create Keystone Services 2025-12-02 14:43:10.115397 | fa163ee9-5655-994d-8529-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:01.835508 | 0.11s 2025-12-02 14:43:10.132339 | fa163ee9-5655-994d-8529-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:01.852497 | 0.13s 2025-12-02 14:43:10.147528 | fa163ee9-5655-994d-8529-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:01.867675 | 0.14s 2025-12-02 14:43:10.161148 | 1d1a92b8-5677-4d13-b34e-47180cc2ed7a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-02 14:43:10.166980 | e9e935d2-a019-43f5-9b86-a16100423627 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-02 14:43:10.224647 | fa163ee9-5655-994d-8529-000000004098 | TASK | Async creation of Keystone service 2025-12-02 14:43:10.568870 | fa163ee9-5655-994d-8529-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-12-02 14:43:10.570423 | fa163ee9-5655-994d-8529-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:02.290572 | 0.34s 2025-12-02 14:43:10.886306 | fa163ee9-5655-994d-8529-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-12-02 14:43:10.887698 | fa163ee9-5655-994d-8529-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:02.607857 | 0.66s 2025-12-02 14:43:11.202245 | fa163ee9-5655-994d-8529-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-12-02 14:43:11.202965 | fa163ee9-5655-994d-8529-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:02.923133 | 0.98s 2025-12-02 14:43:11.487912 | fa163ee9-5655-994d-8529-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-12-02 14:43:11.488964 | fa163ee9-5655-994d-8529-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:03.209125 | 1.26s 2025-12-02 14:43:11.782736 | fa163ee9-5655-994d-8529-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-12-02 14:43:11.783636 | fa163ee9-5655-994d-8529-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:03.503804 | 1.56s 2025-12-02 14:43:12.054259 | fa163ee9-5655-994d-8529-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-12-02 14:43:12.055496 | fa163ee9-5655-994d-8529-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:03.775665 | 1.83s 2025-12-02 14:43:12.294304 | fa163ee9-5655-994d-8529-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-12-02 14:43:12.295375 | fa163ee9-5655-994d-8529-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:04.015535 | 2.07s 2025-12-02 14:43:12.563110 | fa163ee9-5655-994d-8529-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-12-02 14:43:12.563839 | fa163ee9-5655-994d-8529-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:04.284007 | 2.34s 2025-12-02 14:43:12.834535 | fa163ee9-5655-994d-8529-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-12-02 14:43:12.835156 | fa163ee9-5655-994d-8529-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:04.555324 | 2.61s 2025-12-02 14:43:13.114179 | fa163ee9-5655-994d-8529-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-12-02 14:43:13.114793 | fa163ee9-5655-994d-8529-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:04.834961 | 2.89s 2025-12-02 14:43:13.140810 | fa163ee9-5655-994d-8529-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:04.860976 | 2.91s 2025-12-02 14:43:13.155756 | fa163ee9-5655-994d-8529-00000000409a | TASK | Check Keystone service status 2025-12-02 14:43:13.358370 | fa163ee9-5655-994d-8529-00000000409a | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-12-02 14:43:13.360344 | fa163ee9-5655-994d-8529-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:05.080506 | 0.20s 2025-12-02 14:43:13.576489 | fa163ee9-5655-994d-8529-00000000409a | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-12-02 14:43:13.577153 | fa163ee9-5655-994d-8529-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:05.297321 | 0.42s 2025-12-02 14:43:13.829899 | fa163ee9-5655-994d-8529-00000000409a | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-12-02 14:43:13.830612 | fa163ee9-5655-994d-8529-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:05.550780 | 0.67s 2025-12-02 14:43:14.065434 | fa163ee9-5655-994d-8529-00000000409a | CHANGED | Check Keystone service status | undercloud | item=glance 2025-12-02 14:43:14.067649 | fa163ee9-5655-994d-8529-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:05.787808 | 0.91s 2025-12-02 14:43:14.302320 | fa163ee9-5655-994d-8529-00000000409a | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-12-02 14:43:14.303249 | fa163ee9-5655-994d-8529-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:06.023417 | 1.15s 2025-12-02 14:43:14.591598 | fa163ee9-5655-994d-8529-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat 2025-12-02 14:43:14.592261 | fa163ee9-5655-994d-8529-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:06.312429 | 1.44s 2025-12-02 14:43:14.847540 | fa163ee9-5655-994d-8529-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-12-02 14:43:14.849387 | fa163ee9-5655-994d-8529-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:06.569547 | 1.69s 2025-12-02 14:43:15.115278 | fa163ee9-5655-994d-8529-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manila 2025-12-02 14:43:15.116399 | fa163ee9-5655-994d-8529-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:06.836560 | 1.96s 2025-12-02 14:43:15.355500 | fa163ee9-5655-994d-8529-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-12-02 14:43:15.356728 | fa163ee9-5655-994d-8529-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:07.076887 | 2.20s 2025-12-02 14:43:15.610281 | fa163ee9-5655-994d-8529-00000000409a | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-12-02 14:43:15.612191 | fa163ee9-5655-994d-8529-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:07.332347 | 2.46s 2025-12-02 14:43:15.628182 | fa163ee9-5655-994d-8529-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:07.348326 | 2.47s 2025-12-02 14:43:15.660817 | fa163ee9-5655-994d-8529-00000000409f | TASK | Async creation of Keystone service 2025-12-02 14:43:16.064906 | fa163ee9-5655-994d-8529-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-12-02 14:43:16.066535 | fa163ee9-5655-994d-8529-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:07.786682 | 0.40s 2025-12-02 14:43:16.389962 | fa163ee9-5655-994d-8529-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-12-02 14:43:16.390596 | fa163ee9-5655-994d-8529-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:08.110765 | 0.73s 2025-12-02 14:43:16.711063 | fa163ee9-5655-994d-8529-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-12-02 14:43:16.711640 | fa163ee9-5655-994d-8529-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:08.431809 | 1.05s 2025-12-02 14:43:16.986549 | fa163ee9-5655-994d-8529-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-12-02 14:43:16.987134 | fa163ee9-5655-994d-8529-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:08.707302 | 1.32s 2025-12-02 14:43:16.994499 | fa163ee9-5655-994d-8529-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:08.714662 | 1.33s 2025-12-02 14:43:17.009170 | fa163ee9-5655-994d-8529-0000000040a1 | TASK | Check Keystone service status 2025-12-02 14:43:17.252916 | fa163ee9-5655-994d-8529-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-12-02 14:43:17.254262 | fa163ee9-5655-994d-8529-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:08.974423 | 0.24s 2025-12-02 14:43:17.456295 | fa163ee9-5655-994d-8529-0000000040a1 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-12-02 14:43:22.687423 | fa163ee9-5655-994d-8529-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-12-02 14:43:22.688511 | fa163ee9-5655-994d-8529-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:14.408674 | 5.68s 2025-12-02 14:43:22.925740 | fa163ee9-5655-994d-8529-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-12-02 14:43:22.927220 | fa163ee9-5655-994d-8529-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:14.647376 | 5.92s 2025-12-02 14:43:23.189020 | fa163ee9-5655-994d-8529-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-12-02 14:43:23.191253 | fa163ee9-5655-994d-8529-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:14.911409 | 6.18s 2025-12-02 14:43:23.202975 | fa163ee9-5655-994d-8529-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:14.923122 | 6.19s 2025-12-02 14:43:23.224989 | fa163ee9-5655-994d-8529-000000003d26 | TASK | Create Keystone Endpoints 2025-12-02 14:43:23.304220 | fa163ee9-5655-994d-8529-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:15.024361 | 0.08s 2025-12-02 14:43:23.355059 | fa163ee9-5655-994d-8529-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:15.075217 | 0.13s 2025-12-02 14:43:23.385130 | fa163ee9-5655-994d-8529-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:15.105277 | 0.16s 2025-12-02 14:43:23.397134 | fa163ee9-5655-994d-8529-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:15.117284 | 0.17s 2025-12-02 14:43:23.410886 | 8d6f0420-6d1f-4062-b89d-7a37e000cf72 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-02 14:43:23.417535 | 60e6cc86-1d12-4515-babd-d39eecd23efc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-02 14:43:23.423178 | 15f36fba-5df2-4b2d-a6e5-fe0f14841590 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-02 14:43:23.480572 | fa163ee9-5655-994d-8529-0000000041d5 | TASK | Create Keystone public endpoints 2025-12-02 14:43:23.593110 | fa163ee9-5655-994d-8529-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:15.313229 | 0.11s 2025-12-02 14:43:23.611055 | fa163ee9-5655-994d-8529-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:15.331215 | 0.13s 2025-12-02 14:43:23.625944 | fa163ee9-5655-994d-8529-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:15.346097 | 0.14s 2025-12-02 14:43:23.645512 | e9580369-ae7f-42df-9d94-f9b1bbc3eb53 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-02 14:43:23.655249 | 53d13d8e-a148-484c-934e-80c08ae8c1cc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-02 14:43:23.681663 | fa163ee9-5655-994d-8529-0000000042fd | TASK | Async creation of Keystone public endpoint 2025-12-02 14:43:24.054701 | fa163ee9-5655-994d-8529-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-12-02 14:43:24.057092 | fa163ee9-5655-994d-8529-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:15.777239 | 0.37s 2025-12-02 14:43:24.366569 | fa163ee9-5655-994d-8529-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-12-02 14:43:24.368402 | fa163ee9-5655-994d-8529-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:16.088560 | 0.69s 2025-12-02 14:43:24.679666 | fa163ee9-5655-994d-8529-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-12-02 14:43:24.680594 | fa163ee9-5655-994d-8529-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:16.400758 | 1.00s 2025-12-02 14:43:24.996546 | fa163ee9-5655-994d-8529-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-12-02 14:43:24.997182 | fa163ee9-5655-994d-8529-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:16.717350 | 1.31s 2025-12-02 14:43:25.258638 | fa163ee9-5655-994d-8529-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-12-02 14:43:25.259729 | fa163ee9-5655-994d-8529-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:16.979894 | 1.58s 2025-12-02 14:43:25.529339 | fa163ee9-5655-994d-8529-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-12-02 14:43:25.530068 | fa163ee9-5655-994d-8529-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:17.250234 | 1.85s 2025-12-02 14:43:25.773020 | fa163ee9-5655-994d-8529-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-12-02 14:43:25.773769 | fa163ee9-5655-994d-8529-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:17.493935 | 2.09s 2025-12-02 14:43:26.049635 | fa163ee9-5655-994d-8529-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-12-02 14:43:26.050192 | fa163ee9-5655-994d-8529-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:17.770362 | 2.37s 2025-12-02 14:43:26.292092 | fa163ee9-5655-994d-8529-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-12-02 14:43:26.292671 | fa163ee9-5655-994d-8529-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:18.012839 | 2.61s 2025-12-02 14:43:26.561531 | fa163ee9-5655-994d-8529-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-12-02 14:43:26.562110 | fa163ee9-5655-994d-8529-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:18.282279 | 2.88s 2025-12-02 14:43:26.568706 | fa163ee9-5655-994d-8529-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:18.288867 | 2.89s 2025-12-02 14:43:26.585182 | fa163ee9-5655-994d-8529-0000000042ff | TASK | Check Keystone public endpoint status 2025-12-02 14:43:26.818130 | fa163ee9-5655-994d-8529-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-12-02 14:43:26.819288 | fa163ee9-5655-994d-8529-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:18.539434 | 0.23s 2025-12-02 14:43:27.046711 | fa163ee9-5655-994d-8529-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-12-02 14:43:27.047921 | fa163ee9-5655-994d-8529-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:18.768081 | 0.46s 2025-12-02 14:43:27.270258 | fa163ee9-5655-994d-8529-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-12-02 14:43:27.271442 | fa163ee9-5655-994d-8529-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:18.991602 | 0.69s 2025-12-02 14:43:27.502199 | fa163ee9-5655-994d-8529-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-12-02 14:43:27.503375 | fa163ee9-5655-994d-8529-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:19.223534 | 0.92s 2025-12-02 14:43:27.766187 | fa163ee9-5655-994d-8529-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-12-02 14:43:27.767504 | fa163ee9-5655-994d-8529-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:19.487629 | 1.18s 2025-12-02 14:43:28.069484 | fa163ee9-5655-994d-8529-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-12-02 14:43:28.070817 | fa163ee9-5655-994d-8529-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:19.790982 | 1.48s 2025-12-02 14:43:28.273481 | fa163ee9-5655-994d-8529-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-12-02 14:43:28.274968 | fa163ee9-5655-994d-8529-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:19.995136 | 1.69s 2025-12-02 14:43:28.537567 | fa163ee9-5655-994d-8529-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-12-02 14:43:28.539458 | fa163ee9-5655-994d-8529-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:20.259617 | 1.95s 2025-12-02 14:43:28.798529 | fa163ee9-5655-994d-8529-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-12-02 14:43:28.801163 | fa163ee9-5655-994d-8529-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:20.521321 | 2.22s 2025-12-02 14:43:29.014526 | fa163ee9-5655-994d-8529-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-12-02 14:43:29.016454 | fa163ee9-5655-994d-8529-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:20.736613 | 2.43s 2025-12-02 14:43:29.030728 | fa163ee9-5655-994d-8529-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:20.750876 | 2.44s 2025-12-02 14:43:29.058868 | fa163ee9-5655-994d-8529-000000004304 | TASK | Async creation of Keystone public endpoint 2025-12-02 14:43:29.351505 | fa163ee9-5655-994d-8529-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-12-02 14:43:29.353070 | fa163ee9-5655-994d-8529-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.073227 | 0.29s 2025-12-02 14:43:29.629221 | fa163ee9-5655-994d-8529-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-12-02 14:43:29.630307 | fa163ee9-5655-994d-8529-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.350466 | 0.57s 2025-12-02 14:43:29.942812 | fa163ee9-5655-994d-8529-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-12-02 14:43:29.943855 | fa163ee9-5655-994d-8529-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.664016 | 0.88s 2025-12-02 14:43:30.200864 | fa163ee9-5655-994d-8529-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-12-02 14:43:30.202184 | fa163ee9-5655-994d-8529-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.922352 | 1.14s 2025-12-02 14:43:30.213397 | fa163ee9-5655-994d-8529-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.933552 | 1.15s 2025-12-02 14:43:30.236060 | fa163ee9-5655-994d-8529-000000004306 | TASK | Check Keystone public endpoint status 2025-12-02 14:43:30.618551 | fa163ee9-5655-994d-8529-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-12-02 14:43:30.620611 | fa163ee9-5655-994d-8529-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:22.340749 | 0.38s 2025-12-02 14:43:30.889214 | fa163ee9-5655-994d-8529-000000004306 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-12-02 14:43:36.102713 | fa163ee9-5655-994d-8529-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-12-02 14:43:36.103974 | fa163ee9-5655-994d-8529-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:27.824135 | 5.87s 2025-12-02 14:43:36.366165 | fa163ee9-5655-994d-8529-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-12-02 14:43:36.367396 | fa163ee9-5655-994d-8529-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:28.087565 | 6.13s 2025-12-02 14:43:36.583745 | fa163ee9-5655-994d-8529-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-12-02 14:43:36.585764 | fa163ee9-5655-994d-8529-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:28.305922 | 6.35s 2025-12-02 14:43:36.597406 | fa163ee9-5655-994d-8529-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:28.317560 | 6.36s 2025-12-02 14:43:36.620315 | fa163ee9-5655-994d-8529-0000000041da | TASK | Create Keystone admin endpoints 2025-12-02 14:43:36.736948 | fa163ee9-5655-994d-8529-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:28.457063 | 0.11s 2025-12-02 14:43:36.755248 | fa163ee9-5655-994d-8529-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:28.475395 | 0.13s 2025-12-02 14:43:36.768310 | fa163ee9-5655-994d-8529-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:28.488467 | 0.15s 2025-12-02 14:43:36.786398 | e0a78da3-ae8d-4518-bb44-f62808e5351c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-02 14:43:36.796260 | c37f252f-ce2d-4e64-85d6-62ee82001450 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-02 14:43:36.821697 | fa163ee9-5655-994d-8529-000000004362 | TASK | Async creation of Keystone admin endpoint 2025-12-02 14:43:37.173615 | fa163ee9-5655-994d-8529-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-12-02 14:43:37.175921 | fa163ee9-5655-994d-8529-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:28.896070 | 0.35s 2025-12-02 14:43:37.485971 | fa163ee9-5655-994d-8529-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-12-02 14:43:37.487842 | fa163ee9-5655-994d-8529-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:29.208001 | 0.66s 2025-12-02 14:43:37.808930 | fa163ee9-5655-994d-8529-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-12-02 14:43:37.810364 | fa163ee9-5655-994d-8529-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:29.530523 | 0.99s 2025-12-02 14:43:38.111173 | fa163ee9-5655-994d-8529-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-12-02 14:43:38.111831 | fa163ee9-5655-994d-8529-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:29.831999 | 1.29s 2025-12-02 14:43:38.368854 | fa163ee9-5655-994d-8529-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-12-02 14:43:38.369821 | fa163ee9-5655-994d-8529-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:30.089981 | 1.55s 2025-12-02 14:43:38.636580 | fa163ee9-5655-994d-8529-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-12-02 14:43:38.637272 | fa163ee9-5655-994d-8529-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:30.357439 | 1.81s 2025-12-02 14:43:38.885666 | fa163ee9-5655-994d-8529-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-12-02 14:43:38.886265 | fa163ee9-5655-994d-8529-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:30.606432 | 2.06s 2025-12-02 14:43:39.157317 | fa163ee9-5655-994d-8529-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-12-02 14:43:39.158698 | fa163ee9-5655-994d-8529-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:30.878863 | 2.34s 2025-12-02 14:43:39.389004 | fa163ee9-5655-994d-8529-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-12-02 14:43:39.392638 | fa163ee9-5655-994d-8529-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:31.112803 | 2.57s 2025-12-02 14:43:39.613130 | fa163ee9-5655-994d-8529-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-12-02 14:43:39.615600 | fa163ee9-5655-994d-8529-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:31.335768 | 2.79s 2025-12-02 14:43:39.624982 | fa163ee9-5655-994d-8529-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:31.345144 | 2.80s 2025-12-02 14:43:39.641341 | fa163ee9-5655-994d-8529-000000004364 | TASK | Check Keystone admin endpoint status 2025-12-02 14:43:39.930798 | fa163ee9-5655-994d-8529-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-12-02 14:43:39.932134 | fa163ee9-5655-994d-8529-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:31.652291 | 0.29s 2025-12-02 14:43:40.112731 | fa163ee9-5655-994d-8529-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-12-02 14:43:40.119078 | fa163ee9-5655-994d-8529-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:31.839232 | 0.48s 2025-12-02 14:43:40.381315 | fa163ee9-5655-994d-8529-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-12-02 14:43:40.382869 | fa163ee9-5655-994d-8529-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.103030 | 0.74s 2025-12-02 14:43:40.611129 | fa163ee9-5655-994d-8529-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-12-02 14:43:40.612323 | fa163ee9-5655-994d-8529-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.332487 | 0.97s 2025-12-02 14:43:40.884612 | fa163ee9-5655-994d-8529-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-12-02 14:43:40.885313 | fa163ee9-5655-994d-8529-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.605480 | 1.24s 2025-12-02 14:43:41.131306 | fa163ee9-5655-994d-8529-000000004364 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-12-02 14:43:46.380124 | fa163ee9-5655-994d-8529-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-12-02 14:43:46.380803 | fa163ee9-5655-994d-8529-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.100971 | 6.74s 2025-12-02 14:43:46.616114 | fa163ee9-5655-994d-8529-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-12-02 14:43:46.617350 | fa163ee9-5655-994d-8529-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.337509 | 6.98s 2025-12-02 14:43:46.849281 | fa163ee9-5655-994d-8529-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-12-02 14:43:46.850111 | fa163ee9-5655-994d-8529-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.570276 | 7.21s 2025-12-02 14:43:47.093549 | fa163ee9-5655-994d-8529-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-12-02 14:43:47.094318 | fa163ee9-5655-994d-8529-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.814484 | 7.45s 2025-12-02 14:43:47.360691 | fa163ee9-5655-994d-8529-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-12-02 14:43:47.362416 | fa163ee9-5655-994d-8529-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:39.082577 | 7.72s 2025-12-02 14:43:47.377050 | fa163ee9-5655-994d-8529-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:39.097203 | 7.73s 2025-12-02 14:43:47.410506 | fa163ee9-5655-994d-8529-000000004369 | TASK | Async creation of Keystone admin endpoint 2025-12-02 14:43:47.795055 | fa163ee9-5655-994d-8529-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-12-02 14:43:47.796657 | fa163ee9-5655-994d-8529-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.516808 | 0.38s 2025-12-02 14:43:48.100164 | fa163ee9-5655-994d-8529-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-12-02 14:43:48.102059 | fa163ee9-5655-994d-8529-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.822216 | 0.69s 2025-12-02 14:43:48.397321 | fa163ee9-5655-994d-8529-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-12-02 14:43:48.398397 | fa163ee9-5655-994d-8529-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:40.118556 | 0.99s 2025-12-02 14:43:48.659938 | fa163ee9-5655-994d-8529-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-12-02 14:43:48.661766 | fa163ee9-5655-994d-8529-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:40.381927 | 1.25s 2025-12-02 14:43:48.672665 | fa163ee9-5655-994d-8529-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:40.392820 | 1.26s 2025-12-02 14:43:48.691297 | fa163ee9-5655-994d-8529-00000000436b | TASK | Check Keystone admin endpoint status 2025-12-02 14:43:48.968285 | fa163ee9-5655-994d-8529-00000000436b | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-12-02 14:43:54.187325 | fa163ee9-5655-994d-8529-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-12-02 14:43:54.188775 | fa163ee9-5655-994d-8529-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.908926 | 5.50s 2025-12-02 14:43:54.427311 | fa163ee9-5655-994d-8529-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-12-02 14:43:54.429184 | fa163ee9-5655-994d-8529-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.149344 | 5.74s 2025-12-02 14:43:54.687792 | fa163ee9-5655-994d-8529-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-12-02 14:43:54.690052 | fa163ee9-5655-994d-8529-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.410209 | 6.00s 2025-12-02 14:43:54.960267 | fa163ee9-5655-994d-8529-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-12-02 14:43:54.962120 | fa163ee9-5655-994d-8529-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.682280 | 6.27s 2025-12-02 14:43:54.973987 | fa163ee9-5655-994d-8529-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.694139 | 6.28s 2025-12-02 14:43:54.998187 | fa163ee9-5655-994d-8529-0000000041df | TASK | Create Keystone internal endpoints 2025-12-02 14:43:55.112455 | fa163ee9-5655-994d-8529-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:46.832590 | 0.11s 2025-12-02 14:43:55.131175 | fa163ee9-5655-994d-8529-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:46.851337 | 0.13s 2025-12-02 14:43:55.146225 | fa163ee9-5655-994d-8529-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:46.866377 | 0.15s 2025-12-02 14:43:55.159631 | 16c63b32-9a3f-4c7a-8792-4f514596708f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-02 14:43:55.165810 | 4bb3ff74-924e-432b-9d15-f51cfbd9a847 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-02 14:43:55.186108 | fa163ee9-5655-994d-8529-0000000043c9 | TASK | Async creation of Keystone internal endpoint 2025-12-02 14:43:55.514434 | fa163ee9-5655-994d-8529-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-12-02 14:43:55.516595 | fa163ee9-5655-994d-8529-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:47.236745 | 0.33s 2025-12-02 14:43:55.848789 | fa163ee9-5655-994d-8529-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-12-02 14:43:55.849590 | fa163ee9-5655-994d-8529-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:47.569755 | 0.66s 2025-12-02 14:43:56.128292 | fa163ee9-5655-994d-8529-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-12-02 14:43:56.128927 | fa163ee9-5655-994d-8529-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:47.849095 | 0.94s 2025-12-02 14:43:56.453336 | fa163ee9-5655-994d-8529-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-12-02 14:43:56.454106 | fa163ee9-5655-994d-8529-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:48.174272 | 1.27s 2025-12-02 14:43:56.754346 | fa163ee9-5655-994d-8529-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-12-02 14:43:56.755928 | fa163ee9-5655-994d-8529-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:48.476091 | 1.57s 2025-12-02 14:43:57.047066 | fa163ee9-5655-994d-8529-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-12-02 14:43:57.047664 | fa163ee9-5655-994d-8529-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:48.767834 | 1.86s 2025-12-02 14:43:57.316364 | fa163ee9-5655-994d-8529-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-12-02 14:43:57.316954 | fa163ee9-5655-994d-8529-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.037123 | 2.13s 2025-12-02 14:43:57.636105 | fa163ee9-5655-994d-8529-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-12-02 14:43:57.636684 | fa163ee9-5655-994d-8529-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.356854 | 2.45s 2025-12-02 14:43:57.918288 | fa163ee9-5655-994d-8529-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-12-02 14:43:57.918889 | fa163ee9-5655-994d-8529-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.639058 | 2.73s 2025-12-02 14:43:58.178840 | fa163ee9-5655-994d-8529-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-12-02 14:43:58.179422 | fa163ee9-5655-994d-8529-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.899591 | 2.99s 2025-12-02 14:43:58.186343 | fa163ee9-5655-994d-8529-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.906513 | 3.00s 2025-12-02 14:43:58.202739 | fa163ee9-5655-994d-8529-0000000043cb | TASK | Check Keystone internal endpoint status 2025-12-02 14:43:58.478752 | fa163ee9-5655-994d-8529-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-12-02 14:43:58.479995 | fa163ee9-5655-994d-8529-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.200150 | 0.28s 2025-12-02 14:43:58.694189 | fa163ee9-5655-994d-8529-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-12-02 14:43:58.695065 | fa163ee9-5655-994d-8529-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.415231 | 0.49s 2025-12-02 14:43:58.914486 | fa163ee9-5655-994d-8529-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-12-02 14:43:58.915151 | fa163ee9-5655-994d-8529-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.635320 | 0.71s 2025-12-02 14:43:59.218524 | fa163ee9-5655-994d-8529-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-12-02 14:43:59.219682 | fa163ee9-5655-994d-8529-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.939843 | 1.02s 2025-12-02 14:43:59.485144 | fa163ee9-5655-994d-8529-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-12-02 14:43:59.487009 | fa163ee9-5655-994d-8529-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:51.207170 | 1.28s 2025-12-02 14:43:59.695454 | fa163ee9-5655-994d-8529-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-12-02 14:43:59.696376 | fa163ee9-5655-994d-8529-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:51.416540 | 1.49s 2025-12-02 14:43:59.930581 | fa163ee9-5655-994d-8529-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-12-02 14:43:59.931869 | fa163ee9-5655-994d-8529-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:51.652029 | 1.73s 2025-12-02 14:44:00.197568 | fa163ee9-5655-994d-8529-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-12-02 14:44:00.198762 | fa163ee9-5655-994d-8529-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:51.918922 | 2.00s 2025-12-02 14:44:00.457775 | fa163ee9-5655-994d-8529-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-12-02 14:44:00.459772 | fa163ee9-5655-994d-8529-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:52.179931 | 2.26s 2025-12-02 14:44:00.679613 | fa163ee9-5655-994d-8529-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-12-02 14:44:00.680766 | fa163ee9-5655-994d-8529-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:52.400926 | 2.48s 2025-12-02 14:44:00.693106 | fa163ee9-5655-994d-8529-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:52.413255 | 2.49s 2025-12-02 14:44:00.721715 | fa163ee9-5655-994d-8529-0000000043d0 | TASK | Async creation of Keystone internal endpoint 2025-12-02 14:44:01.060355 | fa163ee9-5655-994d-8529-0000000043d0 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-12-02 14:44:01.062710 | fa163ee9-5655-994d-8529-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:52.782851 | 0.34s 2025-12-02 14:44:01.398677 | fa163ee9-5655-994d-8529-0000000043d0 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-12-02 14:44:01.400308 | fa163ee9-5655-994d-8529-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.120474 | 0.68s 2025-12-02 14:44:01.649164 | fa163ee9-5655-994d-8529-0000000043d0 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-12-02 14:44:01.650229 | fa163ee9-5655-994d-8529-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.370397 | 0.93s 2025-12-02 14:44:01.888778 | fa163ee9-5655-994d-8529-0000000043d0 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-12-02 14:44:01.889918 | fa163ee9-5655-994d-8529-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.610086 | 1.17s 2025-12-02 14:44:01.900357 | fa163ee9-5655-994d-8529-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.620519 | 1.18s 2025-12-02 14:44:01.916171 | fa163ee9-5655-994d-8529-0000000043d2 | TASK | Check Keystone internal endpoint status 2025-12-02 14:44:02.168013 | fa163ee9-5655-994d-8529-0000000043d2 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-12-02 14:44:07.388715 | fa163ee9-5655-994d-8529-0000000043d2 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-12-02 14:44:07.390982 | fa163ee9-5655-994d-8529-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.111132 | 5.47s 2025-12-02 14:44:07.630992 | fa163ee9-5655-994d-8529-0000000043d2 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-12-02 14:44:07.632846 | fa163ee9-5655-994d-8529-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.353009 | 5.72s 2025-12-02 14:44:07.871892 | fa163ee9-5655-994d-8529-0000000043d2 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-12-02 14:44:07.873876 | fa163ee9-5655-994d-8529-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.594035 | 5.96s 2025-12-02 14:44:08.084928 | fa163ee9-5655-994d-8529-0000000043d2 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-12-02 14:44:08.086101 | fa163ee9-5655-994d-8529-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.806261 | 6.17s 2025-12-02 14:44:08.099912 | fa163ee9-5655-994d-8529-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.820063 | 6.18s 2025-12-02 14:44:08.121976 | fa163ee9-5655-994d-8529-000000003d28 | TASK | Run cleanup tasks 2025-12-02 14:44:08.174072 | fa163ee9-5655-994d-8529-000000003d28 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:20:59.894211 | 0.05s 2025-12-02 14:44:08.191076 | bc419f29-86b0-444b-92c4-cb0457be8837 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-12-02 14:44:08.257399 | fa163ee9-5655-994d-8529-00000000442a | TASK | Get list of enabled services 2025-12-02 14:44:10.742426 | fa163ee9-5655-994d-8529-00000000442a | CHANGED | Get list of enabled services | undercloud 2025-12-02 14:44:10.744296 | fa163ee9-5655-994d-8529-00000000442a | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:02.464447 | 2.49s 2025-12-02 14:44:10.764844 | fa163ee9-5655-994d-8529-00000000442b | TASK | List services to be disabled 2025-12-02 14:44:10.846919 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-12-02 14:44:10.881320 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-12-02 14:44:10.906304 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-12-02 14:44:10.931354 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-12-02 14:44:10.956420 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-12-02 14:44:10.981509 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-12-02 14:44:11.006207 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-12-02 14:44:11.031063 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-12-02 14:44:11.056521 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-12-02 14:44:11.081978 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-12-02 14:44:11.106655 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-12-02 14:44:11.133309 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-12-02 14:44:11.163035 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-12-02 14:44:11.188747 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-12-02 14:44:11.210895 | fa163ee9-5655-994d-8529-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-12-02 14:44:11.223965 | fa163ee9-5655-994d-8529-00000000442b | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:02.944112 | 0.46s 2025-12-02 14:44:11.244222 | fa163ee9-5655-994d-8529-00000000442c | TASK | Delete keystone services not enabled 2025-12-02 14:44:11.273857 | fa163ee9-5655-994d-8529-00000000442c | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:02.994009 | 0.03s 2025-12-02 14:44:11.289641 | fa163ee9-5655-994d-8529-000000003d29 | TASK | Create Keystone Roles 2025-12-02 14:44:11.386133 | fa163ee9-5655-994d-8529-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:03.106262 | 0.10s 2025-12-02 14:44:11.404352 | fa163ee9-5655-994d-8529-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:03.124514 | 0.11s 2025-12-02 14:44:11.413071 | fa163ee9-5655-994d-8529-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:03.133233 | 0.12s 2025-12-02 14:44:11.429127 | 3b0b402f-ef15-444d-84aa-1042b86338a4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-12-02 14:44:11.442791 | 2f158630-381e-46f2-be1a-3eea804d5a25 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-12-02 14:44:11.520582 | fa163ee9-5655-994d-8529-00000000459a | TASK | Async creation of Keystone role 2025-12-02 14:44:11.874726 | fa163ee9-5655-994d-8529-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-12-02 14:44:11.878642 | fa163ee9-5655-994d-8529-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:03.598773 | 0.36s 2025-12-02 14:44:12.172732 | fa163ee9-5655-994d-8529-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-12-02 14:44:12.175564 | fa163ee9-5655-994d-8529-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:03.895723 | 0.65s 2025-12-02 14:44:12.469679 | fa163ee9-5655-994d-8529-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-12-02 14:44:12.470358 | fa163ee9-5655-994d-8529-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:04.190526 | 0.95s 2025-12-02 14:44:12.757550 | fa163ee9-5655-994d-8529-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-12-02 14:44:12.758882 | fa163ee9-5655-994d-8529-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:04.479042 | 1.24s 2025-12-02 14:44:13.016345 | fa163ee9-5655-994d-8529-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-12-02 14:44:13.017267 | fa163ee9-5655-994d-8529-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:04.737435 | 1.50s 2025-12-02 14:44:13.293520 | fa163ee9-5655-994d-8529-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-12-02 14:44:13.294100 | fa163ee9-5655-994d-8529-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.014269 | 1.77s 2025-12-02 14:44:13.651565 | fa163ee9-5655-994d-8529-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-12-02 14:44:13.652515 | fa163ee9-5655-994d-8529-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.372675 | 2.13s 2025-12-02 14:44:13.920381 | fa163ee9-5655-994d-8529-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-12-02 14:44:13.922328 | fa163ee9-5655-994d-8529-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.642487 | 2.40s 2025-12-02 14:44:14.157107 | fa163ee9-5655-994d-8529-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-12-02 14:44:14.157705 | fa163ee9-5655-994d-8529-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.877873 | 2.64s 2025-12-02 14:44:14.434619 | fa163ee9-5655-994d-8529-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-12-02 14:44:14.435169 | fa163ee9-5655-994d-8529-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:06.155337 | 2.91s 2025-12-02 14:44:14.441924 | fa163ee9-5655-994d-8529-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:06.162078 | 2.92s 2025-12-02 14:44:14.461966 | fa163ee9-5655-994d-8529-00000000459c | TASK | Check Keystone role status 2025-12-02 14:44:14.706832 | fa163ee9-5655-994d-8529-00000000459c | CHANGED | Check Keystone role status | undercloud | item=service 2025-12-02 14:44:14.708385 | fa163ee9-5655-994d-8529-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:06.428537 | 0.24s 2025-12-02 14:44:14.927247 | fa163ee9-5655-994d-8529-00000000459c | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-12-02 14:44:14.929210 | fa163ee9-5655-994d-8529-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:06.649369 | 0.47s 2025-12-02 14:44:15.185139 | fa163ee9-5655-994d-8529-00000000459c | CHANGED | Check Keystone role status | undercloud | item=creator 2025-12-02 14:44:15.187228 | fa163ee9-5655-994d-8529-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:06.907387 | 0.72s 2025-12-02 14:44:15.456048 | fa163ee9-5655-994d-8529-00000000459c | CHANGED | Check Keystone role status | undercloud | item=observer 2025-12-02 14:44:15.456701 | fa163ee9-5655-994d-8529-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:07.176867 | 0.99s 2025-12-02 14:44:15.734702 | fa163ee9-5655-994d-8529-00000000459c | CHANGED | Check Keystone role status | undercloud | item=audit 2025-12-02 14:44:15.736822 | fa163ee9-5655-994d-8529-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:07.456980 | 1.27s 2025-12-02 14:44:15.937447 | fa163ee9-5655-994d-8529-00000000459c | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-12-02 14:44:15.938590 | fa163ee9-5655-994d-8529-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:07.658748 | 1.47s 2025-12-02 14:44:16.163673 | fa163ee9-5655-994d-8529-00000000459c | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-12-02 14:44:16.164334 | fa163ee9-5655-994d-8529-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:07.884501 | 1.70s 2025-12-02 14:44:16.413431 | fa163ee9-5655-994d-8529-00000000459c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-12-02 14:44:16.415290 | fa163ee9-5655-994d-8529-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:08.135449 | 1.95s 2025-12-02 14:44:16.669373 | fa163ee9-5655-994d-8529-00000000459c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-12-02 14:44:16.670043 | fa163ee9-5655-994d-8529-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:08.390211 | 2.21s 2025-12-02 14:44:16.935236 | fa163ee9-5655-994d-8529-00000000459c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-12-02 14:44:16.936326 | fa163ee9-5655-994d-8529-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:08.656482 | 2.47s 2025-12-02 14:44:16.947340 | fa163ee9-5655-994d-8529-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:08.667488 | 2.48s 2025-12-02 14:44:16.972781 | fa163ee9-5655-994d-8529-0000000045a1 | TASK | Async creation of Keystone role 2025-12-02 14:44:17.300437 | fa163ee9-5655-994d-8529-0000000045a1 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-12-02 14:44:17.302086 | fa163ee9-5655-994d-8529-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:09.022235 | 0.33s 2025-12-02 14:44:17.609819 | fa163ee9-5655-994d-8529-0000000045a1 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-12-02 14:44:17.611233 | fa163ee9-5655-994d-8529-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:09.331398 | 0.64s 2025-12-02 14:44:17.891753 | fa163ee9-5655-994d-8529-0000000045a1 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-12-02 14:44:17.892289 | fa163ee9-5655-994d-8529-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:09.612458 | 0.92s 2025-12-02 14:44:17.895488 | fa163ee9-5655-994d-8529-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:09.615659 | 0.92s 2025-12-02 14:44:17.909484 | fa163ee9-5655-994d-8529-0000000045a3 | TASK | Check Keystone role status 2025-12-02 14:44:18.169799 | fa163ee9-5655-994d-8529-0000000045a3 | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-12-02 14:44:23.405218 | fa163ee9-5655-994d-8529-0000000045a3 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-12-02 14:44:23.407999 | fa163ee9-5655-994d-8529-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:15.128142 | 5.50s 2025-12-02 14:44:23.668997 | fa163ee9-5655-994d-8529-0000000045a3 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-12-02 14:44:23.670720 | fa163ee9-5655-994d-8529-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:15.390880 | 5.76s 2025-12-02 14:44:23.925243 | fa163ee9-5655-994d-8529-0000000045a3 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-12-02 14:44:23.926391 | fa163ee9-5655-994d-8529-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:15.646550 | 6.02s 2025-12-02 14:44:23.934150 | fa163ee9-5655-994d-8529-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:15.654298 | 6.02s 2025-12-02 14:44:23.957188 | fa163ee9-5655-994d-8529-000000003d2b | TASK | Create Keystone Users 2025-12-02 14:44:24.062350 | fa163ee9-5655-994d-8529-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:15.782485 | 0.10s 2025-12-02 14:44:24.081380 | fa163ee9-5655-994d-8529-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:15.801535 | 0.12s 2025-12-02 14:44:24.089189 | fa163ee9-5655-994d-8529-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:15.809349 | 0.13s 2025-12-02 14:44:24.111367 | fd2953a0-45d4-4dcc-9a1d-a78dc1f09fc1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-02 14:44:24.124825 | c5497d10-c0ca-4259-a724-3e71499caf94 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-02 14:44:24.188786 | fa163ee9-5655-994d-8529-00000000474b | TASK | Check password of Keystone user 2025-12-02 14:44:25.100964 | fa163ee9-5655-994d-8529-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:25.102829 | fa163ee9-5655-994d-8529-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:16.822967 | 0.91s 2025-12-02 14:44:25.954248 | fa163ee9-5655-994d-8529-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:25.955852 | fa163ee9-5655-994d-8529-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:17.676012 | 1.77s 2025-12-02 14:44:26.854732 | fa163ee9-5655-994d-8529-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:26.856418 | fa163ee9-5655-994d-8529-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:18.576577 | 2.67s 2025-12-02 14:44:27.731741 | fa163ee9-5655-994d-8529-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:27.732520 | fa163ee9-5655-994d-8529-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:19.452685 | 3.54s 2025-12-02 14:44:28.606913 | fa163ee9-5655-994d-8529-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:28.607937 | fa163ee9-5655-994d-8529-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:20.328096 | 4.42s 2025-12-02 14:44:29.505698 | fa163ee9-5655-994d-8529-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:29.506780 | fa163ee9-5655-994d-8529-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:21.226939 | 5.32s 2025-12-02 14:44:30.403164 | fa163ee9-5655-994d-8529-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:30.404200 | fa163ee9-5655-994d-8529-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:22.124367 | 6.21s 2025-12-02 14:44:31.316286 | fa163ee9-5655-994d-8529-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:31.317252 | fa163ee9-5655-994d-8529-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:23.037411 | 7.13s 2025-12-02 14:44:32.204956 | fa163ee9-5655-994d-8529-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:32.206302 | fa163ee9-5655-994d-8529-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:23.926462 | 8.02s 2025-12-02 14:44:33.150801 | fa163ee9-5655-994d-8529-00000000474b | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:33.151351 | fa163ee9-5655-994d-8529-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:24.871503 | 8.96s 2025-12-02 14:44:33.159182 | fa163ee9-5655-994d-8529-00000000474b | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:33.159982 | fa163ee9-5655-994d-8529-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:24.880146 | 8.97s 2025-12-02 14:44:33.180143 | fa163ee9-5655-994d-8529-00000000474d | TASK | Async creation of Keystone user 2025-12-02 14:44:33.530587 | fa163ee9-5655-994d-8529-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:33.532075 | fa163ee9-5655-994d-8529-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:25.252217 | 0.35s 2025-12-02 14:44:33.849559 | fa163ee9-5655-994d-8529-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:33.850144 | fa163ee9-5655-994d-8529-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:25.570311 | 0.67s 2025-12-02 14:44:34.220386 | fa163ee9-5655-994d-8529-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:34.221059 | fa163ee9-5655-994d-8529-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:25.941225 | 1.04s 2025-12-02 14:44:34.549877 | fa163ee9-5655-994d-8529-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:34.550756 | fa163ee9-5655-994d-8529-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:26.270917 | 1.37s 2025-12-02 14:44:34.891715 | fa163ee9-5655-994d-8529-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:34.892572 | fa163ee9-5655-994d-8529-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:26.612734 | 1.71s 2025-12-02 14:44:35.199954 | fa163ee9-5655-994d-8529-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:35.201269 | fa163ee9-5655-994d-8529-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:26.921430 | 2.02s 2025-12-02 14:44:35.500771 | fa163ee9-5655-994d-8529-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:35.501860 | fa163ee9-5655-994d-8529-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:27.222024 | 2.32s 2025-12-02 14:44:35.801168 | fa163ee9-5655-994d-8529-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:35.802038 | fa163ee9-5655-994d-8529-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:27.522200 | 2.62s 2025-12-02 14:44:36.106752 | fa163ee9-5655-994d-8529-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:36.107345 | fa163ee9-5655-994d-8529-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:27.827513 | 2.93s 2025-12-02 14:44:36.486316 | fa163ee9-5655-994d-8529-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:36.486919 | fa163ee9-5655-994d-8529-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:28.207086 | 3.31s 2025-12-02 14:44:36.491131 | fa163ee9-5655-994d-8529-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:36.492195 | fa163ee9-5655-994d-8529-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:28.212351 | 3.31s 2025-12-02 14:44:36.511614 | fa163ee9-5655-994d-8529-00000000474f | TASK | Check Keystone user status 2025-12-02 14:44:36.845445 | fa163ee9-5655-994d-8529-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:36.846547 | fa163ee9-5655-994d-8529-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:28.566700 | 0.33s 2025-12-02 14:44:37.091670 | fa163ee9-5655-994d-8529-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:37.092359 | fa163ee9-5655-994d-8529-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:28.812403 | 0.58s 2025-12-02 14:44:37.354055 | fa163ee9-5655-994d-8529-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:37.355785 | fa163ee9-5655-994d-8529-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:29.075944 | 0.84s 2025-12-02 14:44:37.555846 | fa163ee9-5655-994d-8529-00000000474f | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-02 14:44:42.757820 | fa163ee9-5655-994d-8529-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:42.760525 | fa163ee9-5655-994d-8529-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:34.480685 | 6.25s 2025-12-02 14:44:42.979159 | fa163ee9-5655-994d-8529-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:42.980631 | fa163ee9-5655-994d-8529-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:34.700790 | 6.47s 2025-12-02 14:44:43.269484 | fa163ee9-5655-994d-8529-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:43.270256 | fa163ee9-5655-994d-8529-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:34.990420 | 6.76s 2025-12-02 14:44:43.506098 | fa163ee9-5655-994d-8529-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:43.507879 | fa163ee9-5655-994d-8529-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:35.228034 | 6.99s 2025-12-02 14:44:43.751157 | fa163ee9-5655-994d-8529-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:43.752299 | fa163ee9-5655-994d-8529-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:35.472457 | 7.24s 2025-12-02 14:44:43.983205 | fa163ee9-5655-994d-8529-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:43.985119 | fa163ee9-5655-994d-8529-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:35.705274 | 7.47s 2025-12-02 14:44:44.240900 | fa163ee9-5655-994d-8529-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:44.242523 | fa163ee9-5655-994d-8529-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:35.962682 | 7.73s 2025-12-02 14:44:44.252786 | fa163ee9-5655-994d-8529-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:44.253712 | fa163ee9-5655-994d-8529-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:35.973871 | 7.74s 2025-12-02 14:44:44.276134 | fa163ee9-5655-994d-8529-000000004754 | TASK | Check password of Keystone user 2025-12-02 14:44:45.203263 | fa163ee9-5655-994d-8529-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:45.205680 | fa163ee9-5655-994d-8529-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:36.925826 | 0.93s 2025-12-02 14:44:46.105636 | fa163ee9-5655-994d-8529-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:46.106750 | fa163ee9-5655-994d-8529-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:37.826910 | 1.83s 2025-12-02 14:44:47.008280 | fa163ee9-5655-994d-8529-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:47.009237 | fa163ee9-5655-994d-8529-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:38.729397 | 2.73s 2025-12-02 14:44:47.896655 | fa163ee9-5655-994d-8529-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:47.898280 | fa163ee9-5655-994d-8529-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:39.618439 | 3.62s 2025-12-02 14:44:48.800666 | fa163ee9-5655-994d-8529-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:48.801406 | fa163ee9-5655-994d-8529-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:40.521572 | 4.52s 2025-12-02 14:44:49.780726 | fa163ee9-5655-994d-8529-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:49.782092 | fa163ee9-5655-994d-8529-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:41.502248 | 5.50s 2025-12-02 14:44:50.702057 | fa163ee9-5655-994d-8529-000000004754 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:50.703035 | fa163ee9-5655-994d-8529-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.423193 | 6.43s 2025-12-02 14:44:50.715189 | fa163ee9-5655-994d-8529-000000004754 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-12-02 14:44:50.716142 | fa163ee9-5655-994d-8529-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.436304 | 6.44s 2025-12-02 14:44:50.736367 | fa163ee9-5655-994d-8529-000000004756 | TASK | Async creation of Keystone user 2025-12-02 14:44:51.105495 | fa163ee9-5655-994d-8529-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:51.106905 | fa163ee9-5655-994d-8529-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:42.827057 | 0.37s 2025-12-02 14:44:51.400331 | fa163ee9-5655-994d-8529-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:51.401437 | fa163ee9-5655-994d-8529-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:43.121604 | 0.66s 2025-12-02 14:44:51.753005 | fa163ee9-5655-994d-8529-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:51.753621 | fa163ee9-5655-994d-8529-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:43.473789 | 1.02s 2025-12-02 14:44:52.119201 | fa163ee9-5655-994d-8529-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:52.120516 | fa163ee9-5655-994d-8529-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:43.840677 | 1.38s 2025-12-02 14:44:52.447615 | fa163ee9-5655-994d-8529-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:52.448839 | fa163ee9-5655-994d-8529-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:44.169000 | 1.71s 2025-12-02 14:44:52.810616 | fa163ee9-5655-994d-8529-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:52.811129 | fa163ee9-5655-994d-8529-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:44.531298 | 2.07s 2025-12-02 14:44:53.169857 | fa163ee9-5655-994d-8529-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:53.170446 | fa163ee9-5655-994d-8529-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:44.890614 | 2.43s 2025-12-02 14:44:53.174754 | fa163ee9-5655-994d-8529-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-12-02 14:44:53.175661 | fa163ee9-5655-994d-8529-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:44.895823 | 2.44s 2025-12-02 14:44:53.193887 | fa163ee9-5655-994d-8529-000000004758 | TASK | Check Keystone user status 2025-12-02 14:44:53.486581 | fa163ee9-5655-994d-8529-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:53.488080 | fa163ee9-5655-994d-8529-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:45.208240 | 0.29s 2025-12-02 14:44:53.723559 | fa163ee9-5655-994d-8529-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:53.725100 | fa163ee9-5655-994d-8529-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:45.445268 | 0.53s 2025-12-02 14:44:54.009867 | fa163ee9-5655-994d-8529-000000004758 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-02 14:44:59.223569 | fa163ee9-5655-994d-8529-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:59.225601 | fa163ee9-5655-994d-8529-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:50.945760 | 6.03s 2025-12-02 14:44:59.467660 | fa163ee9-5655-994d-8529-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:59.468624 | fa163ee9-5655-994d-8529-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:51.188784 | 6.27s 2025-12-02 14:44:59.684536 | fa163ee9-5655-994d-8529-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:59.685543 | fa163ee9-5655-994d-8529-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:51.405700 | 6.49s 2025-12-02 14:44:59.943416 | fa163ee9-5655-994d-8529-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:44:59.944362 | fa163ee9-5655-994d-8529-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:51.664517 | 6.75s 2025-12-02 14:45:00.239479 | fa163ee9-5655-994d-8529-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:45:00.240536 | fa163ee9-5655-994d-8529-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:51.960693 | 7.05s 2025-12-02 14:45:00.252043 | fa163ee9-5655-994d-8529-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-12-02 14:45:00.253051 | fa163ee9-5655-994d-8529-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:51.973211 | 7.06s 2025-12-02 14:45:00.273758 | fa163ee9-5655-994d-8529-000000003d2d | TASK | Assign Keystone Users to Roles 2025-12-02 14:45:00.344520 | fa163ee9-5655-994d-8529-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:52.064625 | 0.07s 2025-12-02 14:45:00.370332 | fa163ee9-5655-994d-8529-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:52.090494 | 0.09s 2025-12-02 14:45:00.389394 | fa163ee9-5655-994d-8529-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:52.109555 | 0.11s 2025-12-02 14:45:00.403575 | fa163ee9-5655-994d-8529-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:52.123728 | 0.13s 2025-12-02 14:45:00.422293 | 8c36ae61-a453-4361-907e-4cd6fa426c4d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-02 14:45:00.431981 | ed0d7054-b842-4971-bcb9-affa8e33d5f6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-02 14:45:00.440111 | 65a47d59-8d13-4c8d-903b-37aa994461e9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-02 14:45:00.510962 | fa163ee9-5655-994d-8529-000000004968 | TASK | Async assignment of Keystone user per role 2025-12-02 14:45:00.591700 | fa163ee9-5655-994d-8529-000000004968 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:52.311811 | 0.08s 2025-12-02 14:45:00.611032 | fa163ee9-5655-994d-8529-000000004968 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:52.331184 | 0.10s 2025-12-02 14:45:00.618132 | fa163ee9-5655-994d-8529-000000004968 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:52.338294 | 0.11s 2025-12-02 14:45:00.626252 | f93b1e95-5f85-4c2c-b8c3-8fccbfed086d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-02 14:45:00.630472 | a16c9e82-5ea1-43ec-959d-c48449f86bf8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-02 14:45:00.646344 | fa163ee9-5655-994d-8529-000000004b48 | TASK | Async assignment of Keystone user to roles 2025-12-02 14:45:01.040297 | fa163ee9-5655-994d-8529-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-12-02 14:45:01.041739 | fa163ee9-5655-994d-8529-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:52.761875 | 0.39s 2025-12-02 14:45:01.351602 | fa163ee9-5655-994d-8529-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-12-02 14:45:01.352757 | fa163ee9-5655-994d-8529-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:53.072917 | 0.71s 2025-12-02 14:45:01.692176 | fa163ee9-5655-994d-8529-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-12-02 14:45:01.692994 | fa163ee9-5655-994d-8529-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:53.413159 | 1.05s 2025-12-02 14:45:02.003096 | fa163ee9-5655-994d-8529-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-02 14:45:02.003664 | fa163ee9-5655-994d-8529-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:53.723833 | 1.36s 2025-12-02 14:45:02.295827 | fa163ee9-5655-994d-8529-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-02 14:45:02.296506 | fa163ee9-5655-994d-8529-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:54.016674 | 1.65s 2025-12-02 14:45:02.629297 | fa163ee9-5655-994d-8529-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-12-02 14:45:02.629862 | fa163ee9-5655-994d-8529-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:54.350031 | 1.98s 2025-12-02 14:45:02.952889 | fa163ee9-5655-994d-8529-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-12-02 14:45:02.954256 | fa163ee9-5655-994d-8529-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:54.674424 | 2.31s 2025-12-02 14:45:03.266931 | fa163ee9-5655-994d-8529-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-12-02 14:45:03.267581 | fa163ee9-5655-994d-8529-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:54.987749 | 2.62s 2025-12-02 14:45:03.493882 | fa163ee9-5655-994d-8529-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-12-02 14:45:03.494425 | fa163ee9-5655-994d-8529-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:55.214594 | 2.85s 2025-12-02 14:45:03.750102 | fa163ee9-5655-994d-8529-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-12-02 14:45:03.750826 | fa163ee9-5655-994d-8529-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:55.470995 | 3.10s 2025-12-02 14:45:03.755846 | fa163ee9-5655-994d-8529-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:55.476010 | 3.11s 2025-12-02 14:45:03.772676 | fa163ee9-5655-994d-8529-000000004b4a | TASK | Check Keystone user assignment to roles status 2025-12-02 14:45:04.024233 | fa163ee9-5655-994d-8529-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-12-02 14:45:04.025701 | fa163ee9-5655-994d-8529-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:55.745863 | 0.25s 2025-12-02 14:45:04.301014 | fa163ee9-5655-994d-8529-000000004b4a | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-02 14:45:09.544526 | fa163ee9-5655-994d-8529-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-12-02 14:45:09.546155 | fa163ee9-5655-994d-8529-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:01.266324 | 5.77s 2025-12-02 14:45:09.758434 | fa163ee9-5655-994d-8529-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-12-02 14:45:09.759239 | fa163ee9-5655-994d-8529-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:01.479407 | 5.99s 2025-12-02 14:45:10.006678 | fa163ee9-5655-994d-8529-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-02 14:45:10.008677 | fa163ee9-5655-994d-8529-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:01.728830 | 6.23s 2025-12-02 14:45:10.275902 | fa163ee9-5655-994d-8529-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-02 14:45:10.276923 | fa163ee9-5655-994d-8529-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:01.997085 | 6.50s 2025-12-02 14:45:10.529582 | fa163ee9-5655-994d-8529-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-12-02 14:45:10.530486 | fa163ee9-5655-994d-8529-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:02.250654 | 6.76s 2025-12-02 14:45:10.789537 | fa163ee9-5655-994d-8529-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-12-02 14:45:10.790648 | fa163ee9-5655-994d-8529-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:02.510807 | 7.02s 2025-12-02 14:45:11.037323 | fa163ee9-5655-994d-8529-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-12-02 14:45:11.039355 | fa163ee9-5655-994d-8529-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:02.759515 | 7.27s 2025-12-02 14:45:11.278901 | fa163ee9-5655-994d-8529-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-12-02 14:45:11.281903 | fa163ee9-5655-994d-8529-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:03.002058 | 7.51s 2025-12-02 14:45:11.532141 | fa163ee9-5655-994d-8529-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-12-02 14:45:11.532818 | fa163ee9-5655-994d-8529-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:03.252986 | 7.76s 2025-12-02 14:45:11.541833 | fa163ee9-5655-994d-8529-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:03.261990 | 7.77s 2025-12-02 14:45:11.565801 | fa163ee9-5655-994d-8529-000000004b4f | TASK | Async assignment of Keystone user to roles 2025-12-02 14:45:11.939279 | fa163ee9-5655-994d-8529-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-12-02 14:45:11.941254 | fa163ee9-5655-994d-8529-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:03.661394 | 0.37s 2025-12-02 14:45:12.195684 | fa163ee9-5655-994d-8529-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-12-02 14:45:12.196673 | fa163ee9-5655-994d-8529-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:03.916834 | 0.63s 2025-12-02 14:45:12.494086 | fa163ee9-5655-994d-8529-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-12-02 14:45:12.494656 | fa163ee9-5655-994d-8529-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:04.214825 | 0.93s 2025-12-02 14:45:12.758019 | fa163ee9-5655-994d-8529-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-02 14:45:12.759489 | fa163ee9-5655-994d-8529-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:04.479626 | 1.19s 2025-12-02 14:45:13.031672 | fa163ee9-5655-994d-8529-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-12-02 14:45:13.032897 | fa163ee9-5655-994d-8529-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:04.753060 | 1.47s 2025-12-02 14:45:13.340807 | fa163ee9-5655-994d-8529-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-12-02 14:45:13.341397 | fa163ee9-5655-994d-8529-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:05.061565 | 1.77s 2025-12-02 14:45:13.608655 | fa163ee9-5655-994d-8529-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-12-02 14:45:13.609693 | fa163ee9-5655-994d-8529-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:05.329850 | 2.04s 2025-12-02 14:45:13.619597 | fa163ee9-5655-994d-8529-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:05.339750 | 2.05s 2025-12-02 14:45:13.641223 | fa163ee9-5655-994d-8529-000000004b51 | TASK | Check Keystone user assignment to roles status 2025-12-02 14:45:13.943360 | fa163ee9-5655-994d-8529-000000004b51 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-02 14:45:19.168942 | fa163ee9-5655-994d-8529-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-12-02 14:45:19.171417 | fa163ee9-5655-994d-8529-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:10.891567 | 5.53s 2025-12-02 14:45:19.432095 | fa163ee9-5655-994d-8529-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-12-02 14:45:19.434288 | fa163ee9-5655-994d-8529-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:11.154448 | 5.79s 2025-12-02 14:45:19.681454 | fa163ee9-5655-994d-8529-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-12-02 14:45:19.683675 | fa163ee9-5655-994d-8529-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:11.403835 | 6.04s 2025-12-02 14:45:19.937905 | fa163ee9-5655-994d-8529-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-02 14:45:19.938986 | fa163ee9-5655-994d-8529-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:11.659147 | 6.30s 2025-12-02 14:45:20.166012 | fa163ee9-5655-994d-8529-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-12-02 14:45:20.167748 | fa163ee9-5655-994d-8529-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:11.887907 | 6.52s 2025-12-02 14:45:20.387510 | fa163ee9-5655-994d-8529-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-12-02 14:45:20.388720 | fa163ee9-5655-994d-8529-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:12.108875 | 6.75s 2025-12-02 14:45:20.642341 | fa163ee9-5655-994d-8529-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-12-02 14:45:20.644199 | fa163ee9-5655-994d-8529-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:12.364358 | 7.00s 2025-12-02 14:45:20.656504 | fa163ee9-5655-994d-8529-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:12.376618 | 7.01s 2025-12-02 14:45:20.678344 | fa163ee9-5655-994d-8529-00000000496d | TASK | Async assignment of Keystone user per role 2025-12-02 14:45:20.775236 | fa163ee9-5655-994d-8529-00000000496d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:12.495375 | 0.10s 2025-12-02 14:45:20.786869 | fa163ee9-5655-994d-8529-00000000496d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:12.507027 | 0.11s 2025-12-02 14:45:20.796773 | fbf3c5e0-b12c-4367-896d-b750e73bfb0a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-02 14:45:20.817454 | fa163ee9-5655-994d-8529-000000004bb9 | TASK | Async assignment of Keystone user to roles 2025-12-02 14:45:21.194230 | fa163ee9-5655-994d-8529-000000004bb9 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-12-02 14:45:21.195923 | fa163ee9-5655-994d-8529-000000004bb9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:12.916068 | 0.38s 2025-12-02 14:45:21.215353 | fa163ee9-5655-994d-8529-000000004bb9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:12.935511 | 0.40s 2025-12-02 14:45:21.230176 | fa163ee9-5655-994d-8529-000000004bbb | TASK | Check Keystone user assignment to roles status 2025-12-02 14:45:21.494863 | fa163ee9-5655-994d-8529-000000004bbb | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-02 14:45:26.729965 | fa163ee9-5655-994d-8529-000000004bbb | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-12-02 14:45:26.732805 | fa163ee9-5655-994d-8529-000000004bbb | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:18.452960 | 5.50s 2025-12-02 14:45:26.743388 | fa163ee9-5655-994d-8529-000000004bbb | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:18.463550 | 5.51s 2025-12-02 14:45:26.764625 | fa163ee9-5655-994d-8529-000000004972 | TASK | Async assignment of Keystone user per role 2025-12-02 14:45:26.856182 | fa163ee9-5655-994d-8529-000000004972 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:18.576329 | 0.09s 2025-12-02 14:45:26.864875 | fa163ee9-5655-994d-8529-000000004972 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:18.585027 | 0.10s 2025-12-02 14:45:26.880506 | c0f52e18-ed12-4da3-bd46-651f77c03696 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-02 14:45:26.905273 | fa163ee9-5655-994d-8529-000000004bdd | TASK | Async assignment of Keystone user to roles 2025-12-02 14:45:27.260711 | fa163ee9-5655-994d-8529-000000004bdd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-02 14:45:27.262750 | fa163ee9-5655-994d-8529-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:18.982900 | 0.36s 2025-12-02 14:45:27.550920 | fa163ee9-5655-994d-8529-000000004bdd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-02 14:45:27.551527 | fa163ee9-5655-994d-8529-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:19.271695 | 0.64s 2025-12-02 14:45:27.842084 | fa163ee9-5655-994d-8529-000000004bdd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-02 14:45:27.843527 | fa163ee9-5655-994d-8529-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:19.563694 | 0.94s 2025-12-02 14:45:27.854202 | fa163ee9-5655-994d-8529-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:19.574356 | 0.95s 2025-12-02 14:45:27.873435 | fa163ee9-5655-994d-8529-000000004bdf | TASK | Check Keystone user assignment to roles status 2025-12-02 14:45:28.104774 | fa163ee9-5655-994d-8529-000000004bdf | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-02 14:45:33.323908 | fa163ee9-5655-994d-8529-000000004bdf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-02 14:45:33.326236 | fa163ee9-5655-994d-8529-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.046387 | 5.45s 2025-12-02 14:45:33.567562 | fa163ee9-5655-994d-8529-000000004bdf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-02 14:45:33.569865 | fa163ee9-5655-994d-8529-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.290025 | 5.69s 2025-12-02 14:45:33.801124 | fa163ee9-5655-994d-8529-000000004bdf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-02 14:45:33.802159 | fa163ee9-5655-994d-8529-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.522320 | 5.93s 2025-12-02 14:45:33.810177 | fa163ee9-5655-994d-8529-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:25.530332 | 5.94s 2025-12-02 14:45:33.847901 | fa163ee9-5655-994d-8529-000000003cf3 | TASK | is Keystone LDAP enabled 2025-12-02 14:45:33.891324 | fa163ee9-5655-994d-8529-000000003cf3 | OK | is Keystone LDAP enabled | undercloud 2025-12-02 14:45:33.892576 | fa163ee9-5655-994d-8529-000000003cf3 | TIMING | is Keystone LDAP enabled | undercloud | 0:22:25.612733 | 0.04s 2025-12-02 14:45:33.908393 | fa163ee9-5655-994d-8529-000000003cf4 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-12-02 14:45:33.954368 | fa163ee9-5655-994d-8529-000000003cf4 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-12-02 14:45:33.955280 | fa163ee9-5655-994d-8529-000000003cf4 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:25.675442 | 0.05s 2025-12-02 14:45:33.969925 | fa163ee9-5655-994d-8529-000000003cf5 | TASK | Manage Keystone domains from LDAP config 2025-12-02 14:45:34.027392 | fa163ee9-5655-994d-8529-000000003cf5 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-12-02 14:45:34.028322 | fa163ee9-5655-994d-8529-000000003cf5 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:25.748487 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-12-02 14:45:34.123240 | fa163ee9-5655-994d-8529-0000000000e2 | TASK | Deploy step tasks for 4 2025-12-02 14:45:34.153448 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000e2') missing from stats 2025-12-02 14:45:34.172946 | fa163ee9-5655-994d-8529-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-12-02 14:45:34.687132 | fa163ee9-5655-994d-8529-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-12-02 14:45:34.688648 | fa163ee9-5655-994d-8529-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:26.408805 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-02 14:45:34.778674 | fa163ee9-5655-994d-8529-0000000000e4 | TIMING | include_tasks | standalone | 0:22:26.498823 | 0.06s 2025-12-02 14:45:34.823915 | c0fd5729-193c-4ee1-bbea-2044891cb458 | INCLUDED | /root/standalone-ansible-oxw8emgm/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-12-02 14:45:34.852128 | fa163ee9-5655-994d-8529-000000004c21 | TASK | Create virtqemud recovery script 2025-12-02 14:45:35.344850 | fa163ee9-5655-994d-8529-000000004c21 | CHANGED | Create virtqemud recovery script | standalone 2025-12-02 14:45:35.346279 | fa163ee9-5655-994d-8529-000000004c21 | TIMING | Create virtqemud recovery script | standalone | 0:22:27.066432 | 0.49s 2025-12-02 14:45:35.375592 | fa163ee9-5655-994d-8529-000000004c22 | TASK | Create virtqemud recovery trigger service 2025-12-02 14:45:35.813853 | fa163ee9-5655-994d-8529-000000004c22 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-12-02 14:45:35.814667 | fa163ee9-5655-994d-8529-000000004c22 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:27.534831 | 0.44s 2025-12-02 14:45:35.834751 | fa163ee9-5655-994d-8529-000000004c23 | TASK | Create virtqemud recovery trigger timer 2025-12-02 14:45:36.296255 | fa163ee9-5655-994d-8529-000000004c23 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-12-02 14:45:36.297601 | fa163ee9-5655-994d-8529-000000004c23 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:28.017758 | 0.46s 2025-12-02 14:45:36.327860 | fa163ee9-5655-994d-8529-000000004c24 | TASK | Enable virtqemud recovery trigger service 2025-12-02 14:45:37.476423 | fa163ee9-5655-994d-8529-000000004c24 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-12-02 14:45:37.477889 | fa163ee9-5655-994d-8529-000000004c24 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:29.198051 | 1.15s 2025-12-02 14:45:37.497788 | fa163ee9-5655-994d-8529-000000004c25 | TASK | Enable virtqemud recovery trigger timer 2025-12-02 14:45:38.624495 | fa163ee9-5655-994d-8529-000000004c25 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-12-02 14:45:38.626197 | fa163ee9-5655-994d-8529-000000004c25 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:30.346353 | 1.13s 2025-12-02 14:45:38.654860 | fa163ee9-5655-994d-8529-000000004c26 | TASK | Really enable virtqemud recovery trigger timer 2025-12-02 14:45:39.298189 | fa163ee9-5655-994d-8529-000000004c26 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-12-02 14:45:39.300951 | fa163ee9-5655-994d-8529-000000004c26 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:31.021093 | 0.64s 2025-12-02 14:45:39.330965 | fa163ee9-5655-994d-8529-000000004c28 | TASK | Create systemd file 2025-12-02 14:45:39.826818 | fa163ee9-5655-994d-8529-000000004c28 | CHANGED | Create systemd file | standalone 2025-12-02 14:45:39.828389 | fa163ee9-5655-994d-8529-000000004c28 | TIMING | Create systemd file | standalone | 0:22:31.548547 | 0.49s 2025-12-02 14:45:39.856775 | fa163ee9-5655-994d-8529-000000004c29 | TASK | Reload systemd 2025-12-02 14:45:40.629293 | fa163ee9-5655-994d-8529-000000004c29 | CHANGED | Reload systemd | standalone 2025-12-02 14:45:40.631386 | fa163ee9-5655-994d-8529-000000004c29 | TIMING | Reload systemd | standalone | 0:22:32.351535 | 0.77s 2025-12-02 14:45:40.664619 | fa163ee9-5655-994d-8529-000000004c2c | TASK | Start OVN container 2025-12-02 14:45:40.722846 | fa163ee9-5655-994d-8529-000000004c2c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-12-02 14:45:40.740590 | fa163ee9-5655-994d-8529-000000004c2c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-12-02 14:45:40.756497 | fa163ee9-5655-994d-8529-000000004c2c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-12-02 14:45:40.768381 | fa163ee9-5655-994d-8529-000000004c2c | TIMING | Start OVN container | standalone | 0:22:32.488524 | 0.10s 2025-12-02 14:45:40.799729 | fa163ee9-5655-994d-8529-000000004c2e | TASK | Set NB connection 2025-12-02 14:45:40.840740 | fa163ee9-5655-994d-8529-000000004c2e | SKIPPED | Set NB connection | standalone 2025-12-02 14:45:40.842232 | fa163ee9-5655-994d-8529-000000004c2e | TIMING | Set NB connection | standalone | 0:22:32.562385 | 0.04s 2025-12-02 14:45:40.873091 | fa163ee9-5655-994d-8529-000000004c2f | TASK | Set SB connection 2025-12-02 14:45:40.927210 | fa163ee9-5655-994d-8529-000000004c2f | SKIPPED | Set SB connection | standalone 2025-12-02 14:45:40.928711 | fa163ee9-5655-994d-8529-000000004c2f | TIMING | Set SB connection | standalone | 0:22:32.648866 | 0.05s 2025-12-02 14:45:40.959609 | fa163ee9-5655-994d-8529-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-12-02 14:45:41.197997 | fa163ee9-5655-994d-8529-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-12-02 14:45:41.199606 | fa163ee9-5655-994d-8529-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:32.919762 | 0.24s 2025-12-02 14:45:41.314497 | fa163ee9-5655-994d-8529-0000000000e7 | TIMING | include_tasks | standalone | 0:22:33.034577 | 0.08s 2025-12-02 14:45:41.357156 | bb7a6037-8f5e-4058-ae96-d1b0003d7291 | INCLUDED | /root/standalone-ansible-oxw8emgm/common_deploy_steps_tasks.yaml | standalone 2025-12-02 14:45:41.384725 | fa163ee9-5655-994d-8529-000000004c5e | TASK | Write the config_step hieradata 2025-12-02 14:45:41.893795 | fa163ee9-5655-994d-8529-000000004c5e | OK | Write the config_step hieradata | standalone 2025-12-02 14:45:41.895152 | fa163ee9-5655-994d-8529-000000004c5e | TIMING | Write the config_step hieradata | standalone | 0:22:33.615305 | 0.51s 2025-12-02 14:45:41.925610 | fa163ee9-5655-994d-8529-000000004c5f | TASK | Run puppet host configuration for step 4 2025-12-02 14:45:42.232322 | fa163ee9-5655-994d-8529-000000004c5f | CHANGED | Run puppet host configuration for step 4 | standalone 2025-12-02 14:45:42.233664 | fa163ee9-5655-994d-8529-000000004c5f | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:33.953815 | 0.31s 2025-12-02 14:45:42.262290 | fa163ee9-5655-994d-8529-000000004c60 | TASK | Wait for puppet host configuration to finish 2025-12-02 14:45:42.479208 | fa163ee9-5655-994d-8529-000000004c60 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-02 14:45:52.706260 | fa163ee9-5655-994d-8529-000000004c60 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-02 14:46:02.919213 | fa163ee9-5655-994d-8529-000000004c60 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-02 14:46:13.144842 | fa163ee9-5655-994d-8529-000000004c60 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-02 14:46:13.146271 | fa163ee9-5655-994d-8529-000000004c60 | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:04.866427 | 30.88s 2025-12-02 14:46:13.177366 | fa163ee9-5655-994d-8529-000000004c61 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-12-02 14:46:13.234036 | fa163ee9-5655-994d-8529-000000004c61 | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Dec 2 14:45:42 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 2 14:45:46 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 2 14:45:46 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 2 14:45:46 puppet-user: (file & line not available)", "<13>Dec 2 14:45:46 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 2 14:45:46 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 2 14:45:47 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 2 14:45:47 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 2 14:45:47 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 2 14:45:47 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 2 14:45:47 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 2 14:45:47 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 2 14:45:47 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 2 14:45:47 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 2 14:45:47 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 2 14:45:47 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.50 seconds", "<13>Dec 2 14:45:51 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 2 14:45:53 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 2 14:45:58 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Dec 2 14:45:58 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}acdb98b3d102bbafaf2c57423952de3b58d7bbefec6ed70c066a7e47be473487'", "<13>Dec 2 14:45:58 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Dec 2 14:45:58 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Dec 2 14:45:58 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Dec 2 14:45:58 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Dec 2 14:46:00 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 2 14:46:05 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Dec 2 14:46:06 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 2 14:46:06 puppet-user: Notice: Applied catalog in 19.49 seconds", "<13>Dec 2 14:46:06 puppet-user: Application:", "<13>Dec 2 14:46:06 puppet-user: Initial environment: production", "<13>Dec 2 14:46:06 puppet-user: Converged environment: production", "<13>Dec 2 14:46:06 puppet-user: Run mode: user", "<13>Dec 2 14:46:06 puppet-user: Changes:", "<13>Dec 2 14:46:06 puppet-user: Total: 10", "<13>Dec 2 14:46:06 puppet-user: Events:", "<13>Dec 2 14:46:06 puppet-user: Success: 10", "<13>Dec 2 14:46:06 puppet-user: Resources:", "<13>Dec 2 14:46:06 puppet-user: Restarted: 1", "<13>Dec 2 14:46:06 puppet-user: Changed: 10", "<13>Dec 2 14:46:06 puppet-user: Out of sync: 10", "<13>Dec 2 14:46:06 puppet-user: Total: 37", "<13>Dec 2 14:46:06 puppet-user: Time:", "<13>Dec 2 14:46:06 puppet-user: Schedule: 0.00", "<13>Dec 2 14:46:06 puppet-user: File line: 0.00", "<13>Dec 2 14:46:06 puppet-user: Augeas: 0.01", "<13>Dec 2 14:46:06 puppet-user: User: 0.01", "<13>Dec 2 14:46:06 puppet-user: File: 0.09", "<13>Dec 2 14:46:06 puppet-user: Config retrieval: 0.57", "<13>Dec 2 14:46:06 puppet-user: Service: 1.42", "<13>Dec 2 14:46:06 puppet-user: Pcmk property: 1.45", "<13>Dec 2 14:46:06 puppet-user: Last run: 1764686766", "<13>Dec 2 14:46:06 puppet-user: Transaction evaluation: 19.48", "<13>Dec 2 14:46:06 puppet-user: Catalog application: 19.49", "<13>Dec 2 14:46:06 puppet-user: Pcmk resource op default: 2.05", "<13>Dec 2 14:46:06 puppet-user: Pcmk resource default: 2.12", "<13>Dec 2 14:46:06 puppet-user: Package: 5.30", "<13>Dec 2 14:46:06 puppet-user: Exec: 6.86", "<13>Dec 2 14:46:06 puppet-user: Filebucket: 0.00", "<13>Dec 2 14:46:06 puppet-user: Total: 19.50", "<13>Dec 2 14:46:06 puppet-user: Version:", "<13>Dec 2 14:46:06 puppet-user: Config: 1764686746", "<13>Dec 2 14:46:06 puppet-user: Puppet: 7.10.0" ] } 2025-12-02 14:46:13.235732 | fa163ee9-5655-994d-8529-000000004c61 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:04.955884 | 0.06s 2025-12-02 14:46:13.267038 | fa163ee9-5655-994d-8529-000000004c62 | TASK | Pre-cache facts for puppet containers 2025-12-02 14:46:13.301721 | fa163ee9-5655-994d-8529-000000004c62 | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:05.021868 | 0.03s 2025-12-02 14:46:13.369602 | fa163ee9-5655-994d-8529-000000004ca3 | TASK | Gather variables for each operating system 2025-12-02 14:46:13.485830 | fa163ee9-5655-994d-8529-000000004ca3 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:05.205971 | 0.12s 2025-12-02 14:46:13.517266 | fa163ee9-5655-994d-8529-000000004ca4 | TASK | Create puppet caching structures 2025-12-02 14:46:13.772915 | fa163ee9-5655-994d-8529-000000004ca4 | CHANGED | Create puppet caching structures | standalone 2025-12-02 14:46:13.773683 | fa163ee9-5655-994d-8529-000000004ca4 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:05.493850 | 0.25s 2025-12-02 14:46:13.796912 | fa163ee9-5655-994d-8529-000000004ca5 | TASK | Check for facter.conf 2025-12-02 14:46:14.050873 | fa163ee9-5655-994d-8529-000000004ca5 | OK | Check for facter.conf | standalone 2025-12-02 14:46:14.051725 | fa163ee9-5655-994d-8529-000000004ca5 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:05.771890 | 0.25s 2025-12-02 14:46:14.071211 | fa163ee9-5655-994d-8529-000000004ca6 | TASK | Remove facter.conf if directory 2025-12-02 14:46:14.123046 | fa163ee9-5655-994d-8529-000000004ca6 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-02 14:46:14.124000 | fa163ee9-5655-994d-8529-000000004ca6 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:05.844161 | 0.05s 2025-12-02 14:46:14.147135 | fa163ee9-5655-994d-8529-000000004ca7 | TASK | Write facter cache config 2025-12-02 14:46:14.624367 | fa163ee9-5655-994d-8529-000000004ca7 | CHANGED | Write facter cache config | standalone 2025-12-02 14:46:14.625714 | fa163ee9-5655-994d-8529-000000004ca7 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:06.345870 | 0.48s 2025-12-02 14:46:14.654964 | fa163ee9-5655-994d-8529-000000004ca8 | TASK | Cleanup facter cache if exists 2025-12-02 14:46:14.935814 | fa163ee9-5655-994d-8529-000000004ca8 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-02 14:46:14.937284 | fa163ee9-5655-994d-8529-000000004ca8 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:06.657439 | 0.28s 2025-12-02 14:46:14.967148 | fa163ee9-5655-994d-8529-000000004ca9 | TASK | Pre-cache facts 2025-12-02 14:46:15.589806 | fa163ee9-5655-994d-8529-000000004ca9 | CHANGED | Pre-cache facts | standalone 2025-12-02 14:46:15.592669 | fa163ee9-5655-994d-8529-000000004ca9 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:07.312798 | 0.62s 2025-12-02 14:46:15.625910 | fa163ee9-5655-994d-8529-000000004caa | TASK | Failed deployment if facter fails 2025-12-02 14:46:15.658907 | fa163ee9-5655-994d-8529-000000004caa | SKIPPED | Failed deployment if facter fails | standalone 2025-12-02 14:46:15.659966 | fa163ee9-5655-994d-8529-000000004caa | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:07.380122 | 0.03s 2025-12-02 14:46:15.705169 | fa163ee9-5655-994d-8529-000000004cab | TASK | Sync cached facts 2025-12-02 14:46:16.038831 | fa163ee9-5655-994d-8529-000000004cab | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee9-5655-994d-8529-000000004cab') missing from stats 2025-12-02 14:46:16.095164 | fa163ee9-5655-994d-8529-000000004c63 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-02 14:46:16.145704 | fa163ee9-5655-994d-8529-000000004c63 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-02 14:46:16.146975 | fa163ee9-5655-994d-8529-000000004c63 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:07.867130 | 0.05s 2025-12-02 14:46:16.178684 | fa163ee9-5655-994d-8529-000000004c65 | TASK | Manage containers for step 4 with tripleo-ansible 2025-12-02 14:46:16.208417 | fa163ee9-5655-994d-8529-000000004c65 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:07.928567 | 0.03s 2025-12-02 14:46:16.272232 | fa163ee9-5655-994d-8529-000000004d02 | TASK | Gather variables for each operating system 2025-12-02 14:46:16.401735 | fa163ee9-5655-994d-8529-000000004d02 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:08.121876 | 0.13s 2025-12-02 14:46:16.425790 | fa163ee9-5655-994d-8529-000000004d03 | TASK | Create container logs path 2025-12-02 14:46:16.669057 | fa163ee9-5655-994d-8529-000000004d03 | OK | Create container logs path | standalone 2025-12-02 14:46:16.670413 | fa163ee9-5655-994d-8529-000000004d03 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:08.390569 | 0.24s 2025-12-02 14:46:16.702035 | fa163ee9-5655-994d-8529-000000004d05 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-12-02 14:46:16.984877 | fa163ee9-5655-994d-8529-000000004d05 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-02 14:46:16.986111 | fa163ee9-5655-994d-8529-000000004d05 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:08.706268 | 0.28s 2025-12-02 14:46:17.018974 | fa163ee9-5655-994d-8529-000000004d06 | TASK | Finalise hashes for all containers 2025-12-02 14:46:17.083235 | fa163ee9-5655-994d-8529-000000004d06 | OK | Finalise hashes for all containers | standalone 2025-12-02 14:46:17.085232 | fa163ee9-5655-994d-8529-000000004d06 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:08.805388 | 0.06s 2025-12-02 14:46:17.118797 | fa163ee9-5655-994d-8529-000000004d08 | TASK | Manage systemd shutdown files 2025-12-02 14:46:17.143308 | fa163ee9-5655-994d-8529-000000004d08 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:08.863455 | 0.02s 2025-12-02 14:46:17.176979 | 3adc5946-0eb6-490d-9de2-2b3f5caa5e16 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-02 14:46:17.207211 | fa163ee9-5655-994d-8529-000000004d3b | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-02 14:46:17.455691 | fa163ee9-5655-994d-8529-000000004d3b | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-02 14:46:17.457007 | fa163ee9-5655-994d-8529-000000004d3b | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:09.177163 | 0.25s 2025-12-02 14:46:17.486727 | fa163ee9-5655-994d-8529-000000004d3c | TASK | Set podman_drop_in fact 2025-12-02 14:46:17.548713 | fa163ee9-5655-994d-8529-000000004d3c | OK | Set podman_drop_in fact | standalone 2025-12-02 14:46:17.549885 | fa163ee9-5655-994d-8529-000000004d3c | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:09.270040 | 0.06s 2025-12-02 14:46:17.583075 | fa163ee9-5655-994d-8529-000000004d3e | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-02 14:46:18.126836 | fa163ee9-5655-994d-8529-000000004d3e | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-02 14:46:18.128866 | fa163ee9-5655-994d-8529-000000004d3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:09.849022 | 0.54s 2025-12-02 14:46:18.684952 | fa163ee9-5655-994d-8529-000000004d3e | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-02 14:46:18.686709 | fa163ee9-5655-994d-8529-000000004d3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:10.406863 | 1.10s 2025-12-02 14:46:18.697294 | fa163ee9-5655-994d-8529-000000004d3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:10.417446 | 1.11s 2025-12-02 14:46:18.726937 | fa163ee9-5655-994d-8529-000000004d3f | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-02 14:46:19.208367 | fa163ee9-5655-994d-8529-000000004d3f | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-02 14:46:19.209797 | fa163ee9-5655-994d-8529-000000004d3f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:10.929951 | 0.48s 2025-12-02 14:46:19.238947 | fa163ee9-5655-994d-8529-000000004d40 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-02 14:46:19.709980 | fa163ee9-5655-994d-8529-000000004d40 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-02 14:46:19.711748 | fa163ee9-5655-994d-8529-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:11.431901 | 0.47s 2025-12-02 14:46:19.741240 | fa163ee9-5655-994d-8529-000000004d41 | TASK | Enable and start tripleo-container-shutdown 2025-12-02 14:46:20.578354 | fa163ee9-5655-994d-8529-000000004d41 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-02 14:46:20.579871 | fa163ee9-5655-994d-8529-000000004d41 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:12.300032 | 0.84s 2025-12-02 14:46:20.603786 | fa163ee9-5655-994d-8529-000000004d42 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-02 14:46:21.080604 | fa163ee9-5655-994d-8529-000000004d42 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-02 14:46:21.081944 | fa163ee9-5655-994d-8529-000000004d42 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:12.802101 | 0.48s 2025-12-02 14:46:21.112607 | fa163ee9-5655-994d-8529-000000004d43 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-02 14:46:21.594076 | fa163ee9-5655-994d-8529-000000004d43 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-02 14:46:21.595649 | fa163ee9-5655-994d-8529-000000004d43 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:13.315804 | 0.48s 2025-12-02 14:46:21.627450 | fa163ee9-5655-994d-8529-000000004d44 | TASK | Enable and start netns-placeholder 2025-12-02 14:46:22.419279 | fa163ee9-5655-994d-8529-000000004d44 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-02 14:46:22.421424 | fa163ee9-5655-994d-8529-000000004d44 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:14.141579 | 0.79s 2025-12-02 14:46:22.455422 | fa163ee9-5655-994d-8529-000000004d0a | TASK | Update container configs with new config hashes 2025-12-02 14:46:22.517920 | fa163ee9-5655-994d-8529-000000004d0a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:14.238061 | 0.06s 2025-12-02 14:46:22.533894 | d3a5c1e5-c588-40fc-939a-8ca23dd364ce | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-02 14:46:22.560322 | fa163ee9-5655-994d-8529-000000004d6c | TASK | Update config hashes for container startup configs 2025-12-02 14:46:22.805935 | fa163ee9-5655-994d-8529-000000004d6c | OK | Update config hashes for container startup configs | standalone 2025-12-02 14:46:22.808682 | fa163ee9-5655-994d-8529-000000004d6c | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:14.528832 | 0.25s 2025-12-02 14:46:22.842179 | fa163ee9-5655-994d-8529-000000004d0b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-02 14:46:22.904341 | fa163ee9-5655-994d-8529-000000004d0b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:14.624481 | 0.06s 2025-12-02 14:46:22.929842 | 03a07864-67f7-4ee2-adbd-b32f0d6ec7b9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-02 14:46:22.968413 | fa163ee9-5655-994d-8529-000000004d8b | TASK | Gather podman infos 2025-12-02 14:46:24.515138 | fa163ee9-5655-994d-8529-000000004d8b | OK | Gather podman infos | standalone 2025-12-02 14:46:24.516285 | fa163ee9-5655-994d-8529-000000004d8b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:16.236444 | 1.55s 2025-12-02 14:46:24.633595 | fa163ee9-5655-994d-8529-000000004d8c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-02 14:46:24.712444 | fa163ee9-5655-994d-8529-000000004d8c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:16.432589 | 0.07s 2025-12-02 14:46:24.886852 | fa163ee9-5655-994d-8529-000000004dd5 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:16.606995 | 0.12s 2025-12-02 14:46:24.932305 | fa163ee9-5655-994d-8529-000000004d0c | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-02 14:46:24.971147 | fa163ee9-5655-994d-8529-000000004d0c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:16.691302 | 0.04s 2025-12-02 14:46:24.986795 | 8d0fc9da-5bfb-4726-bd25-a16ef89256f9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-02 14:46:25.018530 | fa163ee9-5655-994d-8529-000000004dfb | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-02 14:46:45.648588 | fa163ee9-5655-994d-8529-000000004dfb | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-02 14:46:45.650334 | fa163ee9-5655-994d-8529-000000004dfb | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:37.370488 | 20.63s 2025-12-02 14:46:45.682550 | fa163ee9-5655-994d-8529-000000004dfc | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-02 14:48:49.218489 | fa163ee9-5655-994d-8529-000000004dfc | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-02 14:48:49.220299 | fa163ee9-5655-994d-8529-000000004dfc | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:40.940454 | 123.54s 2025-12-02 14:48:49.293835 | fa163ee9-5655-994d-8529-000000004c67 | TASK | Clean container_puppet_tasks for standalone step 4 2025-12-02 14:48:49.513849 | fa163ee9-5655-994d-8529-000000004c67 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-12-02 14:48:49.514894 | fa163ee9-5655-994d-8529-000000004c67 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:25:41.235056 | 0.22s 2025-12-02 14:48:49.549051 | fa163ee9-5655-994d-8529-000000004c68 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-12-02 14:48:49.609024 | fa163ee9-5655-994d-8529-000000004c68 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:25:41.329164 | 0.06s 2025-12-02 14:48:49.642092 | fa163ee9-5655-994d-8529-000000004c69 | TASK | Include container-puppet tasks for step 4 2025-12-02 14:48:49.683542 | fa163ee9-5655-994d-8529-000000004c69 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:25:41.403690 | 0.04s 2025-12-02 14:48:49.710310 | b9ce69c3-bd96-4500-bccc-8184e1ea520e | INCLUDED | /root/standalone-ansible-oxw8emgm/host-container-puppet-tasks.yaml | standalone 2025-12-02 14:48:49.763890 | fa163ee9-5655-994d-8529-000000004e47 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-12-02 14:48:50.256919 | fa163ee9-5655-994d-8529-000000004e47 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-12-02 14:48:50.258545 | fa163ee9-5655-994d-8529-000000004e47 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:25:41.978696 | 0.49s 2025-12-02 14:48:50.290877 | fa163ee9-5655-994d-8529-000000004e49 | TASK | Generate container puppet configs for step 4 2025-12-02 14:48:50.553671 | fa163ee9-5655-994d-8529-000000004e49 | OK | Generate container puppet configs for step 4 | standalone 2025-12-02 14:48:50.555028 | fa163ee9-5655-994d-8529-000000004e49 | TIMING | Generate container puppet configs for step 4 | standalone | 0:25:42.275184 | 0.26s 2025-12-02 14:48:50.587514 | fa163ee9-5655-994d-8529-000000004e4a | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-12-02 14:48:50.613583 | fa163ee9-5655-994d-8529-000000004e4a | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:25:42.333722 | 0.02s 2025-12-02 14:48:50.681209 | fa163ee9-5655-994d-8529-000000004e79 | TASK | Gather variables for each operating system 2025-12-02 14:48:50.764729 | fa163ee9-5655-994d-8529-000000004e79 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:42.484860 | 0.08s 2025-12-02 14:48:50.796270 | fa163ee9-5655-994d-8529-000000004e7a | TASK | Create container logs path 2025-12-02 14:48:51.064690 | fa163ee9-5655-994d-8529-000000004e7a | OK | Create container logs path | standalone 2025-12-02 14:48:51.065643 | fa163ee9-5655-994d-8529-000000004e7a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:42.785805 | 0.27s 2025-12-02 14:48:51.089858 | fa163ee9-5655-994d-8529-000000004e7c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-02 14:48:51.332004 | fa163ee9-5655-994d-8529-000000004e7c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-02 14:48:51.333255 | fa163ee9-5655-994d-8529-000000004e7c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:43.053411 | 0.24s 2025-12-02 14:48:51.364069 | fa163ee9-5655-994d-8529-000000004e7d | TASK | Finalise hashes for all containers 2025-12-02 14:48:51.397507 | fa163ee9-5655-994d-8529-000000004e7d | OK | Finalise hashes for all containers | standalone 2025-12-02 14:48:51.399419 | fa163ee9-5655-994d-8529-000000004e7d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:43.119572 | 0.03s 2025-12-02 14:48:51.431425 | fa163ee9-5655-994d-8529-000000004e7f | TASK | Manage systemd shutdown files 2025-12-02 14:48:51.471594 | fa163ee9-5655-994d-8529-000000004e7f | SKIPPED | Manage systemd shutdown files | standalone 2025-12-02 14:48:51.472382 | fa163ee9-5655-994d-8529-000000004e7f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:43.192545 | 0.04s 2025-12-02 14:48:51.495789 | fa163ee9-5655-994d-8529-000000004e81 | TASK | Update container configs with new config hashes 2025-12-02 14:48:51.543873 | fa163ee9-5655-994d-8529-000000004e81 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-02 14:48:51.544783 | fa163ee9-5655-994d-8529-000000004e81 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:43.264946 | 0.05s 2025-12-02 14:48:51.577087 | fa163ee9-5655-994d-8529-000000004e82 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-02 14:48:51.645552 | fa163ee9-5655-994d-8529-000000004e82 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-02 14:48:51.646833 | fa163ee9-5655-994d-8529-000000004e82 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:43.366986 | 0.07s 2025-12-02 14:48:51.680842 | fa163ee9-5655-994d-8529-000000004e83 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-02 14:48:51.735440 | fa163ee9-5655-994d-8529-000000004e83 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-02 14:48:51.736425 | fa163ee9-5655-994d-8529-000000004e83 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:43.456587 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-12-02 14:48:51.891936 | fa163ee9-5655-994d-8529-0000000000ea | TASK | External deployment step 5 2025-12-02 14:48:51.919021 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000ea') missing from stats 2025-12-02 14:48:51.972957 | fa163ee9-5655-994d-8529-0000000000eb | TIMING | include_tasks | undercloud | 0:25:43.693115 | 0.04s 2025-12-02 14:48:51.980603 | e32437df-467c-44f7-a23b-ee8af879d5f1 | INCLUDED | /root/standalone-ansible-oxw8emgm/external_deploy_steps_tasks_step5.yaml | undercloud 2025-12-02 14:48:51.996789 | fa163ee9-5655-994d-8529-000000004ed2 | TASK | Manage Cinder's default volume type 2025-12-02 14:49:02.063403 | fa163ee9-5655-994d-8529-000000004ed2 | OK | Manage Cinder's default volume type | undercloud 2025-12-02 14:49:02.065210 | fa163ee9-5655-994d-8529-000000004ed2 | TIMING | Manage Cinder's default volume type | undercloud | 0:25:53.785367 | 10.07s PLAY [Deploy step tasks for 5] ************************************************* 2025-12-02 14:49:02.207450 | fa163ee9-5655-994d-8529-0000000000ee | TASK | Deploy step tasks for 5 2025-12-02 14:49:02.238160 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000ee') missing from stats 2025-12-02 14:49:02.269214 | fa163ee9-5655-994d-8529-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-12-02 14:49:02.817064 | fa163ee9-5655-994d-8529-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-12-02 14:49:02.818199 | fa163ee9-5655-994d-8529-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:25:54.538365 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-02 14:49:02.879688 | fa163ee9-5655-994d-8529-0000000000f0 | TIMING | include_tasks | standalone | 0:25:54.599845 | 0.04s 2025-12-02 14:49:02.940548 | 49df9c09-e45e-4839-8a21-a31dd7b9410f | INCLUDED | /root/standalone-ansible-oxw8emgm/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-12-02 14:49:02.979603 | fa163ee9-5655-994d-8529-000000004ef5 | TASK | Gather variables for each operating system 2025-12-02 14:49:03.068275 | fa163ee9-5655-994d-8529-000000004ef5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:54.788427 | 0.09s 2025-12-02 14:49:03.088451 | fa163ee9-5655-994d-8529-000000004ef6 | TASK | Detect if resource is being created or already exists 2025-12-02 14:49:03.870932 | fa163ee9-5655-994d-8529-000000004ef6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-02 14:49:03.872518 | fa163ee9-5655-994d-8529-000000004ef6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:55.592673 | 0.78s 2025-12-02 14:49:03.905997 | fa163ee9-5655-994d-8529-000000004ef7 | TASK | Run init bundle puppet on the host for cinder_backup 2025-12-02 14:49:26.780292 | fa163ee9-5655-994d-8529-000000004ef7 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-12-02 14:49:26.782168 | fa163ee9-5655-994d-8529-000000004ef7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:18.502323 | 22.87s 2025-12-02 14:49:26.815239 | fa163ee9-5655-994d-8529-000000004ef8 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-02 14:49:27.087360 | fa163ee9-5655-994d-8529-000000004ef8 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-02 14:49:27.088236 | fa163ee9-5655-994d-8529-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:18.808403 | 0.27s 2025-12-02 14:49:27.107903 | fa163ee9-5655-994d-8529-000000004ef9 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-02 14:49:27.505012 | fa163ee9-5655-994d-8529-000000004ef9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-02 14:49:27.505793 | fa163ee9-5655-994d-8529-000000004ef9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:19.225958 | 0.40s 2025-12-02 14:49:27.526217 | fa163ee9-5655-994d-8529-000000004efa | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-12-02 14:49:27.766753 | fa163ee9-5655-994d-8529-000000004efa | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-12-02 14:49:27.767494 | fa163ee9-5655-994d-8529-000000004efa | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:19.487659 | 0.24s 2025-12-02 14:49:27.787696 | fa163ee9-5655-994d-8529-000000004efc | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-12-02 14:49:27.824999 | fa163ee9-5655-994d-8529-000000004efc | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-12-02 14:49:27.825701 | fa163ee9-5655-994d-8529-000000004efc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:19.545867 | 0.04s 2025-12-02 14:49:27.846413 | fa163ee9-5655-994d-8529-000000004efd | TASK | Get container image tag from bundle openstack-cinder-backup 2025-12-02 14:49:27.904232 | fa163ee9-5655-994d-8529-000000004efd | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-12-02 14:49:27.904995 | fa163ee9-5655-994d-8529-000000004efd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:19.625160 | 0.06s 2025-12-02 14:49:27.925927 | fa163ee9-5655-994d-8529-000000004efe | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-12-02 14:49:27.962834 | fa163ee9-5655-994d-8529-000000004efe | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-12-02 14:49:27.963541 | fa163ee9-5655-994d-8529-000000004efe | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:19.683705 | 0.04s 2025-12-02 14:49:27.984925 | fa163ee9-5655-994d-8529-000000004eff | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-02 14:49:28.029772 | fa163ee9-5655-994d-8529-000000004eff | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-02 14:49:28.030432 | fa163ee9-5655-994d-8529-000000004eff | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:19.750599 | 0.04s 2025-12-02 14:49:28.050867 | fa163ee9-5655-994d-8529-000000004f00 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-12-02 14:49:28.089184 | fa163ee9-5655-994d-8529-000000004f00 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-12-02 14:49:28.089923 | fa163ee9-5655-994d-8529-000000004f00 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:19.810089 | 0.04s 2025-12-02 14:49:28.127475 | fa163ee9-5655-994d-8529-000000004f21 | TASK | Gather variables for each operating system 2025-12-02 14:49:28.226067 | fa163ee9-5655-994d-8529-000000004f21 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:19.946221 | 0.10s 2025-12-02 14:49:28.245891 | fa163ee9-5655-994d-8529-000000004f22 | TASK | Detect if resource is being created or already exists 2025-12-02 14:49:28.962116 | fa163ee9-5655-994d-8529-000000004f22 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-02 14:49:28.963497 | fa163ee9-5655-994d-8529-000000004f22 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:20.683627 | 0.72s 2025-12-02 14:49:28.994633 | fa163ee9-5655-994d-8529-000000004f23 | TASK | Run init bundle puppet on the host for cinder_volume 2025-12-02 14:49:51.304134 | fa163ee9-5655-994d-8529-000000004f23 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-12-02 14:49:51.305201 | fa163ee9-5655-994d-8529-000000004f23 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:26:43.025364 | 22.31s 2025-12-02 14:49:51.327707 | fa163ee9-5655-994d-8529-000000004f24 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-02 14:49:51.598212 | fa163ee9-5655-994d-8529-000000004f24 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-02 14:49:51.599713 | fa163ee9-5655-994d-8529-000000004f24 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:43.319869 | 0.27s 2025-12-02 14:49:51.630576 | fa163ee9-5655-994d-8529-000000004f25 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-02 14:49:52.102657 | fa163ee9-5655-994d-8529-000000004f25 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-02 14:49:52.103407 | fa163ee9-5655-994d-8529-000000004f25 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:43.823572 | 0.47s 2025-12-02 14:49:52.123919 | fa163ee9-5655-994d-8529-000000004f26 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-12-02 14:49:52.372605 | fa163ee9-5655-994d-8529-000000004f26 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-12-02 14:49:52.373619 | fa163ee9-5655-994d-8529-000000004f26 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:26:44.093780 | 0.25s 2025-12-02 14:49:52.401407 | fa163ee9-5655-994d-8529-000000004f28 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-12-02 14:49:52.446102 | fa163ee9-5655-994d-8529-000000004f28 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-12-02 14:49:52.447100 | fa163ee9-5655-994d-8529-000000004f28 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:26:44.167262 | 0.04s 2025-12-02 14:49:52.470966 | fa163ee9-5655-994d-8529-000000004f29 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-12-02 14:49:52.530108 | fa163ee9-5655-994d-8529-000000004f29 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-12-02 14:49:52.531483 | fa163ee9-5655-994d-8529-000000004f29 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:26:44.251613 | 0.06s 2025-12-02 14:49:52.564152 | fa163ee9-5655-994d-8529-000000004f2a | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-12-02 14:49:52.625394 | fa163ee9-5655-994d-8529-000000004f2a | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-12-02 14:49:52.626723 | fa163ee9-5655-994d-8529-000000004f2a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:26:44.346877 | 0.06s 2025-12-02 14:49:52.662969 | fa163ee9-5655-994d-8529-000000004f2b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-02 14:49:52.703534 | fa163ee9-5655-994d-8529-000000004f2b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-02 14:49:52.704390 | fa163ee9-5655-994d-8529-000000004f2b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:44.424552 | 0.04s 2025-12-02 14:49:52.737031 | fa163ee9-5655-994d-8529-000000004f2c | TASK | Remove update marker for bundle openstack-cinder-volume 2025-12-02 14:49:52.787010 | fa163ee9-5655-994d-8529-000000004f2c | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-12-02 14:49:52.788439 | fa163ee9-5655-994d-8529-000000004f2c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:26:44.508594 | 0.05s 2025-12-02 14:49:52.844878 | fa163ee9-5655-994d-8529-000000004f4d | TASK | Gather variables for each operating system 2025-12-02 14:49:52.959883 | fa163ee9-5655-994d-8529-000000004f4d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:44.680027 | 0.11s 2025-12-02 14:49:52.992173 | fa163ee9-5655-994d-8529-000000004f4e | TASK | Detect if resource is being created or already exists 2025-12-02 14:49:53.706237 | fa163ee9-5655-994d-8529-000000004f4e | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-02 14:49:53.707596 | fa163ee9-5655-994d-8529-000000004f4e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:45.427751 | 0.71s 2025-12-02 14:49:53.740121 | fa163ee9-5655-994d-8529-000000004f4f | TASK | Run init bundle puppet on the host for manila_share 2025-12-02 14:50:15.527727 | fa163ee9-5655-994d-8529-000000004f4f | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-12-02 14:50:15.529379 | fa163ee9-5655-994d-8529-000000004f4f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:07.249532 | 21.79s 2025-12-02 14:50:15.562642 | fa163ee9-5655-994d-8529-000000004f50 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-12-02 14:50:15.800706 | fa163ee9-5655-994d-8529-000000004f50 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-12-02 14:50:15.802515 | fa163ee9-5655-994d-8529-000000004f50 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:07.522636 | 0.24s 2025-12-02 14:50:15.837242 | fa163ee9-5655-994d-8529-000000004f51 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-02 14:50:16.259908 | fa163ee9-5655-994d-8529-000000004f51 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-02 14:50:16.261227 | fa163ee9-5655-994d-8529-000000004f51 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:07.981382 | 0.42s 2025-12-02 14:50:16.293498 | fa163ee9-5655-994d-8529-000000004f52 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-12-02 14:50:16.469366 | fa163ee9-5655-994d-8529-000000004f52 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-12-02 14:50:16.470725 | fa163ee9-5655-994d-8529-000000004f52 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:08.190881 | 0.18s 2025-12-02 14:50:16.504734 | fa163ee9-5655-994d-8529-000000004f54 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-12-02 14:50:16.546416 | fa163ee9-5655-994d-8529-000000004f54 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-12-02 14:50:16.547355 | fa163ee9-5655-994d-8529-000000004f54 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:08.267516 | 0.04s 2025-12-02 14:50:16.579023 | fa163ee9-5655-994d-8529-000000004f55 | TASK | Get container image tag from bundle openstack-manila-share 2025-12-02 14:50:16.632531 | fa163ee9-5655-994d-8529-000000004f55 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-12-02 14:50:16.633515 | fa163ee9-5655-994d-8529-000000004f55 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:08.353676 | 0.05s 2025-12-02 14:50:16.659652 | fa163ee9-5655-994d-8529-000000004f56 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-12-02 14:50:16.702751 | fa163ee9-5655-994d-8529-000000004f56 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-12-02 14:50:16.703744 | fa163ee9-5655-994d-8529-000000004f56 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:08.423906 | 0.04s 2025-12-02 14:50:16.730158 | fa163ee9-5655-994d-8529-000000004f57 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-02 14:50:16.770798 | fa163ee9-5655-994d-8529-000000004f57 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-02 14:50:16.772171 | fa163ee9-5655-994d-8529-000000004f57 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:08.492326 | 0.04s 2025-12-02 14:50:16.805149 | fa163ee9-5655-994d-8529-000000004f58 | TASK | Remove update marker for bundle openstack-manila-share 2025-12-02 14:50:16.845917 | fa163ee9-5655-994d-8529-000000004f58 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-12-02 14:50:16.846892 | fa163ee9-5655-994d-8529-000000004f58 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:08.567054 | 0.04s 2025-12-02 14:50:16.891608 | fa163ee9-5655-994d-8529-000000004f79 | TASK | Run kolla_set_configs to copy ring files 2025-12-02 14:50:17.409804 | fa163ee9-5655-994d-8529-000000004f79 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-12-02 14:50:17.412131 | fa163ee9-5655-994d-8529-000000004f79 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:09.132289 | 0.52s 2025-12-02 14:50:17.423190 | fa163ee9-5655-994d-8529-000000004f79 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:09.143342 | 0.53s 2025-12-02 14:50:17.452883 | fa163ee9-5655-994d-8529-000000004f7a | TASK | Run kolla_set_configs to copy ring files 2025-12-02 14:50:17.828153 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-12-02 14:50:17.829773 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:09.549923 | 0.38s 2025-12-02 14:50:18.405489 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-12-02 14:50:18.407594 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:10.127753 | 0.95s 2025-12-02 14:50:18.755836 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-12-02 14:50:18.757869 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:10.478030 | 1.30s 2025-12-02 14:50:19.233366 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-12-02 14:50:19.234704 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:10.954863 | 1.78s 2025-12-02 14:50:19.535344 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-12-02 14:50:19.536662 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:11.256828 | 2.08s 2025-12-02 14:50:19.827678 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-12-02 14:50:19.829348 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:11.549508 | 2.37s 2025-12-02 14:50:20.253721 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-12-02 14:50:20.254655 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:11.974821 | 2.80s 2025-12-02 14:50:20.705258 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-12-02 14:50:20.706575 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:12.426736 | 3.25s 2025-12-02 14:50:21.013269 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-12-02 14:50:21.014700 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:12.734868 | 3.56s 2025-12-02 14:50:21.481605 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-12-02 14:50:21.482850 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:13.203014 | 4.03s 2025-12-02 14:50:21.733772 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-12-02 14:50:21.735594 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:13.455756 | 4.28s 2025-12-02 14:50:22.138098 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-12-02 14:50:22.139685 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:13.859844 | 4.69s 2025-12-02 14:50:22.607037 | fa163ee9-5655-994d-8529-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-12-02 14:50:22.609413 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:14.329571 | 5.15s 2025-12-02 14:50:22.622720 | fa163ee9-5655-994d-8529-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:14.342871 | 5.17s 2025-12-02 14:50:22.650698 | fa163ee9-5655-994d-8529-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-12-02 14:50:22.833727 | fa163ee9-5655-994d-8529-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-12-02 14:50:22.835832 | fa163ee9-5655-994d-8529-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:14.555978 | 0.18s 2025-12-02 14:50:22.924073 | fa163ee9-5655-994d-8529-0000000000f3 | TIMING | include_tasks | standalone | 0:27:14.644217 | 0.05s 2025-12-02 14:50:22.966334 | dc14a3db-85ea-44f0-9fea-5389ed777d96 | INCLUDED | /root/standalone-ansible-oxw8emgm/common_deploy_steps_tasks.yaml | standalone 2025-12-02 14:50:22.993445 | fa163ee9-5655-994d-8529-000000004ff7 | TASK | Write the config_step hieradata 2025-12-02 14:50:23.446413 | fa163ee9-5655-994d-8529-000000004ff7 | OK | Write the config_step hieradata | standalone 2025-12-02 14:50:23.448176 | fa163ee9-5655-994d-8529-000000004ff7 | TIMING | Write the config_step hieradata | standalone | 0:27:15.168331 | 0.45s 2025-12-02 14:50:23.478176 | fa163ee9-5655-994d-8529-000000004ff8 | TASK | Run puppet host configuration for step 5 2025-12-02 14:50:23.796492 | fa163ee9-5655-994d-8529-000000004ff8 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-12-02 14:50:23.797949 | fa163ee9-5655-994d-8529-000000004ff8 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:15.518104 | 0.32s 2025-12-02 14:50:23.826706 | fa163ee9-5655-994d-8529-000000004ff9 | TASK | Wait for puppet host configuration to finish 2025-12-02 14:50:24.084135 | fa163ee9-5655-994d-8529-000000004ff9 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-02 14:50:34.279774 | fa163ee9-5655-994d-8529-000000004ff9 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-02 14:50:44.508787 | fa163ee9-5655-994d-8529-000000004ff9 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-02 14:50:44.510239 | fa163ee9-5655-994d-8529-000000004ff9 | TIMING | Wait for puppet host configuration to finish | standalone | 0:27:36.230396 | 20.68s 2025-12-02 14:50:44.543231 | fa163ee9-5655-994d-8529-000000004ffa | TASK | Debug output for task: Run puppet host configuration for step 5 2025-12-02 14:50:44.595929 | fa163ee9-5655-994d-8529-000000004ffa | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Dec 2 14:50:23 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 2 14:50:28 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 2 14:50:28 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 2 14:50:28 puppet-user: (file & line not available)", "<13>Dec 2 14:50:28 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 2 14:50:28 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 2 14:50:28 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 2 14:50:28 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 2 14:50:28 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 2 14:50:28 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 2 14:50:28 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 2 14:50:28 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 2 14:50:28 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 2 14:50:28 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 2 14:50:28 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 2 14:50:28 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.51 seconds", "<13>Dec 2 14:50:33 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 2 14:50:35 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 2 14:50:37 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 2 14:50:37 puppet-user: Notice: Applied catalog in 8.46 seconds", "<13>Dec 2 14:50:37 puppet-user: Application:", "<13>Dec 2 14:50:37 puppet-user: Initial environment: production", "<13>Dec 2 14:50:37 puppet-user: Converged environment: production", "<13>Dec 2 14:50:37 puppet-user: Run mode: user", "<13>Dec 2 14:50:37 puppet-user: Changes:", "<13>Dec 2 14:50:37 puppet-user: Total: 2", "<13>Dec 2 14:50:37 puppet-user: Events:", "<13>Dec 2 14:50:37 puppet-user: Success: 2", "<13>Dec 2 14:50:37 puppet-user: Resources:", "<13>Dec 2 14:50:37 puppet-user: Changed: 2", "<13>Dec 2 14:50:37 puppet-user: Out of sync: 2", "<13>Dec 2 14:50:37 puppet-user: Total: 37", "<13>Dec 2 14:50:37 puppet-user: Time:", "<13>Dec 2 14:50:37 puppet-user: Filebucket: 0.00", "<13>Dec 2 14:50:37 puppet-user: Schedule: 0.00", "<13>Dec 2 14:50:37 puppet-user: Package: 0.00", "<13>Dec 2 14:50:37 puppet-user: File line: 0.00", "<13>Dec 2 14:50:37 puppet-user: Augeas: 0.01", "<13>Dec 2 14:50:37 puppet-user: User: 0.01", "<13>Dec 2 14:50:37 puppet-user: File: 0.09", "<13>Dec 2 14:50:37 puppet-user: Service: 0.15", "<13>Dec 2 14:50:37 puppet-user: Config retrieval: 0.66", "<13>Dec 2 14:50:37 puppet-user: Pcmk property: 1.63", "<13>Dec 2 14:50:37 puppet-user: Last run: 1764687037", "<13>Dec 2 14:50:37 puppet-user: Exec: 2.00", "<13>Dec 2 14:50:37 puppet-user: Pcmk resource default: 2.15", "<13>Dec 2 14:50:37 puppet-user: Pcmk resource op default: 2.22", "<13>Dec 2 14:50:37 puppet-user: Transaction evaluation: 8.44", "<13>Dec 2 14:50:37 puppet-user: Catalog application: 8.46", "<13>Dec 2 14:50:37 puppet-user: Total: 8.47", "<13>Dec 2 14:50:37 puppet-user: Version:", "<13>Dec 2 14:50:37 puppet-user: Config: 1764687028", "<13>Dec 2 14:50:37 puppet-user: Puppet: 7.10.0" ] } 2025-12-02 14:50:44.597427 | fa163ee9-5655-994d-8529-000000004ffa | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:27:36.317583 | 0.05s 2025-12-02 14:50:44.629016 | fa163ee9-5655-994d-8529-000000004ffb | TASK | Pre-cache facts for puppet containers 2025-12-02 14:50:44.650727 | fa163ee9-5655-994d-8529-000000004ffb | TIMING | Pre-cache facts for puppet containers | standalone | 0:27:36.370871 | 0.02s 2025-12-02 14:50:44.722442 | fa163ee9-5655-994d-8529-00000000503a | TASK | Gather variables for each operating system 2025-12-02 14:50:44.845787 | fa163ee9-5655-994d-8529-00000000503a | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:27:36.565928 | 0.12s 2025-12-02 14:50:44.866750 | fa163ee9-5655-994d-8529-00000000503b | TASK | Create puppet caching structures 2025-12-02 14:50:45.123057 | fa163ee9-5655-994d-8529-00000000503b | CHANGED | Create puppet caching structures | standalone 2025-12-02 14:50:45.124160 | fa163ee9-5655-994d-8529-00000000503b | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:27:36.844323 | 0.26s 2025-12-02 14:50:45.148303 | fa163ee9-5655-994d-8529-00000000503c | TASK | Check for facter.conf 2025-12-02 14:50:45.386305 | fa163ee9-5655-994d-8529-00000000503c | OK | Check for facter.conf | standalone 2025-12-02 14:50:45.387393 | fa163ee9-5655-994d-8529-00000000503c | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:27:37.107559 | 0.24s 2025-12-02 14:50:45.407931 | fa163ee9-5655-994d-8529-00000000503d | TASK | Remove facter.conf if directory 2025-12-02 14:50:45.446331 | fa163ee9-5655-994d-8529-00000000503d | SKIPPED | Remove facter.conf if directory | standalone 2025-12-02 14:50:45.447115 | fa163ee9-5655-994d-8529-00000000503d | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:27:37.167281 | 0.04s 2025-12-02 14:50:45.467192 | fa163ee9-5655-994d-8529-00000000503e | TASK | Write facter cache config 2025-12-02 14:50:45.933809 | fa163ee9-5655-994d-8529-00000000503e | CHANGED | Write facter cache config | standalone 2025-12-02 14:50:45.934583 | fa163ee9-5655-994d-8529-00000000503e | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:27:37.654750 | 0.47s 2025-12-02 14:50:45.953945 | fa163ee9-5655-994d-8529-00000000503f | TASK | Cleanup facter cache if exists 2025-12-02 14:50:46.156252 | fa163ee9-5655-994d-8529-00000000503f | CHANGED | Cleanup facter cache if exists | standalone 2025-12-02 14:50:46.157091 | fa163ee9-5655-994d-8529-00000000503f | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:27:37.877256 | 0.20s 2025-12-02 14:50:46.176894 | fa163ee9-5655-994d-8529-000000005040 | TASK | Pre-cache facts 2025-12-02 14:50:46.735148 | fa163ee9-5655-994d-8529-000000005040 | CHANGED | Pre-cache facts | standalone 2025-12-02 14:50:46.735913 | fa163ee9-5655-994d-8529-000000005040 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:27:38.456078 | 0.56s 2025-12-02 14:50:46.758251 | fa163ee9-5655-994d-8529-000000005041 | TASK | Failed deployment if facter fails 2025-12-02 14:50:46.795043 | fa163ee9-5655-994d-8529-000000005041 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-02 14:50:46.796444 | fa163ee9-5655-994d-8529-000000005041 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:27:38.516598 | 0.04s 2025-12-02 14:50:46.837916 | fa163ee9-5655-994d-8529-000000005042 | TASK | Sync cached facts 2025-12-02 14:50:47.096225 | fa163ee9-5655-994d-8529-000000005042 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee9-5655-994d-8529-000000005042') missing from stats 2025-12-02 14:50:47.145564 | fa163ee9-5655-994d-8529-000000004ffc | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-02 14:50:47.196367 | fa163ee9-5655-994d-8529-000000004ffc | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-02 14:50:47.197335 | fa163ee9-5655-994d-8529-000000004ffc | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:27:38.917496 | 0.05s 2025-12-02 14:50:47.221562 | fa163ee9-5655-994d-8529-000000004ffe | TASK | Manage containers for step 5 with tripleo-ansible 2025-12-02 14:50:47.249538 | fa163ee9-5655-994d-8529-000000004ffe | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:27:38.969684 | 0.03s 2025-12-02 14:50:47.307759 | fa163ee9-5655-994d-8529-000000005099 | TASK | Gather variables for each operating system 2025-12-02 14:50:47.429448 | fa163ee9-5655-994d-8529-000000005099 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:39.149594 | 0.12s 2025-12-02 14:50:47.459078 | fa163ee9-5655-994d-8529-00000000509a | TASK | Create container logs path 2025-12-02 14:50:47.715010 | fa163ee9-5655-994d-8529-00000000509a | OK | Create container logs path | standalone 2025-12-02 14:50:47.716509 | fa163ee9-5655-994d-8529-00000000509a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:39.436631 | 0.26s 2025-12-02 14:50:47.749169 | fa163ee9-5655-994d-8529-00000000509c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-12-02 14:50:47.984690 | fa163ee9-5655-994d-8529-00000000509c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-02 14:50:47.985822 | fa163ee9-5655-994d-8529-00000000509c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:39.705981 | 0.24s 2025-12-02 14:50:48.009747 | fa163ee9-5655-994d-8529-00000000509d | TASK | Finalise hashes for all containers 2025-12-02 14:50:48.058972 | fa163ee9-5655-994d-8529-00000000509d | OK | Finalise hashes for all containers | standalone 2025-12-02 14:50:48.060356 | fa163ee9-5655-994d-8529-00000000509d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:39.780511 | 0.05s 2025-12-02 14:50:48.093135 | fa163ee9-5655-994d-8529-00000000509f | TASK | Manage systemd shutdown files 2025-12-02 14:50:48.138744 | fa163ee9-5655-994d-8529-00000000509f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:39.858899 | 0.04s 2025-12-02 14:50:48.164129 | d44a8e6f-66e9-4e24-992e-1dfa6202f171 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-02 14:50:48.193241 | fa163ee9-5655-994d-8529-0000000050d2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-02 14:50:48.482240 | fa163ee9-5655-994d-8529-0000000050d2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-02 14:50:48.483273 | fa163ee9-5655-994d-8529-0000000050d2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:27:40.203437 | 0.29s 2025-12-02 14:50:48.506121 | fa163ee9-5655-994d-8529-0000000050d3 | TASK | Set podman_drop_in fact 2025-12-02 14:50:48.566257 | fa163ee9-5655-994d-8529-0000000050d3 | OK | Set podman_drop_in fact | standalone 2025-12-02 14:50:48.567194 | fa163ee9-5655-994d-8529-0000000050d3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:27:40.287357 | 0.06s 2025-12-02 14:50:48.590484 | fa163ee9-5655-994d-8529-0000000050d5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-02 14:50:49.164267 | fa163ee9-5655-994d-8529-0000000050d5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-02 14:50:49.166648 | fa163ee9-5655-994d-8529-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:40.886798 | 0.57s 2025-12-02 14:50:49.653536 | fa163ee9-5655-994d-8529-0000000050d5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-02 14:50:49.654713 | fa163ee9-5655-994d-8529-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:41.374873 | 1.06s 2025-12-02 14:50:49.661575 | fa163ee9-5655-994d-8529-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:41.381730 | 1.07s 2025-12-02 14:50:49.693867 | fa163ee9-5655-994d-8529-0000000050d6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-02 14:50:50.281798 | fa163ee9-5655-994d-8529-0000000050d6 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-02 14:50:50.284391 | fa163ee9-5655-994d-8529-0000000050d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:27:42.004545 | 0.59s 2025-12-02 14:50:50.315816 | fa163ee9-5655-994d-8529-0000000050d7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-02 14:50:50.821435 | fa163ee9-5655-994d-8529-0000000050d7 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-02 14:50:50.824174 | fa163ee9-5655-994d-8529-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:27:42.544327 | 0.51s 2025-12-02 14:50:50.857543 | fa163ee9-5655-994d-8529-0000000050d8 | TASK | Enable and start tripleo-container-shutdown 2025-12-02 14:50:51.826635 | fa163ee9-5655-994d-8529-0000000050d8 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-02 14:50:51.828451 | fa163ee9-5655-994d-8529-0000000050d8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:27:43.548611 | 0.97s 2025-12-02 14:50:51.854076 | fa163ee9-5655-994d-8529-0000000050d9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-02 14:50:52.327220 | fa163ee9-5655-994d-8529-0000000050d9 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-02 14:50:52.330262 | fa163ee9-5655-994d-8529-0000000050d9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:27:44.050411 | 0.47s 2025-12-02 14:50:52.363557 | fa163ee9-5655-994d-8529-0000000050da | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-02 14:50:52.872772 | fa163ee9-5655-994d-8529-0000000050da | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-02 14:50:52.874597 | fa163ee9-5655-994d-8529-0000000050da | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:27:44.594748 | 0.51s 2025-12-02 14:50:52.896579 | fa163ee9-5655-994d-8529-0000000050db | TASK | Enable and start netns-placeholder 2025-12-02 14:50:54.070039 | fa163ee9-5655-994d-8529-0000000050db | CHANGED | Enable and start netns-placeholder | standalone 2025-12-02 14:50:54.072214 | fa163ee9-5655-994d-8529-0000000050db | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:27:45.792369 | 1.17s 2025-12-02 14:50:54.103949 | fa163ee9-5655-994d-8529-0000000050a1 | TASK | Update container configs with new config hashes 2025-12-02 14:50:54.166595 | fa163ee9-5655-994d-8529-0000000050a1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:45.886734 | 0.06s 2025-12-02 14:50:54.189049 | c3acdbc7-73d3-4217-a60e-f9dbe22fe31d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-02 14:50:54.224515 | fa163ee9-5655-994d-8529-000000005103 | TASK | Update config hashes for container startup configs 2025-12-02 14:50:54.516358 | fa163ee9-5655-994d-8529-000000005103 | OK | Update config hashes for container startup configs | standalone 2025-12-02 14:50:54.517745 | fa163ee9-5655-994d-8529-000000005103 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:27:46.237899 | 0.29s 2025-12-02 14:50:54.550561 | fa163ee9-5655-994d-8529-0000000050a2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-02 14:50:54.604599 | fa163ee9-5655-994d-8529-0000000050a2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:46.324739 | 0.05s 2025-12-02 14:50:54.629746 | 6da576de-5eb4-4e29-a7e5-72e62da2ad7b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-02 14:50:54.661146 | fa163ee9-5655-994d-8529-000000005122 | TASK | Gather podman infos 2025-12-02 14:50:56.812761 | fa163ee9-5655-994d-8529-000000005122 | OK | Gather podman infos | standalone 2025-12-02 14:50:56.814178 | fa163ee9-5655-994d-8529-000000005122 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:27:48.534329 | 2.15s 2025-12-02 14:50:56.969132 | fa163ee9-5655-994d-8529-000000005123 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-02 14:50:57.036411 | fa163ee9-5655-994d-8529-000000005123 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:48.756563 | 0.06s 2025-12-02 14:50:57.203143 | fa163ee9-5655-994d-8529-00000000516c | TIMING | tripleo_container_rm : include_tasks | standalone | 0:27:48.923279 | 0.12s 2025-12-02 14:50:57.266483 | fa163ee9-5655-994d-8529-0000000050a3 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-02 14:50:57.303057 | fa163ee9-5655-994d-8529-0000000050a3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:49.023212 | 0.03s 2025-12-02 14:50:57.315178 | d32582ee-151a-4549-a5b1-b6622f049ab8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-02 14:50:57.341022 | fa163ee9-5655-994d-8529-000000005192 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-02 14:51:21.975289 | fa163ee9-5655-994d-8529-000000005192 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-02 14:51:21.976839 | fa163ee9-5655-994d-8529-000000005192 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:13.697004 | 24.64s 2025-12-02 14:51:22.009901 | fa163ee9-5655-994d-8529-000000005193 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-02 14:51:47.161931 | fa163ee9-5655-994d-8529-000000005193 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-02 14:51:47.163599 | fa163ee9-5655-994d-8529-000000005193 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:38.883755 | 25.15s 2025-12-02 14:51:47.237383 | fa163ee9-5655-994d-8529-000000005000 | TASK | Clean container_puppet_tasks for standalone step 5 2025-12-02 14:51:47.468977 | fa163ee9-5655-994d-8529-000000005000 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-12-02 14:51:47.470135 | fa163ee9-5655-994d-8529-000000005000 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:28:39.190296 | 0.23s 2025-12-02 14:51:47.501260 | fa163ee9-5655-994d-8529-000000005001 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-12-02 14:51:47.529753 | fa163ee9-5655-994d-8529-000000005001 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:28:39.249901 | 0.03s 2025-12-02 14:51:47.551148 | fa163ee9-5655-994d-8529-000000005002 | TASK | Include container-puppet tasks for step 5 2025-12-02 14:51:47.589602 | fa163ee9-5655-994d-8529-000000005002 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:28:39.309754 | 0.04s 2025-12-02 14:51:47.602801 | 46588edc-7d0a-409c-b5f2-d647700bf3fb | INCLUDED | /root/standalone-ansible-oxw8emgm/host-container-puppet-tasks.yaml | standalone 2025-12-02 14:51:47.635216 | fa163ee9-5655-994d-8529-0000000051de | TASK | Write container-puppet-tasks json file for standalone step 5 2025-12-02 14:51:48.146521 | fa163ee9-5655-994d-8529-0000000051de | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-12-02 14:51:48.147727 | fa163ee9-5655-994d-8529-0000000051de | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:28:39.867882 | 0.51s 2025-12-02 14:51:48.178204 | fa163ee9-5655-994d-8529-0000000051e0 | TASK | Generate container puppet configs for step 5 2025-12-02 14:51:48.463205 | fa163ee9-5655-994d-8529-0000000051e0 | OK | Generate container puppet configs for step 5 | standalone 2025-12-02 14:51:48.464567 | fa163ee9-5655-994d-8529-0000000051e0 | TIMING | Generate container puppet configs for step 5 | standalone | 0:28:40.184723 | 0.29s 2025-12-02 14:51:48.496111 | fa163ee9-5655-994d-8529-0000000051e1 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-12-02 14:51:48.527678 | fa163ee9-5655-994d-8529-0000000051e1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:28:40.247817 | 0.03s 2025-12-02 14:51:48.605900 | fa163ee9-5655-994d-8529-000000005210 | TASK | Gather variables for each operating system 2025-12-02 14:51:48.722426 | fa163ee9-5655-994d-8529-000000005210 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:40.442562 | 0.11s 2025-12-02 14:51:48.754341 | fa163ee9-5655-994d-8529-000000005211 | TASK | Create container logs path 2025-12-02 14:51:49.015856 | fa163ee9-5655-994d-8529-000000005211 | OK | Create container logs path | standalone 2025-12-02 14:51:49.018063 | fa163ee9-5655-994d-8529-000000005211 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:40.738217 | 0.26s 2025-12-02 14:51:49.054734 | fa163ee9-5655-994d-8529-000000005213 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-02 14:51:49.294022 | fa163ee9-5655-994d-8529-000000005213 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-02 14:51:49.295533 | fa163ee9-5655-994d-8529-000000005213 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:41.015678 | 0.24s 2025-12-02 14:51:49.327968 | fa163ee9-5655-994d-8529-000000005214 | TASK | Finalise hashes for all containers 2025-12-02 14:51:49.380547 | fa163ee9-5655-994d-8529-000000005214 | OK | Finalise hashes for all containers | standalone 2025-12-02 14:51:49.381795 | fa163ee9-5655-994d-8529-000000005214 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:41.101949 | 0.05s 2025-12-02 14:51:49.412062 | fa163ee9-5655-994d-8529-000000005216 | TASK | Manage systemd shutdown files 2025-12-02 14:51:49.447197 | fa163ee9-5655-994d-8529-000000005216 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-02 14:51:49.448094 | fa163ee9-5655-994d-8529-000000005216 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:41.168255 | 0.03s 2025-12-02 14:51:49.468484 | fa163ee9-5655-994d-8529-000000005218 | TASK | Update container configs with new config hashes 2025-12-02 14:51:49.517094 | fa163ee9-5655-994d-8529-000000005218 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-02 14:51:49.518218 | fa163ee9-5655-994d-8529-000000005218 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:41.238379 | 0.05s 2025-12-02 14:51:49.541738 | fa163ee9-5655-994d-8529-000000005219 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-02 14:51:49.583272 | fa163ee9-5655-994d-8529-000000005219 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-02 14:51:49.584156 | fa163ee9-5655-994d-8529-000000005219 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:41.304315 | 0.04s 2025-12-02 14:51:49.606654 | fa163ee9-5655-994d-8529-00000000521a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-02 14:51:49.645765 | fa163ee9-5655-994d-8529-00000000521a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-02 14:51:49.646571 | fa163ee9-5655-994d-8529-00000000521a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:41.366735 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-12-02 14:51:49.792779 | fa163ee9-5655-994d-8529-0000000000f7 | TASK | Server Post Deployments 2025-12-02 14:51:49.820390 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000f7') missing from stats 2025-12-02 14:51:49.899331 | fa163ee9-5655-994d-8529-0000000000f8 | TIMING | include_tasks | standalone | 0:28:41.619490 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-12-02 14:51:50.010926 | fa163ee9-5655-994d-8529-0000000000fc | TASK | External deployment Post Deploy tasks 2025-12-02 14:51:50.038255 | fa163ee9-5655-994d-8529-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', 'fa163ee9-5655-994d-8529-0000000000fc') missing from stats 2025-12-02 14:51:50.055639 | fa163ee9-5655-994d-8529-000000000100 | TASK | is additonal Cell? 2025-12-02 14:51:50.085786 | fa163ee9-5655-994d-8529-000000000100 | OK | is additonal Cell? | undercloud 2025-12-02 14:51:50.087220 | fa163ee9-5655-994d-8529-000000000100 | TIMING | is additonal Cell? | undercloud | 0:28:41.807371 | 0.03s 2025-12-02 14:51:50.103143 | fa163ee9-5655-994d-8529-000000000102 | TASK | discover via nova_manager? 2025-12-02 14:51:50.160434 | fa163ee9-5655-994d-8529-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-12-02 14:51:50.161377 | fa163ee9-5655-994d-8529-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:28:41.881537 | 0.06s 2025-12-02 14:51:50.176616 | fa163ee9-5655-994d-8529-000000000103 | TASK | discover via nova_api? 2025-12-02 14:51:50.238729 | fa163ee9-5655-994d-8529-000000000103 | OK | discover via nova_api? | undercloud 2025-12-02 14:51:50.239712 | fa163ee9-5655-994d-8529-000000000103 | TIMING | discover via nova_api? | undercloud | 0:28:41.959873 | 0.06s 2025-12-02 14:51:50.255050 | fa163ee9-5655-994d-8529-000000000104 | TASK | Warn if no discovery host available 2025-12-02 14:51:50.292136 | fa163ee9-5655-994d-8529-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-12-02 14:51:50.293270 | fa163ee9-5655-994d-8529-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:28:42.013424 | 0.04s 2025-12-02 14:51:50.331909 | fa163ee9-5655-994d-8529-000000000105 | TASK | Discovering nova hosts 2025-12-02 14:51:53.054414 | fa163ee9-5655-994d-8529-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee9-5655-994d-8529-000000000105') missing from stats 2025-12-02 14:51:53.110709 | fa163ee9-5655-994d-8529-000000000106 | OK | set_fact | undercloud 2025-12-02 14:51:53.111799 | fa163ee9-5655-994d-8529-000000000106 | TIMING | set_fact | undercloud | 0:28:44.831956 | 0.04s 2025-12-02 14:51:53.127166 | fa163ee9-5655-994d-8529-000000000108 | TASK | Set up group_vars 2025-12-02 14:51:53.158507 | fa163ee9-5655-994d-8529-000000000108 | OK | Set up group_vars | undercloud 2025-12-02 14:51:53.159575 | fa163ee9-5655-994d-8529-000000000108 | TIMING | Set up group_vars | undercloud | 0:28:44.879731 | 0.03s 2025-12-02 14:51:53.176101 | fa163ee9-5655-994d-8529-000000000109 | TASK | Make needed directories on the undercloud 2025-12-02 14:51:53.422609 | fa163ee9-5655-994d-8529-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-oxw8emgm/octavia-ansible 2025-12-02 14:51:53.424218 | fa163ee9-5655-994d-8529-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:45.144363 | 0.25s 2025-12-02 14:51:53.627740 | fa163ee9-5655-994d-8529-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-oxw8emgm/octavia-ansible/local_dir 2025-12-02 14:51:53.628809 | fa163ee9-5655-994d-8529-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:45.348970 | 0.45s 2025-12-02 14:51:53.791546 | fa163ee9-5655-994d-8529-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-oxw8emgm/octavia-ansible/group_vars 2025-12-02 14:51:53.792170 | fa163ee9-5655-994d-8529-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:45.512338 | 0.62s 2025-12-02 14:51:53.796115 | fa163ee9-5655-994d-8529-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:45.516272 | 0.62s 2025-12-02 14:51:53.811836 | fa163ee9-5655-994d-8529-00000000010a | TASK | Write group_vars file 2025-12-02 14:51:54.291853 | fa163ee9-5655-994d-8529-00000000010a | CHANGED | Write group_vars file | undercloud 2025-12-02 14:51:54.292809 | fa163ee9-5655-994d-8529-00000000010a | TIMING | Write group_vars file | undercloud | 0:28:46.012972 | 0.48s 2025-12-02 14:51:54.316267 | fa163ee9-5655-994d-8529-00000000010b | TASK | Gather missing facts 2025-12-02 14:51:54.634172 | fa163ee9-5655-994d-8529-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee9-5655-994d-8529-00000000010b') missing from stats 2025-12-02 14:51:54.653113 | fa163ee9-5655-994d-8529-00000000010b | TIMING | Gather missing facts | undercloud | 0:28:46.373263 | 0.34s 2025-12-02 14:51:54.671326 | fa163ee9-5655-994d-8529-00000000010c | TASK | Write octavia inventory 2025-12-02 14:51:55.230811 | fa163ee9-5655-994d-8529-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-12-02 14:51:55.232302 | fa163ee9-5655-994d-8529-00000000010c | TIMING | Write octavia inventory | undercloud | 0:28:46.952455 | 0.56s 2025-12-02 14:51:55.250550 | fa163ee9-5655-994d-8529-00000000010d | TASK | Check for ssh_private_key in working directory 2025-12-02 14:51:55.496345 | fa163ee9-5655-994d-8529-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-12-02 14:51:55.497908 | fa163ee9-5655-994d-8529-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:28:47.218055 | 0.25s 2025-12-02 14:51:55.515655 | fa163ee9-5655-994d-8529-00000000010e | TASK | Set private key location 2025-12-02 14:51:55.570755 | fa163ee9-5655-994d-8529-00000000010e | SKIPPED | Set private key location | undercloud 2025-12-02 14:51:55.572163 | fa163ee9-5655-994d-8529-00000000010e | TIMING | Set private key location | undercloud | 0:28:47.292315 | 0.06s 2025-12-02 14:51:55.590155 | fa163ee9-5655-994d-8529-00000000010f | TASK | Configure octavia command 2025-12-02 14:51:55.632980 | fa163ee9-5655-994d-8529-00000000010f | OK | Configure octavia command | undercloud 2025-12-02 14:51:55.634283 | fa163ee9-5655-994d-8529-00000000010f | TIMING | Configure octavia command | undercloud | 0:28:47.354435 | 0.04s 2025-12-02 14:51:55.682842 | fa163ee9-5655-994d-8529-000000000110 | OK | set_fact | undercloud 2025-12-02 14:51:55.684588 | fa163ee9-5655-994d-8529-000000000110 | TIMING | set_fact | undercloud | 0:28:47.404732 | 0.03s 2025-12-02 14:51:55.735352 | fa163ee9-5655-994d-8529-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-oxw8emgm/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-oxw8emgm/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-oxw8emgm/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-12-02 14:51:55.737004 | fa163ee9-5655-994d-8529-000000000111 | TIMING | debug | undercloud | 0:28:47.457151 | 0.03s 2025-12-02 14:51:55.755300 | fa163ee9-5655-994d-8529-000000000112 | TASK | Configure octavia on overcloud 2025-12-02 14:56:05.129782 | fa163ee9-5655-994d-8529-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-12-02 14:56:05.131827 | fa163ee9-5655-994d-8529-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:32:56.851986 | 249.38s 2025-12-02 14:56:05.148908 | fa163ee9-5655-994d-8529-000000000113 | TASK | Purge temp dirs 2025-12-02 14:56:05.413098 | fa163ee9-5655-994d-8529-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-oxw8emgm/octavia-ansible/local_dir 2025-12-02 14:56:05.414870 | fa163ee9-5655-994d-8529-000000000113 | TIMING | Purge temp dirs | undercloud | 0:32:57.135016 | 0.26s 2025-12-02 14:56:05.424365 | fa163ee9-5655-994d-8529-000000000113 | TIMING | Purge temp dirs | undercloud | 0:32:57.144522 | 0.27s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=647 changed=315 unreachable=0 failed=0 skipped=329 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-12-02 14:56:05.486252 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:56:05.486680 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:56:05.487017 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:32:57.207186 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-02 14:56:05.487337 | UUID | Info | Host | Task Name | Run Time 2025-12-02 14:56:05.487690 | fa163ee9-5655-994d-8529-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 257.92s 2025-12-02 14:56:05.488013 | fa163ee9-5655-994d-8529-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 249.38s 2025-12-02 14:56:05.488335 | fa163ee9-5655-994d-8529-000000004dfc | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 123.54s 2025-12-02 14:56:05.488688 | fa163ee9-5655-994d-8529-0000000033ed | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.82s 2025-12-02 14:56:05.489021 | fa163ee9-5655-994d-8529-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.58s 2025-12-02 14:56:05.489341 | fa163ee9-5655-994d-8529-000000003c18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 58.21s 2025-12-02 14:56:05.489688 | fa163ee9-5655-994d-8529-000000003055 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 57.59s 2025-12-02 14:56:05.490028 | fa163ee9-5655-994d-8529-000000002640 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.42s 2025-12-02 14:56:05.490367 | fa163ee9-5655-994d-8529-000000003c19 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 32.14s 2025-12-02 14:56:05.490716 | fa163ee9-5655-994d-8529-000000004c60 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.88s 2025-12-02 14:56:05.491039 | fa163ee9-5655-994d-8529-000000003419 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.61s 2025-12-02 14:56:05.491454 | fa163ee9-5655-994d-8529-000000003471 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 26.83s 2025-12-02 14:56:05.491932 | fa163ee9-5655-994d-8529-000000003445 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.81s 2025-12-02 14:56:05.492360 | fa163ee9-5655-994d-8529-000000005193 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.15s 2025-12-02 14:56:05.492792 | fa163ee9-5655-994d-8529-000000005192 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.64s 2025-12-02 14:56:05.493223 | fa163ee9-5655-994d-8529-000000004ef7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.87s 2025-12-02 14:56:05.493689 | fa163ee9-5655-994d-8529-000000004f23 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.31s 2025-12-02 14:56:05.494114 | fa163ee9-5655-994d-8529-000000004f4f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 21.79s 2025-12-02 14:56:05.494557 | fa163ee9-5655-994d-8529-0000000021cf | SUMMARY | standalone | install systemd-container for a greenfield | 21.33s 2025-12-02 14:56:05.495378 | fa163ee9-5655-994d-8529-000000003a84 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.71s 2025-12-02 14:56:05.495902 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-oxw8emgm Install artifact is located at /root/standalone-install-20251202145606.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.fyQmJzRZ3c + exit 0 ~/ci-framework-data/artifacts