~/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.xtzBSl1Qew + 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.xtzBSl1Qew/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.xtzBSl1Qew/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.xtzBSl1Qew + J2_VARS_FILE=/tmp/tmp.xtzBSl1Qew/tmp.6m5YjZK0Dq.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.xtzBSl1Qew/tmp.6m5YjZK0Dq.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.xtzBSl1Qew/tmp.6m5YjZK0Dq.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.xtzBSl1Qew/tmp.6m5YjZK0Dq.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.xtzBSl1Qew/tmp.6m5YjZK0Dq.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.xtzBSl1Qew/tmp.6m5YjZK0Dq.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.xtzBSl1Qew/tmp.6m5YjZK0Dq.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.xtzBSl1Qew/tmp.6m5YjZK0Dq.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.xtzBSl1Qew/tmp.6m5YjZK0Dq.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.xtzBSl1Qew/tmp.6m5YjZK0Dq.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.xtzBSl1Qew/tmp.6m5YjZK0Dq.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.xtzBSl1Qew/tmp.6m5YjZK0Dq.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.xtzBSl1Qew/tmp.6m5YjZK0Dq.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.xtzBSl1Qew/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.xtzBSl1Qew/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.xtzBSl1Qew/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.xtzBSl1Qew/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.xtzBSl1Qew/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 1.4 MB/s | 2.5 MB 00:01 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-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251015110812.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 611 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-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-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 198 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250804050821.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 569 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): ansible-collection-ansible-netcommon-2 1.0 MB/s | 181 kB 00:00 (2/399): ansible-collection-community-general-4 11 MB/s | 1.3 MB 00:00 (3/399): ansible-collection-ansible-utils-2.3.0 294 kB/s | 91 kB 00:00 (4/399): golang-github-vbatts-tar-split-0.11.1- 16 MB/s | 1.0 MB 00:00 (5/399): heat-cfntools-1.4.2-6.1.el9ost.noarch. 1.3 MB/s | 77 kB 00:00 (6/399): ansible-collection-ansible-posix-1.2.0 337 kB/s | 124 kB 00:00 (7/399): puppet-fdio-18.2-1.20220727113954.6fd1 361 kB/s | 25 kB 00:00 (8/399): python3-ansible-runner-2.0.0a1-3.el9os 1.3 MB/s | 122 kB 00:00 (9/399): python3-bcrypt-3.1.7-7.el9ost.x86_64.r 748 kB/s | 44 kB 00:00 (10/399): python3-beautifulsoup4-4.9.3-2.el9ost 2.5 MB/s | 204 kB 00:00 (11/399): python3-croniter-0.3.35-2.el9ost.noar 824 kB/s | 49 kB 00:00 (12/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 441 kB/s | 178 kB 00:00 (13/399): python3-docutils-0.16-6.el9ost.noarch 15 MB/s | 1.5 MB 00:00 (14/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 279 kB/s | 162 kB 00:00 (15/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 258 kB/s | 44 kB 00:00 (16/399): python3-gevent-21.1.2-2.el9ost.x86_64 13 MB/s | 1.6 MB 00:00 (17/399): python3-jeepney-0.6.0-2.el9ost.noarch 3.7 MB/s | 284 kB 00:00 (18/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 1.0 MB/s | 107 kB 00:00 (19/399): python3-jmespath-0.10.0-1.el9ost.noar 620 kB/s | 46 kB 00:00 (20/399): python3-logutils-0.3.5-15.el9ost.noar 949 kB/s | 47 kB 00:00 (21/399): python3-lockfile-0.12.2-2.el9ost.noar 239 kB/s | 31 kB 00:00 (22/399): python3-memcached-1.59-3.el9ost.noarc 581 kB/s | 40 kB 00:00 (23/399): python3-mimeparse-1.6.0-16.el9ost.noa 361 kB/s | 16 kB 00:00 (24/399): python3-natsort-7.1.1-2.el9ost.noarch 848 kB/s | 59 kB 00:00 (25/399): python3-daemon-2.3.0-1.el9ost.noarch. 50 kB/s | 39 kB 00:00 (26/399): python3-passlib-1.7.4-3.el9ost.noarch 9.0 MB/s | 712 kB 00:00 (27/399): python3-pecan-1.4.0-2.el9ost.noarch.r 4.5 MB/s | 273 kB 00:00 (28/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 1.5 MB/s | 90 kB 00:00 (29/399): python3-migrate-0.13.0-1.el9ost.noarc 644 kB/s | 224 kB 00:00 (30/399): python3-pyperclip-1.8.0-3.el9ost.noar 322 kB/s | 25 kB 00:00 (31/399): python3-setproctitle-1.2.2-1.el9ost.x 550 kB/s | 23 kB 00:00 (32/399): python3-soupsieve-2.2-1.el9ost.noarch 1.2 MB/s | 67 kB 00:00 (33/399): python3-smmap-3.0.1-4.el9ost.noarch.r 707 kB/s | 47 kB 00:00 (34/399): python3-tenacity-6.3.1-1.el9ost.noarc 1.2 MB/s | 51 kB 00:00 (35/399): python3-sqlalchemy13-1.3.24-3.el9ost. 23 MB/s | 1.7 MB 00:00 (36/399): python3-webtest-2.0.35-6.el9ost.noarc 1.9 MB/s | 82 kB 00:00 (37/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 4.7 MB/s | 396 kB 00:00 (38/399): python3-zope-event-4.2.0-20.el9ost.no 2.6 MB/s | 205 kB 00:00 (39/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 315 kB/s | 111 kB 00:00 (40/399): rubygem-concurrent-ruby-1.1.5-2.el9os 2.2 MB/s | 243 kB 00:00 (41/399): python3-zope-interface-5.4.0-1.el9ost 1.5 MB/s | 202 kB 00:00 (42/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 165 kB/s | 14 kB 00:00 (43/399): rubygem-multi_json-1.15.0-2.el9ost.no 217 kB/s | 22 kB 00:00 (44/399): rubygem-puppet-resource_api-1.8.13-1. 376 kB/s | 34 kB 00:00 (45/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 165 kB/s | 34 kB 00:00 (46/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 443 kB/s | 90 kB 00:00 (47/399): rubygem-semantic_puppet-1.0.4-2.el9os 545 kB/s | 21 kB 00:00 (48/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 202 kB/s | 16 kB 00:00 (49/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 5.2 MB/s | 433 kB 00:00 (50/399): ansible-config_template-2.0.1-17.1.20 459 kB/s | 29 kB 00:00 (51/399): ansible-role-chrony-1.3.1-17.1.202306 534 kB/s | 22 kB 00:00 (52/399): ansible-role-atos-hsm-1.0.1-17.1.2023 274 kB/s | 17 kB 00:00 (53/399): ansible-role-container-registry-1.4.1 319 kB/s | 24 kB 00:00 (54/399): ansible-role-openstack-operations-0.0 388 kB/s | 30 kB 00:00 (55/399): ansible-role-qdr-config-0.0.2-17.1.20 496 kB/s | 21 kB 00:00 (56/399): ansible-role-collectd-config-0.0.3-17 299 kB/s | 53 kB 00:00 (57/399): ansible-role-thales-hsm-3.0.1-17.1.20 366 kB/s | 21 kB 00:00 (58/399): ansible-role-tripleo-modify-image-1.5 421 kB/s | 27 kB 00:00 (59/399): ansible-tripleo-ipa-0.3.1-17.1.202306 690 kB/s | 36 kB 00:00 (60/399): ansible-tripleo-ipsec-11.0.1-17.1.202 656 kB/s | 38 kB 00:00 (61/399): dib-utils-0.0.11-17.1.20230620173328. 275 kB/s | 12 kB 00:00 (62/399): openstack-heat-agents-2.2.1-17.1.2023 252 kB/s | 9.6 kB 00:00 (63/399): ansible-role-redhat-subscription-1.3. 119 kB/s | 28 kB 00:00 (64/399): os-apply-config-13.1.1-17.1.202310200 917 kB/s | 54 kB 00:00 (65/399): os-collect-config-13.1.1-17.1.2023102 1.0 MB/s | 50 kB 00:00 (66/399): os-refresh-config-13.1.1-17.1.2023102 547 kB/s | 21 kB 00:00 (67/399): puppet-aodh-18.4.2-17.1.2023062015121 1.4 MB/s | 62 kB 00:00 (68/399): puppet-archive-4.6.1-17.1.20230620181 1.1 MB/s | 44 kB 00:00 (69/399): puppet-auditd-2.2.1-17.1.202306201924 706 kB/s | 28 kB 00:00 (70/399): puppet-ceilometer-18.4.3-17.1.2023092 1.8 MB/s | 70 kB 00:00 (71/399): puppet-certmonger-2.7.1-17.1.20230620 544 kB/s | 26 kB 00:00 (72/399): puppet-cinder-18.5.2-17.1.20230621054 2.7 MB/s | 120 kB 00:00 (73/399): puppet-collectd-13.0.1-17.1.202306201 3.1 MB/s | 135 kB 00:00 (74/399): puppet-corosync-8.0.1-17.1.2023062110 573 kB/s | 68 kB 00:00 (75/399): puppet-dns-8.2.1-17.1.20230621002045. 311 kB/s | 36 kB 00:00 (76/399): puppet-designate-18.6.1-17.1.20230621 531 kB/s | 69 kB 00:00 (77/399): puppet-etcd-1.12.3-17.1.2023062019322 557 kB/s | 25 kB 00:00 (78/399): puppet-gnocchi-18.4.3-17.1.2023062106 1.3 MB/s | 58 kB 00:00 (79/399): puppet-heat-18.4.1-17.1.2023062111163 1.7 MB/s | 70 kB 00:00 (80/399): puppet-memcached-6.0.0-17.1.202306201 633 kB/s | 23 kB 00:00 (81/399): puppet-kmod-2.5.0-17.1.20230620190646 420 kB/s | 21 kB 00:00 (82/399): puppet-manila-18.5.2-17.1.20231102190 1.6 MB/s | 81 kB 00:00 (83/399): puppet-mysql-10.6.1-17.1.202306210221 2.1 MB/s | 99 kB 00:00 (84/399): puppet-neutron-18.6.1-17.1.2023062105 3.6 MB/s | 196 kB 00:00 (85/399): puppet-nova-18.6.1-17.1.2023062109044 3.6 MB/s | 200 kB 00:00 (86/399): puppet-nssdb-1.0.2-17.1.2023062018564 274 kB/s | 12 kB 00:00 (87/399): puppet-octavia-18.5.1-17.1.2023062106 1.9 MB/s | 76 kB 00:00 (88/399): puppet-openstack_extras-18.5.1-17.1.2 1.0 MB/s | 48 kB 00:00 (89/399): puppet-openstacklib-18.5.2-17.1.20230 1.2 MB/s | 62 kB 00:00 (90/399): puppet-oslo-18.5.1-17.1.2023062105235 933 kB/s | 48 kB 00:00 (91/399): puppet-placement-5.4.3-17.1.202306210 793 kB/s | 41 kB 00:00 (92/399): puppet-qdr-7.4.1-17.1.20230620195605. 845 kB/s | 31 kB 00:00 (93/399): puppet-rabbitmq-11.0.1-17.1.202306201 6.5 MB/s | 266 kB 00:00 (94/399): puppet-rsyslog-4.0.1-17.1.20230620200 1.1 MB/s | 58 kB 00:00 (95/399): puppet-stdlib-6.3.1-17.1.202306210008 4.0 MB/s | 160 kB 00:00 (96/399): puppet-swift-18.6.1-17.1.202306210521 2.5 MB/s | 115 kB 00:00 (97/399): puppet-redis-6.1.1-17.1.2023062019170 272 kB/s | 51 kB 00:00 (98/399): puppet-systemd-2.12.1-17.1.2023062019 1.1 MB/s | 42 kB 00:00 (99/399): puppet-xinetd-3.3.1-17.1.202306201854 626 kB/s | 26 kB 00:00 (100/399): puppet-vswitch-14.4.3-17.1.202306210 505 kB/s | 41 kB 00:00 (101/399): python-oslo-cache-lang-2.7.1-17.1.20 318 kB/s | 19 kB 00:00 (102/399): python-oslo-log-lang-4.4.0-17.1.2023 353 kB/s | 14 kB 00:00 (103/399): python-oslo-middleware-lang-4.2.1-17 357 kB/s | 13 kB 00:00 (104/399): python-oslo-policy-lang-3.7.1-17.1.2 251 kB/s | 14 kB 00:00 (105/399): puppet-ssh-6.2.1-17.1.20230620190251 43 kB/s | 29 kB 00:00 (106/399): python3-GitPython-3.1.14-2.el9ost.no 2.8 MB/s | 238 kB 00:00 (107/399): python3-aodhclient-2.2.0-17.1.202306 841 kB/s | 56 kB 00:00 (108/399): python3-barbicanclient-5.3.0-17.1.20 2.1 MB/s | 127 kB 00:00 (109/399): python3-cinderclient-7.4.1-17.1.2023 2.5 MB/s | 218 kB 00:00 (110/399): python-oslo-versionedobjects-lang-2. 17 kB/s | 14 kB 00:00 (111/399): python-pycadf-common-3.1.1-17.1.2023 20 kB/s | 15 kB 00:00 (112/399): python3-futurist-2.3.0-17.1.20230621 1.5 MB/s | 64 kB 00:00 (113/399): python3-designateclient-4.2.1-17.1.2 1.2 MB/s | 92 kB 00:00 (114/399): python3-heat-agent-2.2.1-17.1.202306 540 kB/s | 19 kB 00:00 (115/399): python3-heat-agent-apply-config-2.2. 177 kB/s | 9.9 kB 00:00 (116/399): python3-cliff-3.7.0-17.1.20230620172 327 kB/s | 95 kB 00:00 (117/399): python3-heat-agent-hiera-2.2.1-17.1. 301 kB/s | 10 kB 00:00 (118/399): python3-heat-agent-json-file-2.2.1-1 270 kB/s | 9.8 kB 00:00 (119/399): python3-heat-agent-ansible-2.2.1-17. 67 kB/s | 11 kB 00:00 (120/399): python3-heat-agent-docker-cmd-2.2.1- 118 kB/s | 12 kB 00:00 (121/399): python3-heatclient-2.3.1-17.1.202306 2.4 MB/s | 158 kB 00:00 (122/399): python3-ironicclient-4.6.4-17.1.2023 6.4 MB/s | 342 kB 00:00 (123/399): python3-keystoneclient-4.3.0-17.1.20 4.8 MB/s | 239 kB 00:00 (124/399): python3-heat-agent-puppet-2.2.1-17.1 61 kB/s | 11 kB 00:00 (125/399): python3-ironic-inspector-client-4.5. 343 kB/s | 67 kB 00:00 (126/399): python3-keystonemiddleware-9.2.0-17. 2.0 MB/s | 92 kB 00:00 (127/399): python3-magnumclient-3.4.1-17.1.2023 2.9 MB/s | 121 kB 00:00 (128/399): python3-mistralclient-4.2.0-17.1.202 3.3 MB/s | 166 kB 00:00 (129/399): python3-novaclient-17.4.1-17.1.20230 4.4 MB/s | 201 kB 00:00 (130/399): python3-neutronclient-7.3.1-17.1.202 3.5 MB/s | 298 kB 00:00 (131/399): python3-os-client-config-2.1.0-17.1. 978 kB/s | 55 kB 00:00 (132/399): python3-os-service-types-1.7.0-17.1. 676 kB/s | 38 kB 00:00 (133/399): python3-os-traits-2.5.0-17.1.2023062 799 kB/s | 45 kB 00:00 (134/399): python3-osc-lib-2.3.1-17.1.202306202 1.7 MB/s | 78 kB 00:00 (135/399): python3-oslo-cache-2.7.1-17.1.202306 1.3 MB/s | 56 kB 00:00 (136/399): python3-oslo-context-3.2.1-17.1.2023 599 kB/s | 27 kB 00:00 (137/399): python3-oslo-log-4.4.0-17.1.20230620 1.4 MB/s | 64 kB 00:00 (138/399): python3-oslo-middleware-4.2.1-17.1.2 1.2 MB/s | 55 kB 00:00 (139/399): python3-oslo-reports-2.2.0-17.1.2023 1.6 MB/s | 59 kB 00:00 (140/399): python3-oslo-policy-3.7.1-17.1.20230 1.6 MB/s | 76 kB 00:00 (141/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.1 MB/s | 46 kB 00:00 (142/399): python3-oslo-upgradecheck-1.3.1-17.1 569 kB/s | 29 kB 00:00 (143/399): python3-oslo-versionedobjects-2.4.1- 1.5 MB/s | 79 kB 00:00 (144/399): python3-oslo-serialization-4.1.1-17. 408 kB/s | 34 kB 00:00 (145/399): python3-osprofiler-3.4.0-17.1.202306 3.2 MB/s | 130 kB 00:00 (146/399): python3-pycadf-3.1.1-17.1.2023062021 1.3 MB/s | 53 kB 00:00 (147/399): python3-saharaclient-3.3.0-17.1.2023 4.5 MB/s | 188 kB 00:00 (148/399): python3-shade-1.33.0-17.1.2023062022 11 MB/s | 523 kB 00:00 (149/399): python3-requestsexceptions-1.4.0-17. 247 kB/s | 17 kB 00:00 (150/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.3 MB/s | 50 kB 00:00 (151/399): python3-statsd-3.2.1-20.1.el9ost.noa 598 kB/s | 35 kB 00:00 (152/399): python3-swiftclient-3.11.1-17.1.2023 2.5 MB/s | 136 kB 00:00 (153/399): python3-troveclient-7.0.0-17.1.20230 7.4 MB/s | 344 kB 00:00 (154/399): python3-validations-libs-1.9.1-17.1. 1.6 MB/s | 137 kB 00:00 (155/399): validations-common-1.9.1-17.1.202310 1.9 MB/s | 111 kB 00:00 (156/399): python3-zaqarclient-2.4.0-17.1.20230 1.2 MB/s | 129 kB 00:00 (157/399): python3-werkzeug-2.0.1-7.el9ost.noar 8.9 MB/s | 427 kB 00:00 (158/399): ansible-pacemaker-1.0.4-17.1.2023121 574 kB/s | 21 kB 00:00 (159/399): python3-paramiko-2.11.0-2.el9ost.noa 3.9 MB/s | 299 kB 00:00 (160/399): python3-manilaclient-2.6.4-17.1.2024 12 MB/s | 528 kB 00:00 (161/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.9 MB/s | 83 kB 00:00 (162/399): python3-webob-1.8.7-2.1.el9ost.noarc 4.9 MB/s | 230 kB 00:00 (163/399): ansible-role-metalsmith-deployment-1 553 kB/s | 21 kB 00:00 (164/399): openstack-selinux-0.8.37-17.1.202311 5.5 MB/s | 221 kB 00:00 (165/399): python-oslo-db-lang-8.5.2-17.1.20240 40 kB/s | 14 kB 00:00 (166/399): puppet-ironic-18.7.1-17.1.2024030521 312 kB/s | 121 kB 00:00 (167/399): python3-glanceclient-3.3.0-17.1.2024 392 kB/s | 143 kB 00:00 (168/399): python3-metalsmith-1.4.4-17.1.202405 1.7 MB/s | 65 kB 00:00 (169/399): python3-neutron-lib-2.10.3-17.1.2023 8.6 MB/s | 375 kB 00:00 (170/399): python3-keystoneauth1-4.4.0-17.1.202 6.7 MB/s | 409 kB 00:00 (171/399): python3-octaviaclient-2.3.1-17.1.202 2.4 MB/s | 91 kB 00:00 (172/399): python3-oslo-messaging-12.7.3-17.1.2 5.4 MB/s | 216 kB 00:00 (173/399): python3-oslo-db-8.5.2-17.1.202408201 2.7 MB/s | 144 kB 00:00 (174/399): python3-oslo-service-2.5.1-17.1.2024 1.1 MB/s | 71 kB 00:00 (175/399): python3-waitress-2.0.0-4.el9ost.noar 2.5 MB/s | 109 kB 00:00 (176/399): python3-rhosp-openvswitch-3.3-1.el9o 165 kB/s | 8.3 kB 00:00 (177/399): openstack-tripleo-validations-14.3.2 4.7 MB/s | 204 kB 00:00 (178/399): openstack-ansible-core-2.14.2-4.7.el 30 MB/s | 2.3 MB 00:00 (179/399): puppet-glance-18.6.1-17.1.2025022015 1.1 MB/s | 87 kB 00:00 (180/399): puppet-ovn-18.6.1-17.1.2024092509490 766 kB/s | 29 kB 00:00 (181/399): puppet-pacemaker-1.5.1-17.1.20250214 4.0 MB/s | 158 kB 00:00 (182/399): puppet-tripleo-14.2.3-17.1.202503201 4.4 MB/s | 239 kB 00:00 (183/399): python3-os-ken-1.4.1-17.1.2024120509 30 MB/s | 2.1 MB 00:00 (184/399): ansible-collection-containers-podman 4.7 MB/s | 243 kB 00:00 (185/399): ansible-collections-openstack-1.9.1- 3.7 MB/s | 146 kB 00:00 (186/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 7.9 MB/s | 351 kB 00:00 (187/399): facter-3.14.19-3.el9ost.x86_64.rpm 12 MB/s | 518 kB 00:00 (188/399): hiera-3.6.0-6.el9ost.noarch.rpm 601 kB/s | 33 kB 00:00 (189/399): puppet-7.10.0-4.el9ost.noarch.rpm 217 kB/s | 11 kB 00:00 (190/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.6 MB/s | 405 kB 00:00 (191/399): puppet-headless-7.10.0-4.el9ost.noar 23 MB/s | 1.4 MB 00:00 (192/399): python3-cachetools-4.2.2-3.el9ost.no 878 kB/s | 33 kB 00:00 (193/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.1 MB/s | 92 kB 00:00 (194/399): python3-boto-2.45.0-8.1.el9ost.noarc 16 MB/s | 1.3 MB 00:00 (195/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 7.0 MB/s | 284 kB 00:00 (196/399): python3-colorama-0.4.4-4.el9ost.noar 779 kB/s | 35 kB 00:00 (197/399): python3-dogpile-cache-1.1.5-5.el9ost 2.3 MB/s | 89 kB 00:00 (198/399): python3-keyring-21.8.0-4.el9ost.noar 1.3 MB/s | 77 kB 00:00 (199/399): python3-extras-1.0.0-17.el9ost.noarc 184 kB/s | 21 kB 00:00 (200/399): python3-fixtures-3.0.0-24.el9ost.noa 830 kB/s | 93 kB 00:00 (201/399): python3-kombu-5.0.2-3.el9ost.noarch. 4.6 MB/s | 313 kB 00:00 (202/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.7 MB/s | 87 kB 00:00 (203/399): python3-munch-2.5.0-6.el9ost.noarch. 515 kB/s | 25 kB 00:00 (204/399): python3-openstacksdk-0.55.1-17.1.202 16 MB/s | 735 kB 00:00 (205/399): python3-paste-deploy-2.1.1-4.el9ost. 813 kB/s | 41 kB 00:00 (206/399): python3-paste-3.5.0-5.el9ost.noarch. 8.8 MB/s | 776 kB 00:00 (207/399): python3-pystache-0.5.4-15.el9ost.noa 1.5 MB/s | 132 kB 00:00 (208/399): python3-repoze-lru-0.7-12.el9ost.noa 461 kB/s | 32 kB 00:00 (209/399): python3-routes-2.4.1-14.el9ost.noarc 2.5 MB/s | 188 kB 00:00 (210/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.4 MB/s | 57 kB 00:00 (211/399): python3-secretstorage-3.3.1-3.el9ost 505 kB/s | 36 kB 00:00 (212/399): python3-simplejson-3.17.5-3.el9ost.x 5.0 MB/s | 266 kB 00:00 (213/399): python3-tempita-0.5.1-27.el9ost.noar 552 kB/s | 36 kB 00:00 (214/399): python3-testtools-2.4.0-10.el9ost.no 5.6 MB/s | 333 kB 00:00 (215/399): python3-vine-5.0.0-5.el9ost.noarch.r 542 kB/s | 26 kB 00:00 (216/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.4 MB/s | 180 kB 00:00 (217/399): python3-yappi-1.3.1-5.el9ost.x86_64. 892 kB/s | 56 kB 00:00 (218/399): python3-warlock-1.3.3-7.el9ost.noarc 157 kB/s | 21 kB 00:00 (219/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 266 kB/s | 29 kB 00:00 (220/399): ruby-facter-3.14.19-3.el9ost.x86_64. 104 kB/s | 9.5 kB 00:00 (221/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 374 kB/s | 19 kB 00:00 (222/399): openstack-heat-common-16.1.1-17.1.20 29 MB/s | 1.6 MB 00:00 (223/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 799 kB/s | 123 kB 00:00 (224/399): openstack-heat-engine-16.1.1-17.1.20 314 kB/s | 15 kB 00:00 (225/399): openstack-heat-monolith-16.1.1-17.1. 320 kB/s | 16 kB 00:00 (226/399): openstack-heat-api-16.1.1-17.1.20250 78 kB/s | 16 kB 00:00 (227/399): puppet-barbican-18.4.2-17.1.20250625 959 kB/s | 57 kB 00:00 (228/399): python-openstackclient-lang-5.5.2-17 629 kB/s | 58 kB 00:00 (229/399): python3-openstackclient-5.5.2-17.1.2 19 MB/s | 1.1 MB 00:00 (230/399): puppet-apache-6.5.2-17.1.20250811150 3.9 MB/s | 253 kB 00:00 (231/399): openstack-tripleo-common-containers- 906 kB/s | 74 kB 00:00 (232/399): puppet-concat-6.2.1-17.1.20250725131 897 kB/s | 44 kB 00:00 (233/399): openstack-tripleo-common-15.4.1-17.1 274 kB/s | 48 kB 00:00 (234/399): puppet-firewall-3.4.1-17.1.202508041 988 kB/s | 73 kB 00:00 (235/399): puppet-git-0.5.0-17.1.20250725114148 356 kB/s | 26 kB 00:00 (236/399): puppet-haproxy-4.2.2-17.1.2025072511 641 kB/s | 55 kB 00:00 (237/399): puppet-ipaclient-2.5.2-17.1.20250725 488 kB/s | 21 kB 00:00 (238/399): puppet-keepalived-0.0.2-17.1.2025072 257 kB/s | 17 kB 00:00 (239/399): puppet-module-data-0.5.1-17.1.202507 147 kB/s | 16 kB 00:00 (240/399): puppet-remote-10.0.0-17.1.2025072511 113 kB/s | 19 kB 00:00 (241/399): puppet-inifile-4.2.1-17.1.2025080415 136 kB/s | 46 kB 00:00 (242/399): puppet-sysctl-0.0.13-17.1.2025072511 380 kB/s | 19 kB 00:00 (243/399): puppet-snmp-3.9.1-17.1.2025072511575 391 kB/s | 38 kB 00:00 (244/399): puppet-rsync-1.1.4-17.1.202508041515 132 kB/s | 28 kB 00:00 (245/399): python3-tripleo-common-15.4.1-17.1.2 3.7 MB/s | 198 kB 00:00 (246/399): python3-tripleoclient-16.5.1-17.1.20 5.0 MB/s | 552 kB 00:00 (247/399): tripleo-ansible-3.3.1-17.1.202508040 8.3 MB/s | 569 kB 00:00 (248/399): openstack-tripleo-heat-templates-14. 12 MB/s | 611 kB 00:00 (249/399): puppet-keystone-18.6.1-17.1.20251008 2.7 MB/s | 126 kB 00:00 (250/399): puppet-horizon-18.6.1-17.1.202510081 528 kB/s | 59 kB 00:00 (251/399): puppet-vcsrepo-3.1.1-17.1.2025072511 211 kB/s | 53 kB 00:00 (252/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 5.2 MB/s | 223 kB 00:00 (253/399): perl-Getopt-Long-2.52-4.el9.noarch.r 1.7 MB/s | 64 kB 00:00 (254/399): perl-Storable-3.21-460.el9.x86_64.rp 1.8 MB/s | 98 kB 00:00 (255/399): python3-urllib-gssapi-1.0.2-4.el9.no 616 kB/s | 24 kB 00:00 (256/399): boost-locale-1.75.0-8.el9.x86_64.rpm 3.9 MB/s | 216 kB 00:00 (257/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 260 kB/s | 17 kB 00:00 (258/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.4 MB/s | 57 kB 00:00 (259/399): boost-system-1.75.0-8.el9.x86_64.rpm 68 kB/s | 15 kB 00:00 (260/399): perl-Exporter-5.74-461.el9.noarch.rp 595 kB/s | 34 kB 00:00 (261/399): perl-Data-Dumper-2.174-462.el9.x86_6 492 kB/s | 59 kB 00:00 (262/399): perl-File-Temp-0.231.100-4.el9.noarc 655 kB/s | 63 kB 00:00 (263/399): perl-Text-Tabs+Wrap-2013.0523-460.el 268 kB/s | 25 kB 00:00 (264/399): perl-parent-0.238-460.el9.noarch.rpm 242 kB/s | 16 kB 00:00 (265/399): libisofs-1.5.4-4.el9.x86_64.rpm 5.1 MB/s | 224 kB 00:00 (266/399): python3-pyasn1-modules-0.4.8-6.el9.n 3.7 MB/s | 283 kB 00:00 (267/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.7 MB/s | 321 kB 00:00 (268/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 543 kB/s | 45 kB 00:00 (269/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 4.4 MB/s | 392 kB 00:00 (270/399): perl-PathTools-3.78-461.el9.x86_64.r 1.2 MB/s | 92 kB 00:00 (271/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 4.1 MB/s | 229 kB 00:00 (272/399): perl-Term-ANSIColor-5.01-461.el9.noa 739 kB/s | 51 kB 00:00 (273/399): perl-Text-ParseWords-3.30-460.el9.no 223 kB/s | 18 kB 00:00 (274/399): perl-URI-5.09-3.el9.noarch.rpm 1.5 MB/s | 125 kB 00:00 (275/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 19 MB/s | 1.2 MB 00:00 (276/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 613 kB/s | 26 kB 00:00 (277/399): iptables-nft-services-1.8.8-6.el9_1. 776 kB/s | 28 kB 00:00 (278/399): perl-Carp-1.50-460.el9.noarch.rpm 860 kB/s | 31 kB 00:00 (279/399): perl-Pod-Escapes-1.07-460.el9.noarch 514 kB/s | 22 kB 00:00 (280/399): perl-libnet-3.13-4.el9.noarch.rpm 633 kB/s | 134 kB 00:00 (281/399): perl-Encode-3.08-462.el9.x86_64.rpm 16 MB/s | 1.7 MB 00:00 (282/399): python3-psutil-5.8.0-12.el9.x86_64.r 1.8 MB/s | 218 kB 00:00 (283/399): perl-Mozilla-CA-20200520-6.el9.noarc 160 kB/s | 14 kB 00:00 (284/399): perl-Term-Cap-1.17-460.el9.noarch.rp 505 kB/s | 24 kB 00:00 (285/399): perl-Time-Local-1.300-7.el9.noarch.r 912 kB/s | 37 kB 00:00 (286/399): python3-yubico-1.3.3-7.el9.noarch.rp 1.9 MB/s | 73 kB 00:00 (287/399): libburn-1.5.4-4.el9.x86_64.rpm 847 kB/s | 175 kB 00:00 (288/399): python3-jwcrypto-0.8-4.el9.noarch.rp 798 kB/s | 76 kB 00:00 (289/399): sshpass-1.09-4.el9.x86_64.rpm 679 kB/s | 30 kB 00:00 (290/399): boost-filesystem-1.75.0-8.el9.x86_64 793 kB/s | 59 kB 00:00 (291/399): boost-program-options-1.75.0-8.el9.x 1.6 MB/s | 108 kB 00:00 (292/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.9 MB/s | 410 kB 00:00 (293/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 1.1 MB/s | 39 kB 00:00 (294/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 646 kB/s | 34 kB 00:00 (295/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 218 kB/s | 19 kB 00:00 (296/399): perl-Digest-1.19-4.el9.noarch.rpm 568 kB/s | 29 kB 00:00 (297/399): perl-File-Path-2.18-4.el9.noarch.rpm 561 kB/s | 38 kB 00:00 (298/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 1.5 MB/s | 92 kB 00:00 (299/399): perl-Scalar-List-Utils-1.56-461.el9. 1.5 MB/s | 77 kB 00:00 (300/399): libisoburn-1.5.4-4.el9.x86_64.rpm 1.9 MB/s | 419 kB 00:00 (301/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 480 kB/s | 43 kB 00:00 (302/399): perl-Socket-2.031-4.el9.x86_64.rpm 873 kB/s | 58 kB 00:00 (303/399): perl-constant-1.33-461.el9.noarch.rp 457 kB/s | 25 kB 00:00 (304/399): perl-podlators-4.14-460.el9.noarch.r 2.2 MB/s | 118 kB 00:00 (305/399): python3-PyMySQL-0.10.1-6.el9.noarch. 2.6 MB/s | 112 kB 00:00 (306/399): python3-appdirs-1.4.4-4.el9.noarch.r 559 kB/s | 27 kB 00:00 (307/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 2.6 MB/s | 163 kB 00:00 (308/399): python3-pyusb-1.0.2-13.el9.noarch.rp 2.0 MB/s | 96 kB 00:00 (309/399): python3-qrcode-core-6.1-12.el9.noarc 1.4 MB/s | 61 kB 00:00 (310/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.6 MB/s | 279 kB 00:00 (311/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.0 MB/s | 221 kB 00:00 (312/399): python3-wcwidth-0.2.5-8.el9.noarch.r 575 kB/s | 48 kB 00:00 (313/399): python3-alembic-1.7.5-3.el9.noarch.r 17 MB/s | 900 kB 00:00 (314/399): python3-augeas-0.5.0-25.el9.noarch.r 613 kB/s | 31 kB 00:00 (315/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 1.0 MB/s | 42 kB 00:00 (316/399): perl-AutoLoader-5.74-480.el9.noarch. 621 kB/s | 23 kB 00:00 (317/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 4.3 MB/s | 489 kB 00:00 (318/399): perl-Class-Struct-0.66-480.el9.noarc 540 kB/s | 24 kB 00:00 (319/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 658 kB/s | 23 kB 00:00 (320/399): perl-B-1.80-480.el9.x86_64.rpm 1.6 MB/s | 185 kB 00:00 (321/399): perl-File-Basename-2.85-480.el9.noar 315 kB/s | 19 kB 00:00 (322/399): perl-Errno-1.30-480.el9.x86_64.rpm 158 kB/s | 17 kB 00:00 (323/399): perl-FileHandle-2.03-480.el9.noarch. 278 kB/s | 17 kB 00:00 (324/399): perl-Getopt-Std-1.12-480.el9.noarch. 276 kB/s | 17 kB 00:00 (325/399): perl-IO-1.43-480.el9.x86_64.rpm 2.1 MB/s | 94 kB 00:00 (326/399): perl-IPC-Open3-1.21-480.el9.noarch.r 611 kB/s | 25 kB 00:00 (327/399): perl-File-stat-1.09-480.el9.noarch.r 107 kB/s | 19 kB 00:00 (328/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.8 MB/s | 99 kB 00:00 (329/399): perl-NDBM_File-1.15-480.el9.x86_64.r 368 kB/s | 25 kB 00:00 (330/399): perl-Symbol-1.08-480.el9.noarch.rpm 409 kB/s | 16 kB 00:00 (331/399): perl-SelectSaver-1.02-480.el9.noarch 197 kB/s | 13 kB 00:00 (332/399): perl-base-2.27-480.el9.noarch.rpm 252 kB/s | 18 kB 00:00 (333/399): perl-interpreter-5.32.1-480.el9.x86_ 1.2 MB/s | 75 kB 00:00 (334/399): perl-mro-1.23-480.el9.x86_64.rpm 552 kB/s | 31 kB 00:00 (335/399): perl-if-0.60.800-480.el9.noarch.rpm 126 kB/s | 16 kB 00:00 (336/399): perl-libs-5.32.1-480.el9.x86_64.rpm 24 MB/s | 2.2 MB 00:00 (337/399): perl-overload-1.31-480.el9.noarch.rp 710 kB/s | 47 kB 00:00 (338/399): perl-overloading-0.02-480.el9.noarch 224 kB/s | 15 kB 00:00 (339/399): perl-vars-1.05-480.el9.noarch.rpm 377 kB/s | 15 kB 00:00 (340/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 4.3 MB/s | 259 kB 00:00 (341/399): python3-mako-1.1.4-6.el9.noarch.rpm 3.5 MB/s | 176 kB 00:00 (342/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 9.6 MB/s | 459 kB 00:00 (343/399): perl-subs-1.03-480.el9.noarch.rpm 81 kB/s | 13 kB 00:00 (344/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 655 kB/s | 40 kB 00:00 (345/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.2 MB/s | 59 kB 00:00 (346/399): jq-1.6-14.el9.x86_64.rpm 3.2 MB/s | 190 kB 00:00 (347/399): ansible-freeipa-1.9.2-3.el9_2.noarch 9.8 MB/s | 452 kB 00:00 (348/399): python3-openvswitch3.3-3.3.6-141.el9 6.9 MB/s | 383 kB 00:00 (349/399): rhel-system-roles-1.21.2-1.el9_2.noa 31 MB/s | 2.4 MB 00:00 (350/399): ipa-client-common-4.10.1-12.el9_2.2. 1.0 MB/s | 44 kB 00:00 (351/399): ipa-common-4.10.1-12.el9_2.2.noarch. 14 MB/s | 656 kB 00:00 (352/399): python3-ipaclient-4.10.1-12.el9_2.2. 11 MB/s | 648 kB 00:00 (353/399): python3-ipalib-4.10.1-12.el9_2.2.noa 7.6 MB/s | 663 kB 00:00 (354/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 933 kB/s | 57 kB 00:00 (355/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 1.1 MB/s | 41 kB 00:00 (356/399): ruby-default-gems-3.0.4-161.el9_2.2. 1.1 MB/s | 46 kB 00:00 (357/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 40 MB/s | 3.3 MB 00:00 (358/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 702 kB/s | 55 kB 00:00 (359/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 42 MB/s | 7.9 MB 00:00 (360/399): rubygem-io-console-0.5.7-161.el9_2.2 515 kB/s | 26 kB 00:00 (361/399): rubygem-bundler-2.2.33-161.el9_2.2.n 7.3 MB/s | 456 kB 00:00 (362/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 8.9 MB/s | 441 kB 00:00 (363/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 664 kB/s | 59 kB 00:00 (364/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 756 kB/s | 60 kB 00:00 (365/399): rubygems-3.2.33-161.el9_2.2.noarch.r 2.8 MB/s | 306 kB 00:00 (366/399): buildah-1.29.5-1.el9_2.x86_64.rpm 55 MB/s | 8.6 MB 00:00 (367/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 595 kB/s | 110 kB 00:00 (368/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.8 MB/s | 245 kB 00:00 (369/399): bash-completion-2.11-4.el9.noarch.rp 5.0 MB/s | 459 kB 00:00 (370/399): device-mapper-persistent-data-0.9.0- 11 MB/s | 786 kB 00:00 (371/399): libaio-0.3.111-13.el9.x86_64.rpm 223 kB/s | 26 kB 00:00 (372/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.1 MB/s | 62 kB 00:00 (373/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 7.8 MB/s | 2.2 MB 00:00 (374/399): krb5-workstation-1.20.1-8.el9.x86_64 11 MB/s | 542 kB 00:00 (375/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.5 MB/s | 81 kB 00:00 (376/399): glibc-langpack-en-2.34-60.el9.x86_64 3.4 MB/s | 675 kB 00:00 (377/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 (378/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 559 kB/s | 37 kB 00:00 (379/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 268 kB/s | 16 kB 00:00 (380/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 269 kB/s | 12 kB 00:00 (381/399): python3-dns-2.2.1-2.el9.noarch.rpm 7.9 MB/s | 418 kB 00:00 (382/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.4 MB/s | 68 kB 00:00 (383/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 908 kB/s | 36 kB 00:00 (384/399): cephadm-18.2.1-361.el9cp.noarch.rpm 6.3 MB/s | 354 kB 00:00 (385/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 429 kB/s | 19 kB 00:00 (386/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 435 kB/s | 30 kB 00:00 (387/399): device-mapper-event-1.02.187-7.el9_2 477 kB/s | 32 kB 00:00 (388/399): device-mapper-event-libs-1.02.187-7. 545 kB/s | 31 kB 00:00 (389/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 23 MB/s | 1.5 MB 00:00 (390/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 16 MB/s | 1.0 MB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.5 MB/s | 156 kB 00:00 (392/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 530 kB/s | 30 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.4 MB/s | 136 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 27 MB/s | 2.3 MB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 8.1 MB/s | 464 kB 00:00 (396/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.1 MB/s | 65 kB 00:00 (397/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.3 MB/s | 109 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 2.7 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 2.3 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 8.3 MB/s | 97 MB 00:11 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-dns-2.2.1-2.el9.noarch 89/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 90/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 91/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 92/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 93/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 94/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 95/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 96/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 97/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 98/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 99/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 100/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 101/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 102/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 103/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 104/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 105/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 106/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 107/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 108/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 109/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 110/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 111/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 112/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 113/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 114/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 119/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 120/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 121/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 122/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 123/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 125/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 126/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 127/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 128/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 129/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 130/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 131/408 Installing : python3-yubico-1.3.3-7.el9.noarch 132/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-augeas-0.5.0-25.el9.noarch 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : 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 : pkgconf-m4-1.7.3-10.el9.noarch 172/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-1.7.3-10.el9.x86_64 174/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 175/408 Installing : bash-completion-1:2.11-4.el9.noarch 176/408 Installing : libkadm5-1.20.1-8.el9.x86_64 177/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 178/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 179/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 180/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 181/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 182/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 183/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 183/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 183/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 184/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 185/408 Installing : jq-1.6-14.el9.x86_64 186/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 187/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 188/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 189/408 Installing : boost-log-1.75.0-8.el9.x86_64 190/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 191/408 Installing : sshpass-1.09-4.el9.x86_64 192/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 193/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 194/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 195/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 196/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 197/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 198/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 199/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 200/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 201/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 202/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 203/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 204/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 205/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 206/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 207/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 208/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 209/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 210/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 211/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 212/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 213/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 214/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 215/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 216/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 217/408 Installing : libburn-1.5.4-4.el9.x86_64 218/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 219/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 219/408 Installing : libisofs-1.5.4-4.el9.x86_64 220/408 Installing : libisoburn-1.5.4-4.el9.x86_64 221/408 Installing : xorriso-1.5.4-4.el9.x86_64 222/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 222/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 223/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 224/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 225/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 226/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 227/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 228/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 229/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 230/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 231/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-7.10.0-4.el9ost.noarch 233/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 233/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 234/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 235/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 236/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 237/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 238/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 239/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 240/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 241/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 242/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 243/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 244/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 245/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 246/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 247/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 248/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 249/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 250/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 251/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 252/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 253/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 254/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 255/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 256/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 257/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 258/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 259/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 260/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 261/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 262/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 263/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 264/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 265/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 266/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 267/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 268/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 269/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 270/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 271/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 272/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 273/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 274/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 275/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 276/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 277/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 278/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 279/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 280/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 281/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 282/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 283/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 284/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 285/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 286/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 287/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 288/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 289/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 290/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 291/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 292/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 293/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 294/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 295/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 296/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 297/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 298/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 299/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 300/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 301/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 302/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 304/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 305/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 306/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 307/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 308/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 309/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 310/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 311/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 312/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 313/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 314/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 315/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 316/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 317/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 318/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 319/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 320/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 321/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 322/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 323/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 324/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 325/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 326/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 327/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 328/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 329/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 330/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 331/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 332/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 333/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 334/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 335/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 336/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 337/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 338/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 338/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 339/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 340/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 341/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 342/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 343/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 345/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 346/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 347/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 348/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 349/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 350/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 351/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 352/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 353/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 354/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 355/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 356/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 357/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 358/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 359/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 360/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 361/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 362/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 363/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 364/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 365/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 366/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 367/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 368/408 Installing : python3-memcached-1.59-3.el9ost.noarch 369/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 370/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 371/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 372/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 373/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 374/408 Installing : python3-docutils-0.16-6.el9ost.noarch 375/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 376/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 377/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 378/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 379/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 380/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 381/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 382/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 383/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 384/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 385/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 386/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 387/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 388/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 389/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 390/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 391/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 391/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 392/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 392/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 393/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 393/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 394/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 394/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 395/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250908140 396/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 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 : ansible-collection-ansible-netcommon-2.2.0-1.2.e 1/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 2/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 3/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 4/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 5/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 6/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 7/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 8/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 9/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 10/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 11/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 12/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 13/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 14/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 15/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 16/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 17/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 18/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 19/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 20/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 21/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 22/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 23/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 24/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 25/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 26/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 27/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 28/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 29/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 30/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 31/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 32/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 33/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 34/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 35/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 36/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 37/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 38/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 39/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 40/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 41/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 42/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 43/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 44/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 45/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 46/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 47/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 48/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 49/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 50/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 51/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 52/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 53/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 54/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 55/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 56/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 57/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 58/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 59/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 60/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 61/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 62/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 63/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 64/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 65/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 66/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 67/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 68/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 69/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 70/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 71/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 72/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 73/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 74/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 75/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 76/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 77/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 78/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 79/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 80/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 81/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 82/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 83/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 84/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 85/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 86/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 87/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 88/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 89/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 90/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 91/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 92/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 93/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 94/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 95/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 96/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 97/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 98/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 99/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 100/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 101/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 102/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 103/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 104/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 105/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 106/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 107/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 108/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 109/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 110/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 111/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 112/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 113/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 114/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 115/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 116/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 117/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 118/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 119/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 120/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 121/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 122/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 123/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 124/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 125/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 126/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 127/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 128/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 129/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 130/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 131/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 132/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 133/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 134/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 135/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 136/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 137/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 138/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 139/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 140/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 141/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 142/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 143/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 144/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 145/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 146/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 147/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 148/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 149/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 150/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 151/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 152/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 153/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 154/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 155/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 156/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 157/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 158/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 159/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 160/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 161/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 162/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 163/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 164/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 165/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 166/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 167/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 168/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 169/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 170/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 171/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 172/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 173/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 174/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 175/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 176/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 177/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 178/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 179/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 180/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 181/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 182/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 183/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 184/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 185/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 186/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 187/408 Verifying : hiera-3.6.0-6.el9ost.noarch 188/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 189/408 Verifying : puppet-7.10.0-4.el9ost.noarch 190/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 191/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 192/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 193/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 194/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 195/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 196/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 197/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 198/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 199/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 200/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 201/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 202/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 203/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 204/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 205/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 206/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 207/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 208/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 209/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 210/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 211/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 212/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 213/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 214/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 215/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 216/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 217/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 218/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 219/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 220/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 221/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 222/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 223/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 224/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 225/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 226/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 227/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 228/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 229/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 230/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 231/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 232/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 233/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 234/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 235/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 236/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 237/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 238/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 239/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 240/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 241/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 242/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 243/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 244/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 245/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 246/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 247/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 248/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 249/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 250/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 251/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 252/408 Verifying : boost-system-1.75.0-8.el9.x86_64 253/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 254/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 255/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 256/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 257/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 258/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 259/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 260/408 Verifying : perl-Exporter-5.74-461.el9.noarch 261/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 262/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 263/408 Verifying : perl-parent-1:0.238-460.el9.noarch 264/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 265/408 Verifying : xorriso-1.5.4-4.el9.x86_64 266/408 Verifying : libisofs-1.5.4-4.el9.x86_64 267/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 268/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 269/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 270/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 271/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 272/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 273/408 Verifying : perl-URI-5.09-3.el9.noarch 274/408 Verifying : perl-libnet-3.13-4.el9.noarch 275/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 276/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 277/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 278/408 Verifying : perl-Carp-1.50-460.el9.noarch 279/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 280/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 281/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 282/408 Verifying : libburn-1.5.4-4.el9.x86_64 283/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 284/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 285/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 286/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 287/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 288/408 Verifying : sshpass-1.09-4.el9.x86_64 289/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 290/408 Verifying : boost-log-1.75.0-8.el9.x86_64 291/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 292/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 293/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 294/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 295/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 296/408 Verifying : perl-Digest-1.19-4.el9.noarch 297/408 Verifying : perl-File-Path-2.18-4.el9.noarch 298/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 299/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 300/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 301/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 302/408 Verifying : perl-constant-1.33-461.el9.noarch 303/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 304/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 305/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 306/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 307/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 308/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 309/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 310/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 311/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 312/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 313/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 314/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 315/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 316/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 317/408 Verifying : perl-B-1.80-480.el9.x86_64 318/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 319/408 Verifying : perl-Errno-1.30-480.el9.x86_64 320/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 321/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 322/408 Verifying : perl-File-stat-1.09-480.el9.noarch 323/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 324/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 325/408 Verifying : perl-IO-1.43-480.el9.x86_64 326/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 327/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 328/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 329/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 330/408 Verifying : perl-Symbol-1.08-480.el9.noarch 331/408 Verifying : perl-base-2.27-480.el9.noarch 332/408 Verifying : perl-if-0.60.800-480.el9.noarch 333/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 334/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 335/408 Verifying : perl-mro-1.23-480.el9.x86_64 336/408 Verifying : perl-overload-1.31-480.el9.noarch 337/408 Verifying : perl-overloading-0.02-480.el9.noarch 338/408 Verifying : perl-subs-1.03-480.el9.noarch 339/408 Verifying : perl-vars-1.05-480.el9.noarch 340/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 341/408 Verifying : python3-mako-1.1.4-6.el9.noarch 342/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 343/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 344/408 Verifying : jq-1.6-14.el9.x86_64 345/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 346/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 347/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 348/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 349/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 350/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 351/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 352/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 353/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 354/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 355/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 356/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 357/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 358/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 359/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 360/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 361/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 362/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 363/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 364/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 365/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 366/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 367/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 368/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 369/408 Verifying : bash-completion-1:2.11-4.el9.noarch 370/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 371/408 Verifying : libaio-0.3.111-13.el9.x86_64 372/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 373/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 374/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 375/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 376/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 377/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 378/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 379/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 380/408 Verifying : python3-dns-2.2.1-2.el9.noarch 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-11-26T14:48:55.247773 # # 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 + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg + cat 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.7301e-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-11-26 14:48:59.222695 | fa163e5d-bf36-d585-5828-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-11-26 14:48:59.259620 | fa163e5d-bf36-d585-5828-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-11-26 14:48:59.260147 | fa163e5d-bf36-d585-5828-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.051072 | 0.04s 2025-11-26 14:48:59.263167 | fa163e5d-bf36-d585-5828-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-11-26 14:48:59.298479 | fa163e5d-bf36-d585-5828-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-11-26 14:48:59.299098 | fa163e5d-bf36-d585-5828-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.090023 | 0.04s 2025-11-26 14:48:59.301964 | fa163e5d-bf36-d585-5828-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-11-26 14:48:59.396536 | fa163e5d-bf36-d585-5828-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-11-26 14:48:59.397591 | fa163e5d-bf36-d585-5828-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.188508 | 0.10s 2025-11-26 14:48:59.403843 | fa163e5d-bf36-d585-5828-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-11-26 14:48:59.776977 | fa163e5d-bf36-d585-5828-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-11-26 14:48:59.778372 | fa163e5d-bf36-d585-5828-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.569283 | 0.37s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-11-26 14:48:59.801211 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 14:48:59.801707 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 14:48:59.802162 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.593086 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 14:48:59.802644 | UUID | Info | Host | Task Name | Run Time 2025-11-26 14:48:59.803117 | fa163e5d-bf36-d585-5828-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.37s 2025-11-26 14:48:59.803646 | fa163e5d-bf36-d585-5828-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.10s 2025-11-26 14:48:59.804149 | fa163e5d-bf36-d585-5828-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-11-26 14:48:59.804651 | fa163e5d-bf36-d585-5828-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-11-26 14:48:59.805108 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-11-26 14:49:02.207776 | fa163e5d-bf36-6d84-72c2-000000000005 | TASK | set ssh key path facts 2025-11-26 14:49:02.241208 | fa163e5d-bf36-6d84-72c2-000000000005 | OK | set ssh key path facts | undercloud 2025-11-26 14:49:02.241811 | fa163e5d-bf36-6d84-72c2-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.047470 | 0.03s 2025-11-26 14:49:02.245282 | fa163e5d-bf36-6d84-72c2-000000000006 | TASK | stat private key 2025-11-26 14:49:02.598387 | fa163e5d-bf36-6d84-72c2-000000000006 | OK | stat private key | undercloud 2025-11-26 14:49:02.599623 | fa163e5d-bf36-6d84-72c2-000000000006 | TIMING | stat private key | undercloud | 0:00:00.405270 | 0.35s 2025-11-26 14:49:02.606406 | fa163e5d-bf36-6d84-72c2-000000000007 | TASK | stat public key 2025-11-26 14:49:02.766591 | fa163e5d-bf36-6d84-72c2-000000000007 | OK | stat public key | undercloud 2025-11-26 14:49:02.767816 | fa163e5d-bf36-6d84-72c2-000000000007 | TIMING | stat public key | undercloud | 0:00:00.573466 | 0.16s 2025-11-26 14:49:02.774609 | fa163e5d-bf36-6d84-72c2-000000000008 | TASK | create private key if it does not exist 2025-11-26 14:49:04.403774 | fa163e5d-bf36-6d84-72c2-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-11-26 14:49:04.404731 | fa163e5d-bf36-6d84-72c2-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:02.210384 | 1.63s 2025-11-26 14:49:04.408896 | fa163e5d-bf36-6d84-72c2-000000000009 | TASK | create public key if it does not exist 2025-11-26 14:49:04.647918 | fa163e5d-bf36-6d84-72c2-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-11-26 14:49:04.649125 | fa163e5d-bf36-6d84-72c2-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.454774 | 0.24s PLAY [allovercloud] ************************************************************ 2025-11-26 14:49:04.688411 | fa163e5d-bf36-6d84-72c2-000000000023 | TASK | Get local private key 2025-11-26 14:49:05.020711 | fa163e5d-bf36-6d84-72c2-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e5d-bf36-6d84-72c2-000000000023') missing from stats 2025-11-26 14:49:05.032177 | fa163e5d-bf36-6d84-72c2-000000000024 | TASK | Get local public key 2025-11-26 14:49:05.214263 | fa163e5d-bf36-6d84-72c2-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e5d-bf36-6d84-72c2-000000000024') missing from stats 2025-11-26 14:49:05.234594 | fa163e5d-bf36-6d84-72c2-000000000012 | TASK | create user ceph-admin 2025-11-26 14:49:05.761579 | fa163e5d-bf36-6d84-72c2-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-11-26 14:49:05.762823 | fa163e5d-bf36-6d84-72c2-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.568467 | 0.53s 2025-11-26 14:49:05.771951 | fa163e5d-bf36-6d84-72c2-000000000013 | TASK | grant admin rights to user ceph-admin 2025-11-26 14:49:06.364190 | fa163e5d-bf36-6d84-72c2-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-11-26 14:49:06.365459 | fa163e5d-bf36-6d84-72c2-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:04.171105 | 0.59s 2025-11-26 14:49:06.374411 | fa163e5d-bf36-6d84-72c2-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-11-26 14:49:06.738269 | fa163e5d-bf36-6d84-72c2-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-11-26 14:49:06.739286 | fa163e5d-bf36-6d84-72c2-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:04.544935 | 0.36s 2025-11-26 14:49:06.747765 | fa163e5d-bf36-6d84-72c2-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-11-26 14:49:06.950768 | fa163e5d-bf36-6d84-72c2-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-11-26 14:49:06.952006 | fa163e5d-bf36-6d84-72c2-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.757648 | 0.20s 2025-11-26 14:49:06.960965 | fa163e5d-bf36-6d84-72c2-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-11-26 14:49:07.159712 | fa163e5d-bf36-6d84-72c2-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-11-26 14:49:07.160610 | fa163e5d-bf36-6d84-72c2-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.966263 | 0.20s 2025-11-26 14:49:07.168339 | fa163e5d-bf36-6d84-72c2-000000000017 | TASK | get remote ceph-admin public key 2025-11-26 14:49:07.204137 | fa163e5d-bf36-6d84-72c2-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-11-26 14:49:07.205164 | fa163e5d-bf36-6d84-72c2-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:05.010811 | 0.04s 2025-11-26 14:49:07.213684 | fa163e5d-bf36-6d84-72c2-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-11-26 14:49:07.270201 | fa163e5d-bf36-6d84-72c2-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-11-26 14:49:07.271382 | fa163e5d-bf36-6d84-72c2-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:05.077029 | 0.06s 2025-11-26 14:49:07.280087 | fa163e5d-bf36-6d84-72c2-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-11-26 14:49:07.635681 | fa163e5d-bf36-6d84-72c2-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-11-26 14:49:07.636806 | fa163e5d-bf36-6d84-72c2-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.442452 | 0.36s 2025-11-26 14:49:07.645400 | fa163e5d-bf36-6d84-72c2-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-11-26 14:49:08.152067 | fa163e5d-bf36-6d84-72c2-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-11-26 14:49:08.153196 | fa163e5d-bf36-6d84-72c2-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.958842 | 0.51s 2025-11-26 14:49:08.161706 | fa163e5d-bf36-6d84-72c2-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-11-26 14:49:08.678993 | fa163e5d-bf36-6d84-72c2-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-11-26 14:49:08.680091 | fa163e5d-bf36-6d84-72c2-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.485738 | 0.52s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-11-26 14:49:08.706923 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 14:49:08.707456 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 14:49:08.707954 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.513614 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 14:49:08.708479 | UUID | Info | Host | Task Name | Run Time 2025-11-26 14:49:08.708959 | fa163e5d-bf36-6d84-72c2-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.63s 2025-11-26 14:49:08.709474 | fa163e5d-bf36-6d84-72c2-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.59s 2025-11-26 14:49:08.709966 | fa163e5d-bf36-6d84-72c2-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.53s 2025-11-26 14:49:08.710536 | fa163e5d-bf36-6d84-72c2-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.52s 2025-11-26 14:49:08.711018 | fa163e5d-bf36-6d84-72c2-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.51s 2025-11-26 14:49:08.711529 | fa163e5d-bf36-6d84-72c2-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.36s 2025-11-26 14:49:08.712038 | fa163e5d-bf36-6d84-72c2-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.36s 2025-11-26 14:49:08.712577 | fa163e5d-bf36-6d84-72c2-000000000006 | SUMMARY | undercloud | stat private key | 0.35s 2025-11-26 14:49:08.713084 | fa163e5d-bf36-6d84-72c2-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.24s 2025-11-26 14:49:08.713633 | fa163e5d-bf36-6d84-72c2-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.20s 2025-11-26 14:49:08.714136 | fa163e5d-bf36-6d84-72c2-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.20s 2025-11-26 14:49:08.714701 | fa163e5d-bf36-6d84-72c2-000000000007 | SUMMARY | undercloud | stat public key | 0.16s 2025-11-26 14:49:08.715217 | fa163e5d-bf36-6d84-72c2-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-11-26 14:49:08.715771 | fa163e5d-bf36-6d84-72c2-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.04s 2025-11-26 14:49:08.716284 | fa163e5d-bf36-6d84-72c2-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2025-11-26 14:49:08.716829 | fa163e5d-bf36-6d84-72c2-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-11-26 14:49:08.717341 | fa163e5d-bf36-6d84-72c2-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-11-26 14:49:08.717840 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-11-26 14:49:11.204791 | fa163e5d-bf36-ad29-bf79-000000000039 | TASK | Gathering Facts 2025-11-26 14:49:11.776789 | fa163e5d-bf36-ad29-bf79-000000000039 | OK | Gathering Facts | undercloud 2025-11-26 14:49:11.778287 | fa163e5d-bf36-ad29-bf79-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.586984 | 0.57s 2025-11-26 14:49:11.781337 | fa163e5d-bf36-ad29-bf79-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-11-26 14:49:11.782411 | fa163e5d-bf36-ad29-bf79-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.591117 | 0.58s 2025-11-26 14:49:11.811747 | fa163e5d-bf36-ad29-bf79-00000000000a | TASK | Load distro-specific variables 2025-11-26 14:49:11.891170 | fa163e5d-bf36-ad29-bf79-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.699849 | 0.08s 2025-11-26 14:49:11.903498 | fa163e5d-bf36-ad29-bf79-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.712203 | 0.08s 2025-11-26 14:49:11.921190 | 7cf34cc7-723b-4229-a3b0-e0802df60591 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-26 14:49:11.921892 | 7cf34cc7-723b-4229-a3b0-e0802df60591 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-26 14:49:11.943896 | fa163e5d-bf36-ad29-bf79-000000000052 | TASK | Load distro-specific variables 2025-11-26 14:49:12.043380 | fa163e5d-bf36-ad29-bf79-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 14:49:12.044966 | fa163e5d-bf36-ad29-bf79-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.853658 | 0.10s 2025-11-26 14:49:12.054624 | fa163e5d-bf36-ad29-bf79-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.863328 | 0.11s 2025-11-26 14:49:12.060787 | fa163e5d-bf36-ad29-bf79-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 14:49:12.061501 | fa163e5d-bf36-ad29-bf79-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.870206 | 0.11s 2025-11-26 14:49:12.066820 | fa163e5d-bf36-ad29-bf79-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.875525 | 0.11s 2025-11-26 14:49:12.074872 | fa163e5d-bf36-ad29-bf79-00000000000b | TASK | Install chronyd 2025-11-26 14:49:12.146061 | fa163e5d-bf36-ad29-bf79-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.954745 | 0.07s 2025-11-26 14:49:12.169640 | fa163e5d-bf36-ad29-bf79-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.978345 | 0.08s 2025-11-26 14:49:12.190277 | 5a4eb4b6-be1d-4929-b5bc-b92ade735909 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-11-26 14:49:12.191043 | 5a4eb4b6-be1d-4929-b5bc-b92ade735909 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-11-26 14:49:12.216478 | fa163e5d-bf36-ad29-bf79-0000000000a2 | TASK | Load distro-specific variables 2025-11-26 14:49:12.290457 | fa163e5d-bf36-ad29-bf79-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.099144 | 0.07s 2025-11-26 14:49:12.301760 | fa163e5d-bf36-ad29-bf79-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.110464 | 0.08s 2025-11-26 14:49:12.317171 | 9560c5d4-49ef-48b1-b664-475a732b3d1b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-26 14:49:12.317896 | 9560c5d4-49ef-48b1-b664-475a732b3d1b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-26 14:49:12.338146 | fa163e5d-bf36-ad29-bf79-000000000102 | TASK | Load distro-specific variables 2025-11-26 14:49:12.437334 | fa163e5d-bf36-ad29-bf79-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 14:49:12.438881 | fa163e5d-bf36-ad29-bf79-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.247568 | 0.10s 2025-11-26 14:49:12.448243 | fa163e5d-bf36-ad29-bf79-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.256953 | 0.11s 2025-11-26 14:49:12.454034 | fa163e5d-bf36-ad29-bf79-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 14:49:12.454831 | fa163e5d-bf36-ad29-bf79-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.263535 | 0.11s 2025-11-26 14:49:12.460144 | fa163e5d-bf36-ad29-bf79-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.268854 | 0.11s 2025-11-26 14:49:12.465653 | fa163e5d-bf36-ad29-bf79-0000000000a3 | TASK | Check for NTP service 2025-11-26 14:49:12.797278 | fa163e5d-bf36-ad29-bf79-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-11-26 14:49:12.798731 | fa163e5d-bf36-ad29-bf79-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.607421 | 0.33s 2025-11-26 14:49:12.851492 | fa163e5d-bf36-ad29-bf79-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-11-26 14:49:12.852581 | fa163e5d-bf36-ad29-bf79-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.661283 | 0.38s 2025-11-26 14:49:12.861822 | fa163e5d-bf36-ad29-bf79-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-11-26 14:49:12.920784 | fa163e5d-bf36-ad29-bf79-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-11-26 14:49:12.922158 | fa163e5d-bf36-ad29-bf79-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.730850 | 0.06s 2025-11-26 14:49:12.963585 | fa163e5d-bf36-ad29-bf79-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-11-26 14:49:12.964416 | fa163e5d-bf36-ad29-bf79-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.773119 | 0.09s 2025-11-26 14:49:12.975663 | fa163e5d-bf36-ad29-bf79-0000000000a5 | TASK | Install chronyd package 2025-11-26 14:49:16.087082 | fa163e5d-bf36-ad29-bf79-0000000000a5 | OK | Install chronyd package | undercloud 2025-11-26 14:49:16.088663 | fa163e5d-bf36-ad29-bf79-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.897349 | 3.10s 2025-11-26 14:49:17.529984 | fa163e5d-bf36-ad29-bf79-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-11-26 14:49:17.531200 | fa163e5d-bf36-ad29-bf79-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.339902 | 4.55s 2025-11-26 14:49:17.539986 | fa163e5d-bf36-ad29-bf79-00000000000c | TASK | Upgrade chronyd 2025-11-26 14:49:17.599179 | fa163e5d-bf36-ad29-bf79-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-11-26 14:49:17.600674 | fa163e5d-bf36-ad29-bf79-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.409366 | 0.06s 2025-11-26 14:49:17.632109 | fa163e5d-bf36-ad29-bf79-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-11-26 14:49:17.633102 | fa163e5d-bf36-ad29-bf79-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.441799 | 0.08s 2025-11-26 14:49:17.641898 | fa163e5d-bf36-ad29-bf79-00000000000d | TASK | Configure chronyd 2025-11-26 14:49:17.711885 | fa163e5d-bf36-ad29-bf79-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.520563 | 0.07s 2025-11-26 14:49:17.734091 | fa163e5d-bf36-ad29-bf79-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.542791 | 0.08s 2025-11-26 14:49:17.752021 | a0075da3-13a1-4375-9157-aa9f2df1f637 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-11-26 14:49:17.752842 | a0075da3-13a1-4375-9157-aa9f2df1f637 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-11-26 14:49:17.787136 | fa163e5d-bf36-ad29-bf79-000000000162 | TASK | Load distro-specific variables 2025-11-26 14:49:17.841561 | fa163e5d-bf36-ad29-bf79-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.650250 | 0.04s 2025-11-26 14:49:17.862879 | fa163e5d-bf36-ad29-bf79-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.671578 | 0.07s 2025-11-26 14:49:17.872954 | 2911980c-bf94-4c33-afb5-85593cc76dfb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-26 14:49:17.873434 | 2911980c-bf94-4c33-afb5-85593cc76dfb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-26 14:49:17.883396 | fa163e5d-bf36-ad29-bf79-0000000001fa | TASK | Load distro-specific variables 2025-11-26 14:49:17.968516 | fa163e5d-bf36-ad29-bf79-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 14:49:17.970056 | fa163e5d-bf36-ad29-bf79-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.778749 | 0.09s 2025-11-26 14:49:17.979940 | fa163e5d-bf36-ad29-bf79-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.788631 | 0.10s 2025-11-26 14:49:17.997398 | fa163e5d-bf36-ad29-bf79-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 14:49:17.998175 | fa163e5d-bf36-ad29-bf79-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.806880 | 0.11s 2025-11-26 14:49:18.003632 | fa163e5d-bf36-ad29-bf79-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.812336 | 0.11s 2025-11-26 14:49:18.012579 | fa163e5d-bf36-ad29-bf79-000000000163 | TASK | Install chrony configuration file 2025-11-26 14:49:18.851807 | fa163e5d-bf36-ad29-bf79-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-11-26 14:49:18.853611 | fa163e5d-bf36-ad29-bf79-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.662304 | 0.84s 2025-11-26 14:49:18.915862 | fa163e5d-bf36-ad29-bf79-000000000163 | OK | Install chrony configuration file | undercloud 2025-11-26 14:49:18.916714 | fa163e5d-bf36-ad29-bf79-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.725419 | 0.89s 2025-11-26 14:49:18.925426 | fa163e5d-bf36-ad29-bf79-00000000000e | TASK | Run chronyd 2025-11-26 14:49:19.024930 | fa163e5d-bf36-ad29-bf79-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.833618 | 0.10s 2025-11-26 14:49:19.037425 | fa163e5d-bf36-ad29-bf79-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.846130 | 0.10s 2025-11-26 14:49:19.056262 | a9366590-2d98-440f-98dd-d9598f0882b1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-11-26 14:49:19.056995 | a9366590-2d98-440f-98dd-d9598f0882b1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-11-26 14:49:19.093851 | fa163e5d-bf36-ad29-bf79-000000000233 | TASK | Load distro-specific variables 2025-11-26 14:49:19.189583 | fa163e5d-bf36-ad29-bf79-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.998264 | 0.09s 2025-11-26 14:49:19.201097 | fa163e5d-bf36-ad29-bf79-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.009802 | 0.10s 2025-11-26 14:49:19.216406 | 82f2dbf1-ae39-4867-982f-a51e20015259 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-26 14:49:19.217215 | 82f2dbf1-ae39-4867-982f-a51e20015259 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-26 14:49:19.262594 | fa163e5d-bf36-ad29-bf79-0000000002ee | TASK | Load distro-specific variables 2025-11-26 14:49:19.361967 | fa163e5d-bf36-ad29-bf79-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 14:49:19.363508 | fa163e5d-bf36-ad29-bf79-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.172199 | 0.10s 2025-11-26 14:49:19.373372 | fa163e5d-bf36-ad29-bf79-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.182063 | 0.11s 2025-11-26 14:49:19.379113 | fa163e5d-bf36-ad29-bf79-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 14:49:19.379927 | fa163e5d-bf36-ad29-bf79-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.188631 | 0.11s 2025-11-26 14:49:19.389621 | fa163e5d-bf36-ad29-bf79-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.198323 | 0.12s 2025-11-26 14:49:19.398511 | fa163e5d-bf36-ad29-bf79-000000000234 | TASK | Ensure chronyd is running 2025-11-26 14:49:20.028840 | fa163e5d-bf36-ad29-bf79-000000000234 | OK | Ensure chronyd is running | undercloud 2025-11-26 14:49:20.029805 | fa163e5d-bf36-ad29-bf79-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.838510 | 0.62s 2025-11-26 14:49:20.030909 | fa163e5d-bf36-ad29-bf79-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-11-26 14:49:20.031545 | fa163e5d-bf36-ad29-bf79-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.840259 | 0.63s 2025-11-26 14:49:20.035849 | fa163e5d-bf36-ad29-bf79-000000000235 | TASK | Force chronyd restart 2025-11-26 14:49:20.114926 | fa163e5d-bf36-ad29-bf79-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-11-26 14:49:20.115678 | fa163e5d-bf36-ad29-bf79-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:08.924382 | 0.07s 2025-11-26 14:49:20.533427 | fa163e5d-bf36-ad29-bf79-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-11-26 14:49:20.534973 | fa163e5d-bf36-ad29-bf79-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.343675 | 0.50s 2025-11-26 14:49:20.544157 | fa163e5d-bf36-ad29-bf79-00000000000f | TASK | Enable online service 2025-11-26 14:49:20.621707 | fa163e5d-bf36-ad29-bf79-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.430392 | 0.08s 2025-11-26 14:49:20.633063 | fa163e5d-bf36-ad29-bf79-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.441768 | 0.08s 2025-11-26 14:49:20.649933 | 300fd2d2-7359-4941-a765-94af2950c1f9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-11-26 14:49:20.650637 | 300fd2d2-7359-4941-a765-94af2950c1f9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-11-26 14:49:20.692905 | fa163e5d-bf36-ad29-bf79-000000000338 | TASK | Create chrony-online.service unit file 2025-11-26 14:49:21.115714 | fa163e5d-bf36-ad29-bf79-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-11-26 14:49:21.117107 | fa163e5d-bf36-ad29-bf79-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:09.925798 | 0.42s 2025-11-26 14:49:21.184528 | fa163e5d-bf36-ad29-bf79-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2025-11-26 14:49:21.185417 | fa163e5d-bf36-ad29-bf79-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:09.994121 | 0.49s 2025-11-26 14:49:21.194594 | fa163e5d-bf36-ad29-bf79-000000000339 | TASK | Enable chrony-online.service 2025-11-26 14:49:22.438250 | fa163e5d-bf36-ad29-bf79-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-11-26 14:49:22.440930 | fa163e5d-bf36-ad29-bf79-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.249624 | 1.24s 2025-11-26 14:49:22.443415 | fa163e5d-bf36-ad29-bf79-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-11-26 14:49:22.444664 | fa163e5d-bf36-ad29-bf79-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.253368 | 1.24s 2025-11-26 14:49:22.454116 | fa163e5d-bf36-ad29-bf79-000000000010 | TASK | Sync chronyc 2025-11-26 14:49:22.532515 | fa163e5d-bf36-ad29-bf79-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.341199 | 0.08s 2025-11-26 14:49:22.546199 | fa163e5d-bf36-ad29-bf79-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.354903 | 0.08s 2025-11-26 14:49:22.563370 | f4e65fa0-eb59-48ab-b48c-cc9a8e164eab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-11-26 14:49:22.564047 | f4e65fa0-eb59-48ab-b48c-cc9a8e164eab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-11-26 14:49:22.609196 | fa163e5d-bf36-ad29-bf79-00000000042a | TASK | Force NTP sync 2025-11-26 14:49:22.887888 | fa163e5d-bf36-ad29-bf79-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-11-26 14:49:22.889588 | fa163e5d-bf36-ad29-bf79-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.698276 | 0.28s 2025-11-26 14:49:22.922391 | fa163e5d-bf36-ad29-bf79-00000000042a | CHANGED | Force NTP sync | undercloud 2025-11-26 14:49:22.923504 | fa163e5d-bf36-ad29-bf79-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.732205 | 0.30s 2025-11-26 14:49:22.931426 | fa163e5d-bf36-ad29-bf79-00000000042b | TASK | Ensure system is NTP time synced 2025-11-26 14:49:33.212018 | fa163e5d-bf36-ad29-bf79-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-11-26 14:49:33.213688 | fa163e5d-bf36-ad29-bf79-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.022377 | 10.28s 2025-11-26 14:49:33.219000 | fa163e5d-bf36-ad29-bf79-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-11-26 14:49:33.219830 | fa163e5d-bf36-ad29-bf79-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.028536 | 10.28s 2025-11-26 14:49:33.240517 | fa163e5d-bf36-ad29-bf79-00000000002c | TASK | Set timezone 2025-11-26 14:49:33.741340 | fa163e5d-bf36-ad29-bf79-00000000002c | OK | Set timezone | undercloud 2025-11-26 14:49:33.742886 | fa163e5d-bf36-ad29-bf79-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.551567 | 0.49s 2025-11-26 14:49:33.748176 | fa163e5d-bf36-ad29-bf79-00000000002c | OK | Set timezone | standalone.localdomain 2025-11-26 14:49:33.748930 | fa163e5d-bf36-ad29-bf79-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.557636 | 0.51s 2025-11-26 14:49:33.757831 | fa163e5d-bf36-ad29-bf79-00000000002d | TASK | Restart time services 2025-11-26 14:49:33.800051 | fa163e5d-bf36-ad29-bf79-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-11-26 14:49:33.807339 | fa163e5d-bf36-ad29-bf79-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-11-26 14:49:33.816989 | fa163e5d-bf36-ad29-bf79-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-11-26 14:49:33.823000 | fa163e5d-bf36-ad29-bf79-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.631680 | 0.06s 2025-11-26 14:49:33.824415 | fa163e5d-bf36-ad29-bf79-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-11-26 14:49:33.834826 | fa163e5d-bf36-ad29-bf79-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.643527 | 0.06s 2025-11-26 14:49:33.870054 | fa163e5d-bf36-ad29-bf79-000000000012 | HANDLER | Restart chronyd 2025-11-26 14:49:34.386250 | fa163e5d-bf36-ad29-bf79-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-11-26 14:49:34.388257 | fa163e5d-bf36-ad29-bf79-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:23.196950 | 0.52s 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-11-26 14:49:34.408244 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 14:49:34.408794 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 14:49:34.409385 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.218092 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 14:49:34.409901 | UUID | Info | Host | Task Name | Run Time 2025-11-26 14:49:34.410421 | fa163e5d-bf36-ad29-bf79-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.28s 2025-11-26 14:49:34.411002 | fa163e5d-bf36-ad29-bf79-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.28s 2025-11-26 14:49:34.411754 | fa163e5d-bf36-ad29-bf79-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.55s 2025-11-26 14:49:34.412523 | fa163e5d-bf36-ad29-bf79-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.10s 2025-11-26 14:49:34.413098 | fa163e5d-bf36-ad29-bf79-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.24s 2025-11-26 14:49:34.413629 | fa163e5d-bf36-ad29-bf79-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.24s 2025-11-26 14:49:34.414128 | fa163e5d-bf36-ad29-bf79-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.89s 2025-11-26 14:49:34.414786 | fa163e5d-bf36-ad29-bf79-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.84s 2025-11-26 14:49:34.415387 | fa163e5d-bf36-ad29-bf79-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.63s 2025-11-26 14:49:34.415901 | fa163e5d-bf36-ad29-bf79-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.62s 2025-11-26 14:49:34.416446 | fa163e5d-bf36-ad29-bf79-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.58s 2025-11-26 14:49:34.416951 | fa163e5d-bf36-ad29-bf79-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.57s 2025-11-26 14:49:34.417462 | fa163e5d-bf36-ad29-bf79-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.52s 2025-11-26 14:49:34.417960 | fa163e5d-bf36-ad29-bf79-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.51s 2025-11-26 14:49:34.418505 | fa163e5d-bf36-ad29-bf79-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.50s 2025-11-26 14:49:34.418981 | fa163e5d-bf36-ad29-bf79-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.49s 2025-11-26 14:49:34.419601 | fa163e5d-bf36-ad29-bf79-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.49s 2025-11-26 14:49:34.420116 | fa163e5d-bf36-ad29-bf79-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.42s 2025-11-26 14:49:34.420627 | fa163e5d-bf36-ad29-bf79-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.38s 2025-11-26 14:49:34.421104 | fa163e5d-bf36-ad29-bf79-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.33s 2025-11-26 14:49:34.421614 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-11-26 14:49:35.345940 | fa163e5d-bf36-0883-bb6d-000000000005 | SKIPPED | fail | undercloud 2025-11-26 14:49:35.346842 | fa163e5d-bf36-0883-bb6d-000000000005 | TIMING | fail | undercloud | 0:00:00.066199 | 0.05s 2025-11-26 14:49:35.416587 | fa163e5d-bf36-0883-bb6d-000000000006 | SKIPPED | fail | undercloud 2025-11-26 14:49:35.417733 | fa163e5d-bf36-0883-bb6d-000000000006 | TIMING | fail | undercloud | 0:00:00.137084 | 0.07s 2025-11-26 14:49:35.425194 | fa163e5d-bf36-0883-bb6d-000000000008 | TASK | Ensure working_dir is provided 2025-11-26 14:49:35.465392 | fa163e5d-bf36-0883-bb6d-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-11-26 14:49:35.466533 | fa163e5d-bf36-0883-bb6d-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.185880 | 0.04s 2025-11-26 14:49:35.486867 | fa163e5d-bf36-0883-bb6d-00000000000a | TASK | ensure ceph_spec_path is defined 2025-11-26 14:49:35.524585 | fa163e5d-bf36-0883-bb6d-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-11-26 14:49:35.525859 | fa163e5d-bf36-0883-bb6d-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.245205 | 0.04s 2025-11-26 14:49:35.533401 | fa163e5d-bf36-0883-bb6d-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-11-26 14:49:35.571893 | fa163e5d-bf36-0883-bb6d-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-11-26 14:49:35.573167 | fa163e5d-bf36-0883-bb6d-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.292513 | 0.04s 2025-11-26 14:49:35.581034 | fa163e5d-bf36-0883-bb6d-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-11-26 14:49:35.619676 | fa163e5d-bf36-0883-bb6d-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-11-26 14:49:35.620736 | fa163e5d-bf36-0883-bb6d-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.340087 | 0.04s 2025-11-26 14:49:35.628662 | fa163e5d-bf36-0883-bb6d-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-11-26 14:49:35.685604 | fa163e5d-bf36-0883-bb6d-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-11-26 14:49:35.686814 | fa163e5d-bf36-0883-bb6d-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.406164 | 0.06s 2025-11-26 14:49:35.694783 | fa163e5d-bf36-0883-bb6d-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-11-26 14:49:35.790932 | fa163e5d-bf36-0883-bb6d-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', '_admin', 'mon', 'osd'], 'service_type': 'host'} 2025-11-26 14:49:35.792410 | fa163e5d-bf36-0883-bb6d-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.511750 | 0.10s 2025-11-26 14:49:35.805387 | fa163e5d-bf36-0883-bb6d-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-11-26 14:49:35.819560 | fa163e5d-bf36-0883-bb6d-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-11-26 14:49:35.831588 | fa163e5d-bf36-0883-bb6d-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-11-26 14:49:35.843453 | fa163e5d-bf36-0883-bb6d-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.562797 | 0.15s 2025-11-26 14:49:35.852411 | fa163e5d-bf36-0883-bb6d-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-11-26 14:49:35.938231 | fa163e5d-bf36-0883-bb6d-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', '_admin', 'mon', 'osd'], 'service_type': 'host'} 2025-11-26 14:49:35.954856 | fa163e5d-bf36-0883-bb6d-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-11-26 14:49:35.966948 | fa163e5d-bf36-0883-bb6d-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-11-26 14:49:35.979232 | fa163e5d-bf36-0883-bb6d-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-11-26 14:49:35.990848 | fa163e5d-bf36-0883-bb6d-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.710185 | 0.14s 2025-11-26 14:49:35.999476 | fa163e5d-bf36-0883-bb6d-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-11-26 14:49:36.079017 | fa163e5d-bf36-0883-bb6d-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-11-26 14:49:36.080170 | fa163e5d-bf36-0883-bb6d-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.799520 | 0.08s 2025-11-26 14:49:36.088375 | fa163e5d-bf36-0883-bb6d-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-11-26 14:49:36.128041 | fa163e5d-bf36-0883-bb6d-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-11-26 14:49:36.129135 | fa163e5d-bf36-0883-bb6d-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.848485 | 0.04s 2025-11-26 14:49:36.130090 | fa163e5d-bf36-0883-bb6d-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.849452 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-11-26 14:49:36.197208 | fa163e5d-bf36-0883-bb6d-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-11-26 14:49:36.236649 | fa163e5d-bf36-0883-bb6d-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-11-26 14:49:36.237837 | fa163e5d-bf36-0883-bb6d-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.957186 | 0.04s 2025-11-26 14:49:36.246055 | fa163e5d-bf36-0883-bb6d-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-11-26 14:49:36.416411 | fa163e5d-bf36-0883-bb6d-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-11-26 14:49:36.417895 | fa163e5d-bf36-0883-bb6d-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.137242 | 0.17s 2025-11-26 14:49:36.426634 | fa163e5d-bf36-0883-bb6d-000000000019 | TASK | Set IP address of first monitor 2025-11-26 14:49:36.466030 | fa163e5d-bf36-0883-bb6d-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-11-26 14:49:36.467126 | fa163e5d-bf36-0883-bb6d-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.186479 | 0.04s 2025-11-26 14:49:36.488228 | fa163e5d-bf36-0883-bb6d-000000000020 | TASK | Gather distribution facts if they don't exist 2025-11-26 14:49:36.534982 | fa163e5d-bf36-0883-bb6d-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-11-26 14:49:36.536118 | fa163e5d-bf36-0883-bb6d-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.255472 | 0.05s 2025-11-26 14:49:36.547083 | fa163e5d-bf36-0883-bb6d-000000000021 | TASK | Install cephadm package 2025-11-26 14:49:39.598017 | fa163e5d-bf36-0883-bb6d-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-11-26 14:49:39.599737 | fa163e5d-bf36-0883-bb6d-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.319086 | 3.05s 2025-11-26 14:49:39.609204 | fa163e5d-bf36-0883-bb6d-000000000022 | TASK | Stat cephadm file 2025-11-26 14:49:39.924814 | fa163e5d-bf36-0883-bb6d-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-11-26 14:49:39.926239 | fa163e5d-bf36-0883-bb6d-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.645586 | 0.32s 2025-11-26 14:49:39.936337 | fa163e5d-bf36-0883-bb6d-000000000023 | TASK | Fail if cephadm is not available 2025-11-26 14:49:39.962831 | fa163e5d-bf36-0883-bb6d-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-11-26 14:49:39.964058 | fa163e5d-bf36-0883-bb6d-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.683410 | 0.03s 2025-11-26 14:49:39.973543 | fa163e5d-bf36-0883-bb6d-000000000024 | TASK | List Ceph daemon instances on this host 2025-11-26 14:49:40.817229 | fa163e5d-bf36-0883-bb6d-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-11-26 14:49:40.818627 | fa163e5d-bf36-0883-bb6d-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.537976 | 0.84s 2025-11-26 14:49:40.828048 | fa163e5d-bf36-0883-bb6d-000000000026 | TASK | Set list of found FSIDs 2025-11-26 14:49:40.926218 | fa163e5d-bf36-0883-bb6d-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-11-26 14:49:40.927328 | fa163e5d-bf36-0883-bb6d-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.646652 | 0.10s 2025-11-26 14:49:40.935731 | fa163e5d-bf36-0883-bb6d-000000000027 | TASK | Fail if >1 FSID was discovered 2025-11-26 14:49:41.044047 | fa163e5d-bf36-0883-bb6d-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-11-26 14:49:41.045324 | fa163e5d-bf36-0883-bb6d-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.764649 | 0.11s 2025-11-26 14:49:41.054081 | fa163e5d-bf36-0883-bb6d-000000000028 | TASK | Set FSID to the discovered value 2025-11-26 14:49:41.161962 | fa163e5d-bf36-0883-bb6d-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-11-26 14:49:41.163280 | fa163e5d-bf36-0883-bb6d-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.882628 | 0.11s 2025-11-26 14:49:41.172039 | fa163e5d-bf36-0883-bb6d-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-11-26 14:49:41.248094 | fa163e5d-bf36-0883-bb6d-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-11-26 14:49:41.249318 | fa163e5d-bf36-0883-bb6d-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.968644 | 0.08s 2025-11-26 14:49:41.258572 | fa163e5d-bf36-0883-bb6d-00000000002b | TASK | Set first monitor IP if it was not passed 2025-11-26 14:49:41.317452 | fa163e5d-bf36-0883-bb6d-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-11-26 14:49:41.318731 | fa163e5d-bf36-0883-bb6d-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.038083 | 0.06s 2025-11-26 14:49:41.328085 | fa163e5d-bf36-0883-bb6d-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-11-26 14:49:41.659714 | fa163e5d-bf36-0883-bb6d-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-11-26 14:49:41.661156 | fa163e5d-bf36-0883-bb6d-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.380503 | 0.33s 2025-11-26 14:49:41.671143 | fa163e5d-bf36-0883-bb6d-00000000002d | TASK | Ensure specs directory exists 2025-11-26 14:49:41.901900 | fa163e5d-bf36-0883-bb6d-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-11-26 14:49:41.903356 | fa163e5d-bf36-0883-bb6d-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.622705 | 0.23s 2025-11-26 14:49:41.918272 | fa163e5d-bf36-0883-bb6d-00000000002e | TASK | Stat spec file on ansible host 2025-11-26 14:49:42.171361 | fa163e5d-bf36-0883-bb6d-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e5d-bf36-0883-bb6d-00000000002e') missing from stats 2025-11-26 14:49:42.184069 | fa163e5d-bf36-0883-bb6d-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-11-26 14:49:42.751119 | fa163e5d-bf36-0883-bb6d-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-11-26 14:49:42.752527 | fa163e5d-bf36-0883-bb6d-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.471874 | 0.57s 2025-11-26 14:49:42.766934 | fa163e5d-bf36-0883-bb6d-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-11-26 14:49:43.082963 | fa163e5d-bf36-0883-bb6d-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e5d-bf36-0883-bb6d-000000000031') missing from stats 2025-11-26 14:49:43.095389 | fa163e5d-bf36-0883-bb6d-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-11-26 14:49:43.581492 | fa163e5d-bf36-0883-bb6d-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-11-26 14:49:43.582913 | fa163e5d-bf36-0883-bb6d-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.302263 | 0.49s 2025-11-26 14:49:43.606256 | fa163e5d-bf36-0883-bb6d-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-11-26 14:49:43.714848 | fa163e5d-bf36-0883-bb6d-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-11-26 14:49:43.716420 | fa163e5d-bf36-0883-bb6d-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.435760 | 0.11s 2025-11-26 14:49:43.739771 | fa163e5d-bf36-0883-bb6d-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-11-26 14:49:43.829673 | fa163e5d-bf36-0883-bb6d-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-11-26 14:49:43.831033 | fa163e5d-bf36-0883-bb6d-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.550377 | 0.09s 2025-11-26 14:49:43.843835 | fa163e5d-bf36-0883-bb6d-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-11-26 14:49:44.093447 | fa163e5d-bf36-0883-bb6d-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-11-26 14:49:44.094902 | fa163e5d-bf36-0883-bb6d-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.814245 | 0.25s 2025-11-26 14:49:44.325265 | fa163e5d-bf36-0883-bb6d-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-11-26 14:49:44.326435 | fa163e5d-bf36-0883-bb6d-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.045791 | 0.48s 2025-11-26 14:49:44.336907 | fa163e5d-bf36-0883-bb6d-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.056256 | 0.49s 2025-11-26 14:49:44.346680 | fa163e5d-bf36-0883-bb6d-000000000065 | TASK | Fail if necessary files are missing 2025-11-26 14:49:44.430171 | fa163e5d-bf36-0883-bb6d-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': 243275281, 'dev': 64516, 'nlink': 1, 'atime': 1764168548.1107588, 'mtime': 1764168547.9527545, 'ctime': 1764168548.1137588, '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': 'ee704df8d3dc4d219a68985dfb04a22084bc9293', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '103818799', '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-11-26 14:49:44.436915 | fa163e5d-bf36-0883-bb6d-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': 268438703, 'dev': 64516, 'nlink': 1, 'atime': 1764168548.642773, 'mtime': 1764168548.4437675, 'ctime': 1764168548.645773, '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': 'ef72629a2594241571b261db57d973418d9099b2', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '741699121', '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-11-26 14:49:44.448953 | fa163e5d-bf36-0883-bb6d-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.168300 | 0.10s 2025-11-26 14:49:44.459128 | fa163e5d-bf36-0883-bb6d-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-11-26 14:49:44.701775 | fa163e5d-bf36-0883-bb6d-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-11-26 14:49:44.703391 | fa163e5d-bf36-0883-bb6d-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.422736 | 0.24s 2025-11-26 14:49:44.713324 | fa163e5d-bf36-0883-bb6d-000000000068 | TASK | Run cephadm bootstrap 2025-11-26 14:50:53.201358 | fa163e5d-bf36-0883-bb6d-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-11-26 14:50:53.202471 | fa163e5d-bf36-0883-bb6d-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:17.921821 | 68.49s 2025-11-26 14:50:53.209238 | fa163e5d-bf36-0883-bb6d-000000000069 | TASK | Show results of bootstrap 2025-11-26 14:50:53.266944 | fa163e5d-bf36-0883-bb6d-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-11-26 14:50:53.267961 | fa163e5d-bf36-0883-bb6d-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:17.987315 | 0.06s 2025-11-26 14:50:53.274149 | fa163e5d-bf36-0883-bb6d-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-11-26 14:50:53.314100 | fa163e5d-bf36-0883-bb6d-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:18.033446 | 0.04s 2025-11-26 14:50:53.321851 | 5a9fb210-e227-49b8-9fb3-69113605cc6c | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-11-26 14:50:53.332006 | fa163e5d-bf36-0883-bb6d-00000000020b | TASK | Set ceph CLI 2025-11-26 14:50:53.510923 | fa163e5d-bf36-0883-bb6d-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-11-26 14:50:53.511894 | fa163e5d-bf36-0883-bb6d-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:18.231248 | 0.18s 2025-11-26 14:50:53.518281 | fa163e5d-bf36-0883-bb6d-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-11-26 14:50:54.415126 | fa163e5d-bf36-0883-bb6d-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-11-26 14:50:54.416828 | fa163e5d-bf36-0883-bb6d-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:19.136169 | 0.90s 2025-11-26 14:50:54.427222 | fa163e5d-bf36-0883-bb6d-00000000006c | TASK | Set the default container image in ceph configuration 2025-11-26 14:50:55.604356 | fa163e5d-bf36-0883-bb6d-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-11-26 14:50:55.605775 | fa163e5d-bf36-0883-bb6d-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:20.325123 | 1.18s 2025-11-26 14:50:55.616766 | fa163e5d-bf36-0883-bb6d-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-11-26 14:50:55.667757 | fa163e5d-bf36-0883-bb6d-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-11-26 14:50:55.668960 | fa163e5d-bf36-0883-bb6d-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:20.388309 | 0.05s 2025-11-26 14:50:55.687922 | fa163e5d-bf36-0883-bb6d-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-11-26 14:50:55.746534 | fa163e5d-bf36-0883-bb6d-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-11-26 14:50:55.747729 | fa163e5d-bf36-0883-bb6d-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:20.467080 | 0.06s 2025-11-26 14:50:55.756757 | fa163e5d-bf36-0883-bb6d-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-11-26 14:50:55.793412 | fa163e5d-bf36-0883-bb6d-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-11-26 14:50:55.794841 | fa163e5d-bf36-0883-bb6d-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:20.514190 | 0.04s 2025-11-26 14:50:55.803648 | fa163e5d-bf36-0883-bb6d-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-11-26 14:50:55.875123 | fa163e5d-bf36-0883-bb6d-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-11-26 14:50:55.876757 | fa163e5d-bf36-0883-bb6d-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:20.596103 | 0.07s 2025-11-26 14:50:55.885487 | fa163e5d-bf36-0883-bb6d-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-11-26 14:50:55.886118 | fa163e5d-bf36-0883-bb6d-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:20.605481 | 0.08s 2025-11-26 14:50:55.897687 | fa163e5d-bf36-0883-bb6d-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-11-26 14:50:55.898710 | fa163e5d-bf36-0883-bb6d-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:20.618072 | 0.09s 2025-11-26 14:50:55.903224 | fa163e5d-bf36-0883-bb6d-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-11-26 14:50:55.903710 | fa163e5d-bf36-0883-bb6d-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:20.623075 | 0.10s 2025-11-26 14:50:55.909017 | fa163e5d-bf36-0883-bb6d-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:20.628368 | 0.10s 2025-11-26 14:50:55.927838 | fa163e5d-bf36-0883-bb6d-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-11-26 14:50:56.053275 | fa163e5d-bf36-0883-bb6d-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-11-26 14:50:56.110310 | fa163e5d-bf36-0883-bb6d-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-11-26 14:50:56.167978 | fa163e5d-bf36-0883-bb6d-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-11-26 14:50:56.225188 | fa163e5d-bf36-0883-bb6d-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-11-26 14:50:56.282557 | fa163e5d-bf36-0883-bb6d-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-11-26 14:50:56.340288 | fa163e5d-bf36-0883-bb6d-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-11-26 14:50:56.398609 | fa163e5d-bf36-0883-bb6d-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-11-26 14:50:56.458713 | fa163e5d-bf36-0883-bb6d-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-11-26 14:50:56.470139 | fa163e5d-bf36-0883-bb6d-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:21.189481 | 0.54s 2025-11-26 14:50:56.479867 | fa163e5d-bf36-0883-bb6d-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-11-26 14:50:57.491448 | fa163e5d-bf36-0883-bb6d-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-11-26 14:50:57.493161 | fa163e5d-bf36-0883-bb6d-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.212500 | 1.01s 2025-11-26 14:50:58.408068 | fa163e5d-bf36-0883-bb6d-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-11-26 14:50:58.409684 | fa163e5d-bf36-0883-bb6d-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.129037 | 1.93s 2025-11-26 14:50:59.573086 | fa163e5d-bf36-0883-bb6d-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-11-26 14:50:59.574467 | fa163e5d-bf36-0883-bb6d-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:24.293822 | 3.09s 2025-11-26 14:51:00.534691 | fa163e5d-bf36-0883-bb6d-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-11-26 14:51:00.535760 | fa163e5d-bf36-0883-bb6d-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:25.255116 | 4.05s 2025-11-26 14:51:00.543086 | fa163e5d-bf36-0883-bb6d-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:25.262441 | 4.06s 2025-11-26 14:51:00.555135 | fa163e5d-bf36-0883-bb6d-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-11-26 14:51:00.805231 | fa163e5d-bf36-0883-bb6d-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-11-26 14:51:00.806113 | fa163e5d-bf36-0883-bb6d-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:25.525472 | 0.25s 2025-11-26 14:51:00.809266 | fa163e5d-bf36-0883-bb6d-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:25.528616 | 0.25s 2025-11-26 14:51:00.818937 | fa163e5d-bf36-0883-bb6d-0000000000a7 | TASK | Fail if spec file is missing 2025-11-26 14:51:00.902513 | fa163e5d-bf36-0883-bb6d-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': 880833401, 'dev': 64516, 'nlink': 1, 'atime': 1764168582.7224822, 'mtime': 1764168582.4024966, 'ctime': 1764168582.724482, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': '1b9fd0a28a79104f8d8916f6e3e66ad1cca57874', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1037764770', '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-11-26 14:51:00.914183 | fa163e5d-bf36-0883-bb6d-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:25.633526 | 0.09s 2025-11-26 14:51:00.924720 | fa163e5d-bf36-0883-bb6d-0000000000a8 | TASK | Get ceph_cli 2025-11-26 14:51:00.956108 | fa163e5d-bf36-0883-bb6d-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:25.675452 | 0.03s 2025-11-26 14:51:00.967152 | 74ee992f-5290-4a84-b964-3b911809f579 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-11-26 14:51:00.984496 | fa163e5d-bf36-0883-bb6d-000000000270 | TASK | Set ceph CLI 2025-11-26 14:51:01.167001 | fa163e5d-bf36-0883-bb6d-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-11-26 14:51:01.168480 | fa163e5d-bf36-0883-bb6d-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:25.887826 | 0.18s 2025-11-26 14:51:01.178989 | fa163e5d-bf36-0883-bb6d-0000000000a9 | TASK | Get the ceph orchestrator status 2025-11-26 14:51:02.309450 | fa163e5d-bf36-0883-bb6d-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-11-26 14:51:02.311013 | fa163e5d-bf36-0883-bb6d-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:27.030359 | 1.13s 2025-11-26 14:51:02.320639 | fa163e5d-bf36-0883-bb6d-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-11-26 14:51:02.388562 | fa163e5d-bf36-0883-bb6d-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-11-26 14:51:02.389819 | fa163e5d-bf36-0883-bb6d-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:27.109166 | 0.07s 2025-11-26 14:51:02.399843 | fa163e5d-bf36-0883-bb6d-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-11-26 14:51:02.429137 | fa163e5d-bf36-0883-bb6d-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:27.148484 | 0.03s 2025-11-26 14:51:02.454620 | 47a53fdc-777e-4672-8861-bd2aa40b5861 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-11-26 14:51:02.475166 | fa163e5d-bf36-0883-bb6d-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-11-26 14:51:02.514038 | fa163e5d-bf36-0883-bb6d-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-11-26 14:51:02.514892 | fa163e5d-bf36-0883-bb6d-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:27.234248 | 0.04s 2025-11-26 14:51:02.522458 | fa163e5d-bf36-0883-bb6d-0000000002a8 | TASK | set cephadm debug level 2025-11-26 14:51:02.578699 | fa163e5d-bf36-0883-bb6d-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-11-26 14:51:02.580068 | fa163e5d-bf36-0883-bb6d-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:27.299416 | 0.06s 2025-11-26 14:51:02.590287 | fa163e5d-bf36-0883-bb6d-0000000002a9 | TASK | enforce minimum ceph clients version 2025-11-26 14:51:02.665741 | fa163e5d-bf36-0883-bb6d-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-11-26 14:51:02.667532 | fa163e5d-bf36-0883-bb6d-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:27.386873 | 0.08s 2025-11-26 14:51:02.679568 | fa163e5d-bf36-0883-bb6d-0000000002aa | TASK | set container image base in ceph configuration 2025-11-26 14:51:04.423769 | fa163e5d-bf36-0883-bb6d-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-11-26 14:51:04.425234 | fa163e5d-bf36-0883-bb6d-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:29.144580 | 1.74s 2025-11-26 14:51:04.435305 | fa163e5d-bf36-0883-bb6d-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-11-26 14:51:04.494211 | fa163e5d-bf36-0883-bb6d-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-11-26 14:51:04.495278 | fa163e5d-bf36-0883-bb6d-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:29.214628 | 0.06s 2025-11-26 14:51:04.504600 | fa163e5d-bf36-0883-bb6d-0000000002ad | TASK | set grafana container image in ceph configuration 2025-11-26 14:51:04.554666 | fa163e5d-bf36-0883-bb6d-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-11-26 14:51:04.555739 | fa163e5d-bf36-0883-bb6d-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:29.275090 | 0.05s 2025-11-26 14:51:04.564917 | fa163e5d-bf36-0883-bb6d-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-11-26 14:51:04.612145 | fa163e5d-bf36-0883-bb6d-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-11-26 14:51:04.613221 | fa163e5d-bf36-0883-bb6d-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:29.332571 | 0.05s 2025-11-26 14:51:04.625338 | fa163e5d-bf36-0883-bb6d-0000000002af | TASK | set prometheus container image in ceph configuration 2025-11-26 14:51:04.687654 | fa163e5d-bf36-0883-bb6d-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-11-26 14:51:04.688720 | fa163e5d-bf36-0883-bb6d-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:29.408072 | 0.06s 2025-11-26 14:51:04.697306 | fa163e5d-bf36-0883-bb6d-0000000000ac | TASK | Apply spec 2025-11-26 14:51:06.238393 | fa163e5d-bf36-0883-bb6d-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-11-26 14:51:06.239332 | fa163e5d-bf36-0883-bb6d-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:30.958668 | 1.54s 2025-11-26 14:51:06.245443 | fa163e5d-bf36-0883-bb6d-0000000000ad | TASK | Show results of spec apply 2025-11-26 14:51:06.306946 | fa163e5d-bf36-0883-bb6d-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-11-26 14:51:06.308085 | fa163e5d-bf36-0883-bb6d-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:31.027433 | 0.06s 2025-11-26 14:51:06.317358 | fa163e5d-bf36-0883-bb6d-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-11-26 14:51:06.377938 | fa163e5d-bf36-0883-bb6d-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:31.097286 | 0.06s 2025-11-26 14:51:06.389722 | 805bd17e-3d68-435f-ac70-fb2d87e0f3bb | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-11-26 14:51:06.418249 | fa163e5d-bf36-0883-bb6d-000000000307 | TASK | Wait for expected number of osds to be running 2025-11-26 14:51:07.470173 | fa163e5d-bf36-0883-bb6d-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-11-26 14:51:38.491858 | fa163e5d-bf36-0883-bb6d-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-11-26 14:51:38.493101 | fa163e5d-bf36-0883-bb6d-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:03.212450 | 32.07s 2025-11-26 14:51:38.509976 | fa163e5d-bf36-0883-bb6d-0000000000c9 | TASK | Get ceph_cli 2025-11-26 14:51:38.540992 | fa163e5d-bf36-0883-bb6d-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-11-26 14:51:38.542375 | fa163e5d-bf36-0883-bb6d-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:03.261720 | 0.03s 2025-11-26 14:51:38.552429 | fa163e5d-bf36-0883-bb6d-0000000000ca | TASK | Collect ceph config dump 2025-11-26 14:51:38.579940 | fa163e5d-bf36-0883-bb6d-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-11-26 14:51:38.581141 | fa163e5d-bf36-0883-bb6d-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:03.300493 | 0.03s 2025-11-26 14:51:38.590357 | fa163e5d-bf36-0883-bb6d-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-11-26 14:51:38.648421 | fa163e5d-bf36-0883-bb6d-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-11-26 14:51:38.649707 | fa163e5d-bf36-0883-bb6d-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:03.369056 | 0.06s 2025-11-26 14:51:38.658605 | fa163e5d-bf36-0883-bb6d-0000000000cc | TASK | Create pool 2025-11-26 14:51:38.731834 | fa163e5d-bf36-0883-bb6d-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:03.451174 | 0.07s 2025-11-26 14:51:38.741538 | fa163e5d-bf36-0883-bb6d-0000000000cd | TASK | Enable application on Ceph pools 2025-11-26 14:51:38.798951 | fa163e5d-bf36-0883-bb6d-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:03.518292 | 0.06s 2025-11-26 14:51:38.809597 | fa163e5d-bf36-0883-bb6d-0000000000cf | TASK | Get the RBD ceph_cli 2025-11-26 14:51:38.857151 | fa163e5d-bf36-0883-bb6d-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-11-26 14:51:38.858322 | fa163e5d-bf36-0883-bb6d-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:03.577643 | 0.05s 2025-11-26 14:51:38.867940 | fa163e5d-bf36-0883-bb6d-0000000000d0 | TASK | Set trash interval 2025-11-26 14:51:38.965137 | fa163e5d-bf36-0883-bb6d-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-11-26 14:51:38.971104 | fa163e5d-bf36-0883-bb6d-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:03.690443 | 0.10s 2025-11-26 14:51:38.989688 | fa163e5d-bf36-0883-bb6d-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-11-26 14:51:39.058835 | fa163e5d-bf36-0883-bb6d-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:03.778175 | 0.07s 2025-11-26 14:51:39.070030 | fa163e5d-bf36-0883-bb6d-0000000000e9 | TASK | Get ceph_cli 2025-11-26 14:51:39.116816 | fa163e5d-bf36-0883-bb6d-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-11-26 14:51:39.118386 | fa163e5d-bf36-0883-bb6d-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:03.837732 | 0.05s 2025-11-26 14:51:39.128130 | fa163e5d-bf36-0883-bb6d-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-11-26 14:51:39.196630 | fa163e5d-bf36-0883-bb6d-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:03.915976 | 0.07s 2025-11-26 14:51:39.214028 | fa163e5d-bf36-0883-bb6d-0000000000f9 | TASK | Get ceph_cli 2025-11-26 14:51:39.252273 | fa163e5d-bf36-0883-bb6d-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-11-26 14:51:39.253482 | fa163e5d-bf36-0883-bb6d-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:03.972832 | 0.04s 2025-11-26 14:51:39.262723 | fa163e5d-bf36-0883-bb6d-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-11-26 14:51:39.310327 | fa163e5d-bf36-0883-bb6d-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-11-26 14:51:39.312371 | fa163e5d-bf36-0883-bb6d-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:04.031719 | 0.05s 2025-11-26 14:51:39.321214 | fa163e5d-bf36-0883-bb6d-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-11-26 14:51:39.369615 | fa163e5d-bf36-0883-bb6d-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-11-26 14:51:39.370757 | fa163e5d-bf36-0883-bb6d-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:04.090106 | 0.05s 2025-11-26 14:51:39.380121 | fa163e5d-bf36-0883-bb6d-0000000000fc | TASK | Extract mons_json 2025-11-26 14:51:39.428067 | fa163e5d-bf36-0883-bb6d-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-11-26 14:51:39.429565 | fa163e5d-bf36-0883-bb6d-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:04.148913 | 0.05s 2025-11-26 14:51:39.439157 | fa163e5d-bf36-0883-bb6d-0000000000fd | TASK | Build mons_list 2025-11-26 14:51:39.486674 | fa163e5d-bf36-0883-bb6d-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-11-26 14:51:39.487861 | fa163e5d-bf36-0883-bb6d-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:04.207210 | 0.05s 2025-11-26 14:51:39.496820 | fa163e5d-bf36-0883-bb6d-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-11-26 14:51:39.543518 | fa163e5d-bf36-0883-bb6d-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-11-26 14:51:39.544938 | fa163e5d-bf36-0883-bb6d-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:04.264285 | 0.05s 2025-11-26 14:51:39.555472 | fa163e5d-bf36-0883-bb6d-0000000000ff | TASK | Verify the keyring 2025-11-26 14:51:39.626801 | fa163e5d-bf36-0883-bb6d-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:04.346120 | 0.07s 2025-11-26 14:51:39.642054 | fa163e5d-bf36-0883-bb6d-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-11-26 14:51:39.680228 | fa163e5d-bf36-0883-bb6d-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-11-26 14:51:39.681483 | fa163e5d-bf36-0883-bb6d-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:04.400829 | 0.04s 2025-11-26 14:51:39.698285 | fa163e5d-bf36-0883-bb6d-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-11-26 14:51:39.746277 | fa163e5d-bf36-0883-bb6d-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-11-26 14:51:39.747521 | fa163e5d-bf36-0883-bb6d-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:04.466870 | 0.05s 2025-11-26 14:51:39.764532 | fa163e5d-bf36-0883-bb6d-00000000011c | TASK | Get ceph_cli 2025-11-26 14:51:39.792559 | fa163e5d-bf36-0883-bb6d-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:04.511901 | 0.03s 2025-11-26 14:51:39.803771 | ea73bb7f-6c48-45f8-a1e0-8dc4301cb973 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-11-26 14:51:39.816669 | fa163e5d-bf36-0883-bb6d-0000000003c0 | TASK | Set ceph CLI 2025-11-26 14:51:39.995676 | fa163e5d-bf36-0883-bb6d-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-11-26 14:51:39.997367 | fa163e5d-bf36-0883-bb6d-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:04.716706 | 0.18s 2025-11-26 14:51:40.019972 | fa163e5d-bf36-0883-bb6d-00000000011d | TASK | Get the ceph orchestrator status 2025-11-26 14:51:40.954910 | fa163e5d-bf36-0883-bb6d-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-11-26 14:51:40.955893 | fa163e5d-bf36-0883-bb6d-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:05.675250 | 0.93s 2025-11-26 14:51:40.961960 | fa163e5d-bf36-0883-bb6d-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-11-26 14:51:41.022070 | fa163e5d-bf36-0883-bb6d-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-11-26 14:51:41.022990 | fa163e5d-bf36-0883-bb6d-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:05.742347 | 0.06s 2025-11-26 14:51:41.028831 | fa163e5d-bf36-0883-bb6d-000000000120 | TASK | Show the deployed daemons 2025-11-26 14:51:41.921844 | fa163e5d-bf36-0883-bb6d-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-11-26 14:51:41.924577 | fa163e5d-bf36-0883-bb6d-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:06.643933 | 0.89s 2025-11-26 14:51:41.930883 | fa163e5d-bf36-0883-bb6d-000000000121 | TASK | Deployed daemons 2025-11-26 14:51:41.986578 | fa163e5d-bf36-0883-bb6d-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-11-26 14:51:41.987534 | fa163e5d-bf36-0883-bb6d-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:06.706890 | 0.06s 2025-11-26 14:51:41.993593 | fa163e5d-bf36-0883-bb6d-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-11-26 14:51:42.906442 | fa163e5d-bf36-0883-bb6d-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-11-26 14:51:42.908280 | fa163e5d-bf36-0883-bb6d-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:07.627628 | 0.91s 2025-11-26 14:51:42.918131 | fa163e5d-bf36-0883-bb6d-000000000123 | TASK | Ceph cluster status 2025-11-26 14:51:42.954928 | fa163e5d-bf36-0883-bb6d-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: a1f4a3e3-1b3c-5187-a173-540ba88852d1", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 81s)", " mgr: standalone.ysigvg(active, since 65s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-11-26 14:51:42.956143 | fa163e5d-bf36-0883-bb6d-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:07.675495 | 0.04s 2025-11-26 14:51:42.978335 | fa163e5d-bf36-0883-bb6d-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-11-26 14:51:43.578089 | fa163e5d-bf36-0883-bb6d-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e5d-bf36-0883-bb6d-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-11-26 14:51:43.616443 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 14:51:43.616978 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 14:51:43.617597 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:08.336941 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 14:51:43.618134 | UUID | Info | Host | Task Name | Run Time 2025-11-26 14:51:43.618730 | fa163e5d-bf36-0883-bb6d-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 68.49s 2025-11-26 14:51:43.619328 | fa163e5d-bf36-0883-bb6d-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.07s 2025-11-26 14:51:43.619890 | fa163e5d-bf36-0883-bb6d-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 4.06s 2025-11-26 14:51:43.620481 | fa163e5d-bf36-0883-bb6d-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.05s 2025-11-26 14:51:43.621014 | fa163e5d-bf36-0883-bb6d-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 1.74s 2025-11-26 14:51:43.621587 | fa163e5d-bf36-0883-bb6d-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.54s 2025-11-26 14:51:43.622132 | fa163e5d-bf36-0883-bb6d-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.18s 2025-11-26 14:51:43.622753 | fa163e5d-bf36-0883-bb6d-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.13s 2025-11-26 14:51:43.623293 | fa163e5d-bf36-0883-bb6d-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.93s 2025-11-26 14:51:43.623942 | fa163e5d-bf36-0883-bb6d-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.91s 2025-11-26 14:51:43.624506 | fa163e5d-bf36-0883-bb6d-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.90s 2025-11-26 14:51:43.625001 | fa163e5d-bf36-0883-bb6d-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.89s 2025-11-26 14:51:43.625616 | fa163e5d-bf36-0883-bb6d-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.84s 2025-11-26 14:51:43.626207 | fa163e5d-bf36-0883-bb6d-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.57s 2025-11-26 14:51:43.626796 | fa163e5d-bf36-0883-bb6d-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.54s 2025-11-26 14:51:43.627368 | fa163e5d-bf36-0883-bb6d-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.49s 2025-11-26 14:51:43.627954 | fa163e5d-bf36-0883-bb6d-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.49s 2025-11-26 14:51:43.628530 | fa163e5d-bf36-0883-bb6d-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.33s 2025-11-26 14:51:43.629102 | fa163e5d-bf36-0883-bb6d-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.32s 2025-11-26 14:51:43.629724 | fa163e5d-bf36-0883-bb6d-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.25s 2025-11-26 14:51:43.630246 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-41 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export 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-11-26 14:51:46.688 41065 INFO migrate.versioning.api [-] 72 -> 73...  2025-11-26 14:51:46.712 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.712 41065 INFO migrate.versioning.api [-] 73 -> 74...  2025-11-26 14:51:46.713 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.713 41065 INFO migrate.versioning.api [-] 74 -> 75...  2025-11-26 14:51:46.715 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.715 41065 INFO migrate.versioning.api [-] 75 -> 76...  2025-11-26 14:51:46.717 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.717 41065 INFO migrate.versioning.api [-] 76 -> 77...  2025-11-26 14:51:46.719 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.719 41065 INFO migrate.versioning.api [-] 77 -> 78...  2025-11-26 14:51:46.720 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.720 41065 INFO migrate.versioning.api [-] 78 -> 79...  2025-11-26 14:51:46.745 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.745 41065 INFO migrate.versioning.api [-] 79 -> 80...  2025-11-26 14:51:46.762 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.763 41065 INFO migrate.versioning.api [-] 80 -> 81...  2025-11-26 14:51:46.764 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.764 41065 INFO migrate.versioning.api [-] 81 -> 82...  2025-11-26 14:51:46.766 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.766 41065 INFO migrate.versioning.api [-] 82 -> 83...  2025-11-26 14:51:46.768 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.768 41065 INFO migrate.versioning.api [-] 83 -> 84...  2025-11-26 14:51:46.770 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.770 41065 INFO migrate.versioning.api [-] 84 -> 85...  2025-11-26 14:51:46.772 41065 INFO migrate.versioning.api [-] done 2025-11-26 14:51:46.772 41065 INFO migrate.versioning.api [-] 85 -> 86...  2025-11-26 14:51:46.795 41065 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-11-26 14:51:55Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:51:55Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-11-26 14:51:55Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:51:55Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-11-26 14:51:55Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-11-26 14:51:56Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-11-26 14:51:56Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-11-26 14:51:56Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-11-26 14:51:56Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-11-26 14:51:56Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-26 14:51:57Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-11-26 14:51:57Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:51:57Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-11-26 14:51:57Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:51:57Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-11-26 14:51:57Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-11-26 14:51:57Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-11-26 14:51:57Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-26 14:51:57Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-11-26 14:51:57Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:51:58Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-11-26 14:51:58Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-11-26 14:51:58Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-11-26 14:51:59Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-11-26 14:51:59Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:51:59Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:51:59Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-11-26 14:51:59Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:00Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:00Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-11-26 14:52:00Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:00Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:01Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-11-26 14:52:01Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:01Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:01Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:01Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-11-26 14:52:01Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:01Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:01Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:01Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-11-26 14:52:01Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-11-26 14:52:01Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:02Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-11-26 14:52:02Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:02Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:02Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:02Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-11-26 14:52:02Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-11-26 14:52:02Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:03Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-11-26 14:52:03Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:03Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-11-26 14:52:04Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:04Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-11-26 14:52:05Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:05Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-11-26 14:52:05Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:06Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-11-26 14:52:06Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:06Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:06Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:06Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:06Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:06Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-11-26 14:52:06Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-11-26 14:52:06Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:06Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:06Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-11-26 14:52:07Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-11-26 14:52:08Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-11-26 14:52:08Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-11-26 14:52:08Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-11-26 14:52:08Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:08Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:08Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:08Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-26 14:52:08Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:09Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-11-26 14:52:09Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:09Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:09Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-11-26 14:52:10Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-11-26 14:52:10Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:10Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-11-26 14:52:10Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:10Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:11Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:12Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:13Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:13Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:15Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:52:16Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:16Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:16Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-11-26 14:52:16Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:16Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 14:52:16Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:17Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:17Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:52:18Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:18Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:52:18Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:52:18Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:18Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-11-26 14:52:19Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:19Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:19Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:20Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:20Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:52:21Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:21Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:52:21Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:52:22Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:23Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-11-26 14:52:23Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:24Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-11-26 14:52:25Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:25Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:25Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:26Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:26Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-11-26 14:52:27Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:27Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:52:28Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:28Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:52:28Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:52:28Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:29Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-11-26 14:52:29Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:29Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:29Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:31Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:31Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:52:31Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:52:32Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:32Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:33Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-11-26 14:52:34Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:52:34Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:34Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-11-26 14:52:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:35Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:35Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:52:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:36Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-11-26 14:52:36Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:36Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:37Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:38Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:38Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:52:38Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:52:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:40Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-11-26 14:52:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 14:52:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:41Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:41Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:52:41Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:41Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:41Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:52:41Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:42Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:42Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-11-26 14:52:43Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:52:43Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:44Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-11-26 14:52:44Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:45Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-11-26 14:52:46Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:47Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-11-26 14:52:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:47Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:48Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:48Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:52:48Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:52:49Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:50Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:52:50Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:51Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-11-26 14:52:52Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:52Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:53Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:52:54Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:54Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:52:54Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:52:54Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:55Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-11-26 14:52:55Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:55Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:52:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-26 14:52:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-26 14:52:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-26 14:52:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-26 14:52:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-11-26 14:52:57Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:52:58Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-11-26 14:52:59Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:00Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-11-26 14:53:00Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:00Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:00Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:00Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-11-26 14:53:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-26 14:53:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-26 14:53:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-26 14:53:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:03Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:04Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-11-26 14:53:05Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:05Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-26 14:53:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-26 14:53:06Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:06Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-26 14:53:06Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:07Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:07Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:08Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-11-26 14:53:08Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:08Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:08Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:08Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:08Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:08Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-26 14:53:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-26 14:53:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-26 14:53:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:10Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:11Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-11-26 14:53:12Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:12Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:12Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:12Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:53:13Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:14Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:14Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:14Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:15Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:15Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:15Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:15Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:15Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:15Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 14:53:15Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:16Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:16Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:16Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 14:53:16Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:17Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:17Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:17Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:18Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:53:18Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:19Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-11-26 14:53:19Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:19Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:19Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:20Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:22Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:22Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:53:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 14:53:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:22Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:22Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:53:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:23Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 14:53:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:53:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:53:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:29Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:29Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-11-26 14:53:31Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:31Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:31Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:32Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:32Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:53:32Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:53:33Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:34Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:34Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:34Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:34Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:35Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:35Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:35Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 14:53:36Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:36Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:36Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:37Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:37Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:38Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-11-26 14:53:38Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:38Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:40Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:41Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:53:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:53:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:53:42Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:42Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:53:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:43Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 14:53:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:44Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 14:53:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:47Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:48Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-11-26 14:53:49Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:49Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:49Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:49Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:53:50Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:50Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:50Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:51Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:51Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:51Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:52Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:53:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:53Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:53Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:54Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-11-26 14:53:54Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:54Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:53:54Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:55Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:55Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:53:56Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:53:56Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:53:57Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:53:58Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:53:58Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-11-26 14:53:59Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:00Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-11-26 14:54:00Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:00Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:00Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:00Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:01Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:02Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:54:03Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:03Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-11-26 14:54:04Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:05Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-11-26 14:54:05Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:05Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:05Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:06Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:06Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:06Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:54:07Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:07Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:07Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:07Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:08Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:08Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:08Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-26 14:54:09Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:09Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:54:10Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:10Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-26 14:54:10Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 14:54:10Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:11Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-11-26 14:54:12Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:12Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:12Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:13Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:13Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:13Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:54:14Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:14Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:14Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:14Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:14Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-26 14:54:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-26 14:54:16Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:54:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:54:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 14:54:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:21Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-26 14:54:21Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-11-26 14:54:22Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:23Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-11-26 14:54:24Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:24Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:24Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:24Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:25Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:25Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:25Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:25Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 14:54:25Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:26Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:26Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:54:27Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:27Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:54:28Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:28Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:54:29Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:54:29Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:30Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-11-26 14:54:30Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:30Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:31Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:31Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:32Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:33Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:33Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:54:34Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:34Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:54:35Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:54:35Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:36Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-11-26 14:54:36Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:36Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:36Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:37Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:37Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:54:38Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:38Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:54:39Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:39Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:39Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:54:39Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:40Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-11-26 14:54:41Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:41Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:41Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:41Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:42Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-26 14:54:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:44Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-26 14:54:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-26 14:54:45Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:54:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:54:47Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:47Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-26 14:54:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-11-26 14:54:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:49Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-11-26 14:54:49Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:50Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-11-26 14:54:51Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:51Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:51Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:51Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:51Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:51Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 14:54:51Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:52Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:52Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:54:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:53Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-11-26 14:54:54Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:54Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:54:55Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:56Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-11-26 14:54:56Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:54:57Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-11-26 14:54:57Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:57Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:58Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:58Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:54:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:54:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:54:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 14:54:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:55:01Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:02Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:02Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-11-26 14:55:03Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-11-26 14:55:03Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:03Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-11-26 14:55:04Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:04Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:04Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:05Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:05Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:55:05Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:05Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:05Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:05Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:06Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:06Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:06Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-11-26 14:55:07Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:08Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:08Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-11-26 14:55:09Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:09Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:10Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-11-26 14:55:11Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:11Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:11Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:12Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:12Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:12Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:12Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:13Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-11-26 14:55:13Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:13Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:13Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:13Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:15Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:15Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:16Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-11-26 14:55:17Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:17Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:17Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:17Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:17Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:18Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-11-26 14:55:18Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:18Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:18Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:18Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:18Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:18Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:18Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:19Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:19Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-11-26 14:55:20Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:20Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:20Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:55:21Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:21Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:22Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:22Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 14:55:22Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:22Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:22Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:55:23Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:23Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:24Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-11-26 14:55:25Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:25Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:25Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:25Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:26Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:26Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:26Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:26Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 14:55:26Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:27Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:27Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:55:28Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:28Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-11-26 14:55:29Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:29Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:55:30Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:30Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:31Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-11-26 14:55:32Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:33Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-11-26 14:55:33Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:33Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:33Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:34Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:34Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-11-26 14:55:35Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:35Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:36Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:36Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:36Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:55:36Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:37Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-11-26 14:55:38Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:38Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-11-26 14:55:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:41Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:42Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:42Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:42Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:55:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:55:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-11-26 14:55:43Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:44Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-11-26 14:55:45Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:45Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:45Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:45Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:46Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:47Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:47Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:48Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-11-26 14:55:48Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:48Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:48Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:49Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:49Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:49Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-11-26 14:55:50Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:51Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:51Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:55:52Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-11-26 14:55:53Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:54Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-11-26 14:55:54Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:54Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:54Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:55Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:55Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:55Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:55:56Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:56Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-26 14:55:57Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:58Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:58Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-11-26 14:55:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:55:59Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:55:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:55:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:55:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-26 14:56:00Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:01Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-11-26 14:56:02Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:02Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:03Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:03Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-11-26 14:56:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-11-26 14:56:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:05Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-11-26 14:56:05Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:06Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-11-26 14:56:06Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:06Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:07Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:08Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:08Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:08Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:56:09Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:10Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:10Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-11-26 14:56:11Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-26 14:56:11Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:11Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-11-26 14:56:12Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:12Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:12Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:13Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:13Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:13Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-11-26 14:56:14Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:15Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:15Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-26 14:56:16Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:56:17Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:17Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-11-26 14:56:18Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:18Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:18Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:19Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:56:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:20Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:20Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 14:56:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:22Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-11-26 14:56:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 14:56:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:23Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:23Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:56:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:24Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:56:25Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:25Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-26 14:56:26Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-26 14:56:26Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:27Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-11-26 14:56:28Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:28Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:29Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 14:56:30Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:30Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:56:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:31Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:56:32Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:32Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-26 14:56:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-26 14:56:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-26 14:56:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-11-26 14:56:34Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:35Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-11-26 14:56:36Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:36Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:37Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:37Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:37Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 14:56:38Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:38Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:38Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:38Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:38Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-11-26 14:56:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 14:56:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:40Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:40Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:56:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:41Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:56:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-26 14:56:43Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:43Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-26 14:56:44Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:56:44Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:45Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-11-26 14:56:46Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:46Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:47Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 14:56:48Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:48Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:56:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:49Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:56:50Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:50Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-26 14:56:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-26 14:56:51Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:51Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:51Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:51Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:52Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-26 14:56:52Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-11-26 14:56:52Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:53Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-11-26 14:56:54Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:54Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:55Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:55Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 14:56:56Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:56Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:56:56Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:56:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-26 14:56:57Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:56:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:56:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:56:58Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 14:56:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-11-26 14:56:59Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-11-26 14:56:59Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:00Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-11-26 14:57:01Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:01Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-11-26 14:57:03Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-11-26 14:57:04Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:04Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:04Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:57:04Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:04Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:04Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:05Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:05Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:05Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 14:57:05Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:06Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-11-26 14:57:07Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:07Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:07Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:08Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:08Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:08Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:57:09Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:10Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-11-26 14:57:10Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:11Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-11-26 14:57:11Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:11Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:12Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:12Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:12Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:12Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:12Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 14:57:14Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-26 14:57:15Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:15Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:57:16Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:16Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:16Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:16Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:57:16Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:16Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:16Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:17Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:17Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-26 14:57:17Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:18Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-11-26 14:57:18Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:19Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-11-26 14:57:19Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:19Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:19Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:19Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:20Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:20Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:21Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:23Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:57:23Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:23Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-11-26 14:57:24Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:24Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:24Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:25Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:25Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:25Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:57:25Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:26Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-11-26 14:57:26Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:26Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:26Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:27Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:28Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-11-26 14:57:28Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:29Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:29Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-26 14:57:29Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:31Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:57:31Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:31Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-11-26 14:57:32Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:32Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:32Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:33Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:33Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:33Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:57:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-26 14:57:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-11-26 14:57:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:37Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:37Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:37Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:38Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-26 14:57:38Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:57:38Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:39Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:39Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:57:40Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:57:41Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:41Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-11-26 14:57:41Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:42Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-11-26 14:57:43Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:43Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:43Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:43Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-11-26 14:57:43Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:44Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-11-26 14:57:44Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:44Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:45Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:45Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:46Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:47Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:47Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:57:48Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:48Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:57:49Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-26 14:57:49Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:50Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-11-26 14:57:50Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:50Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:50Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:51Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:51Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:51Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:57:52Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:53Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:53Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-26 14:57:54Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:57:54Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:57:55Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-11-26 14:57:56Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:56Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:57:56Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:56Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:57:57Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:58Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:58Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:57:59Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:57:59Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:58:00Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-26 14:58:00Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:01Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-11-26 14:58:01Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:02Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-11-26 14:58:03Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:03Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:03Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:04Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:58:04Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:05Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-11-26 14:58:05Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:05Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:07Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:08Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:08Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:08Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:08Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:08Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:58:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:10Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:58:10Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:58:10Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:11Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:58:11Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:12Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-11-26 14:58:12Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:12Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-11-26 14:58:13Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:14Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-11-26 14:58:15Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:15Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:15Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:15Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:15Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:15Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:15Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:16Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:16Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-11-26 14:58:17Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:17Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:17Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:58:17Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:17Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 14:58:17Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:18Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:18Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 14:58:19Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:19Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:19Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 14:58:19Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:20Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-11-26 14:58:20Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:21Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-11-26 14:58:22Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:22Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:23Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-11-26 14:58:24Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:24Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:24Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:58:24Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:24Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:24Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:58:24Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:25Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-11-26 14:58:25Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:26Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-11-26 14:58:26Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:28Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-11-26 14:58:28Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:29Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-11-26 14:58:29Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:30Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-11-26 14:58:31Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:31Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:31Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:31Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:32Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:32Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-26 14:58:33Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:34Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:34Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-11-26 14:58:35Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:58:35Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:36Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-11-26 14:58:36Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:36Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:36Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:36Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:36Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:37Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-11-26 14:58:38Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:38Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:38Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:39Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:39Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:39Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 14:58:40Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:41Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-11-26 14:58:41Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:42Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-11-26 14:58:42Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:43Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-11-26 14:58:44Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:45Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-11-26 14:58:45Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:46Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-11-26 14:58:47Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:47Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:47Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:47Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:47Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:48Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-11-26 14:58:48Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:48Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:48Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:49Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:49Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:49Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-11-26 14:58:49Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:50Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-11-26 14:58:51Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:51Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:58:51Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:51Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 14:58:51Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:52Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-11-26 14:58:52Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:58:52Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-11-26 14:58:54Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:54Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:54Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:55Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-11-26 14:58:55Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:55Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-26 14:58:55Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:56Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-11-26 14:58:56Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:56Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-26 14:58:56Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:56Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-11-26 14:58:56Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:57Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-11-26 14:58:57Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:57Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-11-26 14:58:57Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:57Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-26 14:58:57Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:58Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-26 14:58:58Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:58Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-11-26 14:58:58Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:59Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-11-26 14:58:59Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:58:59Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-26 14:58:59Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:00Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-11-26 14:59:00Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:00Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:00Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:00Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:00Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:00Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:01Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:01Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:01Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:01Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-11-26 14:59:01Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:01Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-11-26 14:59:02Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:02Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-11-26 14:59:02Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:02Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:02Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:03Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:03Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:03Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-11-26 14:59:03Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:03Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:03Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:03Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-26 14:59:03Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:04Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:04Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-11-26 14:59:04Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-11-26 14:59:04Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:04Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:04Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:04Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-11-26 14:59:04Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:04Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-11-26 14:59:04Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-11-26 14:59:04Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:04Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:59:05Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-11-26 14:59:06Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:06Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-11-26 14:59:06Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:06Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:06Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-11-26 14:59:06Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:06Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-11-26 14:59:06Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-26 14:59:07Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:07Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:07Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:07Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-26 14:59:07Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-11-26 14:59:07Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:07Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-11-26 14:59:07Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:59:08Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-11-26 14:59:08Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:08Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:59:08Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:09Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:59:09Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:09Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:09Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-11-26 14:59:10Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:10Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-11-26 14:59:10Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-11-26 14:59:10Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:59:11Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:59:11Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:59:11Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:59:11Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:59:11Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:59:11Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-11-26 14:59:11Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:59:11Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:59:11Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:59:11Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:59:11Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:59:12Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-11-26 14:59:12Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-11-26 14:59:12Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-11-26 14:59:12Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-11-26 14:59:12Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-11-26 14:59:12Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-11-26 14:59:12Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:12Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:12Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:59:13Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:13Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-26 14:59:13Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully ** Downloading standalone ansible.. ** 2025-11-26 14:59:13Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-11-26 14:59:14Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-11-26 14:59:14Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:59:14Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-11-26 14:59:14Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-11-26 14:59:15Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-11-26 14:59:15Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:15Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-26 14:59:16Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:16Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:16Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:16Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:16Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:16Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:16Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-11-26 14:59:16Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-11-26 14:59:16Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-11-26 14:59:16Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-11-26 14:59:16Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-11-26 14:59:16Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-11-26 14:59:16Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:16Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:16Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-11-26 14:59:16Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:16Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:59:16Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 14:59:16Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:16Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-26 14:59:16Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:17Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:17Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-11-26 14:59:17Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:59:17Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:17Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:17Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-11-26 14:59:17Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:17Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-11-26 14:59:18Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-11-26 14:59:18Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:18Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:20Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:20Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:20Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:20Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:21Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:21Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-11-26 14:59:22Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:22Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:23Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 14:59:23Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-26 14:59:23Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 14:59:24Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-11-26 14:59:24Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/98e773ed-5323-44ea-9938-f778a6d8b608 CREATE_COMPLETE 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-11-26 14:59:48.392497 | fa163e5d-bf36-318f-3306-000000000006 | TASK | External deployment step 0 2025-11-26 14:59:48.417928 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-000000000006') missing from stats 2025-11-26 14:59:48.467096 | fa163e5d-bf36-318f-3306-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.125816 | 0.03s 2025-11-26 14:59:48.473695 | 942bc9f4-a1ca-4d9c-bb09-0bbbed80c915 | INCLUDED | /root/standalone-ansible-pa3t6qzk/external_deploy_steps_tasks_step0.yaml | undercloud 2025-11-26 14:59:48.488384 | fa163e5d-bf36-318f-3306-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-11-26 14:59:49.364089 | fa163e5d-bf36-318f-3306-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-11-26 14:59:49.365582 | fa163e5d-bf36-318f-3306-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.024294 | 0.88s 2025-11-26 14:59:49.381758 | fa163e5d-bf36-318f-3306-000000000129 | TASK | create redis virtual ip 2025-11-26 14:59:50.254769 | fa163e5d-bf36-318f-3306-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-11-26 14:59:50.256206 | fa163e5d-bf36-318f-3306-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.914921 | 0.87s PLAY [Check if required variables are defined] ********************************* 2025-11-26 14:59:50.338357 | fa163e5d-bf36-318f-3306-000000000138 | TASK | Gathering Facts 2025-11-26 14:59:50.880564 | fa163e5d-bf36-318f-3306-000000000138 | OK | Gathering Facts | localhost 2025-11-26 14:59:50.882072 | fa163e5d-bf36-318f-3306-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.540783 | 0.54s 2025-11-26 14:59:50.945274 | fa163e5d-bf36-318f-3306-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-11-26 14:59:50.946568 | fa163e5d-bf36-318f-3306-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.605280 | 0.05s 2025-11-26 14:59:51.004567 | fa163e5d-bf36-318f-3306-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-11-26 14:59:51.006881 | fa163e5d-bf36-318f-3306-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.665592 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-11-26 14:59:51.124835 | fa163e5d-bf36-318f-3306-000000000160 | TASK | Gathering Facts 2025-11-26 14:59:51.135634 | fa163e5d-bf36-318f-3306-000000000160 | TASK | Gathering Facts 2025-11-26 14:59:51.472684 | fa163e5d-bf36-318f-3306-000000000160 | OK | Gathering Facts | standalone 2025-11-26 14:59:51.474178 | fa163e5d-bf36-318f-3306-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.132888 | 0.34s 2025-11-26 14:59:51.476911 | fa163e5d-bf36-318f-3306-000000000160 | OK | Gathering Facts | undercloud 2025-11-26 14:59:51.477966 | fa163e5d-bf36-318f-3306-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.136685 | 0.35s 2025-11-26 14:59:51.538892 | fa163e5d-bf36-318f-3306-000000000012 | TASK | Set legacy facts 2025-11-26 14:59:51.560001 | fa163e5d-bf36-318f-3306-000000000012 | TASK | Set legacy facts 2025-11-26 14:59:51.576375 | fa163e5d-bf36-318f-3306-000000000012 | OK | Set legacy facts | undercloud 2025-11-26 14:59:51.577257 | fa163e5d-bf36-318f-3306-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.235975 | 0.04s 2025-11-26 14:59:51.616985 | fa163e5d-bf36-318f-3306-000000000012 | OK | Set legacy facts | standalone 2025-11-26 14:59:51.617871 | fa163e5d-bf36-318f-3306-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.276587 | 0.06s PLAY [Load global variables] *************************************************** 2025-11-26 14:59:51.781042 | fa163e5d-bf36-318f-3306-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-11-26 14:59:51.781851 | fa163e5d-bf36-318f-3306-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.440570 | 0.04s 2025-11-26 14:59:51.796665 | fa163e5d-bf36-318f-3306-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-11-26 14:59:51.796998 | fa163e5d-bf36-318f-3306-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.455723 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-11-26 14:59:51.855441 | fa163e5d-bf36-318f-3306-000000000018 | TASK | Include Service VIP vars 2025-11-26 14:59:51.889362 | fa163e5d-bf36-318f-3306-000000000018 | OK | Include Service VIP vars | undercloud 2025-11-26 14:59:51.890324 | fa163e5d-bf36-318f-3306-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.549019 | 0.03s 2025-11-26 14:59:51.903857 | fa163e5d-bf36-318f-3306-000000000018 | OK | Include Service VIP vars | standalone 2025-11-26 14:59:51.904177 | fa163e5d-bf36-318f-3306-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.562903 | 0.04s 2025-11-26 14:59:51.908055 | fa163e5d-bf36-318f-3306-000000000019 | TASK | Include OVN bridge MAC address variables 2025-11-26 14:59:51.939184 | fa163e5d-bf36-318f-3306-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-11-26 14:59:51.940143 | fa163e5d-bf36-318f-3306-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.598861 | 0.03s 2025-11-26 14:59:51.950695 | fa163e5d-bf36-318f-3306-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-11-26 14:59:51.951105 | fa163e5d-bf36-318f-3306-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.609831 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-11-26 14:59:52.034553 | fa163e5d-bf36-318f-3306-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-11-26 14:59:52.778012 | fa163e5d-bf36-318f-3306-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e5d-bf36-318f-3306-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-11-26 14:59:52.834871 | fa163e5d-bf36-318f-3306-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-11-26 14:59:52.870414 | fa163e5d-bf36-318f-3306-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-11-26 14:59:52.871375 | fa163e5d-bf36-318f-3306-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.530089 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-11-26 14:59:52.950151 | fa163e5d-bf36-318f-3306-000000000023 | TASK | Set selinux state 2025-11-26 14:59:53.518712 | fa163e5d-bf36-318f-3306-000000000023 | OK | Set selinux state | standalone 2025-11-26 14:59:53.520010 | fa163e5d-bf36-318f-3306-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.178719 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2025-11-26 14:59:53.657551 | fa163e5d-bf36-318f-3306-000000000026 | TASK | Configure Hosts Entries 2025-11-26 14:59:53.690426 | fa163e5d-bf36-318f-3306-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.349105 | 0.03s 2025-11-26 14:59:53.706246 | fa163e5d-bf36-318f-3306-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.364967 | 0.02s 2025-11-26 14:59:53.751031 | fa163e5d-bf36-318f-3306-0000000001f1 | TASK | Create temporary file for hosts 2025-11-26 14:59:54.057761 | fa163e5d-bf36-318f-3306-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-11-26 14:59:54.058686 | fa163e5d-bf36-318f-3306-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.717404 | 0.31s 2025-11-26 14:59:54.151100 | fa163e5d-bf36-318f-3306-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-11-26 14:59:54.152161 | fa163e5d-bf36-318f-3306-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.810876 | 0.39s 2025-11-26 14:59:54.171119 | fa163e5d-bf36-318f-3306-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-11-26 14:59:54.557601 | fa163e5d-bf36-318f-3306-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-11-26 14:59:54.559239 | fa163e5d-bf36-318f-3306-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.217945 | 0.39s 2025-11-26 14:59:54.591971 | fa163e5d-bf36-318f-3306-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-11-26 14:59:54.593216 | fa163e5d-bf36-318f-3306-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.251926 | 0.40s 2025-11-26 14:59:54.614035 | fa163e5d-bf36-318f-3306-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-11-26 14:59:54.937447 | fa163e5d-bf36-318f-3306-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-11-26 14:59:54.938240 | fa163e5d-bf36-318f-3306-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.596958 | 0.30s 2025-11-26 14:59:54.938759 | fa163e5d-bf36-318f-3306-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-11-26 14:59:54.939140 | fa163e5d-bf36-318f-3306-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.597867 | 0.32s 2025-11-26 14:59:54.952935 | fa163e5d-bf36-318f-3306-0000000001f4 | TASK | Render out the hosts entries 2025-11-26 14:59:55.079588 | fa163e5d-bf36-318f-3306-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-11-26 14:59:55.080868 | fa163e5d-bf36-318f-3306-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.739580 | 0.13s 2025-11-26 14:59:55.098858 | fa163e5d-bf36-318f-3306-0000000001f5 | TASK | Prepare new /etc/hosts 2025-11-26 14:59:55.387158 | fa163e5d-bf36-318f-3306-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-11-26 14:59:55.388798 | fa163e5d-bf36-318f-3306-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.047507 | 0.29s 2025-11-26 14:59:55.463202 | fa163e5d-bf36-318f-3306-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-11-26 14:59:55.464344 | fa163e5d-bf36-318f-3306-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.123058 | 0.34s 2025-11-26 14:59:55.482490 | fa163e5d-bf36-318f-3306-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-11-26 14:59:55.848811 | fa163e5d-bf36-318f-3306-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-11-26 14:59:55.852354 | fa163e5d-bf36-318f-3306-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.511061 | 0.37s 2025-11-26 14:59:55.853437 | fa163e5d-bf36-318f-3306-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-11-26 14:59:55.854155 | fa163e5d-bf36-318f-3306-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.512874 | 0.35s 2025-11-26 14:59:55.871871 | fa163e5d-bf36-318f-3306-0000000001f7 | TASK | Clean up temporary hosts file 2025-11-26 14:59:56.246278 | fa163e5d-bf36-318f-3306-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-11-26 14:59:56.250344 | fa163e5d-bf36-318f-3306-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.909006 | 0.38s 2025-11-26 14:59:56.251510 | fa163e5d-bf36-318f-3306-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-11-26 14:59:56.252290 | fa163e5d-bf36-318f-3306-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.911009 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2025-11-26 14:59:56.374197 | fa163e5d-bf36-318f-3306-00000000002a | TASK | Common roles for TripleO servers 2025-11-26 14:59:56.402783 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-00000000002a') missing from stats 2025-11-26 14:59:56.488783 | fa163e5d-bf36-318f-3306-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.147483 | 0.03s 2025-11-26 14:59:56.565783 | fa163e5d-bf36-318f-3306-000000000254 | TASK | Gather variables for each operating system 2025-11-26 14:59:56.693143 | fa163e5d-bf36-318f-3306-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-26 14:59:56.695057 | fa163e5d-bf36-318f-3306-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.353762 | 0.13s 2025-11-26 14:59:56.705127 | fa163e5d-bf36-318f-3306-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.363836 | 0.14s 2025-11-26 14:59:56.730930 | fa163e5d-bf36-318f-3306-000000000256 | TASK | Check release version package is installed 2025-11-26 14:59:57.020057 | fa163e5d-bf36-318f-3306-000000000256 | CHANGED | Check release version package is installed | standalone 2025-11-26 14:59:57.021692 | fa163e5d-bf36-318f-3306-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.680401 | 0.29s 2025-11-26 14:59:57.050405 | fa163e5d-bf36-318f-3306-000000000257 | TASK | Deploy release version package 2025-11-26 15:00:01.259131 | fa163e5d-bf36-318f-3306-000000000257 | CHANGED | Deploy release version package | standalone 2025-11-26 15:00:01.260346 | fa163e5d-bf36-318f-3306-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.919024 | 4.21s 2025-11-26 15:00:01.286009 | fa163e5d-bf36-318f-3306-000000000259 | TASK | Include packages tasks 2025-11-26 15:00:01.304096 | fa163e5d-bf36-318f-3306-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.962795 | 0.02s 2025-11-26 15:00:01.330206 | 00d6edc9-941c-4dac-a1ad-21fc2477be2c | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-11-26 15:00:01.363696 | fa163e5d-bf36-318f-3306-0000000002ad | TASK | Gather facts if they don't exist 2025-11-26 15:00:01.412605 | fa163e5d-bf36-318f-3306-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-11-26 15:00:01.413867 | fa163e5d-bf36-318f-3306-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.072576 | 0.05s 2025-11-26 15:00:01.439677 | fa163e5d-bf36-318f-3306-0000000002ae | TASK | Gather variables for each operating system 2025-11-26 15:00:01.554367 | fa163e5d-bf36-318f-3306-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-26 15:00:01.565584 | fa163e5d-bf36-318f-3306-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.224285 | 0.12s 2025-11-26 15:00:01.590648 | fa163e5d-bf36-318f-3306-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-26 15:00:01.855660 | fa163e5d-bf36-318f-3306-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-26 15:00:01.857082 | fa163e5d-bf36-318f-3306-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.515788 | 0.27s 2025-11-26 15:00:01.882232 | fa163e5d-bf36-318f-3306-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-11-26 15:00:10.105011 | fa163e5d-bf36-318f-3306-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-11-26 15:00:10.105992 | fa163e5d-bf36-318f-3306-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:21.764712 | 8.22s 2025-11-26 15:00:10.131727 | fa163e5d-bf36-318f-3306-0000000002b2 | TASK | Ensure packages are actually well installed 2025-11-26 15:00:11.235144 | fa163e5d-bf36-318f-3306-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-26 15:00:11.236837 | fa163e5d-bf36-318f-3306-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:22.895547 | 1.10s 2025-11-26 15:00:11.265954 | fa163e5d-bf36-318f-3306-00000000025a | TASK | Enable openvswitch service if installed 2025-11-26 15:00:12.208645 | fa163e5d-bf36-318f-3306-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-11-26 15:00:12.210498 | fa163e5d-bf36-318f-3306-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:23.869209 | 0.94s 2025-11-26 15:00:12.234417 | fa163e5d-bf36-318f-3306-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-11-26 15:00:12.450128 | fa163e5d-bf36-318f-3306-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-11-26 15:00:12.451733 | fa163e5d-bf36-318f-3306-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:24.110442 | 0.22s 2025-11-26 15:00:12.478056 | fa163e5d-bf36-318f-3306-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-11-26 15:00:12.741841 | fa163e5d-bf36-318f-3306-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-11-26 15:00:12.743595 | fa163e5d-bf36-318f-3306-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:24.402298 | 0.26s 2025-11-26 15:00:12.768562 | fa163e5d-bf36-318f-3306-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-11-26 15:00:12.828275 | fa163e5d-bf36-318f-3306-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-11-26 15:00:12.829192 | fa163e5d-bf36-318f-3306-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:24.487908 | 0.06s 2025-11-26 15:00:12.849333 | fa163e5d-bf36-318f-3306-00000000025f | TASK | Ensure network service is enabled 2025-11-26 15:00:13.252471 | fa163e5d-bf36-318f-3306-00000000025f | OK | Ensure network service is enabled | standalone 2025-11-26 15:00:13.254368 | fa163e5d-bf36-318f-3306-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:24.913073 | 0.40s 2025-11-26 15:00:13.281047 | fa163e5d-bf36-318f-3306-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-11-26 15:00:13.708054 | fa163e5d-bf36-318f-3306-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-26 15:00:13.709564 | fa163e5d-bf36-318f-3306-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:25.368274 | 0.43s 2025-11-26 15:00:13.734887 | fa163e5d-bf36-318f-3306-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-11-26 15:00:13.979985 | fa163e5d-bf36-318f-3306-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-26 15:00:13.981555 | fa163e5d-bf36-318f-3306-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:25.640265 | 0.25s 2025-11-26 15:00:14.006519 | fa163e5d-bf36-318f-3306-000000000263 | TASK | Reload NetworkManager 2025-11-26 15:00:14.443117 | fa163e5d-bf36-318f-3306-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-11-26 15:00:14.445130 | fa163e5d-bf36-318f-3306-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:26.103838 | 0.44s 2025-11-26 15:00:14.472054 | fa163e5d-bf36-318f-3306-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-11-26 15:00:14.694879 | fa163e5d-bf36-318f-3306-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-11-26 15:00:14.696338 | fa163e5d-bf36-318f-3306-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:26.355019 | 0.22s 2025-11-26 15:00:14.722391 | fa163e5d-bf36-318f-3306-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-11-26 15:00:15.099524 | fa163e5d-bf36-318f-3306-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-11-26 15:00:15.100871 | fa163e5d-bf36-318f-3306-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:26.759584 | 0.38s 2025-11-26 15:00:15.127821 | fa163e5d-bf36-318f-3306-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-11-26 15:00:15.371173 | fa163e5d-bf36-318f-3306-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-11-26 15:00:15.372523 | fa163e5d-bf36-318f-3306-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:27.031235 | 0.24s 2025-11-26 15:00:15.398547 | fa163e5d-bf36-318f-3306-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-11-26 15:00:15.641633 | fa163e5d-bf36-318f-3306-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-11-26 15:00:15.643053 | fa163e5d-bf36-318f-3306-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:27.301765 | 0.24s 2025-11-26 15:00:15.717639 | fa163e5d-bf36-318f-3306-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:27.376344 | 0.03s 2025-11-26 15:00:15.795657 | fa163e5d-bf36-318f-3306-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-11-26 15:00:16.014757 | fa163e5d-bf36-318f-3306-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-11-26 15:00:16.016004 | fa163e5d-bf36-318f-3306-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:27.674714 | 0.22s 2025-11-26 15:00:16.040938 | fa163e5d-bf36-318f-3306-000000000362 | TASK | Check for ssh_known_hosts file 2025-11-26 15:00:16.251474 | fa163e5d-bf36-318f-3306-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-11-26 15:00:16.252847 | fa163e5d-bf36-318f-3306-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:27.911556 | 0.21s 2025-11-26 15:00:16.278179 | fa163e5d-bf36-318f-3306-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-11-26 15:00:16.307051 | fa163e5d-bf36-318f-3306-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-11-26 15:00:16.307929 | fa163e5d-bf36-318f-3306-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:27.966646 | 0.03s 2025-11-26 15:00:16.327516 | fa163e5d-bf36-318f-3306-000000000364 | TASK | Write temporary file 2025-11-26 15:00:16.357676 | fa163e5d-bf36-318f-3306-000000000364 | SKIPPED | Write temporary file | standalone 2025-11-26 15:00:16.358554 | fa163e5d-bf36-318f-3306-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:28.017271 | 0.03s 2025-11-26 15:00:16.377752 | fa163e5d-bf36-318f-3306-000000000365 | TASK | Set ssh_known_hosts fact 2025-11-26 15:00:16.453919 | fa163e5d-bf36-318f-3306-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-11-26 15:00:16.454986 | fa163e5d-bf36-318f-3306-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:28.113699 | 0.08s 2025-11-26 15:00:16.479515 | fa163e5d-bf36-318f-3306-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-11-26 15:00:16.704366 | fa163e5d-bf36-318f-3306-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-11-26 15:00:16.705749 | fa163e5d-bf36-318f-3306-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:28.364460 | 0.23s 2025-11-26 15:00:16.730441 | fa163e5d-bf36-318f-3306-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-11-26 15:00:16.931524 | fa163e5d-bf36-318f-3306-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-11-26 15:00:16.932827 | fa163e5d-bf36-318f-3306-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:28.591537 | 0.20s 2025-11-26 15:00:16.957840 | fa163e5d-bf36-318f-3306-000000000368 | TASK | Remove temp file 2025-11-26 15:00:17.182572 | fa163e5d-bf36-318f-3306-000000000368 | CHANGED | Remove temp file | standalone 2025-11-26 15:00:17.183837 | fa163e5d-bf36-318f-3306-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:28.842548 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2025-11-26 15:00:17.370117 | fa163e5d-bf36-318f-3306-000000000034 | TASK | Deploy step tasks for step 0 2025-11-26 15:00:17.429087 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-000000000034') missing from stats 2025-11-26 15:00:17.456385 | fa163e5d-bf36-318f-3306-000000000035 | TASK | Ensure /var/log/journal exists 2025-11-26 15:00:17.696669 | fa163e5d-bf36-318f-3306-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-11-26 15:00:17.698040 | fa163e5d-bf36-318f-3306-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:29.356750 | 0.24s 2025-11-26 15:00:17.723950 | fa163e5d-bf36-318f-3306-000000000036 | TASK | Check cloud-init status 2025-11-26 15:00:17.955545 | fa163e5d-bf36-318f-3306-000000000036 | CHANGED | Check cloud-init status | standalone 2025-11-26 15:00:17.956915 | fa163e5d-bf36-318f-3306-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:29.615628 | 0.23s 2025-11-26 15:00:17.982870 | fa163e5d-bf36-318f-3306-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-11-26 15:00:18.232719 | fa163e5d-bf36-318f-3306-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-11-26 15:00:18.234065 | fa163e5d-bf36-318f-3306-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:29.892775 | 0.25s 2025-11-26 15:00:18.260876 | fa163e5d-bf36-318f-3306-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-11-26 15:00:18.600953 | fa163e5d-bf36-318f-3306-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-11-26 15:00:18.602339 | fa163e5d-bf36-318f-3306-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:30.261012 | 0.34s 2025-11-26 15:00:18.630095 | fa163e5d-bf36-318f-3306-000000000039 | TASK | Create /var/lib/container-puppet 2025-11-26 15:00:18.865174 | fa163e5d-bf36-318f-3306-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-11-26 15:00:18.866431 | fa163e5d-bf36-318f-3306-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:30.525143 | 0.23s 2025-11-26 15:00:18.892843 | fa163e5d-bf36-318f-3306-00000000003a | TASK | Write container-puppet.sh 2025-11-26 15:00:19.307922 | fa163e5d-bf36-318f-3306-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-11-26 15:00:19.309258 | fa163e5d-bf36-318f-3306-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:30.967971 | 0.42s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 15:00:19.391736 | fa163e5d-bf36-318f-3306-00000000003b | TIMING | include_tasks | standalone | 0:00:31.050441 | 0.05s 2025-11-26 15:00:19.412990 | 01af6f2b-3b57-4453-b045-8fd8955c64ab | INCLUDED | /root/standalone-ansible-pa3t6qzk/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-11-26 15:00:19.448443 | fa163e5d-bf36-318f-3306-000000000416 | TASK | Configure tuned before reboot 2025-11-26 15:00:19.497398 | fa163e5d-bf36-318f-3306-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:31.156102 | 0.05s 2025-11-26 15:00:19.557871 | fa163e5d-bf36-318f-3306-000000000455 | TASK | Gather variables for each operating system 2025-11-26 15:00:19.672600 | fa163e5d-bf36-318f-3306-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-26 15:00:19.674868 | fa163e5d-bf36-318f-3306-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:31.333576 | 0.12s 2025-11-26 15:00:19.685194 | fa163e5d-bf36-318f-3306-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:31.343902 | 0.13s 2025-11-26 15:00:19.763391 | fa163e5d-bf36-318f-3306-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:31.422094 | 0.05s 2025-11-26 15:00:19.784862 | 93e12bc1-2a73-4882-834e-6082d9eeaf5e | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-26 15:00:19.822001 | fa163e5d-bf36-318f-3306-00000000047f | TASK | Check tuned package is installed 2025-11-26 15:00:20.096633 | fa163e5d-bf36-318f-3306-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-11-26 15:00:20.097943 | fa163e5d-bf36-318f-3306-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:31.756654 | 0.27s 2025-11-26 15:00:20.124380 | fa163e5d-bf36-318f-3306-000000000480 | TASK | Install tuned 2025-11-26 15:00:30.482841 | fa163e5d-bf36-318f-3306-000000000480 | CHANGED | Install tuned | standalone 2025-11-26 15:00:30.485178 | fa163e5d-bf36-318f-3306-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:42.143844 | 10.36s 2025-11-26 15:00:30.520104 | fa163e5d-bf36-318f-3306-000000000481 | TASK | Restart tuned 2025-11-26 15:00:32.364369 | fa163e5d-bf36-318f-3306-000000000481 | CHANGED | Restart tuned | standalone 2025-11-26 15:00:32.366883 | fa163e5d-bf36-318f-3306-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:44.025586 | 1.84s 2025-11-26 15:00:32.392618 | fa163e5d-bf36-318f-3306-000000000457 | TASK | Check for tuned-adm 2025-11-26 15:00:32.629815 | fa163e5d-bf36-318f-3306-000000000457 | OK | Check for tuned-adm | standalone 2025-11-26 15:00:32.631143 | fa163e5d-bf36-318f-3306-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:44.289854 | 0.24s 2025-11-26 15:00:32.690622 | fa163e5d-bf36-318f-3306-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:44.349324 | 0.03s 2025-11-26 15:00:32.719216 | b256d109-40a8-48d7-b4af-d2c98d3c0c78 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-26 15:00:32.756177 | fa163e5d-bf36-318f-3306-0000000004b6 | TASK | Ensure profile directory exists 2025-11-26 15:00:32.824697 | fa163e5d-bf36-318f-3306-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-11-26 15:00:32.825756 | fa163e5d-bf36-318f-3306-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:44.484467 | 0.07s 2025-11-26 15:00:32.851468 | fa163e5d-bf36-318f-3306-0000000004b7 | TASK | Create custom tuned profile 2025-11-26 15:00:32.923027 | fa163e5d-bf36-318f-3306-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-11-26 15:00:32.924133 | fa163e5d-bf36-318f-3306-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:44.582845 | 0.07s 2025-11-26 15:00:32.950198 | fa163e5d-bf36-318f-3306-0000000004b8 | TASK | Check tuned active profile 2025-11-26 15:00:33.297880 | fa163e5d-bf36-318f-3306-0000000004b8 | OK | Check tuned active profile | standalone 2025-11-26 15:00:33.299180 | fa163e5d-bf36-318f-3306-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:44.957893 | 0.35s 2025-11-26 15:00:33.325587 | fa163e5d-bf36-318f-3306-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-11-26 15:00:33.581826 | fa163e5d-bf36-318f-3306-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-11-26 15:00:33.582981 | fa163e5d-bf36-318f-3306-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:45.241695 | 0.26s 2025-11-26 15:00:33.609381 | fa163e5d-bf36-318f-3306-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-26 15:00:33.669868 | fa163e5d-bf36-318f-3306-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-26 15:00:33.670921 | fa163e5d-bf36-318f-3306-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:45.329634 | 0.06s 2025-11-26 15:00:33.698678 | fa163e5d-bf36-318f-3306-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-11-26 15:00:33.758665 | fa163e5d-bf36-318f-3306-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-26 15:00:33.759729 | fa163e5d-bf36-318f-3306-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:45.418443 | 0.06s 2025-11-26 15:00:33.785889 | fa163e5d-bf36-318f-3306-0000000004bc | TASK | Enable tuned profile 2025-11-26 15:00:35.206786 | fa163e5d-bf36-318f-3306-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-11-26 15:00:35.208197 | fa163e5d-bf36-318f-3306-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:46.866910 | 1.42s 2025-11-26 15:00:35.261771 | fa163e5d-bf36-318f-3306-000000000417 | TASK | Configure kernel args and reboot 2025-11-26 15:00:35.313257 | fa163e5d-bf36-318f-3306-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:46.971963 | 0.05s 2025-11-26 15:00:35.467991 | fa163e5d-bf36-318f-3306-000000000569 | TASK | Get the command line args of the node 2025-11-26 15:00:35.694837 | fa163e5d-bf36-318f-3306-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-11-26 15:00:35.696051 | fa163e5d-bf36-318f-3306-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:47.354762 | 0.23s 2025-11-26 15:00:35.722197 | fa163e5d-bf36-318f-3306-00000000056b | TASK | Check if node has a nova.conf 2025-11-26 15:00:35.965708 | fa163e5d-bf36-318f-3306-00000000056b | OK | Check if node has a nova.conf | standalone 2025-11-26 15:00:35.967002 | fa163e5d-bf36-318f-3306-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:47.625717 | 0.24s 2025-11-26 15:00:35.993216 | fa163e5d-bf36-318f-3306-00000000056d | TASK | Warn operator about workload protection 2025-11-26 15:00:36.032108 | fa163e5d-bf36-318f-3306-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-11-26 15:00:36.033169 | fa163e5d-bf36-318f-3306-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:47.691881 | 0.04s 2025-11-26 15:00:36.059852 | fa163e5d-bf36-318f-3306-00000000056e | TASK | Setting defer reboot fact 2025-11-26 15:00:36.098660 | fa163e5d-bf36-318f-3306-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-11-26 15:00:36.099744 | fa163e5d-bf36-318f-3306-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:47.758456 | 0.04s 2025-11-26 15:00:36.125456 | fa163e5d-bf36-318f-3306-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-11-26 15:00:36.153729 | fa163e5d-bf36-318f-3306-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:47.812436 | 0.03s 2025-11-26 15:00:36.182559 | fa163e5d-bf36-318f-3306-000000000575 | TASK | Find hugepages in cmdline 2025-11-26 15:00:36.235927 | fa163e5d-bf36-318f-3306-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-11-26 15:00:36.237336 | fa163e5d-bf36-318f-3306-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:47.896005 | 0.05s 2025-11-26 15:00:36.265500 | fa163e5d-bf36-318f-3306-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-11-26 15:00:36.307524 | fa163e5d-bf36-318f-3306-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-11-26 15:00:36.308615 | fa163e5d-bf36-318f-3306-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:47.967327 | 0.04s 2025-11-26 15:00:36.334829 | fa163e5d-bf36-318f-3306-00000000057a | TASK | Find desired default hugepage size 2025-11-26 15:00:36.383690 | fa163e5d-bf36-318f-3306-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-11-26 15:00:36.384736 | fa163e5d-bf36-318f-3306-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:48.043448 | 0.05s 2025-11-26 15:00:36.410744 | fa163e5d-bf36-318f-3306-00000000057c | TASK | Storing non-configured hugepages 2025-11-26 15:00:36.440565 | fa163e5d-bf36-318f-3306-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:48.099271 | 0.03s 2025-11-26 15:00:36.467550 | fa163e5d-bf36-318f-3306-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-11-26 15:00:36.509901 | fa163e5d-bf36-318f-3306-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-11-26 15:00:36.510929 | fa163e5d-bf36-318f-3306-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:48.169640 | 0.04s 2025-11-26 15:00:36.537342 | fa163e5d-bf36-318f-3306-00000000057f | TASK | Determining the default hugepagesz 2025-11-26 15:00:36.586339 | fa163e5d-bf36-318f-3306-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-11-26 15:00:36.587433 | fa163e5d-bf36-318f-3306-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:48.246144 | 0.05s 2025-11-26 15:00:36.613690 | fa163e5d-bf36-318f-3306-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-11-26 15:00:36.652330 | fa163e5d-bf36-318f-3306-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-11-26 15:00:36.653607 | fa163e5d-bf36-318f-3306-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:48.312317 | 0.04s 2025-11-26 15:00:36.680458 | fa163e5d-bf36-318f-3306-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-11-26 15:00:36.722192 | fa163e5d-bf36-318f-3306-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-11-26 15:00:36.723333 | fa163e5d-bf36-318f-3306-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:48.382020 | 0.04s 2025-11-26 15:00:36.749385 | fa163e5d-bf36-318f-3306-000000000583 | TASK | Warn about possible modifications 2025-11-26 15:00:36.797921 | fa163e5d-bf36-318f-3306-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-11-26 15:00:36.798936 | fa163e5d-bf36-318f-3306-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:48.457649 | 0.05s 2025-11-26 15:00:36.825103 | fa163e5d-bf36-318f-3306-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-11-26 15:00:36.869451 | fa163e5d-bf36-318f-3306-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-11-26 15:00:36.870591 | fa163e5d-bf36-318f-3306-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:48.529303 | 0.04s 2025-11-26 15:00:36.896262 | fa163e5d-bf36-318f-3306-000000000585 | TASK | Cleaning up whitespaces 2025-11-26 15:00:36.938575 | fa163e5d-bf36-318f-3306-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-11-26 15:00:36.939760 | fa163e5d-bf36-318f-3306-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:48.598470 | 0.04s 2025-11-26 15:00:36.966246 | fa163e5d-bf36-318f-3306-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-11-26 15:00:37.348590 | fa163e5d-bf36-318f-3306-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-11-26 15:00:37.349923 | fa163e5d-bf36-318f-3306-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:49.008636 | 0.38s 2025-11-26 15:00:37.375933 | fa163e5d-bf36-318f-3306-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-11-26 15:00:37.435402 | fa163e5d-bf36-318f-3306-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-11-26 15:00:37.436632 | fa163e5d-bf36-318f-3306-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:49.095341 | 0.06s 2025-11-26 15:00:37.466026 | fa163e5d-bf36-318f-3306-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-11-26 15:00:37.525365 | fa163e5d-bf36-318f-3306-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-11-26 15:00:37.526567 | fa163e5d-bf36-318f-3306-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:49.185279 | 0.06s 2025-11-26 15:00:37.553475 | fa163e5d-bf36-318f-3306-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-11-26 15:00:37.612348 | fa163e5d-bf36-318f-3306-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-11-26 15:00:37.613554 | fa163e5d-bf36-318f-3306-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:49.272266 | 0.06s 2025-11-26 15:00:37.639407 | fa163e5d-bf36-318f-3306-00000000058c | TASK | Generate grub config 2025-11-26 15:00:37.700510 | fa163e5d-bf36-318f-3306-00000000058c | SKIPPED | Generate grub config | standalone 2025-11-26 15:00:37.701790 | fa163e5d-bf36-318f-3306-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:49.360502 | 0.06s 2025-11-26 15:00:37.728350 | fa163e5d-bf36-318f-3306-000000000590 | TASK | Get the block device that /boot is on 2025-11-26 15:00:37.789854 | fa163e5d-bf36-318f-3306-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-11-26 15:00:37.790924 | fa163e5d-bf36-318f-3306-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:49.449637 | 0.06s 2025-11-26 15:00:37.816743 | fa163e5d-bf36-318f-3306-000000000591 | TASK | Get the mount point that /boot is in 2025-11-26 15:00:37.888383 | fa163e5d-bf36-318f-3306-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-11-26 15:00:37.889659 | fa163e5d-bf36-318f-3306-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:49.548371 | 0.07s 2025-11-26 15:00:37.916395 | fa163e5d-bf36-318f-3306-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-11-26 15:00:37.979510 | fa163e5d-bf36-318f-3306-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-11-26 15:00:37.980694 | fa163e5d-bf36-318f-3306-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:49.639405 | 0.06s 2025-11-26 15:00:38.007101 | fa163e5d-bf36-318f-3306-000000000593 | TASK | Executed script to fix grub-menu 2025-11-26 15:00:38.070030 | fa163e5d-bf36-318f-3306-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-11-26 15:00:38.071068 | fa163e5d-bf36-318f-3306-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:49.729781 | 0.06s 2025-11-26 15:00:38.097376 | fa163e5d-bf36-318f-3306-000000000594 | TASK | Check grub config paths 2025-11-26 15:00:38.170112 | fa163e5d-bf36-318f-3306-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-11-26 15:00:38.186521 | fa163e5d-bf36-318f-3306-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-11-26 15:00:38.193181 | fa163e5d-bf36-318f-3306-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:49.851861 | 0.09s 2025-11-26 15:00:38.221652 | fa163e5d-bf36-318f-3306-000000000595 | TASK | Write EFI grub.cfg 2025-11-26 15:00:38.294243 | fa163e5d-bf36-318f-3306-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-11-26 15:00:38.310973 | fa163e5d-bf36-318f-3306-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-11-26 15:00:38.317275 | fa163e5d-bf36-318f-3306-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:49.975983 | 0.09s 2025-11-26 15:00:38.344667 | fa163e5d-bf36-318f-3306-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-11-26 15:00:38.407458 | fa163e5d-bf36-318f-3306-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-11-26 15:00:38.408648 | fa163e5d-bf36-318f-3306-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:50.067360 | 0.06s 2025-11-26 15:00:38.435380 | fa163e5d-bf36-318f-3306-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-11-26 15:00:38.495592 | fa163e5d-bf36-318f-3306-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-11-26 15:00:38.496839 | fa163e5d-bf36-318f-3306-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:50.155550 | 0.06s 2025-11-26 15:00:38.524648 | fa163e5d-bf36-318f-3306-000000000598 | TASK | Execute grub2-mkconfig 2025-11-26 15:00:38.584865 | fa163e5d-bf36-318f-3306-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-11-26 15:00:38.586079 | fa163e5d-bf36-318f-3306-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:50.244790 | 0.06s 2025-11-26 15:00:38.611748 | fa163e5d-bf36-318f-3306-000000000599 | TASK | Check for active tuned profile 2025-11-26 15:00:38.670620 | fa163e5d-bf36-318f-3306-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-11-26 15:00:38.671855 | fa163e5d-bf36-318f-3306-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:50.330564 | 0.06s 2025-11-26 15:00:38.697864 | fa163e5d-bf36-318f-3306-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-11-26 15:00:38.757701 | fa163e5d-bf36-318f-3306-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-11-26 15:00:38.758946 | fa163e5d-bf36-318f-3306-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:50.417659 | 0.06s 2025-11-26 15:00:38.785545 | fa163e5d-bf36-318f-3306-00000000059b | TASK | Set reboot required fact 2025-11-26 15:00:38.846425 | fa163e5d-bf36-318f-3306-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-11-26 15:00:38.847669 | fa163e5d-bf36-318f-3306-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:50.506378 | 0.06s 2025-11-26 15:00:38.874390 | fa163e5d-bf36-318f-3306-00000000059d | TASK | Apply DPDK workarounds 2025-11-26 15:00:38.925048 | fa163e5d-bf36-318f-3306-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-11-26 15:00:38.926169 | fa163e5d-bf36-318f-3306-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:50.584881 | 0.05s 2025-11-26 15:00:38.952202 | fa163e5d-bf36-318f-3306-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-11-26 15:00:38.991924 | fa163e5d-bf36-318f-3306-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-11-26 15:00:38.993038 | fa163e5d-bf36-318f-3306-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:50.651751 | 0.04s 2025-11-26 15:00:39.019512 | fa163e5d-bf36-318f-3306-0000000005a0 | TASK | Load modules 2025-11-26 15:00:39.066645 | fa163e5d-bf36-318f-3306-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-11-26 15:00:39.072954 | fa163e5d-bf36-318f-3306-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:50.731659 | 0.05s 2025-11-26 15:00:39.099284 | fa163e5d-bf36-318f-3306-0000000005a2 | TASK | Persist modules via modules-load.d 2025-11-26 15:00:39.145564 | fa163e5d-bf36-318f-3306-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-11-26 15:00:39.152177 | fa163e5d-bf36-318f-3306-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:50.810875 | 0.05s 2025-11-26 15:00:39.180264 | fa163e5d-bf36-318f-3306-0000000005a4 | TASK | Drop module persistence 2025-11-26 15:00:39.225026 | fa163e5d-bf36-318f-3306-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-11-26 15:00:39.231220 | fa163e5d-bf36-318f-3306-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:50.889926 | 0.05s 2025-11-26 15:00:39.257342 | fa163e5d-bf36-318f-3306-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-11-26 15:00:39.303776 | fa163e5d-bf36-318f-3306-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-11-26 15:00:39.309912 | fa163e5d-bf36-318f-3306-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:50.968622 | 0.05s 2025-11-26 15:00:39.335928 | fa163e5d-bf36-318f-3306-0000000005a8 | TASK | Modules reload 2025-11-26 15:00:39.376071 | fa163e5d-bf36-318f-3306-0000000005a8 | SKIPPED | Modules reload | standalone 2025-11-26 15:00:39.377101 | fa163e5d-bf36-318f-3306-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:51.035815 | 0.04s 2025-11-26 15:00:39.402546 | fa163e5d-bf36-318f-3306-0000000005aa | TASK | Reboot tasks 2025-11-26 15:00:39.451710 | fa163e5d-bf36-318f-3306-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-11-26 15:00:39.452755 | fa163e5d-bf36-318f-3306-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:51.111465 | 0.05s 2025-11-26 15:00:39.478908 | fa163e5d-bf36-318f-3306-0000000005ab | TASK | Skipping reboot for deployed node 2025-11-26 15:00:39.530738 | fa163e5d-bf36-318f-3306-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-11-26 15:00:39.532113 | fa163e5d-bf36-318f-3306-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:51.190823 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-11-26 15:00:39.715323 | fa163e5d-bf36-318f-3306-00000000003f | TASK | Server pre-network deployments 2025-11-26 15:00:39.744259 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-00000000003f') missing from stats 2025-11-26 15:00:39.767790 | fa163e5d-bf36-318f-3306-000000000043 | TASK | Hiera config 2025-11-26 15:00:39.795736 | fa163e5d-bf36-318f-3306-000000000043 | TIMING | Hiera config | standalone | 0:00:51.454444 | 0.03s 2025-11-26 15:00:39.844292 | fa163e5d-bf36-318f-3306-000000000721 | TASK | Create /etc/puppet/hieradata 2025-11-26 15:00:40.072870 | fa163e5d-bf36-318f-3306-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-11-26 15:00:40.074374 | fa163e5d-bf36-318f-3306-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:51.733083 | 0.23s 2025-11-26 15:00:40.103708 | fa163e5d-bf36-318f-3306-000000000722 | TASK | Write hiera config 2025-11-26 15:00:40.611553 | fa163e5d-bf36-318f-3306-000000000722 | CHANGED | Write hiera config | standalone 2025-11-26 15:00:40.613099 | fa163e5d-bf36-318f-3306-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:52.271809 | 0.51s 2025-11-26 15:00:40.663718 | fa163e5d-bf36-318f-3306-000000000044 | TASK | Hiera symlink 2025-11-26 15:00:40.894246 | fa163e5d-bf36-318f-3306-000000000044 | CHANGED | Hiera symlink | standalone 2025-11-26 15:00:40.895796 | fa163e5d-bf36-318f-3306-000000000044 | TIMING | Hiera symlink | standalone | 0:00:52.554509 | 0.23s 2025-11-26 15:00:40.922901 | fa163e5d-bf36-318f-3306-000000000045 | TASK | Hieradata from vars 2025-11-26 15:00:40.944983 | fa163e5d-bf36-318f-3306-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:52.603684 | 0.02s 2025-11-26 15:00:41.004482 | fa163e5d-bf36-318f-3306-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-11-26 15:00:41.482351 | fa163e5d-bf36-318f-3306-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-11-26 15:00:41.483697 | fa163e5d-bf36-318f-3306-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:53.142409 | 0.48s 2025-11-26 15:00:41.510808 | fa163e5d-bf36-318f-3306-00000000077d | TASK | Render hieradata from template 2025-11-26 15:00:42.054896 | fa163e5d-bf36-318f-3306-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-11-26 15:00:42.056442 | fa163e5d-bf36-318f-3306-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.715153 | 0.54s 2025-11-26 15:00:42.652888 | fa163e5d-bf36-318f-3306-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-11-26 15:00:42.655037 | fa163e5d-bf36-318f-3306-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.313751 | 1.14s 2025-11-26 15:00:43.190380 | fa163e5d-bf36-318f-3306-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-11-26 15:00:43.191634 | fa163e5d-bf36-318f-3306-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.850347 | 1.68s 2025-11-26 15:00:43.667333 | fa163e5d-bf36-318f-3306-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-11-26 15:00:43.668801 | fa163e5d-bf36-318f-3306-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:55.327523 | 2.16s 2025-11-26 15:00:44.155717 | fa163e5d-bf36-318f-3306-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-11-26 15:00:44.156799 | fa163e5d-bf36-318f-3306-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:55.815513 | 2.64s 2025-11-26 15:00:44.635164 | fa163e5d-bf36-318f-3306-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-11-26 15:00:44.636338 | fa163e5d-bf36-318f-3306-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:56.295017 | 3.12s 2025-11-26 15:00:45.127922 | fa163e5d-bf36-318f-3306-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-11-26 15:00:45.128573 | fa163e5d-bf36-318f-3306-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:56.787296 | 3.62s 2025-11-26 15:00:45.651027 | fa163e5d-bf36-318f-3306-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-11-26 15:00:45.651666 | fa163e5d-bf36-318f-3306-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:57.310390 | 4.14s 2025-11-26 15:00:46.192249 | fa163e5d-bf36-318f-3306-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-11-26 15:00:46.194568 | fa163e5d-bf36-318f-3306-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:57.853281 | 4.68s 2025-11-26 15:00:46.667734 | fa163e5d-bf36-318f-3306-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-26 15:00:46.668765 | fa163e5d-bf36-318f-3306-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:58.327481 | 5.16s 2025-11-26 15:00:46.677906 | fa163e5d-bf36-318f-3306-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:58.336622 | 5.17s 2025-11-26 15:00:46.729078 | fa163e5d-bf36-318f-3306-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-11-26 15:00:46.758194 | fa163e5d-bf36-318f-3306-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:58.416897 | 0.03s 2025-11-26 15:00:46.850010 | fa163e5d-bf36-318f-3306-000000000821 | TASK | Check for hieradata file 2025-11-26 15:00:47.073436 | fa163e5d-bf36-318f-3306-000000000821 | OK | Check for hieradata file | standalone 2025-11-26 15:00:47.074950 | fa163e5d-bf36-318f-3306-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:58.733654 | 0.22s 2025-11-26 15:00:47.103272 | fa163e5d-bf36-318f-3306-000000000823 | TASK | Get existing data 2025-11-26 15:00:47.153384 | fa163e5d-bf36-318f-3306-000000000823 | SKIPPED | Get existing data | standalone 2025-11-26 15:00:47.154698 | fa163e5d-bf36-318f-3306-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:58.813409 | 0.05s 2025-11-26 15:00:47.181262 | fa163e5d-bf36-318f-3306-000000000824 | TASK | Set data fact 2025-11-26 15:00:47.231620 | fa163e5d-bf36-318f-3306-000000000824 | SKIPPED | Set data fact | standalone 2025-11-26 15:00:47.233049 | fa163e5d-bf36-318f-3306-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:58.891759 | 0.05s 2025-11-26 15:00:47.261713 | fa163e5d-bf36-318f-3306-000000000826 | TASK | Write ansible hieradata file 2025-11-26 15:00:47.770511 | fa163e5d-bf36-318f-3306-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-11-26 15:00:47.771913 | fa163e5d-bf36-318f-3306-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:59.430624 | 0.51s 2025-11-26 15:00:47.871538 | fa163e5d-bf36-318f-3306-000000000047 | TIMING | include_tasks | standalone | 0:00:59.530239 | 0.05s PLAY [Server network deployments] ********************************************** 2025-11-26 15:00:48.045676 | fa163e5d-bf36-318f-3306-00000000004b | TASK | Network Configuration 2025-11-26 15:00:48.072705 | fa163e5d-bf36-318f-3306-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e5d-bf36-318f-3306-00000000004b') missing from stats 2025-11-26 15:00:48.095562 | fa163e5d-bf36-318f-3306-00000000004c | TASK | Check NetworkConfig script existence 2025-11-26 15:00:48.121178 | fa163e5d-bf36-318f-3306-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-11-26 15:00:48.121936 | fa163e5d-bf36-318f-3306-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:59.780653 | 0.03s 2025-11-26 15:00:48.142000 | fa163e5d-bf36-318f-3306-000000000052 | TASK | Gather SELinux fact if needed 2025-11-26 15:00:48.190852 | fa163e5d-bf36-318f-3306-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-11-26 15:00:48.192008 | fa163e5d-bf36-318f-3306-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:59.850721 | 0.05s 2025-11-26 15:00:48.217149 | fa163e5d-bf36-318f-3306-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-11-26 15:00:48.891649 | fa163e5d-bf36-318f-3306-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-11-26 15:00:48.893039 | fa163e5d-bf36-318f-3306-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:01:00.551750 | 0.67s 2025-11-26 15:00:48.918905 | fa163e5d-bf36-318f-3306-000000000054 | TASK | Ensure requirements are satisfied 2025-11-26 15:00:48.950781 | fa163e5d-bf36-318f-3306-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:01:00.609461 | 0.03s 2025-11-26 15:00:49.013511 | fa163e5d-bf36-318f-3306-0000000008bf | TASK | Gather facts if they don't exist 2025-11-26 15:00:49.062897 | fa163e5d-bf36-318f-3306-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-11-26 15:00:49.063887 | fa163e5d-bf36-318f-3306-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:01:00.722602 | 0.05s 2025-11-26 15:00:49.084213 | fa163e5d-bf36-318f-3306-0000000008c0 | TASK | Gather variables for each operating system 2025-11-26 15:00:49.195189 | fa163e5d-bf36-318f-3306-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-26 15:00:49.199999 | fa163e5d-bf36-318f-3306-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:01:00.858702 | 0.11s 2025-11-26 15:00:49.236980 | fa163e5d-bf36-318f-3306-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-26 15:00:49.527268 | fa163e5d-bf36-318f-3306-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-26 15:00:49.529060 | fa163e5d-bf36-318f-3306-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:01:01.187765 | 0.29s 2025-11-26 15:00:49.561527 | fa163e5d-bf36-318f-3306-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-11-26 15:00:49.594866 | fa163e5d-bf36-318f-3306-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-11-26 15:00:49.596134 | fa163e5d-bf36-318f-3306-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:01:01.254843 | 0.03s 2025-11-26 15:00:49.622979 | fa163e5d-bf36-318f-3306-0000000008c4 | TASK | Ensure packages are actually well installed 2025-11-26 15:00:50.633641 | fa163e5d-bf36-318f-3306-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-26 15:00:50.636006 | fa163e5d-bf36-318f-3306-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:01:02.294718 | 1.01s 2025-11-26 15:00:50.688986 | fa163e5d-bf36-318f-3306-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-11-26 15:00:50.940148 | fa163e5d-bf36-318f-3306-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-26 15:00:50.941592 | fa163e5d-bf36-318f-3306-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:01:02.600303 | 0.25s 2025-11-26 15:00:50.966931 | fa163e5d-bf36-318f-3306-000000000057 | TASK | Reload NetworkManager 2025-11-26 15:00:51.377041 | fa163e5d-bf36-318f-3306-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-11-26 15:00:51.378583 | fa163e5d-bf36-318f-3306-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:01:03.037297 | 0.41s 2025-11-26 15:00:51.400513 | fa163e5d-bf36-318f-3306-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-11-26 15:00:51.639102 | fa163e5d-bf36-318f-3306-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-11-26 15:00:51.641085 | fa163e5d-bf36-318f-3306-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:01:03.299791 | 0.24s 2025-11-26 15:00:51.669583 | fa163e5d-bf36-318f-3306-00000000005a | TASK | Check for previous run of NetworkConfig 2025-11-26 15:00:51.890940 | fa163e5d-bf36-318f-3306-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-11-26 15:00:51.892293 | fa163e5d-bf36-318f-3306-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:01:03.550981 | 0.22s 2025-11-26 15:00:51.918016 | fa163e5d-bf36-318f-3306-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-11-26 15:00:51.948830 | fa163e5d-bf36-318f-3306-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-11-26 15:00:51.949931 | fa163e5d-bf36-318f-3306-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:01:03.608642 | 0.03s 2025-11-26 15:00:51.976650 | fa163e5d-bf36-318f-3306-00000000005c | TASK | Ensure we get cloud-init 2025-11-26 15:00:52.186403 | fa163e5d-bf36-318f-3306-00000000005c | OK | Ensure we get cloud-init | standalone 2025-11-26 15:00:52.187703 | fa163e5d-bf36-318f-3306-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:01:03.846414 | 0.21s 2025-11-26 15:00:52.213505 | fa163e5d-bf36-318f-3306-00000000005e | TASK | Create /etc/os-net-config directory 2025-11-26 15:00:52.485416 | fa163e5d-bf36-318f-3306-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-11-26 15:00:52.486784 | fa163e5d-bf36-318f-3306-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:01:04.145495 | 0.27s 2025-11-26 15:00:52.513876 | fa163e5d-bf36-318f-3306-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-11-26 15:00:52.914357 | fa163e5d-bf36-318f-3306-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-11-26 15:00:52.915665 | fa163e5d-bf36-318f-3306-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:01:04.574378 | 0.40s 2025-11-26 15:00:52.942043 | fa163e5d-bf36-318f-3306-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-11-26 15:00:53.013056 | fa163e5d-bf36-318f-3306-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-11-26 15:00:53.014378 | fa163e5d-bf36-318f-3306-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:01:04.673089 | 0.07s 2025-11-26 15:00:53.041862 | fa163e5d-bf36-318f-3306-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-11-26 15:00:53.305428 | fa163e5d-bf36-318f-3306-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-11-26 15:00:53.306769 | fa163e5d-bf36-318f-3306-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:01:04.965482 | 0.26s 2025-11-26 15:00:53.343204 | fa163e5d-bf36-318f-3306-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-11-26 15:00:53.415145 | fa163e5d-bf36-318f-3306-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:01:05.073847 | 0.07s 2025-11-26 15:00:53.443772 | d57ffbf4-7438-419b-a0d0-d8f893547463 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-11-26 15:00:53.478268 | fa163e5d-bf36-318f-3306-000000000909 | TASK | Set nic_config_file fact 2025-11-26 15:00:53.551043 | fa163e5d-bf36-318f-3306-000000000909 | OK | Set nic_config_file fact | standalone 2025-11-26 15:00:53.552334 | fa163e5d-bf36-318f-3306-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:05.211018 | 0.07s 2025-11-26 15:00:53.580349 | fa163e5d-bf36-318f-3306-00000000090a | TASK | Render overidden network config 2025-11-26 15:00:53.651600 | fa163e5d-bf36-318f-3306-00000000090a | SKIPPED | Render overidden network config | standalone 2025-11-26 15:00:53.652877 | fa163e5d-bf36-318f-3306-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:05.311588 | 0.07s 2025-11-26 15:00:53.678978 | fa163e5d-bf36-318f-3306-00000000090b | TASK | Render network_config 2025-11-26 15:00:53.740541 | fa163e5d-bf36-318f-3306-00000000090b | SKIPPED | Render network_config | standalone 2025-11-26 15:00:53.741647 | fa163e5d-bf36-318f-3306-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:05.400359 | 0.06s 2025-11-26 15:00:53.767058 | fa163e5d-bf36-318f-3306-00000000090c | TASK | Render network_config from template 2025-11-26 15:00:54.244737 | fa163e5d-bf36-318f-3306-00000000090c | CHANGED | Render network_config from template | standalone 2025-11-26 15:00:54.246125 | fa163e5d-bf36-318f-3306-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:05.904836 | 0.48s 2025-11-26 15:00:54.272800 | fa163e5d-bf36-318f-3306-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=956602575504.44149 2025-11-26 15:00:58.328231 | fa163e5d-bf36-318f-3306-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-11-26 15:00:58.329998 | fa163e5d-bf36-318f-3306-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:09.988711 | 4.06s 2025-11-26 15:00:58.358462 | fa163e5d-bf36-318f-3306-000000000064 | TASK | Write rc of NetworkConfig script 2025-11-26 15:00:58.896169 | fa163e5d-bf36-318f-3306-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-11-26 15:00:58.897487 | fa163e5d-bf36-318f-3306-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:10.556199 | 0.54s 2025-11-26 15:00:58.922949 | fa163e5d-bf36-318f-3306-000000000065 | TASK | Disable cloud-init network config 2025-11-26 15:00:59.443347 | fa163e5d-bf36-318f-3306-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-11-26 15:00:59.444635 | fa163e5d-bf36-318f-3306-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:11.103348 | 0.52s 2025-11-26 15:00:59.470670 | fa163e5d-bf36-318f-3306-000000000066 | TASK | Ensure network service is enabled 2025-11-26 15:00:59.890395 | fa163e5d-bf36-318f-3306-000000000066 | OK | Ensure network service is enabled | standalone 2025-11-26 15:00:59.892929 | fa163e5d-bf36-318f-3306-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:11.551634 | 0.42s PLAY [Server network validation] *********************************************** 2025-11-26 15:01:00.070425 | fa163e5d-bf36-318f-3306-000000000096 | TASK | Basic Network Validation 2025-11-26 15:01:00.097488 | fa163e5d-bf36-318f-3306-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:11.756193 | 0.03s 2025-11-26 15:01:00.146364 | fa163e5d-bf36-318f-3306-000000000945 | TASK | Collect default network fact 2025-11-26 15:01:00.705952 | fa163e5d-bf36-318f-3306-000000000945 | OK | Collect default network fact | standalone 2025-11-26 15:01:00.707261 | fa163e5d-bf36-318f-3306-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:12.365972 | 0.56s 2025-11-26 15:01:00.735035 | fa163e5d-bf36-318f-3306-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-11-26 15:01:00.764210 | fa163e5d-bf36-318f-3306-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-11-26 15:01:00.765532 | fa163e5d-bf36-318f-3306-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:12.424242 | 0.03s 2025-11-26 15:01:00.791412 | fa163e5d-bf36-318f-3306-000000000947 | TASK | Check all networks Gateway availability 2025-11-26 15:01:00.819749 | fa163e5d-bf36-318f-3306-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:12.478455 | 0.03s 2025-11-26 15:01:00.847090 | fa163e5d-bf36-318f-3306-000000000949 | TASK | Check Controllers availability 2025-11-26 15:01:00.916857 | fa163e5d-bf36-318f-3306-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-11-26 15:01:00.924114 | fa163e5d-bf36-318f-3306-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-11-26 15:01:00.932008 | fa163e5d-bf36-318f-3306-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-11-26 15:01:00.941949 | fa163e5d-bf36-318f-3306-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-11-26 15:01:00.950013 | fa163e5d-bf36-318f-3306-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-11-26 15:01:00.955267 | fa163e5d-bf36-318f-3306-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-11-26 15:01:00.967250 | fa163e5d-bf36-318f-3306-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:12.625952 | 0.12s 2025-11-26 15:01:00.994020 | fa163e5d-bf36-318f-3306-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-11-26 15:01:01.025370 | fa163e5d-bf36-318f-3306-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-11-26 15:01:01.026538 | fa163e5d-bf36-318f-3306-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:12.685249 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-11-26 15:01:01.212720 | fa163e5d-bf36-318f-3306-00000000009a | TASK | Server pre deployments 2025-11-26 15:01:01.239773 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-00000000009a') missing from stats 2025-11-26 15:01:01.260494 | fa163e5d-bf36-318f-3306-00000000009e | TASK | Hiera config 2025-11-26 15:01:01.287087 | fa163e5d-bf36-318f-3306-00000000009e | TIMING | Hiera config | standalone | 0:01:12.945801 | 0.03s 2025-11-26 15:01:01.327017 | fa163e5d-bf36-318f-3306-00000000099e | TASK | Create /etc/puppet/hieradata 2025-11-26 15:01:01.609210 | fa163e5d-bf36-318f-3306-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-11-26 15:01:01.610216 | fa163e5d-bf36-318f-3306-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:13.268934 | 0.28s 2025-11-26 15:01:01.630256 | fa163e5d-bf36-318f-3306-00000000099f | TASK | Write hiera config 2025-11-26 15:01:02.129290 | fa163e5d-bf36-318f-3306-00000000099f | OK | Write hiera config | standalone 2025-11-26 15:01:02.130727 | fa163e5d-bf36-318f-3306-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:13.789438 | 0.50s 2025-11-26 15:01:02.183218 | fa163e5d-bf36-318f-3306-00000000009f | TASK | Hiera symlink 2025-11-26 15:01:02.436510 | fa163e5d-bf36-318f-3306-00000000009f | OK | Hiera symlink | standalone 2025-11-26 15:01:02.437915 | fa163e5d-bf36-318f-3306-00000000009f | TIMING | Hiera symlink | standalone | 0:01:14.096626 | 0.25s 2025-11-26 15:01:02.465028 | fa163e5d-bf36-318f-3306-0000000000a0 | TASK | Hieradata from vars 2025-11-26 15:01:02.493411 | fa163e5d-bf36-318f-3306-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:14.152117 | 0.03s 2025-11-26 15:01:02.553129 | fa163e5d-bf36-318f-3306-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-11-26 15:01:03.040116 | fa163e5d-bf36-318f-3306-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-11-26 15:01:03.041135 | fa163e5d-bf36-318f-3306-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:14.699853 | 0.49s 2025-11-26 15:01:03.061350 | fa163e5d-bf36-318f-3306-0000000009fa | TASK | Render hieradata from template 2025-11-26 15:01:03.536047 | fa163e5d-bf36-318f-3306-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-11-26 15:01:03.538941 | fa163e5d-bf36-318f-3306-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.197659 | 0.48s 2025-11-26 15:01:04.091238 | fa163e5d-bf36-318f-3306-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-11-26 15:01:04.092128 | fa163e5d-bf36-318f-3306-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.750845 | 1.03s 2025-11-26 15:01:04.701971 | fa163e5d-bf36-318f-3306-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-11-26 15:01:04.702894 | fa163e5d-bf36-318f-3306-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:16.361611 | 1.64s 2025-11-26 15:01:05.422995 | fa163e5d-bf36-318f-3306-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-11-26 15:01:05.424039 | fa163e5d-bf36-318f-3306-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:17.082754 | 2.36s 2025-11-26 15:01:05.925413 | fa163e5d-bf36-318f-3306-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-11-26 15:01:05.926262 | fa163e5d-bf36-318f-3306-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:17.584980 | 2.86s 2025-11-26 15:01:06.335490 | fa163e5d-bf36-318f-3306-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-11-26 15:01:06.336619 | fa163e5d-bf36-318f-3306-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:17.995335 | 3.27s 2025-11-26 15:01:06.795684 | fa163e5d-bf36-318f-3306-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-11-26 15:01:06.798192 | fa163e5d-bf36-318f-3306-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:18.456906 | 3.74s 2025-11-26 15:01:07.231994 | fa163e5d-bf36-318f-3306-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-11-26 15:01:07.234114 | fa163e5d-bf36-318f-3306-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:18.892828 | 4.17s 2025-11-26 15:01:07.749185 | fa163e5d-bf36-318f-3306-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-11-26 15:01:07.750006 | fa163e5d-bf36-318f-3306-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:19.408726 | 4.69s 2025-11-26 15:01:08.259186 | fa163e5d-bf36-318f-3306-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-26 15:01:08.260284 | fa163e5d-bf36-318f-3306-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:19.918999 | 5.20s 2025-11-26 15:01:08.270522 | fa163e5d-bf36-318f-3306-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:19.929225 | 5.21s 2025-11-26 15:01:08.325975 | fa163e5d-bf36-318f-3306-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-11-26 15:01:08.356814 | fa163e5d-bf36-318f-3306-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:20.015512 | 0.03s 2025-11-26 15:01:08.476701 | fa163e5d-bf36-318f-3306-000000000a9e | TASK | Check for hieradata file 2025-11-26 15:01:08.709965 | fa163e5d-bf36-318f-3306-000000000a9e | OK | Check for hieradata file | standalone 2025-11-26 15:01:08.711439 | fa163e5d-bf36-318f-3306-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:20.370148 | 0.23s 2025-11-26 15:01:08.739240 | fa163e5d-bf36-318f-3306-000000000aa0 | TASK | Get existing data 2025-11-26 15:01:08.790142 | fa163e5d-bf36-318f-3306-000000000aa0 | SKIPPED | Get existing data | standalone 2025-11-26 15:01:08.791402 | fa163e5d-bf36-318f-3306-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:20.450113 | 0.05s 2025-11-26 15:01:08.819408 | fa163e5d-bf36-318f-3306-000000000aa1 | TASK | Set data fact 2025-11-26 15:01:08.869709 | fa163e5d-bf36-318f-3306-000000000aa1 | SKIPPED | Set data fact | standalone 2025-11-26 15:01:08.870891 | fa163e5d-bf36-318f-3306-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:20.529601 | 0.05s 2025-11-26 15:01:08.896830 | fa163e5d-bf36-318f-3306-000000000aa3 | TASK | Write ansible hieradata file 2025-11-26 15:01:09.428621 | fa163e5d-bf36-318f-3306-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-11-26 15:01:09.430323 | fa163e5d-bf36-318f-3306-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:21.089001 | 0.53s 2025-11-26 15:01:09.540771 | fa163e5d-bf36-318f-3306-0000000000a2 | TIMING | include_tasks | standalone | 0:01:21.199465 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-11-26 15:01:09.702758 | fa163e5d-bf36-318f-3306-0000000000a6 | TASK | Host prep steps 2025-11-26 15:01:09.730618 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000a6') missing from stats 2025-11-26 15:01:09.804405 | fa163e5d-bf36-318f-3306-0000000000a7 | TASK | Deploy Artifacts 2025-11-26 15:01:09.910496 | fa163e5d-bf36-318f-3306-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-11-26 15:01:09.911835 | fa163e5d-bf36-318f-3306-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:21.570543 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 15:01:09.968687 | fa163e5d-bf36-318f-3306-0000000000a8 | TIMING | include_tasks | standalone | 0:01:21.627396 | 0.03s 2025-11-26 15:01:10.150199 | 05899860-bbf1-4886-a942-4cd0a24deb06 | INCLUDED | /root/standalone-ansible-pa3t6qzk/Standalone/host_prep_tasks.yaml | standalone 2025-11-26 15:01:10.207753 | fa163e5d-bf36-318f-3306-000000000b1e | TASK | Run firewall role 2025-11-26 15:01:10.233860 | fa163e5d-bf36-318f-3306-000000000b1e | TIMING | Run firewall role | standalone | 0:01:21.892575 | 0.03s 2025-11-26 15:01:10.286751 | fa163e5d-bf36-318f-3306-000000000c38 | TASK | Gather variables for each operating system 2025-11-26 15:01:10.403721 | fa163e5d-bf36-318f-3306-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-11-26 15:01:10.405060 | fa163e5d-bf36-318f-3306-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:22.063768 | 0.12s 2025-11-26 15:01:10.410753 | fa163e5d-bf36-318f-3306-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:22.069467 | 0.12s 2025-11-26 15:01:10.436529 | fa163e5d-bf36-318f-3306-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-11-26 15:01:13.321912 | fa163e5d-bf36-318f-3306-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-11-26 15:01:13.323361 | fa163e5d-bf36-318f-3306-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:24.982071 | 2.88s 2025-11-26 15:01:13.349996 | fa163e5d-bf36-318f-3306-000000000c3d | TASK | Create empty var for masquerade rules 2025-11-26 15:01:13.378427 | fa163e5d-bf36-318f-3306-000000000c3d | OK | Create empty var for masquerade rules | standalone 2025-11-26 15:01:13.379518 | fa163e5d-bf36-318f-3306-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:25.038231 | 0.03s 2025-11-26 15:01:13.405031 | fa163e5d-bf36-318f-3306-000000000c3e | TASK | Enable masquerade 2025-11-26 15:01:13.437539 | fa163e5d-bf36-318f-3306-000000000c3e | SKIPPED | Enable masquerade | standalone 2025-11-26 15:01:13.438556 | fa163e5d-bf36-318f-3306-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:25.097269 | 0.03s 2025-11-26 15:01:13.457579 | fa163e5d-bf36-318f-3306-000000000c3f | TASK | Set the default frontend firewall rules 2025-11-26 15:01:13.493353 | fa163e5d-bf36-318f-3306-000000000c3f | OK | Set the default frontend firewall rules | standalone 2025-11-26 15:01:13.494381 | fa163e5d-bf36-318f-3306-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:25.153095 | 0.04s 2025-11-26 15:01:13.519750 | fa163e5d-bf36-318f-3306-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2025-11-26 15:01:13.557905 | fa163e5d-bf36-318f-3306-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-11-26 15:01:13.559153 | fa163e5d-bf36-318f-3306-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:25.217867 | 0.04s 2025-11-26 15:01:13.585795 | fa163e5d-bf36-318f-3306-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2025-11-26 15:01:13.624065 | fa163e5d-bf36-318f-3306-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-11-26 15:01:13.625062 | fa163e5d-bf36-318f-3306-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:25.283776 | 0.04s 2025-11-26 15:01:13.650587 | fa163e5d-bf36-318f-3306-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2025-11-26 15:01:13.680440 | fa163e5d-bf36-318f-3306-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-11-26 15:01:13.681414 | fa163e5d-bf36-318f-3306-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:25.340127 | 0.03s 2025-11-26 15:01:13.706549 | fa163e5d-bf36-318f-3306-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2025-11-26 15:01:13.736422 | fa163e5d-bf36-318f-3306-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-11-26 15:01:13.737402 | fa163e5d-bf36-318f-3306-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:25.396114 | 0.03s 2025-11-26 15:01:13.763146 | fa163e5d-bf36-318f-3306-000000000c48 | TASK | Enable LOG rules 2025-11-26 15:01:13.790754 | fa163e5d-bf36-318f-3306-000000000c48 | SKIPPED | Enable LOG rules | standalone 2025-11-26 15:01:13.791728 | fa163e5d-bf36-318f-3306-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:25.450442 | 0.03s 2025-11-26 15:01:13.816691 | fa163e5d-bf36-318f-3306-000000000c49 | TASK | Set rule fact 2025-11-26 15:01:13.914151 | fa163e5d-bf36-318f-3306-000000000c49 | OK | Set rule fact | standalone 2025-11-26 15:01:13.916863 | fa163e5d-bf36-318f-3306-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:25.575575 | 0.10s 2025-11-26 15:01:13.945752 | fa163e5d-bf36-318f-3306-000000000c4a | TASK | Manage rules via nftables 2025-11-26 15:01:13.967772 | fa163e5d-bf36-318f-3306-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:25.626448 | 0.02s 2025-11-26 15:01:14.050763 | fa163e5d-bf36-318f-3306-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.709478 | 0.03s 2025-11-26 15:01:14.064605 | 9f8b14be-fa26-4f1c-b733-cead09483c10 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-11-26 15:01:14.089374 | fa163e5d-bf36-318f-3306-000000000d11 | TASK | Ensure legacy iptables services are off 2025-11-26 15:01:14.482033 | fa163e5d-bf36-318f-3306-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-11-26 15:01:14.483988 | fa163e5d-bf36-318f-3306-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:26.142697 | 0.39s 2025-11-26 15:01:14.807454 | fa163e5d-bf36-318f-3306-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-11-26 15:01:14.809081 | fa163e5d-bf36-318f-3306-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:26.467794 | 0.72s 2025-11-26 15:01:14.822685 | fa163e5d-bf36-318f-3306-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:26.481394 | 0.73s 2025-11-26 15:01:14.844764 | fa163e5d-bf36-318f-3306-000000000d12 | TASK | Ensure nftables service is enabled and running 2025-11-26 15:01:15.637937 | fa163e5d-bf36-318f-3306-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-11-26 15:01:15.639198 | fa163e5d-bf36-318f-3306-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:27.297916 | 0.79s 2025-11-26 15:01:15.661507 | fa163e5d-bf36-318f-3306-000000000d13 | TASK | Empty nftables from anything that may lay around 2025-11-26 15:01:15.690635 | fa163e5d-bf36-318f-3306-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-11-26 15:01:15.691642 | fa163e5d-bf36-318f-3306-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:27.350354 | 0.03s 2025-11-26 15:01:15.732638 | fa163e5d-bf36-318f-3306-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:27.391348 | 0.02s 2025-11-26 15:01:15.759136 | 84ceaf52-6ea7-42c8-9f50-e22b0ebaddb9 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-11-26 15:01:15.796722 | fa163e5d-bf36-318f-3306-000000000d42 | TASK | Push empty ruleset 2025-11-26 15:01:16.287200 | fa163e5d-bf36-318f-3306-000000000d42 | CHANGED | Push empty ruleset | standalone 2025-11-26 15:01:16.289191 | fa163e5d-bf36-318f-3306-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:27.947895 | 0.49s 2025-11-26 15:01:16.318571 | fa163e5d-bf36-318f-3306-000000000d43 | TASK | Load empty ruleset 2025-11-26 15:01:16.598699 | fa163e5d-bf36-318f-3306-000000000d43 | CHANGED | Load empty ruleset | standalone 2025-11-26 15:01:16.600095 | fa163e5d-bf36-318f-3306-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:28.258804 | 0.28s 2025-11-26 15:01:16.627237 | fa163e5d-bf36-318f-3306-000000000d45 | TASK | Use default rules 2025-11-26 15:01:16.715324 | fa163e5d-bf36-318f-3306-000000000d45 | OK | Use default rules | standalone 2025-11-26 15:01:16.718243 | fa163e5d-bf36-318f-3306-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:28.376954 | 0.09s 2025-11-26 15:01:16.748137 | fa163e5d-bf36-318f-3306-000000000d46 | TASK | Enable LOG rules 2025-11-26 15:01:16.832651 | fa163e5d-bf36-318f-3306-000000000d46 | OK | Enable LOG rules | standalone 2025-11-26 15:01:16.835628 | fa163e5d-bf36-318f-3306-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:28.494338 | 0.09s 2025-11-26 15:01:16.865837 | fa163e5d-bf36-318f-3306-000000000d48 | TASK | Get current nftables content 2025-11-26 15:01:17.130174 | fa163e5d-bf36-318f-3306-000000000d48 | CHANGED | Get current nftables content | standalone 2025-11-26 15:01:17.131473 | fa163e5d-bf36-318f-3306-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:28.790184 | 0.26s 2025-11-26 15:01:17.158407 | fa163e5d-bf36-318f-3306-000000000d4a | TASK | Generate chain jumps 2025-11-26 15:01:17.732710 | fa163e5d-bf36-318f-3306-000000000d4a | CHANGED | Generate chain jumps | standalone 2025-11-26 15:01:17.734141 | fa163e5d-bf36-318f-3306-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:29.392852 | 0.57s 2025-11-26 15:01:17.762130 | fa163e5d-bf36-318f-3306-000000000d4b | TASK | Generate chain jumps 2025-11-26 15:01:18.350335 | fa163e5d-bf36-318f-3306-000000000d4b | CHANGED | Generate chain jumps | standalone 2025-11-26 15:01:18.352228 | fa163e5d-bf36-318f-3306-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:30.010932 | 0.59s 2025-11-26 15:01:18.379574 | fa163e5d-bf36-318f-3306-000000000d4c | TASK | Generate nft flushes 2025-11-26 15:01:18.881602 | fa163e5d-bf36-318f-3306-000000000d4c | CHANGED | Generate nft flushes | standalone 2025-11-26 15:01:18.882948 | fa163e5d-bf36-318f-3306-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:30.541661 | 0.50s 2025-11-26 15:01:18.910632 | fa163e5d-bf36-318f-3306-000000000d4d | TASK | Generate nft tripleo chains 2025-11-26 15:01:19.436201 | fa163e5d-bf36-318f-3306-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2025-11-26 15:01:19.437720 | fa163e5d-bf36-318f-3306-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:31.096431 | 0.53s 2025-11-26 15:01:19.464569 | fa163e5d-bf36-318f-3306-000000000d4e | TASK | Generate nft ruleset in static file 2025-11-26 15:01:20.994373 | fa163e5d-bf36-318f-3306-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2025-11-26 15:01:20.995947 | fa163e5d-bf36-318f-3306-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:32.654657 | 1.53s 2025-11-26 15:01:21.023712 | fa163e5d-bf36-318f-3306-000000000d50 | TASK | Validate all of the generated content before loading 2025-11-26 15:01:21.586899 | fa163e5d-bf36-318f-3306-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2025-11-26 15:01:21.588435 | fa163e5d-bf36-318f-3306-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:33.247144 | 0.56s 2025-11-26 15:01:21.617703 | fa163e5d-bf36-318f-3306-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2025-11-26 15:01:21.933510 | fa163e5d-bf36-318f-3306-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-11-26 15:01:21.934743 | fa163e5d-bf36-318f-3306-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:33.593459 | 0.31s 2025-11-26 15:01:21.982851 | fa163e5d-bf36-318f-3306-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:33.641559 | 0.03s 2025-11-26 15:01:22.003430 | f3417910-9163-4167-a8ed-fe19efde292b | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-11-26 15:01:22.057157 | fa163e5d-bf36-318f-3306-000000000db9 | TASK | Inject our custom chains in nftables 2025-11-26 15:01:22.305053 | fa163e5d-bf36-318f-3306-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2025-11-26 15:01:22.305990 | fa163e5d-bf36-318f-3306-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:33.964710 | 0.25s 2025-11-26 15:01:22.326999 | fa163e5d-bf36-318f-3306-000000000dba | TASK | Reload custom nftables ruleset files 2025-11-26 15:01:22.628520 | fa163e5d-bf36-318f-3306-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2025-11-26 15:01:22.630140 | fa163e5d-bf36-318f-3306-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:34.288848 | 0.30s 2025-11-26 15:01:22.706070 | fa163e5d-bf36-318f-3306-000000000b1f | TASK | create persistent logs directory 2025-11-26 15:01:22.965181 | fa163e5d-bf36-318f-3306-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-26 15:01:22.966930 | fa163e5d-bf36-318f-3306-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:34.625639 | 0.26s 2025-11-26 15:01:23.191377 | fa163e5d-bf36-318f-3306-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-11-26 15:01:23.192509 | fa163e5d-bf36-318f-3306-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:34.851223 | 0.48s 2025-11-26 15:01:23.204198 | fa163e5d-bf36-318f-3306-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:34.862913 | 0.50s 2025-11-26 15:01:23.224180 | fa163e5d-bf36-318f-3306-000000000b20 | TASK | create persistent directories 2025-11-26 15:01:23.462776 | fa163e5d-bf36-318f-3306-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-26 15:01:23.464332 | fa163e5d-bf36-318f-3306-000000000b20 | TIMING | create persistent directories | standalone | 0:01:35.123016 | 0.24s 2025-11-26 15:01:23.476745 | fa163e5d-bf36-318f-3306-000000000b20 | TIMING | create persistent directories | standalone | 0:01:35.135414 | 0.25s 2025-11-26 15:01:23.505619 | fa163e5d-bf36-318f-3306-000000000b21 | TASK | create persistent directories 2025-11-26 15:01:23.772115 | fa163e5d-bf36-318f-3306-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-26 15:01:23.774909 | fa163e5d-bf36-318f-3306-000000000b21 | TIMING | create persistent directories | standalone | 0:01:35.433615 | 0.27s 2025-11-26 15:01:24.009996 | fa163e5d-bf36-318f-3306-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-11-26 15:01:24.012025 | fa163e5d-bf36-318f-3306-000000000b21 | TIMING | create persistent directories | standalone | 0:01:35.670737 | 0.50s 2025-11-26 15:01:24.022635 | fa163e5d-bf36-318f-3306-000000000b21 | TIMING | create persistent directories | standalone | 0:01:35.681329 | 0.52s 2025-11-26 15:01:24.051641 | fa163e5d-bf36-318f-3306-000000000b22 | TASK | create persistent directories 2025-11-26 15:01:24.309354 | fa163e5d-bf36-318f-3306-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-11-26 15:01:24.311970 | fa163e5d-bf36-318f-3306-000000000b22 | TIMING | create persistent directories | standalone | 0:01:35.970677 | 0.26s 2025-11-26 15:01:24.517051 | fa163e5d-bf36-318f-3306-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-11-26 15:01:24.519094 | fa163e5d-bf36-318f-3306-000000000b22 | TIMING | create persistent directories | standalone | 0:01:36.177806 | 0.47s 2025-11-26 15:01:24.530110 | fa163e5d-bf36-318f-3306-000000000b22 | TIMING | create persistent directories | standalone | 0:01:36.188801 | 0.48s 2025-11-26 15:01:24.553753 | fa163e5d-bf36-318f-3306-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-11-26 15:01:25.703662 | fa163e5d-bf36-318f-3306-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-11-26 15:01:25.705505 | fa163e5d-bf36-318f-3306-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:37.364215 | 1.15s 2025-11-26 15:01:25.734004 | fa163e5d-bf36-318f-3306-000000000b24 | TASK | create persistent directories 2025-11-26 15:01:25.997593 | fa163e5d-bf36-318f-3306-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-11-26 15:01:25.999066 | fa163e5d-bf36-318f-3306-000000000b24 | TIMING | create persistent directories | standalone | 0:01:37.657780 | 0.26s 2025-11-26 15:01:26.003228 | fa163e5d-bf36-318f-3306-000000000b24 | TIMING | create persistent directories | standalone | 0:01:37.661929 | 0.27s 2025-11-26 15:01:26.031523 | fa163e5d-bf36-318f-3306-000000000b25 | TASK | create persistent directories 2025-11-26 15:01:26.294238 | fa163e5d-bf36-318f-3306-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-26 15:01:26.296404 | fa163e5d-bf36-318f-3306-000000000b25 | TIMING | create persistent directories | standalone | 0:01:37.955118 | 0.26s 2025-11-26 15:01:26.532707 | fa163e5d-bf36-318f-3306-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-11-26 15:01:26.535363 | fa163e5d-bf36-318f-3306-000000000b25 | TIMING | create persistent directories | standalone | 0:01:38.194068 | 0.50s 2025-11-26 15:01:26.545369 | fa163e5d-bf36-318f-3306-000000000b25 | TIMING | create persistent directories | standalone | 0:01:38.204069 | 0.51s 2025-11-26 15:01:26.572708 | fa163e5d-bf36-318f-3306-000000000b26 | TASK | create fcontext entry for cinder data 2025-11-26 15:01:27.902620 | fa163e5d-bf36-318f-3306-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-11-26 15:01:27.904368 | fa163e5d-bf36-318f-3306-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:39.563074 | 1.33s 2025-11-26 15:01:27.930073 | fa163e5d-bf36-318f-3306-000000000b27 | TASK | create persistent directories 2025-11-26 15:01:28.213885 | fa163e5d-bf36-318f-3306-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-26 15:01:28.216983 | fa163e5d-bf36-318f-3306-000000000b27 | TIMING | create persistent directories | standalone | 0:01:39.875689 | 0.29s 2025-11-26 15:01:28.477373 | fa163e5d-bf36-318f-3306-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-11-26 15:01:28.478897 | fa163e5d-bf36-318f-3306-000000000b27 | TIMING | create persistent directories | standalone | 0:01:40.137605 | 0.55s 2025-11-26 15:01:28.492783 | fa163e5d-bf36-318f-3306-000000000b27 | TIMING | create persistent directories | standalone | 0:01:40.151489 | 0.56s 2025-11-26 15:01:28.514775 | fa163e5d-bf36-318f-3306-000000000b28 | TASK | ensure ceph configurations exist 2025-11-26 15:01:28.754533 | fa163e5d-bf36-318f-3306-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-11-26 15:01:28.755953 | fa163e5d-bf36-318f-3306-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:40.414664 | 0.24s 2025-11-26 15:01:28.777047 | fa163e5d-bf36-318f-3306-000000000b29 | TASK | create persistent directories 2025-11-26 15:01:29.005934 | fa163e5d-bf36-318f-3306-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-26 15:01:29.008986 | fa163e5d-bf36-318f-3306-000000000b29 | TIMING | create persistent directories | standalone | 0:01:40.667681 | 0.23s 2025-11-26 15:01:29.017776 | fa163e5d-bf36-318f-3306-000000000b29 | TIMING | create persistent directories | standalone | 0:01:40.676487 | 0.24s 2025-11-26 15:01:29.038646 | fa163e5d-bf36-318f-3306-000000000b2b | TASK | Create cinder image conversion directory 2025-11-26 15:01:29.068138 | fa163e5d-bf36-318f-3306-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-11-26 15:01:29.069673 | fa163e5d-bf36-318f-3306-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:40.728381 | 0.03s 2025-11-26 15:01:29.096492 | fa163e5d-bf36-318f-3306-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-11-26 15:01:29.136812 | fa163e5d-bf36-318f-3306-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-11-26 15:01:29.137963 | fa163e5d-bf36-318f-3306-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:40.796672 | 0.04s 2025-11-26 15:01:29.162908 | fa163e5d-bf36-318f-3306-000000000b2e | TASK | cinder_configure_lvm fact 2025-11-26 15:01:29.196072 | fa163e5d-bf36-318f-3306-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-11-26 15:01:29.197177 | fa163e5d-bf36-318f-3306-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:40.855888 | 0.03s 2025-11-26 15:01:29.222276 | fa163e5d-bf36-318f-3306-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-11-26 15:01:29.254264 | fa163e5d-bf36-318f-3306-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-11-26 15:01:29.255507 | fa163e5d-bf36-318f-3306-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:40.914212 | 0.03s 2025-11-26 15:01:29.281513 | fa163e5d-bf36-318f-3306-000000000b31 | TASK | cinder create LVM volume group dd 2025-11-26 15:01:29.303561 | fa163e5d-bf36-318f-3306-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-11-26 15:01:29.304718 | fa163e5d-bf36-318f-3306-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:40.963429 | 0.02s 2025-11-26 15:01:29.329440 | fa163e5d-bf36-318f-3306-000000000b32 | TASK | Get or create LVM loopback device 2025-11-26 15:01:29.358386 | fa163e5d-bf36-318f-3306-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-11-26 15:01:29.359871 | fa163e5d-bf36-318f-3306-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:41.018576 | 0.03s 2025-11-26 15:01:29.385393 | fa163e5d-bf36-318f-3306-000000000b33 | TASK | Create LVM volume group 2025-11-26 15:01:29.424830 | fa163e5d-bf36-318f-3306-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-11-26 15:01:29.426006 | fa163e5d-bf36-318f-3306-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:41.084716 | 0.04s 2025-11-26 15:01:29.450857 | fa163e5d-bf36-318f-3306-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-11-26 15:01:29.482609 | fa163e5d-bf36-318f-3306-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-11-26 15:01:29.483770 | fa163e5d-bf36-318f-3306-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:41.142482 | 0.03s 2025-11-26 15:01:29.508321 | fa163e5d-bf36-318f-3306-000000000b35 | TASK | cinder enable the LVM losetup service 2025-11-26 15:01:29.539242 | fa163e5d-bf36-318f-3306-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-11-26 15:01:29.540442 | fa163e5d-bf36-318f-3306-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:41.199154 | 0.03s 2025-11-26 15:01:29.565621 | fa163e5d-bf36-318f-3306-000000000b37 | TASK | allow logrotate to read inside containers 2025-11-26 15:01:30.516808 | fa163e5d-bf36-318f-3306-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-11-26 15:01:30.518873 | fa163e5d-bf36-318f-3306-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:42.177583 | 0.95s 2025-11-26 15:01:30.545687 | fa163e5d-bf36-318f-3306-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-11-26 15:01:32.861150 | fa163e5d-bf36-318f-3306-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-11-26 15:01:32.862965 | fa163e5d-bf36-318f-3306-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:44.521673 | 2.32s 2025-11-26 15:01:32.918879 | fa163e5d-bf36-318f-3306-000000000b3a | OK | set_fact | standalone 2025-11-26 15:01:32.920127 | fa163e5d-bf36-318f-3306-000000000b3a | TIMING | set_fact | standalone | 0:01:44.578841 | 0.03s 2025-11-26 15:01:32.972577 | fa163e5d-bf36-318f-3306-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:44.631279 | 0.03s 2025-11-26 15:01:33.031267 | fa163e5d-bf36-318f-3306-000000000f06 | TASK | ensure apache is installed 2025-11-26 15:01:39.282740 | fa163e5d-bf36-318f-3306-000000000f06 | CHANGED | ensure apache is installed | standalone 2025-11-26 15:01:39.283850 | fa163e5d-bf36-318f-3306-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:50.942567 | 6.25s 2025-11-26 15:01:39.304518 | fa163e5d-bf36-318f-3306-000000000f07 | TASK | create image data directory 2025-11-26 15:01:39.539361 | fa163e5d-bf36-318f-3306-000000000f07 | CHANGED | create image data directory | standalone 2025-11-26 15:01:39.540379 | fa163e5d-bf36-318f-3306-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:51.199099 | 0.23s 2025-11-26 15:01:39.560232 | fa163e5d-bf36-318f-3306-000000000f08 | TASK | create /v2/ response file 2025-11-26 15:01:40.078611 | fa163e5d-bf36-318f-3306-000000000f08 | CHANGED | create /v2/ response file | standalone 2025-11-26 15:01:40.079375 | fa163e5d-bf36-318f-3306-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:51.738096 | 0.52s 2025-11-26 15:01:40.096726 | fa163e5d-bf36-318f-3306-000000000f09 | TASK | Add listen line 2025-11-26 15:01:40.428761 | fa163e5d-bf36-318f-3306-000000000f09 | CHANGED | Add listen line | standalone 2025-11-26 15:01:40.430195 | fa163e5d-bf36-318f-3306-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:52.088907 | 0.33s 2025-11-26 15:01:40.455978 | fa163e5d-bf36-318f-3306-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-11-26 15:01:40.934239 | fa163e5d-bf36-318f-3306-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-11-26 15:01:40.935619 | fa163e5d-bf36-318f-3306-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:52.594331 | 0.48s 2025-11-26 15:01:40.961620 | fa163e5d-bf36-318f-3306-000000000f0b | TASK | Image-Serve | restart httpd 2025-11-26 15:01:41.897928 | fa163e5d-bf36-318f-3306-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2025-11-26 15:01:41.900425 | fa163e5d-bf36-318f-3306-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:53.559134 | 0.94s 2025-11-26 15:01:41.954014 | fa163e5d-bf36-318f-3306-000000000b3d | TASK | create persistent logs directory 2025-11-26 15:01:42.205500 | fa163e5d-bf36-318f-3306-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-11-26 15:01:42.208507 | fa163e5d-bf36-318f-3306-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:53.867208 | 0.25s 2025-11-26 15:01:42.378733 | fa163e5d-bf36-318f-3306-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-11-26 15:01:42.380977 | fa163e5d-bf36-318f-3306-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:54.039684 | 0.43s 2025-11-26 15:01:42.391916 | fa163e5d-bf36-318f-3306-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:54.050612 | 0.44s 2025-11-26 15:01:42.419610 | fa163e5d-bf36-318f-3306-000000000b3e | TASK | Mount NFS on host 2025-11-26 15:01:42.450280 | fa163e5d-bf36-318f-3306-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-11-26 15:01:42.451945 | fa163e5d-bf36-318f-3306-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:54.110652 | 0.03s 2025-11-26 15:01:42.479132 | fa163e5d-bf36-318f-3306-000000000b3f | TASK | Mount Node Staging Location 2025-11-26 15:01:42.508438 | fa163e5d-bf36-318f-3306-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-11-26 15:01:42.509932 | fa163e5d-bf36-318f-3306-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:54.168640 | 0.03s 2025-11-26 15:01:42.537518 | fa163e5d-bf36-318f-3306-000000000b40 | TASK | ensure /var/lib/glance exists 2025-11-26 15:01:42.765573 | fa163e5d-bf36-318f-3306-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-11-26 15:01:42.767141 | fa163e5d-bf36-318f-3306-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:54.425851 | 0.23s 2025-11-26 15:01:42.792551 | fa163e5d-bf36-318f-3306-000000000b41 | TASK | create logs directory 2025-11-26 15:01:43.040853 | fa163e5d-bf36-318f-3306-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-11-26 15:01:43.042599 | fa163e5d-bf36-318f-3306-000000000b41 | TIMING | create logs directory | standalone | 0:01:54.701308 | 0.25s 2025-11-26 15:01:43.234733 | fa163e5d-bf36-318f-3306-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-11-26 15:01:43.236054 | fa163e5d-bf36-318f-3306-000000000b41 | TIMING | create logs directory | standalone | 0:01:54.894767 | 0.44s 2025-11-26 15:01:43.243376 | fa163e5d-bf36-318f-3306-000000000b41 | TIMING | create logs directory | standalone | 0:01:54.902044 | 0.45s 2025-11-26 15:01:43.269271 | fa163e5d-bf36-318f-3306-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-11-26 15:01:43.308717 | fa163e5d-bf36-318f-3306-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-11-26 15:01:43.310066 | fa163e5d-bf36-318f-3306-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:54.968777 | 0.04s 2025-11-26 15:01:43.336224 | fa163e5d-bf36-318f-3306-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-11-26 15:01:43.634492 | fa163e5d-bf36-318f-3306-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-11-26 15:01:43.635955 | fa163e5d-bf36-318f-3306-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:55.294667 | 0.30s 2025-11-26 15:01:43.661274 | fa163e5d-bf36-318f-3306-000000000b44 | TASK | create persistent directories 2025-11-26 15:01:43.914170 | fa163e5d-bf36-318f-3306-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-11-26 15:01:43.915696 | fa163e5d-bf36-318f-3306-000000000b44 | TIMING | create persistent directories | standalone | 0:01:55.574406 | 0.25s 2025-11-26 15:01:43.921877 | fa163e5d-bf36-318f-3306-000000000b44 | TIMING | create persistent directories | standalone | 0:01:55.580593 | 0.26s 2025-11-26 15:01:43.947663 | fa163e5d-bf36-318f-3306-000000000b45 | TASK | create persistent data directory 2025-11-26 15:01:44.204617 | fa163e5d-bf36-318f-3306-000000000b45 | OK | create persistent data directory | standalone 2025-11-26 15:01:44.206127 | fa163e5d-bf36-318f-3306-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:55.864833 | 0.26s 2025-11-26 15:01:44.232717 | fa163e5d-bf36-318f-3306-000000000b46 | TASK | get parameters 2025-11-26 15:01:44.272993 | fa163e5d-bf36-318f-3306-000000000b46 | OK | get parameters | standalone 2025-11-26 15:01:44.274265 | fa163e5d-bf36-318f-3306-000000000b46 | TIMING | get parameters | standalone | 0:01:55.932978 | 0.04s 2025-11-26 15:01:44.300243 | fa163e5d-bf36-318f-3306-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-11-26 15:01:44.344885 | fa163e5d-bf36-318f-3306-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-11-26 15:01:44.346773 | fa163e5d-bf36-318f-3306-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:56.005476 | 0.05s 2025-11-26 15:01:44.372391 | fa163e5d-bf36-318f-3306-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-11-26 15:01:44.422930 | fa163e5d-bf36-318f-3306-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-11-26 15:01:44.424192 | fa163e5d-bf36-318f-3306-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:56.082901 | 0.05s 2025-11-26 15:01:44.449817 | fa163e5d-bf36-318f-3306-000000000b4a | TASK | get haproxy status 2025-11-26 15:01:44.501105 | fa163e5d-bf36-318f-3306-000000000b4a | SKIPPED | get haproxy status | standalone 2025-11-26 15:01:44.502276 | fa163e5d-bf36-318f-3306-000000000b4a | TIMING | get haproxy status | standalone | 0:01:56.160980 | 0.05s 2025-11-26 15:01:44.527821 | fa163e5d-bf36-318f-3306-000000000b4b | TASK | get pacemaker status 2025-11-26 15:01:44.571615 | fa163e5d-bf36-318f-3306-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-11-26 15:01:44.572739 | fa163e5d-bf36-318f-3306-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:56.231451 | 0.04s 2025-11-26 15:01:44.598103 | fa163e5d-bf36-318f-3306-000000000b4c | TASK | get docker status 2025-11-26 15:01:44.649169 | fa163e5d-bf36-318f-3306-000000000b4c | SKIPPED | get docker status | standalone 2025-11-26 15:01:44.650380 | fa163e5d-bf36-318f-3306-000000000b4c | TIMING | get docker status | standalone | 0:01:56.309089 | 0.05s 2025-11-26 15:01:44.675730 | fa163e5d-bf36-318f-3306-000000000b4d | TASK | get container_id 2025-11-26 15:01:44.720430 | fa163e5d-bf36-318f-3306-000000000b4d | SKIPPED | get container_id | standalone 2025-11-26 15:01:44.721764 | fa163e5d-bf36-318f-3306-000000000b4d | TIMING | get container_id | standalone | 0:01:56.380474 | 0.04s 2025-11-26 15:01:44.747963 | fa163e5d-bf36-318f-3306-000000000b4e | TASK | get pcs resource name for haproxy container 2025-11-26 15:01:44.788481 | fa163e5d-bf36-318f-3306-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-11-26 15:01:44.789732 | fa163e5d-bf36-318f-3306-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:56.448443 | 0.04s 2025-11-26 15:01:44.815363 | fa163e5d-bf36-318f-3306-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-11-26 15:01:44.855018 | fa163e5d-bf36-318f-3306-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-11-26 15:01:44.856381 | fa163e5d-bf36-318f-3306-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:56.515091 | 0.04s 2025-11-26 15:01:44.881799 | fa163e5d-bf36-318f-3306-000000000b50 | TASK | push certificate content 2025-11-26 15:01:44.919567 | fa163e5d-bf36-318f-3306-000000000b50 | SKIPPED | push certificate content | standalone 2025-11-26 15:01:44.920693 | fa163e5d-bf36-318f-3306-000000000b50 | TIMING | push certificate content | standalone | 0:01:56.579403 | 0.04s 2025-11-26 15:01:44.947390 | fa163e5d-bf36-318f-3306-000000000b52 | TASK | set certificate ownership 2025-11-26 15:01:44.998566 | fa163e5d-bf36-318f-3306-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-11-26 15:01:44.999941 | fa163e5d-bf36-318f-3306-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:56.658652 | 0.05s 2025-11-26 15:01:45.025374 | fa163e5d-bf36-318f-3306-000000000b53 | TASK | reload haproxy if enabled 2025-11-26 15:01:45.074555 | fa163e5d-bf36-318f-3306-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-11-26 15:01:45.075873 | fa163e5d-bf36-318f-3306-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:56.734584 | 0.05s 2025-11-26 15:01:45.101045 | fa163e5d-bf36-318f-3306-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-11-26 15:01:45.151291 | fa163e5d-bf36-318f-3306-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-11-26 15:01:45.152475 | fa163e5d-bf36-318f-3306-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:56.811185 | 0.05s 2025-11-26 15:01:45.177097 | fa163e5d-bf36-318f-3306-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-11-26 15:01:45.231845 | fa163e5d-bf36-318f-3306-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-11-26 15:01:45.233039 | fa163e5d-bf36-318f-3306-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:56.891750 | 0.05s 2025-11-26 15:01:45.258748 | fa163e5d-bf36-318f-3306-000000000b58 | TASK | create persistent directories 2025-11-26 15:01:45.526828 | fa163e5d-bf36-318f-3306-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-11-26 15:01:45.529113 | fa163e5d-bf36-318f-3306-000000000b58 | TIMING | create persistent directories | standalone | 0:01:57.187821 | 0.27s 2025-11-26 15:01:45.749196 | fa163e5d-bf36-318f-3306-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-11-26 15:01:45.750404 | fa163e5d-bf36-318f-3306-000000000b58 | TIMING | create persistent directories | standalone | 0:01:57.409120 | 0.49s 2025-11-26 15:01:45.757140 | fa163e5d-bf36-318f-3306-000000000b58 | TIMING | create persistent directories | standalone | 0:01:57.415853 | 0.50s 2025-11-26 15:01:45.783617 | fa163e5d-bf36-318f-3306-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-11-26 15:01:51.345029 | fa163e5d-bf36-318f-3306-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-11-26 15:01:51.347377 | fa163e5d-bf36-318f-3306-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:03.006078 | 5.56s 2025-11-26 15:01:51.374078 | fa163e5d-bf36-318f-3306-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-11-26 15:01:51.459857 | fa163e5d-bf36-318f-3306-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.72 seconds", "Notice: Applied catalog in 0.25 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.25", " Catalog application: 0.25", " Config retrieval: 0.80", " Last run: 1764169311", " Total: 0.25", "Version:", " Config: 1764169310", " 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-11-26 15:01:51.461592 | fa163e5d-bf36-318f-3306-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:03.120294 | 0.09s 2025-11-26 15:01:51.487889 | fa163e5d-bf36-318f-3306-000000000b5b | TASK | create persistent directories 2025-11-26 15:01:51.747047 | fa163e5d-bf36-318f-3306-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-26 15:01:51.748903 | fa163e5d-bf36-318f-3306-000000000b5b | TIMING | create persistent directories | standalone | 0:02:03.407612 | 0.26s 2025-11-26 15:01:51.957559 | fa163e5d-bf36-318f-3306-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-11-26 15:01:51.958882 | fa163e5d-bf36-318f-3306-000000000b5b | TIMING | create persistent directories | standalone | 0:02:03.617594 | 0.47s 2025-11-26 15:01:51.971380 | fa163e5d-bf36-318f-3306-000000000b5b | TIMING | create persistent directories | standalone | 0:02:03.630080 | 0.48s 2025-11-26 15:01:51.998521 | fa163e5d-bf36-318f-3306-000000000b5c | TASK | create persistent directories 2025-11-26 15:01:52.253450 | fa163e5d-bf36-318f-3306-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-26 15:01:52.256040 | fa163e5d-bf36-318f-3306-000000000b5c | TIMING | create persistent directories | standalone | 0:02:03.914748 | 0.26s 2025-11-26 15:01:52.428260 | fa163e5d-bf36-318f-3306-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-11-26 15:01:52.429177 | fa163e5d-bf36-318f-3306-000000000b5c | TIMING | create persistent directories | standalone | 0:02:04.087895 | 0.43s 2025-11-26 15:01:52.436828 | fa163e5d-bf36-318f-3306-000000000b5c | TIMING | create persistent directories | standalone | 0:02:04.095532 | 0.44s 2025-11-26 15:01:52.466957 | fa163e5d-bf36-318f-3306-000000000b5d | TASK | create persistent directories 2025-11-26 15:01:52.699695 | fa163e5d-bf36-318f-3306-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-26 15:01:52.702160 | fa163e5d-bf36-318f-3306-000000000b5d | TIMING | create persistent directories | standalone | 0:02:04.360866 | 0.23s 2025-11-26 15:01:52.712511 | fa163e5d-bf36-318f-3306-000000000b5d | TIMING | create persistent directories | standalone | 0:02:04.371210 | 0.24s 2025-11-26 15:01:52.740070 | fa163e5d-bf36-318f-3306-000000000b5e | TASK | create persistent directories 2025-11-26 15:01:53.005398 | fa163e5d-bf36-318f-3306-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-11-26 15:01:53.008079 | fa163e5d-bf36-318f-3306-000000000b5e | TIMING | create persistent directories | standalone | 0:02:04.666786 | 0.27s 2025-11-26 15:01:53.253898 | fa163e5d-bf36-318f-3306-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-11-26 15:01:53.255951 | fa163e5d-bf36-318f-3306-000000000b5e | TIMING | create persistent directories | standalone | 0:02:04.914664 | 0.51s 2025-11-26 15:01:53.489360 | fa163e5d-bf36-318f-3306-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-11-26 15:01:53.490242 | fa163e5d-bf36-318f-3306-000000000b5e | TIMING | create persistent directories | standalone | 0:02:05.148962 | 0.75s 2025-11-26 15:01:53.717379 | fa163e5d-bf36-318f-3306-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-11-26 15:01:53.718649 | fa163e5d-bf36-318f-3306-000000000b5e | TIMING | create persistent directories | standalone | 0:02:05.377362 | 0.98s 2025-11-26 15:01:53.732002 | fa163e5d-bf36-318f-3306-000000000b5e | TIMING | create persistent directories | standalone | 0:02:05.390711 | 0.99s 2025-11-26 15:01:53.760498 | fa163e5d-bf36-318f-3306-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-11-26 15:01:54.258275 | fa163e5d-bf36-318f-3306-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-11-26 15:01:54.259788 | fa163e5d-bf36-318f-3306-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:05.918497 | 0.50s 2025-11-26 15:01:54.285497 | fa163e5d-bf36-318f-3306-000000000b60 | TASK | create fcontext entry for iscsi 2025-11-26 15:01:55.561518 | fa163e5d-bf36-318f-3306-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-26 15:01:55.563220 | fa163e5d-bf36-318f-3306-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.221931 | 1.28s 2025-11-26 15:01:56.847653 | fa163e5d-bf36-318f-3306-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-26 15:01:56.849555 | fa163e5d-bf36-318f-3306-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.508266 | 2.56s 2025-11-26 15:01:58.259205 | fa163e5d-bf36-318f-3306-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-26 15:01:58.260685 | fa163e5d-bf36-318f-3306-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.919399 | 3.97s 2025-11-26 15:01:58.267408 | fa163e5d-bf36-318f-3306-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.926124 | 3.98s 2025-11-26 15:01:58.294049 | fa163e5d-bf36-318f-3306-000000000b61 | TASK | create persistent directories 2025-11-26 15:01:58.553099 | fa163e5d-bf36-318f-3306-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-26 15:01:58.555573 | fa163e5d-bf36-318f-3306-000000000b61 | TIMING | create persistent directories | standalone | 0:02:10.214275 | 0.26s 2025-11-26 15:01:58.757955 | fa163e5d-bf36-318f-3306-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-26 15:01:58.758767 | fa163e5d-bf36-318f-3306-000000000b61 | TIMING | create persistent directories | standalone | 0:02:10.417489 | 0.46s 2025-11-26 15:01:58.965920 | fa163e5d-bf36-318f-3306-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-26 15:01:58.967951 | fa163e5d-bf36-318f-3306-000000000b61 | TIMING | create persistent directories | standalone | 0:02:10.626662 | 0.67s 2025-11-26 15:01:58.978831 | fa163e5d-bf36-318f-3306-000000000b61 | TIMING | create persistent directories | standalone | 0:02:10.637540 | 0.68s 2025-11-26 15:01:59.005325 | fa163e5d-bf36-318f-3306-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-11-26 15:01:59.225833 | fa163e5d-bf36-318f-3306-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-11-26 15:01:59.227153 | fa163e5d-bf36-318f-3306-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:10.885866 | 0.22s 2025-11-26 15:01:59.253522 | fa163e5d-bf36-318f-3306-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-11-26 15:01:59.281981 | fa163e5d-bf36-318f-3306-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-11-26 15:01:59.283149 | fa163e5d-bf36-318f-3306-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:10.941861 | 0.03s 2025-11-26 15:01:59.308407 | fa163e5d-bf36-318f-3306-000000000b64 | TASK | Check if iscsi.service is enabled 2025-11-26 15:01:59.550928 | fa163e5d-bf36-318f-3306-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-11-26 15:01:59.552506 | fa163e5d-bf36-318f-3306-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:11.211215 | 0.24s 2025-11-26 15:01:59.579393 | fa163e5d-bf36-318f-3306-000000000b65 | TASK | Stop iscsi.service 2025-11-26 15:01:59.618708 | fa163e5d-bf36-318f-3306-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-11-26 15:01:59.619856 | fa163e5d-bf36-318f-3306-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:11.278567 | 0.04s 2025-11-26 15:01:59.675795 | fa163e5d-bf36-318f-3306-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:11.334501 | 0.03s 2025-11-26 15:01:59.772502 | fa163e5d-bf36-318f-3306-000000001069 | TASK | Install additional packages 2025-11-26 15:01:59.792266 | fa163e5d-bf36-318f-3306-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:11.450980 | 0.02s 2025-11-26 15:01:59.812461 | fa163e5d-bf36-318f-3306-00000000106a | TASK | Remove dracut-config-generic 2025-11-26 15:02:03.661535 | fa163e5d-bf36-318f-3306-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2025-11-26 15:02:03.663175 | fa163e5d-bf36-318f-3306-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:15.321885 | 3.85s 2025-11-26 15:02:03.689584 | fa163e5d-bf36-318f-3306-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-11-26 15:02:03.879727 | fa163e5d-bf36-318f-3306-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-11-26 15:02:03.881098 | fa163e5d-bf36-318f-3306-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:15.539808 | 0.19s 2025-11-26 15:02:03.906138 | fa163e5d-bf36-318f-3306-00000000106c | TASK | Write list of modules to load at boot 2025-11-26 15:02:04.613870 | fa163e5d-bf36-318f-3306-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2025-11-26 15:02:04.615212 | fa163e5d-bf36-318f-3306-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:16.273922 | 0.71s 2025-11-26 15:02:04.642044 | fa163e5d-bf36-318f-3306-00000000106d | TASK | Modules reload 2025-11-26 15:02:05.151113 | fa163e5d-bf36-318f-3306-00000000106d | CHANGED | Modules reload | standalone 2025-11-26 15:02:05.152941 | fa163e5d-bf36-318f-3306-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:16.811653 | 0.51s 2025-11-26 15:02:05.179352 | fa163e5d-bf36-318f-3306-00000000106e | TASK | Set default sysctl options 2025-11-26 15:02:05.632804 | fa163e5d-bf36-318f-3306-00000000106e | CHANGED | Set default sysctl options | standalone 2025-11-26 15:02:05.634146 | fa163e5d-bf36-318f-3306-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:17.292858 | 0.45s 2025-11-26 15:02:05.660415 | fa163e5d-bf36-318f-3306-00000000106f | TASK | Set extra sysctl options 2025-11-26 15:02:06.112203 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-11-26 15:02:06.113871 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.772575 | 0.45s 2025-11-26 15:02:06.326769 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-11-26 15:02:06.327839 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.986554 | 0.67s 2025-11-26 15:02:06.565210 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-11-26 15:02:06.567278 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.225988 | 0.90s 2025-11-26 15:02:06.789537 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-11-26 15:02:06.791476 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.450185 | 1.13s 2025-11-26 15:02:07.032008 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-11-26 15:02:07.034264 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.692973 | 1.37s 2025-11-26 15:02:07.285086 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-11-26 15:02:07.287645 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.946355 | 1.63s 2025-11-26 15:02:07.529707 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-11-26 15:02:07.531598 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.190305 | 1.87s 2025-11-26 15:02:07.765019 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-11-26 15:02:07.767195 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.425905 | 2.10s 2025-11-26 15:02:07.991100 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-11-26 15:02:07.993071 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.651782 | 2.33s 2025-11-26 15:02:08.259911 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-11-26 15:02:08.261873 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.920583 | 2.60s 2025-11-26 15:02:08.514920 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-11-26 15:02:08.517712 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.176421 | 2.86s 2025-11-26 15:02:08.738840 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-11-26 15:02:08.741040 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.399749 | 3.08s 2025-11-26 15:02:08.955478 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-11-26 15:02:08.958406 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.617106 | 3.30s 2025-11-26 15:02:09.197893 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-11-26 15:02:09.199629 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.858336 | 3.54s 2025-11-26 15:02:09.430549 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-11-26 15:02:09.431988 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.090697 | 3.77s 2025-11-26 15:02:09.664796 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-11-26 15:02:09.666199 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.324909 | 4.00s 2025-11-26 15:02:09.883821 | fa163e5d-bf36-318f-3306-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-11-26 15:02:09.885951 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.544660 | 4.22s 2025-11-26 15:02:09.898472 | fa163e5d-bf36-318f-3306-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.557178 | 4.24s 2025-11-26 15:02:09.928200 | fa163e5d-bf36-318f-3306-000000001071 | TASK | Sysctl reload 2025-11-26 15:02:10.366724 | fa163e5d-bf36-318f-3306-000000001071 | CHANGED | Sysctl reload | standalone 2025-11-26 15:02:10.368762 | fa163e5d-bf36-318f-3306-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:22.027474 | 0.44s 2025-11-26 15:02:10.419796 | fa163e5d-bf36-318f-3306-000000000b67 | TASK | create persistent directories 2025-11-26 15:02:10.683154 | fa163e5d-bf36-318f-3306-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-11-26 15:02:10.686586 | fa163e5d-bf36-318f-3306-000000000b67 | TIMING | create persistent directories | standalone | 0:02:22.345282 | 0.27s 2025-11-26 15:02:10.920822 | fa163e5d-bf36-318f-3306-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-11-26 15:02:10.923342 | fa163e5d-bf36-318f-3306-000000000b67 | TIMING | create persistent directories | standalone | 0:02:22.582020 | 0.50s 2025-11-26 15:02:10.933686 | fa163e5d-bf36-318f-3306-000000000b67 | TIMING | create persistent directories | standalone | 0:02:22.592390 | 0.51s 2025-11-26 15:02:10.960810 | fa163e5d-bf36-318f-3306-000000000b68 | TASK | Check if file certs_valid exist 2025-11-26 15:02:11.186771 | fa163e5d-bf36-318f-3306-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-11-26 15:02:11.188266 | fa163e5d-bf36-318f-3306-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:22.846975 | 0.23s 2025-11-26 15:02:11.214836 | fa163e5d-bf36-318f-3306-000000000b69 | TASK | Check if file cert9.db exist 2025-11-26 15:02:11.490530 | fa163e5d-bf36-318f-3306-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-11-26 15:02:11.492553 | fa163e5d-bf36-318f-3306-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:23.151253 | 0.28s 2025-11-26 15:02:11.525520 | fa163e5d-bf36-318f-3306-000000000b6a | TASK | Check if file key4.db exist 2025-11-26 15:02:11.752985 | fa163e5d-bf36-318f-3306-000000000b6a | OK | Check if file key4.db exist | standalone 2025-11-26 15:02:11.753972 | fa163e5d-bf36-318f-3306-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:23.412689 | 0.23s 2025-11-26 15:02:11.799015 | fa163e5d-bf36-318f-3306-000000000b6b | SKIPPED | fail | standalone 2025-11-26 15:02:11.799800 | fa163e5d-bf36-318f-3306-000000000b6b | TIMING | fail | standalone | 0:02:23.458519 | 0.03s 2025-11-26 15:02:11.824336 | fa163e5d-bf36-318f-3306-000000000b6c | TASK | Create persistent directories 2025-11-26 15:02:12.072209 | fa163e5d-bf36-318f-3306-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-26 15:02:12.073774 | fa163e5d-bf36-318f-3306-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:23.732484 | 0.25s 2025-11-26 15:02:12.293970 | fa163e5d-bf36-318f-3306-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-11-26 15:02:12.295663 | fa163e5d-bf36-318f-3306-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:23.954377 | 0.47s 2025-11-26 15:02:12.306277 | fa163e5d-bf36-318f-3306-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:23.964985 | 0.48s 2025-11-26 15:02:12.328345 | fa163e5d-bf36-318f-3306-000000000b6d | TASK | create persistent directories 2025-11-26 15:02:12.558708 | fa163e5d-bf36-318f-3306-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-26 15:02:12.560174 | fa163e5d-bf36-318f-3306-000000000b6d | TIMING | create persistent directories | standalone | 0:02:24.218882 | 0.23s 2025-11-26 15:02:12.572539 | fa163e5d-bf36-318f-3306-000000000b6d | TIMING | create persistent directories | standalone | 0:02:24.231243 | 0.24s 2025-11-26 15:02:12.600668 | fa163e5d-bf36-318f-3306-000000000b6e | TASK | create persistent directories 2025-11-26 15:02:12.867044 | fa163e5d-bf36-318f-3306-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-26 15:02:12.870889 | fa163e5d-bf36-318f-3306-000000000b6e | TIMING | create persistent directories | standalone | 0:02:24.529593 | 0.27s 2025-11-26 15:02:13.035602 | fa163e5d-bf36-318f-3306-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-11-26 15:02:13.037165 | fa163e5d-bf36-318f-3306-000000000b6e | TIMING | create persistent directories | standalone | 0:02:24.695872 | 0.43s 2025-11-26 15:02:13.043981 | fa163e5d-bf36-318f-3306-000000000b6e | TIMING | create persistent directories | standalone | 0:02:24.702680 | 0.44s 2025-11-26 15:02:13.071518 | fa163e5d-bf36-318f-3306-000000000b6f | TASK | create persistent directories 2025-11-26 15:02:13.319521 | fa163e5d-bf36-318f-3306-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-11-26 15:02:13.321649 | fa163e5d-bf36-318f-3306-000000000b6f | TIMING | create persistent directories | standalone | 0:02:24.980351 | 0.25s 2025-11-26 15:02:13.328191 | fa163e5d-bf36-318f-3306-000000000b6f | TIMING | create persistent directories | standalone | 0:02:24.986890 | 0.26s 2025-11-26 15:02:13.354348 | fa163e5d-bf36-318f-3306-000000000b70 | TASK | create persistent directories 2025-11-26 15:02:13.635922 | fa163e5d-bf36-318f-3306-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-11-26 15:02:13.638993 | fa163e5d-bf36-318f-3306-000000000b70 | TIMING | create persistent directories | standalone | 0:02:25.297697 | 0.28s 2025-11-26 15:02:13.839271 | fa163e5d-bf36-318f-3306-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-11-26 15:02:13.841666 | fa163e5d-bf36-318f-3306-000000000b70 | TIMING | create persistent directories | standalone | 0:02:25.500373 | 0.49s 2025-11-26 15:02:14.067025 | fa163e5d-bf36-318f-3306-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-11-26 15:02:14.069510 | fa163e5d-bf36-318f-3306-000000000b70 | TIMING | create persistent directories | standalone | 0:02:25.728213 | 0.71s 2025-11-26 15:02:14.080273 | fa163e5d-bf36-318f-3306-000000000b70 | TIMING | create persistent directories | standalone | 0:02:25.738975 | 0.72s 2025-11-26 15:02:14.108365 | fa163e5d-bf36-318f-3306-000000000b71 | TASK | create persistent directories 2025-11-26 15:02:14.391867 | fa163e5d-bf36-318f-3306-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-26 15:02:14.393983 | fa163e5d-bf36-318f-3306-000000000b71 | TIMING | create persistent directories | standalone | 0:02:26.052680 | 0.28s 2025-11-26 15:02:14.610098 | fa163e5d-bf36-318f-3306-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-11-26 15:02:14.612437 | fa163e5d-bf36-318f-3306-000000000b71 | TIMING | create persistent directories | standalone | 0:02:26.271145 | 0.50s 2025-11-26 15:02:14.622695 | fa163e5d-bf36-318f-3306-000000000b71 | TIMING | create persistent directories | standalone | 0:02:26.281396 | 0.51s 2025-11-26 15:02:14.650060 | fa163e5d-bf36-318f-3306-000000000b72 | TASK | create persistent directories 2025-11-26 15:02:14.901375 | fa163e5d-bf36-318f-3306-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-26 15:02:14.903993 | fa163e5d-bf36-318f-3306-000000000b72 | TIMING | create persistent directories | standalone | 0:02:26.562700 | 0.25s 2025-11-26 15:02:14.914078 | fa163e5d-bf36-318f-3306-000000000b72 | TIMING | create persistent directories | standalone | 0:02:26.572778 | 0.26s 2025-11-26 15:02:14.949265 | fa163e5d-bf36-318f-3306-000000000b73 | TASK | creating directory 2025-11-26 15:02:15.196450 | fa163e5d-bf36-318f-3306-000000000b73 | CHANGED | creating directory | standalone 2025-11-26 15:02:15.198139 | fa163e5d-bf36-318f-3306-000000000b73 | TIMING | creating directory | standalone | 0:02:26.856847 | 0.25s 2025-11-26 15:02:15.231886 | fa163e5d-bf36-318f-3306-000000000b74 | TASK | derive pci passthrough whitelist 2025-11-26 15:02:15.741428 | fa163e5d-bf36-318f-3306-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-11-26 15:02:15.743076 | fa163e5d-bf36-318f-3306-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:27.401783 | 0.51s 2025-11-26 15:02:15.770227 | fa163e5d-bf36-318f-3306-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-11-26 15:02:16.626859 | fa163e5d-bf36-318f-3306-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-11-26 15:02:16.628262 | fa163e5d-bf36-318f-3306-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:28.286974 | 0.86s 2025-11-26 15:02:16.653729 | fa163e5d-bf36-318f-3306-000000000b76 | TASK | create /run/netns with temp namespace 2025-11-26 15:02:16.862112 | fa163e5d-bf36-318f-3306-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-11-26 15:02:16.863624 | fa163e5d-bf36-318f-3306-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:28.522333 | 0.21s 2025-11-26 15:02:16.888976 | fa163e5d-bf36-318f-3306-000000000b77 | TASK | remove temp namespace 2025-11-26 15:02:17.163157 | fa163e5d-bf36-318f-3306-000000000b77 | CHANGED | remove temp namespace | standalone 2025-11-26 15:02:17.164699 | fa163e5d-bf36-318f-3306-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:28.823407 | 0.27s 2025-11-26 15:02:17.190879 | fa163e5d-bf36-318f-3306-000000000b78 | TASK | create /var/lib/neutron 2025-11-26 15:02:17.432666 | fa163e5d-bf36-318f-3306-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-11-26 15:02:17.434256 | fa163e5d-bf36-318f-3306-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:29.092964 | 0.24s 2025-11-26 15:02:17.463463 | fa163e5d-bf36-318f-3306-000000000b79 | TASK | set conditions 2025-11-26 15:02:17.505763 | fa163e5d-bf36-318f-3306-000000000b79 | OK | set conditions | standalone 2025-11-26 15:02:17.507211 | fa163e5d-bf36-318f-3306-000000000b79 | TIMING | set conditions | standalone | 0:02:29.165921 | 0.04s 2025-11-26 15:02:17.534030 | fa163e5d-bf36-318f-3306-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-11-26 15:02:17.788396 | fa163e5d-bf36-318f-3306-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-11-26 15:02:17.789724 | fa163e5d-bf36-318f-3306-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:29.448436 | 0.25s 2025-11-26 15:02:17.811812 | fa163e5d-bf36-318f-3306-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-11-26 15:02:18.279616 | fa163e5d-bf36-318f-3306-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-11-26 15:02:18.280895 | fa163e5d-bf36-318f-3306-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:29.939609 | 0.47s 2025-11-26 15:02:18.302564 | fa163e5d-bf36-318f-3306-000000000b7c | TASK | create haproxy kill script 2025-11-26 15:02:18.793490 | fa163e5d-bf36-318f-3306-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-11-26 15:02:18.795716 | fa163e5d-bf36-318f-3306-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:30.454415 | 0.49s 2025-11-26 15:02:18.827024 | fa163e5d-bf36-318f-3306-000000000b7d | TASK | create persistent directories 2025-11-26 15:02:19.084992 | fa163e5d-bf36-318f-3306-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-26 15:02:19.088193 | fa163e5d-bf36-318f-3306-000000000b7d | TIMING | create persistent directories | standalone | 0:02:30.746894 | 0.26s 2025-11-26 15:02:19.314758 | fa163e5d-bf36-318f-3306-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-11-26 15:02:19.317227 | fa163e5d-bf36-318f-3306-000000000b7d | TIMING | create persistent directories | standalone | 0:02:30.975934 | 0.49s 2025-11-26 15:02:19.327476 | fa163e5d-bf36-318f-3306-000000000b7d | TIMING | create persistent directories | standalone | 0:02:30.986178 | 0.50s 2025-11-26 15:02:19.355695 | fa163e5d-bf36-318f-3306-000000000b7e | TASK | create persistent directories 2025-11-26 15:02:19.612764 | fa163e5d-bf36-318f-3306-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-26 15:02:19.615546 | fa163e5d-bf36-318f-3306-000000000b7e | TIMING | create persistent directories | standalone | 0:02:31.274249 | 0.26s 2025-11-26 15:02:19.625351 | fa163e5d-bf36-318f-3306-000000000b7e | TIMING | create persistent directories | standalone | 0:02:31.284049 | 0.27s 2025-11-26 15:02:19.651847 | fa163e5d-bf36-318f-3306-000000000b7f | TASK | create persistent directories 2025-11-26 15:02:19.914136 | fa163e5d-bf36-318f-3306-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-26 15:02:19.916547 | fa163e5d-bf36-318f-3306-000000000b7f | TIMING | create persistent directories | standalone | 0:02:31.575258 | 0.26s 2025-11-26 15:02:20.128882 | fa163e5d-bf36-318f-3306-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-11-26 15:02:20.131453 | fa163e5d-bf36-318f-3306-000000000b7f | TIMING | create persistent directories | standalone | 0:02:31.790161 | 0.48s 2025-11-26 15:02:20.141802 | fa163e5d-bf36-318f-3306-000000000b7f | TIMING | create persistent directories | standalone | 0:02:31.800495 | 0.49s 2025-11-26 15:02:20.169545 | fa163e5d-bf36-318f-3306-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-11-26 15:02:20.398639 | fa163e5d-bf36-318f-3306-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-11-26 15:02:20.400054 | fa163e5d-bf36-318f-3306-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:32.058763 | 0.23s 2025-11-26 15:02:20.425638 | fa163e5d-bf36-318f-3306-000000000b81 | TASK | create persistent directories 2025-11-26 15:02:20.691469 | fa163e5d-bf36-318f-3306-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-26 15:02:20.694510 | fa163e5d-bf36-318f-3306-000000000b81 | TIMING | create persistent directories | standalone | 0:02:32.353212 | 0.27s 2025-11-26 15:02:20.926927 | fa163e5d-bf36-318f-3306-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-11-26 15:02:20.929332 | fa163e5d-bf36-318f-3306-000000000b81 | TIMING | create persistent directories | standalone | 0:02:32.588011 | 0.50s 2025-11-26 15:02:21.135787 | fa163e5d-bf36-318f-3306-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-11-26 15:02:21.137091 | fa163e5d-bf36-318f-3306-000000000b81 | TIMING | create persistent directories | standalone | 0:02:32.795803 | 0.71s 2025-11-26 15:02:21.323990 | fa163e5d-bf36-318f-3306-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-26 15:02:21.324790 | fa163e5d-bf36-318f-3306-000000000b81 | TIMING | create persistent directories | standalone | 0:02:32.983510 | 0.90s 2025-11-26 15:02:21.575444 | fa163e5d-bf36-318f-3306-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-11-26 15:02:21.576725 | fa163e5d-bf36-318f-3306-000000000b81 | TIMING | create persistent directories | standalone | 0:02:33.235438 | 1.15s 2025-11-26 15:02:21.584953 | fa163e5d-bf36-318f-3306-000000000b81 | TIMING | create persistent directories | standalone | 0:02:33.243668 | 1.16s 2025-11-26 15:02:21.613384 | fa163e5d-bf36-318f-3306-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-11-26 15:02:22.107023 | fa163e5d-bf36-318f-3306-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-11-26 15:02:22.108461 | fa163e5d-bf36-318f-3306-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:33.767171 | 0.49s 2025-11-26 15:02:22.134179 | fa163e5d-bf36-318f-3306-000000000b83 | TASK | create tempfiles 2025-11-26 15:02:22.448545 | fa163e5d-bf36-318f-3306-000000000b83 | CHANGED | create tempfiles | standalone 2025-11-26 15:02:22.449910 | fa163e5d-bf36-318f-3306-000000000b83 | TIMING | create tempfiles | standalone | 0:02:34.108622 | 0.31s 2025-11-26 15:02:22.475547 | fa163e5d-bf36-318f-3306-000000000b84 | TASK | Mount Nova NFS Share 2025-11-26 15:02:22.507335 | fa163e5d-bf36-318f-3306-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-11-26 15:02:22.508553 | fa163e5d-bf36-318f-3306-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:34.167263 | 0.03s 2025-11-26 15:02:22.533763 | fa163e5d-bf36-318f-3306-000000000b86 | TASK | check systemd-container package installed or not 2025-11-26 15:02:22.563077 | fa163e5d-bf36-318f-3306-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-11-26 15:02:22.564101 | fa163e5d-bf36-318f-3306-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:34.222812 | 0.03s 2025-11-26 15:02:22.588617 | fa163e5d-bf36-318f-3306-000000000b87 | TASK | get latest package from downloaded package versions 2025-11-26 15:02:22.617853 | fa163e5d-bf36-318f-3306-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-11-26 15:02:22.618905 | fa163e5d-bf36-318f-3306-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:34.277617 | 0.03s 2025-11-26 15:02:22.643869 | fa163e5d-bf36-318f-3306-000000000b88 | TASK | Install systemd-container package on boot 2025-11-26 15:02:22.683017 | fa163e5d-bf36-318f-3306-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-11-26 15:02:22.684395 | fa163e5d-bf36-318f-3306-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:34.343103 | 0.04s 2025-11-26 15:02:22.711932 | fa163e5d-bf36-318f-3306-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-11-26 15:02:22.745435 | fa163e5d-bf36-318f-3306-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-11-26 15:02:22.746562 | fa163e5d-bf36-318f-3306-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:34.405271 | 0.03s 2025-11-26 15:02:22.771651 | fa163e5d-bf36-318f-3306-000000000b8a | TASK | check if install-systemd-container service exists 2025-11-26 15:02:22.802733 | fa163e5d-bf36-318f-3306-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-11-26 15:02:22.803812 | fa163e5d-bf36-318f-3306-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:34.462524 | 0.03s 2025-11-26 15:02:22.829186 | fa163e5d-bf36-318f-3306-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-11-26 15:02:22.861351 | fa163e5d-bf36-318f-3306-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-11-26 15:02:22.862506 | fa163e5d-bf36-318f-3306-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:34.521216 | 0.03s 2025-11-26 15:02:22.887654 | fa163e5d-bf36-318f-3306-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-11-26 15:02:22.922947 | fa163e5d-bf36-318f-3306-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-11-26 15:02:22.924010 | fa163e5d-bf36-318f-3306-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:34.582722 | 0.04s 2025-11-26 15:02:22.948590 | fa163e5d-bf36-318f-3306-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-11-26 15:02:22.978908 | fa163e5d-bf36-318f-3306-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-11-26 15:02:22.980107 | fa163e5d-bf36-318f-3306-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:34.638817 | 0.03s 2025-11-26 15:02:23.006036 | fa163e5d-bf36-318f-3306-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-11-26 15:02:23.036431 | fa163e5d-bf36-318f-3306-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-26 15:02:23.037743 | fa163e5d-bf36-318f-3306-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:34.696454 | 0.03s 2025-11-26 15:02:23.063280 | fa163e5d-bf36-318f-3306-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-11-26 15:02:23.093594 | fa163e5d-bf36-318f-3306-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-26 15:02:23.094769 | fa163e5d-bf36-318f-3306-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:34.753481 | 0.03s 2025-11-26 15:02:23.122625 | fa163e5d-bf36-318f-3306-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-11-26 15:02:23.162483 | fa163e5d-bf36-318f-3306-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-11-26 15:02:23.163645 | fa163e5d-bf36-318f-3306-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:34.822349 | 0.04s 2025-11-26 15:02:23.189951 | fa163e5d-bf36-318f-3306-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-11-26 15:02:23.221048 | fa163e5d-bf36-318f-3306-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-11-26 15:02:23.222100 | fa163e5d-bf36-318f-3306-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:34.880814 | 0.03s 2025-11-26 15:02:23.247161 | fa163e5d-bf36-318f-3306-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-11-26 15:02:23.279858 | fa163e5d-bf36-318f-3306-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-26 15:02:23.280937 | fa163e5d-bf36-318f-3306-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:34.939649 | 0.03s 2025-11-26 15:02:23.308717 | fa163e5d-bf36-318f-3306-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-11-26 15:02:23.338285 | fa163e5d-bf36-318f-3306-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-26 15:02:23.339904 | fa163e5d-bf36-318f-3306-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:34.998614 | 0.03s 2025-11-26 15:02:23.365790 | fa163e5d-bf36-318f-3306-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-11-26 15:02:23.404326 | fa163e5d-bf36-318f-3306-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-11-26 15:02:23.405786 | fa163e5d-bf36-318f-3306-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:35.064491 | 0.04s 2025-11-26 15:02:23.437014 | fa163e5d-bf36-318f-3306-000000000b99 | TASK | install nova-compute delay wrapper script 2025-11-26 15:02:23.488850 | fa163e5d-bf36-318f-3306-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-11-26 15:02:23.490212 | fa163e5d-bf36-318f-3306-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:35.148919 | 0.05s 2025-11-26 15:02:23.517931 | fa163e5d-bf36-318f-3306-000000000b9a | TASK | Is irqbalance enabled 2025-11-26 15:02:23.550492 | fa163e5d-bf36-318f-3306-000000000b9a | OK | Is irqbalance enabled | standalone 2025-11-26 15:02:23.551794 | fa163e5d-bf36-318f-3306-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:35.210505 | 0.03s 2025-11-26 15:02:23.577127 | fa163e5d-bf36-318f-3306-000000000b9b | TASK | disable irqbalance service on compute 2025-11-26 15:02:23.607245 | fa163e5d-bf36-318f-3306-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-11-26 15:02:23.608777 | fa163e5d-bf36-318f-3306-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:35.267479 | 0.03s 2025-11-26 15:02:23.641077 | fa163e5d-bf36-318f-3306-000000000b9c | TASK | create persistent directories 2025-11-26 15:02:23.906224 | fa163e5d-bf36-318f-3306-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-11-26 15:02:23.908580 | fa163e5d-bf36-318f-3306-000000000b9c | TIMING | create persistent directories | standalone | 0:02:35.567287 | 0.27s 2025-11-26 15:02:23.918598 | fa163e5d-bf36-318f-3306-000000000b9c | TIMING | create persistent directories | standalone | 0:02:35.577308 | 0.28s 2025-11-26 15:02:23.944385 | fa163e5d-bf36-318f-3306-000000000b9d | TASK | create libvirt persistent data directories 2025-11-26 15:02:24.187509 | fa163e5d-bf36-318f-3306-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-11-26 15:02:24.189709 | fa163e5d-bf36-318f-3306-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.848413 | 0.24s 2025-11-26 15:02:24.442534 | fa163e5d-bf36-318f-3306-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-11-26 15:02:24.444083 | fa163e5d-bf36-318f-3306-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:36.102791 | 0.50s 2025-11-26 15:02:24.694441 | fa163e5d-bf36-318f-3306-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-11-26 15:02:24.696460 | fa163e5d-bf36-318f-3306-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:36.355161 | 0.75s 2025-11-26 15:02:24.941538 | fa163e5d-bf36-318f-3306-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-26 15:02:24.943827 | fa163e5d-bf36-318f-3306-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:36.602535 | 1.00s 2025-11-26 15:02:25.156644 | fa163e5d-bf36-318f-3306-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-11-26 15:02:25.159082 | fa163e5d-bf36-318f-3306-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:36.817787 | 1.21s 2025-11-26 15:02:25.372967 | fa163e5d-bf36-318f-3306-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-26 15:02:25.375074 | fa163e5d-bf36-318f-3306-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:37.033784 | 1.43s 2025-11-26 15:02:25.566401 | fa163e5d-bf36-318f-3306-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-11-26 15:02:25.568429 | fa163e5d-bf36-318f-3306-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:37.227143 | 1.62s 2025-11-26 15:02:25.769932 | fa163e5d-bf36-318f-3306-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-11-26 15:02:25.771884 | fa163e5d-bf36-318f-3306-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:37.430592 | 1.83s 2025-11-26 15:02:25.784179 | fa163e5d-bf36-318f-3306-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:37.442890 | 1.84s 2025-11-26 15:02:25.812634 | fa163e5d-bf36-318f-3306-000000000b9e | TASK | ensure qemu group is present on the host 2025-11-26 15:02:26.268991 | fa163e5d-bf36-318f-3306-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-11-26 15:02:26.270383 | fa163e5d-bf36-318f-3306-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:37.929094 | 0.46s 2025-11-26 15:02:26.296543 | fa163e5d-bf36-318f-3306-000000000b9f | TASK | ensure qemu user is present on the host 2025-11-26 15:02:26.846631 | fa163e5d-bf36-318f-3306-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-11-26 15:02:26.848027 | fa163e5d-bf36-318f-3306-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:38.506738 | 0.55s 2025-11-26 15:02:26.868868 | fa163e5d-bf36-318f-3306-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-11-26 15:02:27.098359 | fa163e5d-bf36-318f-3306-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-11-26 15:02:27.099910 | fa163e5d-bf36-318f-3306-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:38.758615 | 0.23s 2025-11-26 15:02:27.126996 | fa163e5d-bf36-318f-3306-000000000ba1 | TASK | check if libvirt is installed 2025-11-26 15:02:27.338524 | fa163e5d-bf36-318f-3306-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-11-26 15:02:27.339796 | fa163e5d-bf36-318f-3306-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:38.998508 | 0.21s 2025-11-26 15:02:27.365133 | fa163e5d-bf36-318f-3306-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-11-26 15:02:27.406613 | fa163e5d-bf36-318f-3306-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-11-26 15:02:27.411901 | fa163e5d-bf36-318f-3306-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-11-26 15:02:27.419022 | fa163e5d-bf36-318f-3306-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:39.077726 | 0.05s 2025-11-26 15:02:27.444463 | fa163e5d-bf36-318f-3306-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-11-26 15:02:27.910821 | fa163e5d-bf36-318f-3306-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-11-26 15:02:27.912177 | fa163e5d-bf36-318f-3306-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:39.570888 | 0.47s 2025-11-26 15:02:27.937872 | fa163e5d-bf36-318f-3306-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-11-26 15:02:28.892484 | fa163e5d-bf36-318f-3306-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-11-26 15:02:28.895205 | fa163e5d-bf36-318f-3306-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:40.553901 | 0.96s 2025-11-26 15:02:28.922888 | fa163e5d-bf36-318f-3306-000000000ba5 | TASK | remove gnutls-qemu.config 2025-11-26 15:02:29.209535 | fa163e5d-bf36-318f-3306-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2025-11-26 15:02:29.212544 | fa163e5d-bf36-318f-3306-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:40.871251 | 0.29s 2025-11-26 15:02:29.239540 | fa163e5d-bf36-318f-3306-000000000ba6 | TASK | update crypto policies 2025-11-26 15:02:29.268865 | fa163e5d-bf36-318f-3306-000000000ba6 | SKIPPED | update crypto policies | standalone 2025-11-26 15:02:29.270974 | fa163e5d-bf36-318f-3306-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:40.929585 | 0.03s 2025-11-26 15:02:29.296885 | fa163e5d-bf36-318f-3306-000000000ba7 | TASK | Create libvirt persistent data directories 2025-11-26 15:02:29.520267 | fa163e5d-bf36-318f-3306-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-11-26 15:02:29.521852 | fa163e5d-bf36-318f-3306-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:41.180562 | 0.22s 2025-11-26 15:02:29.534485 | fa163e5d-bf36-318f-3306-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:41.193191 | 0.23s 2025-11-26 15:02:29.553552 | fa163e5d-bf36-318f-3306-000000000ba8 | TASK | create persistent directories 2025-11-26 15:02:29.795836 | fa163e5d-bf36-318f-3306-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-26 15:02:29.798482 | fa163e5d-bf36-318f-3306-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:41.457189 | 0.24s 2025-11-26 15:02:30.000213 | fa163e5d-bf36-318f-3306-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-26 15:02:30.002036 | fa163e5d-bf36-318f-3306-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:41.660751 | 0.45s 2025-11-26 15:02:30.012667 | fa163e5d-bf36-318f-3306-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:41.671374 | 0.46s 2025-11-26 15:02:30.039176 | fa163e5d-bf36-318f-3306-000000000ba9 | TASK | Copy in cleanup script 2025-11-26 15:02:30.526518 | fa163e5d-bf36-318f-3306-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2025-11-26 15:02:30.527971 | fa163e5d-bf36-318f-3306-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:42.186680 | 0.49s 2025-11-26 15:02:30.553775 | fa163e5d-bf36-318f-3306-000000000baa | TASK | Copy in cleanup service 2025-11-26 15:02:31.050433 | fa163e5d-bf36-318f-3306-000000000baa | CHANGED | Copy in cleanup service | standalone 2025-11-26 15:02:31.051776 | fa163e5d-bf36-318f-3306-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:42.710486 | 0.50s 2025-11-26 15:02:31.076495 | fa163e5d-bf36-318f-3306-000000000bab | TASK | Enabling the cleanup service 2025-11-26 15:02:31.809026 | fa163e5d-bf36-318f-3306-000000000bab | CHANGED | Enabling the cleanup service | standalone 2025-11-26 15:02:31.811272 | fa163e5d-bf36-318f-3306-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:43.469978 | 0.73s 2025-11-26 15:02:31.840041 | fa163e5d-bf36-318f-3306-000000000bac | TASK | create persistent directories 2025-11-26 15:02:32.118824 | fa163e5d-bf36-318f-3306-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-26 15:02:32.121795 | fa163e5d-bf36-318f-3306-000000000bac | TIMING | create persistent directories | standalone | 0:02:43.780497 | 0.28s 2025-11-26 15:02:32.347534 | fa163e5d-bf36-318f-3306-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-26 15:02:32.349184 | fa163e5d-bf36-318f-3306-000000000bac | TIMING | create persistent directories | standalone | 0:02:44.007890 | 0.51s 2025-11-26 15:02:32.358447 | fa163e5d-bf36-318f-3306-000000000bac | TIMING | create persistent directories | standalone | 0:02:44.017154 | 0.52s 2025-11-26 15:02:32.384809 | fa163e5d-bf36-318f-3306-000000000bad | TASK | set conditions 2025-11-26 15:02:32.421204 | fa163e5d-bf36-318f-3306-000000000bad | OK | set conditions | standalone 2025-11-26 15:02:32.422552 | fa163e5d-bf36-318f-3306-000000000bad | TIMING | set conditions | standalone | 0:02:44.081261 | 0.04s 2025-11-26 15:02:32.449592 | fa163e5d-bf36-318f-3306-000000000bae | TASK | create persistent directories 2025-11-26 15:02:32.702486 | fa163e5d-bf36-318f-3306-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-26 15:02:32.704195 | fa163e5d-bf36-318f-3306-000000000bae | TIMING | create persistent directories | standalone | 0:02:44.362904 | 0.25s 2025-11-26 15:02:32.908069 | fa163e5d-bf36-318f-3306-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-11-26 15:02:32.910484 | fa163e5d-bf36-318f-3306-000000000bae | TIMING | create persistent directories | standalone | 0:02:44.569196 | 0.46s 2025-11-26 15:02:33.101908 | fa163e5d-bf36-318f-3306-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-11-26 15:02:33.103900 | fa163e5d-bf36-318f-3306-000000000bae | TIMING | create persistent directories | standalone | 0:02:44.762612 | 0.65s 2025-11-26 15:02:33.114790 | fa163e5d-bf36-318f-3306-000000000bae | TIMING | create persistent directories | standalone | 0:02:44.773485 | 0.66s 2025-11-26 15:02:33.143474 | fa163e5d-bf36-318f-3306-000000000baf | TASK | ensure /run/octavia is present upon reboot 2025-11-26 15:02:33.623019 | fa163e5d-bf36-318f-3306-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-11-26 15:02:33.624464 | fa163e5d-bf36-318f-3306-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:45.283173 | 0.48s 2025-11-26 15:02:33.651703 | fa163e5d-bf36-318f-3306-000000000bb0 | TASK | create persistent directories 2025-11-26 15:02:33.908319 | fa163e5d-bf36-318f-3306-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-26 15:02:33.910196 | fa163e5d-bf36-318f-3306-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:45.568903 | 0.26s 2025-11-26 15:02:34.107971 | fa163e5d-bf36-318f-3306-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-11-26 15:02:34.109108 | fa163e5d-bf36-318f-3306-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:45.767821 | 0.46s 2025-11-26 15:02:34.122467 | fa163e5d-bf36-318f-3306-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:45.781172 | 0.47s 2025-11-26 15:02:34.149900 | fa163e5d-bf36-318f-3306-000000000bb1 | TASK | create empty log files 2025-11-26 15:02:34.409749 | fa163e5d-bf36-318f-3306-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-11-26 15:02:34.411579 | fa163e5d-bf36-318f-3306-000000000bb1 | TIMING | create empty log files | standalone | 0:02:46.070287 | 0.26s 2025-11-26 15:02:34.643819 | fa163e5d-bf36-318f-3306-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-11-26 15:02:34.645721 | fa163e5d-bf36-318f-3306-000000000bb1 | TIMING | create empty log files | standalone | 0:02:46.304432 | 0.49s 2025-11-26 15:02:34.656508 | fa163e5d-bf36-318f-3306-000000000bb1 | TIMING | create empty log files | standalone | 0:02:46.315203 | 0.51s 2025-11-26 15:02:34.684949 | fa163e5d-bf36-318f-3306-000000000bb2 | TASK | create persistent directories 2025-11-26 15:02:34.936672 | fa163e5d-bf36-318f-3306-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-26 15:02:34.938594 | fa163e5d-bf36-318f-3306-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:46.597294 | 0.25s 2025-11-26 15:02:34.946110 | fa163e5d-bf36-318f-3306-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:46.604820 | 0.26s 2025-11-26 15:02:34.972221 | fa163e5d-bf36-318f-3306-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2025-11-26 15:02:38.030559 | fa163e5d-bf36-318f-3306-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2025-11-26 15:02:38.033111 | fa163e5d-bf36-318f-3306-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:49.691823 | 3.06s 2025-11-26 15:02:38.088275 | fa163e5d-bf36-318f-3306-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:49.746969 | 0.03s 2025-11-26 15:02:38.150348 | fa163e5d-bf36-318f-3306-000000001297 | TASK | Gather variables for each operating system 2025-11-26 15:02:38.263741 | fa163e5d-bf36-318f-3306-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:49.922444 | 0.11s 2025-11-26 15:02:38.290984 | fa163e5d-bf36-318f-3306-000000001298 | TASK | Set packages facts 2025-11-26 15:02:38.341647 | fa163e5d-bf36-318f-3306-000000001298 | OK | Set packages facts | standalone 2025-11-26 15:02:38.342938 | fa163e5d-bf36-318f-3306-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:50.001652 | 0.05s 2025-11-26 15:02:38.369573 | fa163e5d-bf36-318f-3306-000000001299 | TASK | Manage package 2025-11-26 15:02:38.429138 | fa163e5d-bf36-318f-3306-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2025-11-26 15:02:38.444421 | fa163e5d-bf36-318f-3306-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2025-11-26 15:02:38.460961 | fa163e5d-bf36-318f-3306-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2025-11-26 15:02:43.166510 | fa163e5d-bf36-318f-3306-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:54.825211 | 4.80s 2025-11-26 15:02:43.188338 | fa163e5d-bf36-318f-3306-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2025-11-26 15:02:43.195684 | fa163e5d-bf36-318f-3306-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:54.854390 | 4.82s 2025-11-26 15:02:43.257840 | fa163e5d-bf36-318f-3306-000000000bb7 | TASK | create fcontext for rabbitmq data 2025-11-26 15:02:44.545486 | fa163e5d-bf36-318f-3306-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2025-11-26 15:02:44.548355 | fa163e5d-bf36-318f-3306-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:56.207022 | 1.29s 2025-11-26 15:02:44.574374 | fa163e5d-bf36-318f-3306-000000000bb8 | TASK | create persistent directories 2025-11-26 15:02:44.799236 | fa163e5d-bf36-318f-3306-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-11-26 15:02:44.801357 | fa163e5d-bf36-318f-3306-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:56.460064 | 0.22s 2025-11-26 15:02:44.965630 | fa163e5d-bf36-318f-3306-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-11-26 15:02:44.966738 | fa163e5d-bf36-318f-3306-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:56.625452 | 0.38s 2025-11-26 15:02:44.973557 | fa163e5d-bf36-318f-3306-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:56.632252 | 0.39s 2025-11-26 15:02:44.993565 | fa163e5d-bf36-318f-3306-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-11-26 15:02:45.251943 | fa163e5d-bf36-318f-3306-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-11-26 15:02:45.253257 | fa163e5d-bf36-318f-3306-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:56.911970 | 0.26s 2025-11-26 15:02:45.271807 | fa163e5d-bf36-318f-3306-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-11-26 15:02:45.299206 | fa163e5d-bf36-318f-3306-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-11-26 15:02:45.299946 | fa163e5d-bf36-318f-3306-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:56.958664 | 0.03s 2025-11-26 15:02:45.318034 | fa163e5d-bf36-318f-3306-000000000bbb | TASK | Remove existing entries from logind conf 2025-11-26 15:02:45.555723 | fa163e5d-bf36-318f-3306-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2025-11-26 15:02:45.557376 | fa163e5d-bf36-318f-3306-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:57.216083 | 0.24s 2025-11-26 15:02:45.583491 | fa163e5d-bf36-318f-3306-000000000bbc | TASK | Make sure systemd-logind ignores power off 2025-11-26 15:02:45.827058 | fa163e5d-bf36-318f-3306-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-11-26 15:02:45.828865 | fa163e5d-bf36-318f-3306-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:57.487573 | 0.24s 2025-11-26 15:02:45.855580 | fa163e5d-bf36-318f-3306-000000000bbd | TASK | Restart systemd-logind 2025-11-26 15:02:46.359097 | fa163e5d-bf36-318f-3306-000000000bbd | CHANGED | Restart systemd-logind | standalone 2025-11-26 15:02:46.360996 | fa163e5d-bf36-318f-3306-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:58.019706 | 0.50s 2025-11-26 15:02:46.387644 | fa163e5d-bf36-318f-3306-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-11-26 15:02:46.469087 | fa163e5d-bf36-318f-3306-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-11-26 15:02:46.470054 | fa163e5d-bf36-318f-3306-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:58.128766 | 0.08s 2025-11-26 15:02:46.495147 | fa163e5d-bf36-318f-3306-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-11-26 15:02:46.565925 | fa163e5d-bf36-318f-3306-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-11-26 15:02:46.566822 | fa163e5d-bf36-318f-3306-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:58.225535 | 0.07s 2025-11-26 15:02:46.587249 | fa163e5d-bf36-318f-3306-000000000bc0 | TASK | create persistent logs directory 2025-11-26 15:02:46.833518 | fa163e5d-bf36-318f-3306-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-11-26 15:02:46.835162 | fa163e5d-bf36-318f-3306-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:58.493872 | 0.25s 2025-11-26 15:02:47.032551 | fa163e5d-bf36-318f-3306-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-11-26 15:02:47.033606 | fa163e5d-bf36-318f-3306-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:58.692319 | 0.45s 2025-11-26 15:02:47.040117 | fa163e5d-bf36-318f-3306-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:58.698834 | 0.45s 2025-11-26 15:02:47.065410 | fa163e5d-bf36-318f-3306-000000000bc2 | TASK | Set login facts 2025-11-26 15:02:47.095507 | fa163e5d-bf36-318f-3306-000000000bc2 | OK | Set login facts | standalone 2025-11-26 15:02:47.096702 | fa163e5d-bf36-318f-3306-000000000bc2 | TIMING | Set login facts | standalone | 0:02:58.755414 | 0.03s 2025-11-26 15:02:47.121984 | fa163e5d-bf36-318f-3306-000000000bc3 | TASK | Convert logins json to dict 2025-11-26 15:02:47.159234 | fa163e5d-bf36-318f-3306-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2025-11-26 15:02:47.160412 | fa163e5d-bf36-318f-3306-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:58.819122 | 0.04s 2025-11-26 15:02:47.185553 | fa163e5d-bf36-318f-3306-000000000bc4 | TASK | Set registry logins 2025-11-26 15:02:47.237758 | fa163e5d-bf36-318f-3306-000000000bc4 | SKIPPED | Set registry logins | standalone 2025-11-26 15:02:47.239054 | fa163e5d-bf36-318f-3306-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:58.897765 | 0.05s 2025-11-26 15:02:47.265227 | fa163e5d-bf36-318f-3306-000000000bc5 | TASK | Run podman install 2025-11-26 15:02:47.294731 | fa163e5d-bf36-318f-3306-000000000bc5 | TIMING | Run podman install | standalone | 0:02:58.953440 | 0.03s 2025-11-26 15:02:47.374523 | fa163e5d-bf36-318f-3306-000000001329 | TASK | Gather variables for each operating system 2025-11-26 15:02:47.506575 | fa163e5d-bf36-318f-3306-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-11-26 15:02:47.507857 | fa163e5d-bf36-318f-3306-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:59.166568 | 0.13s 2025-11-26 15:02:47.513880 | fa163e5d-bf36-318f-3306-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:59.172593 | 0.14s 2025-11-26 15:02:47.548451 | fa163e5d-bf36-318f-3306-00000000132b | TASK | ensure podman and deps are installed 2025-11-26 15:02:50.473987 | fa163e5d-bf36-318f-3306-00000000132b | OK | ensure podman and deps are installed | standalone 2025-11-26 15:02:50.475947 | fa163e5d-bf36-318f-3306-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:02.134660 | 2.93s 2025-11-26 15:02:50.502640 | fa163e5d-bf36-318f-3306-00000000132c | TASK | Ensure we get the ansible interfaces facts 2025-11-26 15:02:51.019671 | fa163e5d-bf36-318f-3306-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2025-11-26 15:02:51.020845 | fa163e5d-bf36-318f-3306-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:02.679557 | 0.52s 2025-11-26 15:02:51.046223 | fa163e5d-bf36-318f-3306-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-11-26 15:02:51.078706 | fa163e5d-bf36-318f-3306-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-11-26 15:02:51.081139 | fa163e5d-bf36-318f-3306-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:02.739847 | 0.03s 2025-11-26 15:02:51.109715 | fa163e5d-bf36-318f-3306-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2025-11-26 15:02:51.149201 | fa163e5d-bf36-318f-3306-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-11-26 15:02:51.150420 | fa163e5d-bf36-318f-3306-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:02.809127 | 0.04s 2025-11-26 15:02:51.178270 | fa163e5d-bf36-318f-3306-000000001330 | TASK | Update default network configuration if possible 2025-11-26 15:02:51.210891 | fa163e5d-bf36-318f-3306-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2025-11-26 15:02:51.212470 | fa163e5d-bf36-318f-3306-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:02.871174 | 0.03s 2025-11-26 15:02:51.238840 | fa163e5d-bf36-318f-3306-000000001332 | TASK | Make sure /etc/containers/networks exists 2025-11-26 15:02:51.473952 | fa163e5d-bf36-318f-3306-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2025-11-26 15:02:51.475448 | fa163e5d-bf36-318f-3306-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:03.134160 | 0.24s 2025-11-26 15:02:51.495912 | fa163e5d-bf36-318f-3306-000000001333 | TASK | Get current podman network 2025-11-26 15:02:51.765938 | fa163e5d-bf36-318f-3306-000000001333 | CHANGED | Get current podman network | standalone 2025-11-26 15:02:51.767426 | fa163e5d-bf36-318f-3306-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:03.426135 | 0.27s 2025-11-26 15:02:51.794519 | fa163e5d-bf36-318f-3306-000000001334 | TASK | Update the default network configuration 2025-11-26 15:02:52.295224 | fa163e5d-bf36-318f-3306-000000001334 | CHANGED | Update the default network configuration | standalone 2025-11-26 15:02:52.295967 | fa163e5d-bf36-318f-3306-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:03.954688 | 0.50s 2025-11-26 15:02:52.313428 | fa163e5d-bf36-318f-3306-000000001335 | TASK | Write containers registries.conf 2025-11-26 15:02:52.836586 | fa163e5d-bf36-318f-3306-000000001335 | CHANGED | Write containers registries.conf | standalone 2025-11-26 15:02:52.838398 | fa163e5d-bf36-318f-3306-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:04.497105 | 0.52s 2025-11-26 15:02:52.865900 | fa163e5d-bf36-318f-3306-000000001336 | TASK | Write containers.conf 2025-11-26 15:02:53.078847 | fa163e5d-bf36-318f-3306-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-11-26 15:02:53.081399 | fa163e5d-bf36-318f-3306-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:04.740108 | 0.21s 2025-11-26 15:02:53.285685 | fa163e5d-bf36-318f-3306-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-11-26 15:02:53.287622 | fa163e5d-bf36-318f-3306-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:04.946335 | 0.42s 2025-11-26 15:02:53.445978 | fa163e5d-bf36-318f-3306-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-11-26 15:02:53.448144 | fa163e5d-bf36-318f-3306-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.106857 | 0.58s 2025-11-26 15:02:53.650621 | fa163e5d-bf36-318f-3306-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-11-26 15:02:53.652452 | fa163e5d-bf36-318f-3306-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.311166 | 0.79s 2025-11-26 15:02:53.664423 | fa163e5d-bf36-318f-3306-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.323120 | 0.80s 2025-11-26 15:02:53.693080 | fa163e5d-bf36-318f-3306-000000001337 | TASK | Enable podman.socket service 2025-11-26 15:02:53.728863 | fa163e5d-bf36-318f-3306-000000001337 | SKIPPED | Enable podman.socket service | standalone 2025-11-26 15:02:53.730146 | fa163e5d-bf36-318f-3306-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:05.388856 | 0.04s 2025-11-26 15:02:53.779212 | fa163e5d-bf36-318f-3306-000000000bc6 | TASK | Run podman login 2025-11-26 15:02:53.809407 | fa163e5d-bf36-318f-3306-000000000bc6 | TIMING | Run podman login | standalone | 0:03:05.468111 | 0.03s 2025-11-26 15:02:53.890179 | fa163e5d-bf36-318f-3306-000000001437 | TASK | Perform container registry login(s) with podman 2025-11-26 15:02:53.920506 | fa163e5d-bf36-318f-3306-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:05.579213 | 0.03s 2025-11-26 15:02:53.960267 | fa163e5d-bf36-318f-3306-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-11-26 15:02:54.405154 | fa163e5d-bf36-318f-3306-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-11-26 15:02:54.406934 | fa163e5d-bf36-318f-3306-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:06.065637 | 0.45s 2025-11-26 15:02:54.433197 | fa163e5d-bf36-318f-3306-000000000bc9 | TASK | create persistent directories 2025-11-26 15:02:54.695517 | fa163e5d-bf36-318f-3306-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-11-26 15:02:54.697950 | fa163e5d-bf36-318f-3306-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:06.356658 | 0.26s 2025-11-26 15:02:54.927271 | fa163e5d-bf36-318f-3306-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-11-26 15:02:54.928203 | fa163e5d-bf36-318f-3306-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:06.586919 | 0.49s 2025-11-26 15:02:55.147267 | fa163e5d-bf36-318f-3306-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-11-26 15:02:55.148360 | fa163e5d-bf36-318f-3306-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:06.807075 | 0.71s 2025-11-26 15:02:55.155602 | fa163e5d-bf36-318f-3306-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:06.814297 | 0.72s 2025-11-26 15:02:55.183242 | fa163e5d-bf36-318f-3306-000000000bca | TASK | ensure /run/redis is present upon reboot 2025-11-26 15:02:55.738417 | fa163e5d-bf36-318f-3306-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-11-26 15:02:55.740219 | fa163e5d-bf36-318f-3306-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:07.398928 | 0.56s 2025-11-26 15:02:55.766263 | fa163e5d-bf36-318f-3306-000000000bcb | TASK | Ensure rsyslog is installed 2025-11-26 15:02:58.664721 | fa163e5d-bf36-318f-3306-000000000bcb | OK | Ensure rsyslog is installed | standalone 2025-11-26 15:02:58.666523 | fa163e5d-bf36-318f-3306-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:10.325232 | 2.90s 2025-11-26 15:02:58.693167 | fa163e5d-bf36-318f-3306-000000000bcc | TASK | Ensure rsyslog is enabled and started 2025-11-26 15:02:59.075391 | fa163e5d-bf36-318f-3306-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2025-11-26 15:02:59.077847 | fa163e5d-bf36-318f-3306-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:10.736555 | 0.38s 2025-11-26 15:02:59.138015 | fa163e5d-bf36-318f-3306-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:10.796694 | 0.03s 2025-11-26 15:02:59.229275 | fa163e5d-bf36-318f-3306-000000001552 | TASK | Gather variables for each operating system 2025-11-26 15:02:59.349444 | fa163e5d-bf36-318f-3306-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-11-26 15:02:59.350974 | fa163e5d-bf36-318f-3306-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:11.009680 | 0.12s 2025-11-26 15:02:59.363248 | fa163e5d-bf36-318f-3306-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:11.021943 | 0.13s 2025-11-26 15:02:59.390822 | fa163e5d-bf36-318f-3306-000000001554 | TASK | Install the OpenSSH server 2025-11-26 15:03:02.282059 | fa163e5d-bf36-318f-3306-000000001554 | OK | Install the OpenSSH server | standalone 2025-11-26 15:03:02.284018 | fa163e5d-bf36-318f-3306-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:13.942693 | 2.89s 2025-11-26 15:03:02.311017 | fa163e5d-bf36-318f-3306-000000001555 | TASK | Start sshd 2025-11-26 15:03:02.339646 | fa163e5d-bf36-318f-3306-000000001555 | SKIPPED | Start sshd | standalone 2025-11-26 15:03:02.341027 | fa163e5d-bf36-318f-3306-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:13.999735 | 0.03s 2025-11-26 15:03:02.369252 | fa163e5d-bf36-318f-3306-000000001556 | TASK | PasswordAuthentication notice 2025-11-26 15:03:02.401845 | fa163e5d-bf36-318f-3306-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2025-11-26 15:03:02.403138 | fa163e5d-bf36-318f-3306-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:14.061847 | 0.03s 2025-11-26 15:03:02.430449 | fa163e5d-bf36-318f-3306-000000001557 | TASK | PasswordAuthentication duplication notice 2025-11-26 15:03:02.467497 | fa163e5d-bf36-318f-3306-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-11-26 15:03:02.469421 | fa163e5d-bf36-318f-3306-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:14.128124 | 0.04s 2025-11-26 15:03:02.491898 | fa163e5d-bf36-318f-3306-000000001558 | TASK | Motd duplication notice 2025-11-26 15:03:02.541809 | fa163e5d-bf36-318f-3306-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-11-26 15:03:02.543285 | fa163e5d-bf36-318f-3306-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:14.201997 | 0.05s 2025-11-26 15:03:02.570181 | fa163e5d-bf36-318f-3306-000000001559 | TASK | Configure the banner text 2025-11-26 15:03:02.613995 | fa163e5d-bf36-318f-3306-000000001559 | SKIPPED | Configure the banner text | standalone 2025-11-26 15:03:02.615419 | fa163e5d-bf36-318f-3306-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:14.274127 | 0.04s 2025-11-26 15:03:02.636793 | fa163e5d-bf36-318f-3306-00000000155a | TASK | Configure the motd banner 2025-11-26 15:03:02.666834 | fa163e5d-bf36-318f-3306-00000000155a | SKIPPED | Configure the motd banner | standalone 2025-11-26 15:03:02.668081 | fa163e5d-bf36-318f-3306-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:14.326792 | 0.03s 2025-11-26 15:03:02.689753 | fa163e5d-bf36-318f-3306-00000000155b | TASK | Update sshd configuration options from vars 2025-11-26 15:03:02.727648 | fa163e5d-bf36-318f-3306-00000000155b | OK | Update sshd configuration options from vars | standalone 2025-11-26 15:03:02.728953 | fa163e5d-bf36-318f-3306-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:14.387667 | 0.04s 2025-11-26 15:03:02.749761 | fa163e5d-bf36-318f-3306-00000000155c | TASK | Adjust ssh server configuration 2025-11-26 15:03:03.328828 | fa163e5d-bf36-318f-3306-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2025-11-26 15:03:03.330446 | fa163e5d-bf36-318f-3306-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:14.989155 | 0.58s 2025-11-26 15:03:03.356603 | fa163e5d-bf36-318f-3306-00000000155d | TASK | Restart sshd 2025-11-26 15:03:04.060890 | fa163e5d-bf36-318f-3306-00000000155d | CHANGED | Restart sshd | standalone 2025-11-26 15:03:04.062947 | fa163e5d-bf36-318f-3306-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:15.721657 | 0.70s 2025-11-26 15:03:04.116607 | fa163e5d-bf36-318f-3306-000000000bce | TASK | create persistent directories 2025-11-26 15:03:04.377146 | fa163e5d-bf36-318f-3306-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-26 15:03:04.379084 | fa163e5d-bf36-318f-3306-000000000bce | TIMING | create persistent directories | standalone | 0:03:16.037785 | 0.26s 2025-11-26 15:03:04.626502 | fa163e5d-bf36-318f-3306-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-11-26 15:03:04.629089 | fa163e5d-bf36-318f-3306-000000000bce | TIMING | create persistent directories | standalone | 0:03:16.287793 | 0.51s 2025-11-26 15:03:04.850279 | fa163e5d-bf36-318f-3306-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-26 15:03:04.852253 | fa163e5d-bf36-318f-3306-000000000bce | TIMING | create persistent directories | standalone | 0:03:16.510965 | 0.73s 2025-11-26 15:03:04.862379 | fa163e5d-bf36-318f-3306-000000000bce | TIMING | create persistent directories | standalone | 0:03:16.521081 | 0.74s 2025-11-26 15:03:04.889388 | fa163e5d-bf36-318f-3306-000000000bcf | TASK | create persistent directories 2025-11-26 15:03:05.166706 | fa163e5d-bf36-318f-3306-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-26 15:03:05.169187 | fa163e5d-bf36-318f-3306-000000000bcf | TIMING | create persistent directories | standalone | 0:03:16.827898 | 0.28s 2025-11-26 15:03:05.386744 | fa163e5d-bf36-318f-3306-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-11-26 15:03:05.388482 | fa163e5d-bf36-318f-3306-000000000bcf | TIMING | create persistent directories | standalone | 0:03:17.047189 | 0.50s 2025-11-26 15:03:05.594318 | fa163e5d-bf36-318f-3306-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-26 15:03:05.596026 | fa163e5d-bf36-318f-3306-000000000bcf | TIMING | create persistent directories | standalone | 0:03:17.254735 | 0.71s 2025-11-26 15:03:05.604745 | fa163e5d-bf36-318f-3306-000000000bcf | TIMING | create persistent directories | standalone | 0:03:17.263450 | 0.71s 2025-11-26 15:03:05.631211 | fa163e5d-bf36-318f-3306-000000000bd0 | TASK | Set swift_use_local_disks fact 2025-11-26 15:03:05.660337 | fa163e5d-bf36-318f-3306-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2025-11-26 15:03:05.661438 | fa163e5d-bf36-318f-3306-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:17.320149 | 0.03s 2025-11-26 15:03:05.686454 | fa163e5d-bf36-318f-3306-000000000bd1 | TASK | Set use_node_data_lookup fact 2025-11-26 15:03:05.725353 | fa163e5d-bf36-318f-3306-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2025-11-26 15:03:05.726652 | fa163e5d-bf36-318f-3306-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:17.385364 | 0.04s 2025-11-26 15:03:05.752055 | fa163e5d-bf36-318f-3306-000000000bd2 | TASK | Create Swift d1 directory if needed 2025-11-26 15:03:05.987733 | fa163e5d-bf36-318f-3306-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2025-11-26 15:03:05.989173 | fa163e5d-bf36-318f-3306-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:17.647884 | 0.24s 2025-11-26 15:03:06.015187 | fa163e5d-bf36-318f-3306-000000000bd3 | TASK | Set fact for SwiftRawDisks 2025-11-26 15:03:06.054123 | fa163e5d-bf36-318f-3306-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2025-11-26 15:03:06.055412 | fa163e5d-bf36-318f-3306-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:17.714124 | 0.04s 2025-11-26 15:03:06.081909 | fa163e5d-bf36-318f-3306-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2025-11-26 15:03:06.110553 | fa163e5d-bf36-318f-3306-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-11-26 15:03:06.111570 | fa163e5d-bf36-318f-3306-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:17.770281 | 0.03s 2025-11-26 15:03:06.136553 | fa163e5d-bf36-318f-3306-000000000bd5 | TASK | Set fact for swift_raw_disks 2025-11-26 15:03:06.165327 | fa163e5d-bf36-318f-3306-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-11-26 15:03:06.166754 | fa163e5d-bf36-318f-3306-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:17.825464 | 0.03s 2025-11-26 15:03:06.193036 | fa163e5d-bf36-318f-3306-000000000bd6 | TASK | Format SwiftRawDisks 2025-11-26 15:03:06.223081 | fa163e5d-bf36-318f-3306-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:17.881780 | 0.03s 2025-11-26 15:03:06.250256 | fa163e5d-bf36-318f-3306-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-11-26 15:03:06.288285 | fa163e5d-bf36-318f-3306-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-11-26 15:03:06.289632 | fa163e5d-bf36-318f-3306-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:17.948342 | 0.04s 2025-11-26 15:03:06.315390 | fa163e5d-bf36-318f-3306-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2025-11-26 15:03:06.347037 | fa163e5d-bf36-318f-3306-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:18.005741 | 0.03s 2025-11-26 15:03:06.374528 | fa163e5d-bf36-318f-3306-000000000bd9 | TASK | Check for NTP service 2025-11-26 15:03:06.641029 | fa163e5d-bf36-318f-3306-000000000bd9 | CHANGED | Check for NTP service | standalone 2025-11-26 15:03:06.642605 | fa163e5d-bf36-318f-3306-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:18.301316 | 0.27s 2025-11-26 15:03:06.668159 | fa163e5d-bf36-318f-3306-000000000bda | TASK | Disable NTP before configuring Chrony 2025-11-26 15:03:06.718139 | fa163e5d-bf36-318f-3306-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-26 15:03:06.719490 | fa163e5d-bf36-318f-3306-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:18.378198 | 0.05s 2025-11-26 15:03:06.747661 | fa163e5d-bf36-318f-3306-000000000bdb | TASK | Install, Configure and Run Chrony 2025-11-26 15:03:06.776095 | fa163e5d-bf36-318f-3306-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:18.434800 | 0.03s 2025-11-26 15:03:06.877897 | fa163e5d-bf36-318f-3306-0000000016ee | TASK | Load distro-specific variables 2025-11-26 15:03:06.904473 | fa163e5d-bf36-318f-3306-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.563185 | 0.03s 2025-11-26 15:03:06.913688 | b1fa9cfc-ad33-47c1-bc11-4b1cd7dbcc25 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-26 15:03:06.935479 | fa163e5d-bf36-318f-3306-0000000017d3 | TASK | Load distro-specific variables 2025-11-26 15:03:06.988363 | fa163e5d-bf36-318f-3306-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 15:03:06.989490 | fa163e5d-bf36-318f-3306-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.648205 | 0.05s 2025-11-26 15:03:06.993467 | fa163e5d-bf36-318f-3306-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.652179 | 0.06s 2025-11-26 15:03:07.020075 | fa163e5d-bf36-318f-3306-0000000016ef | TASK | Install chronyd 2025-11-26 15:03:07.049726 | fa163e5d-bf36-318f-3306-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:18.708420 | 0.03s 2025-11-26 15:03:07.077957 | a0c5804c-3a6b-4938-bcd5-c781c9732ca5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-11-26 15:03:07.109465 | fa163e5d-bf36-318f-3306-00000000180c | TASK | Load distro-specific variables 2025-11-26 15:03:07.129732 | fa163e5d-bf36-318f-3306-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.788441 | 0.02s 2025-11-26 15:03:07.141327 | bfe67b53-8183-4a29-bafa-bd056554a28e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-26 15:03:07.166968 | fa163e5d-bf36-318f-3306-000000001853 | TASK | Load distro-specific variables 2025-11-26 15:03:07.207980 | fa163e5d-bf36-318f-3306-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 15:03:07.210103 | fa163e5d-bf36-318f-3306-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.868811 | 0.04s 2025-11-26 15:03:07.219785 | fa163e5d-bf36-318f-3306-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.878499 | 0.05s 2025-11-26 15:03:07.240379 | fa163e5d-bf36-318f-3306-00000000180d | TASK | Check for NTP service 2025-11-26 15:03:07.482437 | fa163e5d-bf36-318f-3306-00000000180d | CHANGED | Check for NTP service | standalone 2025-11-26 15:03:07.483580 | fa163e5d-bf36-318f-3306-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:19.142296 | 0.24s 2025-11-26 15:03:07.504347 | fa163e5d-bf36-318f-3306-00000000180e | TASK | Disable NTP before configuring Chrony 2025-11-26 15:03:07.558279 | fa163e5d-bf36-318f-3306-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-26 15:03:07.559738 | fa163e5d-bf36-318f-3306-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:19.218448 | 0.05s 2025-11-26 15:03:07.586463 | fa163e5d-bf36-318f-3306-00000000180f | TASK | Install chronyd package 2025-11-26 15:03:10.597637 | fa163e5d-bf36-318f-3306-00000000180f | OK | Install chronyd package | standalone 2025-11-26 15:03:10.600454 | fa163e5d-bf36-318f-3306-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:22.259163 | 3.01s 2025-11-26 15:03:10.618944 | fa163e5d-bf36-318f-3306-0000000016f0 | TASK | Upgrade chronyd 2025-11-26 15:03:10.646226 | fa163e5d-bf36-318f-3306-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2025-11-26 15:03:10.647479 | fa163e5d-bf36-318f-3306-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:22.306190 | 0.03s 2025-11-26 15:03:10.674680 | fa163e5d-bf36-318f-3306-0000000016f1 | TASK | Configure chronyd 2025-11-26 15:03:10.708510 | fa163e5d-bf36-318f-3306-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:22.367208 | 0.03s 2025-11-26 15:03:10.730487 | 9ccebe3a-712a-4221-8cc6-bfe338eb4702 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-11-26 15:03:10.767488 | fa163e5d-bf36-318f-3306-00000000188c | TASK | Load distro-specific variables 2025-11-26 15:03:10.789007 | fa163e5d-bf36-318f-3306-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.447717 | 0.02s 2025-11-26 15:03:10.800819 | 9b44b78c-cc32-4fd4-82ef-5aa8ef3f38ff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-26 15:03:10.823941 | fa163e5d-bf36-318f-3306-0000000018f8 | TASK | Load distro-specific variables 2025-11-26 15:03:10.863880 | fa163e5d-bf36-318f-3306-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 15:03:10.865858 | fa163e5d-bf36-318f-3306-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.524567 | 0.04s 2025-11-26 15:03:10.875361 | fa163e5d-bf36-318f-3306-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.534084 | 0.05s 2025-11-26 15:03:10.896116 | fa163e5d-bf36-318f-3306-00000000188d | TASK | Install chrony configuration file 2025-11-26 15:03:11.538852 | fa163e5d-bf36-318f-3306-00000000188d | OK | Install chrony configuration file | standalone 2025-11-26 15:03:11.540260 | fa163e5d-bf36-318f-3306-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:23.198972 | 0.64s 2025-11-26 15:03:11.568997 | fa163e5d-bf36-318f-3306-0000000016f2 | TASK | Run chronyd 2025-11-26 15:03:11.601695 | fa163e5d-bf36-318f-3306-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:23.260393 | 0.03s 2025-11-26 15:03:11.627427 | 81b6884c-7c7c-4707-8c3b-5c3e7555ace3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-11-26 15:03:11.667405 | fa163e5d-bf36-318f-3306-00000000191b | TASK | Load distro-specific variables 2025-11-26 15:03:11.693936 | fa163e5d-bf36-318f-3306-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.352641 | 0.03s 2025-11-26 15:03:11.706674 | fbf67eea-744a-4740-a6d7-5c40cfe2f715 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-26 15:03:11.732506 | fa163e5d-bf36-318f-3306-00000000199f | TASK | Load distro-specific variables 2025-11-26 15:03:11.790921 | fa163e5d-bf36-318f-3306-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 15:03:11.793043 | fa163e5d-bf36-318f-3306-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.451748 | 0.06s 2025-11-26 15:03:11.803181 | fa163e5d-bf36-318f-3306-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.461887 | 0.07s 2025-11-26 15:03:11.830431 | fa163e5d-bf36-318f-3306-00000000191c | TASK | Ensure chronyd is running 2025-11-26 15:03:12.252110 | fa163e5d-bf36-318f-3306-00000000191c | OK | Ensure chronyd is running | standalone 2025-11-26 15:03:12.254405 | fa163e5d-bf36-318f-3306-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:23.913109 | 0.42s 2025-11-26 15:03:12.286917 | fa163e5d-bf36-318f-3306-00000000191d | TASK | Force chronyd restart 2025-11-26 15:03:12.330906 | fa163e5d-bf36-318f-3306-00000000191d | SKIPPED | Force chronyd restart | standalone 2025-11-26 15:03:12.332182 | fa163e5d-bf36-318f-3306-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:23.990894 | 0.04s 2025-11-26 15:03:12.358433 | fa163e5d-bf36-318f-3306-0000000016f3 | TASK | Enable online service 2025-11-26 15:03:12.386547 | fa163e5d-bf36-318f-3306-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:24.045253 | 0.03s 2025-11-26 15:03:12.407955 | e78a8329-0323-4c77-b4fc-efa2f3a5a68c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-11-26 15:03:12.459249 | fa163e5d-bf36-318f-3306-0000000019cc | TASK | Create chrony-online.service unit file 2025-11-26 15:03:12.946819 | fa163e5d-bf36-318f-3306-0000000019cc | OK | Create chrony-online.service unit file | standalone 2025-11-26 15:03:12.948382 | fa163e5d-bf36-318f-3306-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:24.607090 | 0.49s 2025-11-26 15:03:12.978537 | fa163e5d-bf36-318f-3306-0000000019cd | TASK | Enable chrony-online.service 2025-11-26 15:03:13.675708 | fa163e5d-bf36-318f-3306-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2025-11-26 15:03:13.677630 | fa163e5d-bf36-318f-3306-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:25.336338 | 0.70s 2025-11-26 15:03:13.706400 | fa163e5d-bf36-318f-3306-0000000016f4 | TASK | Sync chronyc 2025-11-26 15:03:13.736243 | fa163e5d-bf36-318f-3306-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:25.394947 | 0.03s 2025-11-26 15:03:13.756152 | 8e5ccb2e-1d7a-4ddf-987a-5019dbf0e6fc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-11-26 15:03:13.801546 | fa163e5d-bf36-318f-3306-000000001a72 | TASK | Force NTP sync 2025-11-26 15:03:14.032904 | fa163e5d-bf36-318f-3306-000000001a72 | CHANGED | Force NTP sync | standalone 2025-11-26 15:03:14.034344 | fa163e5d-bf36-318f-3306-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:25.693054 | 0.23s 2025-11-26 15:03:14.067008 | fa163e5d-bf36-318f-3306-000000001a73 | TASK | Ensure system is NTP time synced 2025-11-26 15:03:14.330068 | fa163e5d-bf36-318f-3306-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2025-11-26 15:03:14.331542 | fa163e5d-bf36-318f-3306-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:25.990254 | 0.26s 2025-11-26 15:03:14.380663 | fa163e5d-bf36-318f-3306-000000000bdc | TASK | Force NTP sync 2025-11-26 15:03:14.602749 | fa163e5d-bf36-318f-3306-000000000bdc | CHANGED | Force NTP sync | standalone 2025-11-26 15:03:14.604057 | fa163e5d-bf36-318f-3306-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:26.262769 | 0.22s 2025-11-26 15:03:14.628766 | fa163e5d-bf36-318f-3306-000000000bdd | TASK | Ensure system is NTP time synced 2025-11-26 15:03:14.856570 | fa163e5d-bf36-318f-3306-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2025-11-26 15:03:14.857873 | fa163e5d-bf36-318f-3306-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:26.516586 | 0.23s 2025-11-26 15:03:14.883273 | fa163e5d-bf36-318f-3306-000000000bde | TASK | Run timezone role 2025-11-26 15:03:14.910712 | fa163e5d-bf36-318f-3306-000000000bde | TIMING | Run timezone role | standalone | 0:03:26.569420 | 0.03s 2025-11-26 15:03:15.009542 | fa163e5d-bf36-318f-3306-000000001c33 | TASK | Set timezone 2025-11-26 15:03:15.514702 | fa163e5d-bf36-318f-3306-000000001c33 | OK | Set timezone | standalone 2025-11-26 15:03:15.516193 | fa163e5d-bf36-318f-3306-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:27.174904 | 0.51s 2025-11-26 15:03:15.542079 | fa163e5d-bf36-318f-3306-000000001c34 | TASK | Restart time services 2025-11-26 15:03:15.582419 | fa163e5d-bf36-318f-3306-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-11-26 15:03:15.589074 | fa163e5d-bf36-318f-3306-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2025-11-26 15:03:15.594904 | fa163e5d-bf36-318f-3306-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:27.253614 | 0.05s 2025-11-26 15:03:15.634374 | fa163e5d-bf36-318f-3306-000000000bdf | TASK | install tmpwatch on the host 2025-11-26 15:03:18.481933 | fa163e5d-bf36-318f-3306-000000000bdf | OK | install tmpwatch on the host | standalone 2025-11-26 15:03:18.483469 | fa163e5d-bf36-318f-3306-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:30.142182 | 2.85s 2025-11-26 15:03:18.508571 | fa163e5d-bf36-318f-3306-000000000be0 | TASK | Notice - ctlplane subnet is set 2025-11-26 15:03:18.540129 | fa163e5d-bf36-318f-3306-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-11-26 15:03:18.541350 | fa163e5d-bf36-318f-3306-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:30.200038 | 0.03s 2025-11-26 15:03:18.596276 | fa163e5d-bf36-318f-3306-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:30.254946 | 0.03s 2025-11-26 15:03:18.697821 | fa163e5d-bf36-318f-3306-000000001e67 | TASK | Gather variables for each operating system 2025-11-26 15:03:18.813038 | fa163e5d-bf36-318f-3306-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-26 15:03:18.814391 | fa163e5d-bf36-318f-3306-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:30.473101 | 0.12s 2025-11-26 15:03:18.819800 | fa163e5d-bf36-318f-3306-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:30.478517 | 0.12s 2025-11-26 15:03:18.925915 | fa163e5d-bf36-318f-3306-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:30.584614 | 0.09s 2025-11-26 15:03:19.000885 | c7e00be1-dd43-426d-902c-6e43ba56a406 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-26 15:03:19.022362 | fa163e5d-bf36-318f-3306-000000001f98 | TASK | Check tuned package is installed 2025-11-26 15:03:19.323884 | fa163e5d-bf36-318f-3306-000000001f98 | CHANGED | Check tuned package is installed | standalone 2025-11-26 15:03:19.325348 | fa163e5d-bf36-318f-3306-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:30.984057 | 0.30s 2025-11-26 15:03:19.352451 | fa163e5d-bf36-318f-3306-000000001f99 | TASK | Install tuned 2025-11-26 15:03:19.381179 | fa163e5d-bf36-318f-3306-000000001f99 | SKIPPED | Install tuned | standalone 2025-11-26 15:03:19.382463 | fa163e5d-bf36-318f-3306-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:31.041175 | 0.03s 2025-11-26 15:03:19.408420 | fa163e5d-bf36-318f-3306-000000001f9a | TASK | Restart tuned 2025-11-26 15:03:19.438194 | fa163e5d-bf36-318f-3306-000000001f9a | SKIPPED | Restart tuned | standalone 2025-11-26 15:03:19.438974 | fa163e5d-bf36-318f-3306-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:31.097693 | 0.03s 2025-11-26 15:03:19.456625 | fa163e5d-bf36-318f-3306-000000001e69 | TASK | Check for tuned-adm 2025-11-26 15:03:19.684221 | fa163e5d-bf36-318f-3306-000000001e69 | OK | Check for tuned-adm | standalone 2025-11-26 15:03:19.685187 | fa163e5d-bf36-318f-3306-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:31.343905 | 0.23s 2025-11-26 15:03:19.739771 | fa163e5d-bf36-318f-3306-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:31.398484 | 0.04s 2025-11-26 15:03:19.753184 | 24915e85-59f0-405a-b8c6-eb19dc6faeab | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-26 15:03:19.777548 | fa163e5d-bf36-318f-3306-000000001fc5 | TASK | Ensure profile directory exists 2025-11-26 15:03:19.849318 | fa163e5d-bf36-318f-3306-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2025-11-26 15:03:19.850209 | fa163e5d-bf36-318f-3306-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:31.508929 | 0.07s 2025-11-26 15:03:19.868059 | fa163e5d-bf36-318f-3306-000000001fc6 | TASK | Create custom tuned profile 2025-11-26 15:03:19.926846 | fa163e5d-bf36-318f-3306-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2025-11-26 15:03:19.927458 | fa163e5d-bf36-318f-3306-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:31.586180 | 0.06s 2025-11-26 15:03:19.945200 | fa163e5d-bf36-318f-3306-000000001fc7 | TASK | Check tuned active profile 2025-11-26 15:03:20.178956 | fa163e5d-bf36-318f-3306-000000001fc7 | OK | Check tuned active profile | standalone 2025-11-26 15:03:20.180134 | fa163e5d-bf36-318f-3306-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:31.838847 | 0.23s 2025-11-26 15:03:20.205419 | fa163e5d-bf36-318f-3306-000000001fc8 | TASK | Check Tuned Configuration file exists 2025-11-26 15:03:20.393090 | fa163e5d-bf36-318f-3306-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2025-11-26 15:03:20.394366 | fa163e5d-bf36-318f-3306-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:32.053081 | 0.19s 2025-11-26 15:03:20.420283 | fa163e5d-bf36-318f-3306-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-26 15:03:20.470065 | fa163e5d-bf36-318f-3306-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-26 15:03:20.471320 | fa163e5d-bf36-318f-3306-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:32.130031 | 0.05s 2025-11-26 15:03:20.499213 | fa163e5d-bf36-318f-3306-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2025-11-26 15:03:20.539519 | fa163e5d-bf36-318f-3306-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-26 15:03:20.540632 | fa163e5d-bf36-318f-3306-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:32.199343 | 0.04s 2025-11-26 15:03:20.566179 | fa163e5d-bf36-318f-3306-000000001fcb | TASK | Enable tuned profile 2025-11-26 15:03:20.605766 | fa163e5d-bf36-318f-3306-000000001fcb | SKIPPED | Enable tuned profile | standalone 2025-11-26 15:03:20.606820 | fa163e5d-bf36-318f-3306-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:32.265532 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-11-26 15:03:20.802233 | fa163e5d-bf36-318f-3306-0000000000ac | TASK | Overcloud container setup tasks 2025-11-26 15:03:20.828523 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000ac') missing from stats 2025-11-26 15:03:20.850222 | fa163e5d-bf36-318f-3306-0000000000ad | TASK | Write config data 2025-11-26 15:03:20.910588 | fa163e5d-bf36-318f-3306-0000000000ad | TIMING | Write config data | standalone | 0:03:32.569291 | 0.06s 2025-11-26 15:03:20.952017 | e34bcafb-92a8-4495-aef4-d6434ddefc45 | INCLUDED | /root/standalone-ansible-pa3t6qzk/common_container_setup_tasks.yaml | standalone 2025-11-26 15:03:20.977447 | fa163e5d-bf36-318f-3306-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2025-11-26 15:03:21.149660 | fa163e5d-bf36-318f-3306-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-11-26 15:03:21.150726 | fa163e5d-bf36-318f-3306-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:32.809443 | 0.17s 2025-11-26 15:03:21.171100 | fa163e5d-bf36-318f-3306-00000000202a | TASK | Create ContainerLogStdoutPath directory 2025-11-26 15:03:21.366039 | fa163e5d-bf36-318f-3306-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-11-26 15:03:21.367470 | fa163e5d-bf36-318f-3306-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:33.026181 | 0.20s 2025-11-26 15:03:21.394704 | fa163e5d-bf36-318f-3306-00000000202b | TASK | Create /var/lib/tripleo-config directory 2025-11-26 15:03:21.593817 | fa163e5d-bf36-318f-3306-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2025-11-26 15:03:21.595192 | fa163e5d-bf36-318f-3306-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:33.253903 | 0.20s 2025-11-26 15:03:21.621407 | fa163e5d-bf36-318f-3306-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2025-11-26 15:03:21.841519 | fa163e5d-bf36-318f-3306-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-11-26 15:03:21.842978 | fa163e5d-bf36-318f-3306-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:33.501690 | 0.22s 2025-11-26 15:03:21.869273 | fa163e5d-bf36-318f-3306-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-11-26 15:03:22.069909 | fa163e5d-bf36-318f-3306-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-11-26 15:03:22.071372 | fa163e5d-bf36-318f-3306-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:33.730082 | 0.20s 2025-11-26 15:03:22.099507 | fa163e5d-bf36-318f-3306-000000002031 | TASK | Create fcontext entry for container-config-scripts 2025-11-26 15:03:23.387086 | fa163e5d-bf36-318f-3306-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-11-26 15:03:23.388535 | fa163e5d-bf36-318f-3306-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:35.047246 | 1.29s 2025-11-26 15:03:23.414771 | fa163e5d-bf36-318f-3306-000000002032 | TASK | Create /var/lib/container-config-scripts 2025-11-26 15:03:23.613995 | fa163e5d-bf36-318f-3306-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-11-26 15:03:23.615482 | fa163e5d-bf36-318f-3306-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:35.274195 | 0.20s 2025-11-26 15:03:23.642075 | fa163e5d-bf36-318f-3306-000000002033 | TASK | Write container config scripts 2025-11-26 15:03:24.021864 | fa163e5d-bf36-318f-3306-000000002033 | CHANGED | Write container config scripts | standalone 2025-11-26 15:03:24.023382 | fa163e5d-bf36-318f-3306-000000002033 | TIMING | Write container config scripts | standalone | 0:03:35.682092 | 0.38s 2025-11-26 15:03:24.050147 | fa163e5d-bf36-318f-3306-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-11-26 15:03:24.441065 | fa163e5d-bf36-318f-3306-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-11-26 15:03:24.442440 | fa163e5d-bf36-318f-3306-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:36.101153 | 0.39s 2025-11-26 15:03:24.470816 | fa163e5d-bf36-318f-3306-000000002035 | TASK | Generate startup configs files per step and per container 2025-11-26 15:03:25.042533 | fa163e5d-bf36-318f-3306-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2025-11-26 15:03:25.051176 | fa163e5d-bf36-318f-3306-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:36.709887 | 0.58s 2025-11-26 15:03:25.096168 | fa163e5d-bf36-318f-3306-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2025-11-26 15:03:25.315123 | fa163e5d-bf36-318f-3306-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-11-26 15:03:25.316482 | fa163e5d-bf36-318f-3306-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:36.975195 | 0.22s 2025-11-26 15:03:25.341785 | fa163e5d-bf36-318f-3306-000000002037 | TASK | Create /var/lib/config-data directory 2025-11-26 15:03:25.560394 | fa163e5d-bf36-318f-3306-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2025-11-26 15:03:25.561665 | fa163e5d-bf36-318f-3306-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:37.220375 | 0.22s 2025-11-26 15:03:25.588106 | fa163e5d-bf36-318f-3306-000000002038 | TASK | Write container config json files 2025-11-26 15:03:26.068942 | fa163e5d-bf36-318f-3306-000000002038 | CHANGED | Write container config json files | standalone 2025-11-26 15:03:26.073697 | fa163e5d-bf36-318f-3306-000000002038 | TIMING | Write container config json files | standalone | 0:03:37.732416 | 0.48s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-11-26 15:03:26.241949 | fa163e5d-bf36-318f-3306-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-11-26 15:03:26.268309 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-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-11-26 15:03:26.326041 | fa163e5d-bf36-318f-3306-0000000000b2 | TIMING | include_tasks | standalone | 0:03:37.984747 | 0.04s 2025-11-26 15:03:26.340690 | 59557527-246b-4c32-9058-d17f7605602a | INCLUDED | /root/standalone-ansible-pa3t6qzk/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-11-26 15:03:26.468105 | fa163e5d-bf36-318f-3306-0000000000b6 | TASK | External deployment step 1 2025-11-26 15:03:26.493750 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000b6') missing from stats 2025-11-26 15:03:26.534423 | fa163e5d-bf36-318f-3306-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:38.193135 | 0.02s 2025-11-26 15:03:26.560140 | e856b244-15ac-47f3-bcde-1bee675d52b6 | INCLUDED | /root/standalone-ansible-pa3t6qzk/external_deploy_steps_tasks_step1.yaml | undercloud 2025-11-26 15:03:26.578677 | fa163e5d-bf36-318f-3306-00000000207d | TASK | Set some tripleo-ansible facts 2025-11-26 15:03:26.629922 | fa163e5d-bf36-318f-3306-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2025-11-26 15:03:26.631082 | fa163e5d-bf36-318f-3306-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:38.289793 | 0.05s 2025-11-26 15:03:26.648139 | fa163e5d-bf36-318f-3306-00000000207f | TASK | Build disk list for cephadm 2025-11-26 15:03:26.697066 | fa163e5d-bf36-318f-3306-00000000207f | OK | Build disk list for cephadm | undercloud 2025-11-26 15:03:26.698214 | fa163e5d-bf36-318f-3306-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:38.356929 | 0.05s 2025-11-26 15:03:26.716715 | fa163e5d-bf36-318f-3306-000000002086 | TASK | Container image prepare 2025-11-26 15:03:27.802693 | fa163e5d-bf36-318f-3306-000000002086 | CHANGED | Container image prepare | undercloud 2025-11-26 15:03:27.805206 | fa163e5d-bf36-318f-3306-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:39.463912 | 1.09s 2025-11-26 15:03:27.843837 | fa163e5d-bf36-318f-3306-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2025-11-26 15:03:28.084016 | fa163e5d-bf36-318f-3306-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-11-26 15:03:28.085355 | fa163e5d-bf36-318f-3306-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:39.744066 | 0.24s 2025-11-26 15:03:28.102853 | fa163e5d-bf36-318f-3306-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2025-11-26 15:03:28.152947 | fa163e5d-bf36-318f-3306-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:39.811647 | 0.05s 2025-11-26 15:03:28.200903 | fa163e5d-bf36-318f-3306-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-11-26 15:03:28.442052 | fa163e5d-bf36-318f-3306-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-11-26 15:03:28.443311 | fa163e5d-bf36-318f-3306-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:40.102022 | 0.24s 2025-11-26 15:03:28.462456 | fa163e5d-bf36-318f-3306-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-11-26 15:03:28.860460 | fa163e5d-bf36-318f-3306-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-11-26 15:03:28.861816 | fa163e5d-bf36-318f-3306-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:40.520527 | 0.40s 2025-11-26 15:03:28.881787 | fa163e5d-bf36-318f-3306-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2025-11-26 15:03:28.933517 | fa163e5d-bf36-318f-3306-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:40.592219 | 0.05s 2025-11-26 15:03:28.979751 | fa163e5d-bf36-318f-3306-0000000020f1 | TASK | Check for a configured destination 2025-11-26 15:03:29.052028 | fa163e5d-bf36-318f-3306-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2025-11-26 15:03:29.053195 | fa163e5d-bf36-318f-3306-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:40.711905 | 0.07s 2025-11-26 15:03:29.078823 | fa163e5d-bf36-318f-3306-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2025-11-26 15:03:29.514293 | fa163e5d-bf36-318f-3306-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-11-26 15:03:29.515586 | fa163e5d-bf36-318f-3306-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:41.174301 | 0.43s PLAY [Deploy step tasks for 1] ************************************************* 2025-11-26 15:03:29.682566 | fa163e5d-bf36-318f-3306-0000000000ba | TASK | Deploy step tasks for 1 2025-11-26 15:03:29.710765 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000ba') missing from stats 2025-11-26 15:03:29.731365 | fa163e5d-bf36-318f-3306-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-11-26 15:03:30.158396 | fa163e5d-bf36-318f-3306-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-11-26 15:03:30.159685 | fa163e5d-bf36-318f-3306-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:41.818394 | 0.43s 2025-11-26 15:03:30.185217 | fa163e5d-bf36-318f-3306-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-26 15:03:30.406460 | fa163e5d-bf36-318f-3306-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-26 15:03:30.407766 | fa163e5d-bf36-318f-3306-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:42.066477 | 0.22s 2025-11-26 15:03:30.433779 | fa163e5d-bf36-318f-3306-0000000000be | TASK | Write config data at the start of step 1 2025-11-26 15:03:30.494633 | fa163e5d-bf36-318f-3306-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:42.153339 | 0.06s 2025-11-26 15:03:30.538706 | d082d2e1-6f0c-4ab6-8026-4e0030f969d2 | INCLUDED | /root/standalone-ansible-pa3t6qzk/common_deploy_steps_tasks_step_1.yaml | standalone 2025-11-26 15:03:30.563050 | fa163e5d-bf36-318f-3306-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-11-26 15:03:30.598937 | fa163e5d-bf36-318f-3306-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-26 15:03:30.599676 | fa163e5d-bf36-318f-3306-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:42.258394 | 0.04s 2025-11-26 15:03:30.618989 | fa163e5d-bf36-318f-3306-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-11-26 15:03:30.646640 | fa163e5d-bf36-318f-3306-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-26 15:03:30.647711 | fa163e5d-bf36-318f-3306-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:42.306423 | 0.03s 2025-11-26 15:03:30.672280 | fa163e5d-bf36-318f-3306-000000002132 | TASK | Write the puppet step_config manifest 2025-11-26 15:03:31.091193 | fa163e5d-bf36-318f-3306-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2025-11-26 15:03:31.092372 | fa163e5d-bf36-318f-3306-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:42.751086 | 0.42s 2025-11-26 15:03:31.116802 | fa163e5d-bf36-318f-3306-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2025-11-26 15:03:31.144850 | fa163e5d-bf36-318f-3306-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-26 15:03:31.146017 | fa163e5d-bf36-318f-3306-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:42.804729 | 0.03s 2025-11-26 15:03:31.171438 | fa163e5d-bf36-318f-3306-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2025-11-26 15:03:31.198132 | fa163e5d-bf36-318f-3306-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-26 15:03:31.199128 | fa163e5d-bf36-318f-3306-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:42.857842 | 0.03s 2025-11-26 15:03:31.224389 | fa163e5d-bf36-318f-3306-000000002135 | TASK | Create /var/lib/container-puppet 2025-11-26 15:03:31.454514 | fa163e5d-bf36-318f-3306-000000002135 | OK | Create /var/lib/container-puppet | standalone 2025-11-26 15:03:31.455863 | fa163e5d-bf36-318f-3306-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:43.114573 | 0.23s 2025-11-26 15:03:31.481706 | fa163e5d-bf36-318f-3306-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-11-26 15:03:31.509814 | fa163e5d-bf36-318f-3306-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-26 15:03:31.510865 | fa163e5d-bf36-318f-3306-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:43.169578 | 0.03s 2025-11-26 15:03:31.536301 | fa163e5d-bf36-318f-3306-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-11-26 15:03:31.565532 | fa163e5d-bf36-318f-3306-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-26 15:03:31.566642 | fa163e5d-bf36-318f-3306-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:43.225353 | 0.03s 2025-11-26 15:03:31.592222 | fa163e5d-bf36-318f-3306-000000002138 | TASK | Write container-puppet.json file 2025-11-26 15:03:32.138192 | fa163e5d-bf36-318f-3306-000000002138 | CHANGED | Write container-puppet.json file | standalone 2025-11-26 15:03:32.139507 | fa163e5d-bf36-318f-3306-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:43.798219 | 0.55s 2025-11-26 15:03:32.165746 | fa163e5d-bf36-318f-3306-000000002139 | TASK | Diff container-puppet.json changes for check mode 2025-11-26 15:03:32.194729 | fa163e5d-bf36-318f-3306-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-26 15:03:32.195871 | fa163e5d-bf36-318f-3306-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:43.854583 | 0.03s 2025-11-26 15:03:32.222551 | fa163e5d-bf36-318f-3306-00000000213a | TASK | Diff container-puppet.json changes for check mode 2025-11-26 15:03:32.254457 | fa163e5d-bf36-318f-3306-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-26 15:03:32.255727 | fa163e5d-bf36-318f-3306-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:43.914437 | 0.03s 2025-11-26 15:03:32.281618 | fa163e5d-bf36-318f-3306-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2025-11-26 15:03:32.669996 | fa163e5d-bf36-318f-3306-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-11-26 15:03:32.671338 | fa163e5d-bf36-318f-3306-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:44.330051 | 0.39s 2025-11-26 15:03:32.696321 | fa163e5d-bf36-318f-3306-00000000213c | TASK | Set host puppet debugging fact string 2025-11-26 15:03:32.734869 | fa163e5d-bf36-318f-3306-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2025-11-26 15:03:32.736011 | fa163e5d-bf36-318f-3306-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:44.394723 | 0.04s 2025-11-26 15:03:32.761828 | fa163e5d-bf36-318f-3306-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-11-26 15:03:32.789654 | fa163e5d-bf36-318f-3306-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-11-26 15:03:32.790700 | fa163e5d-bf36-318f-3306-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:44.449411 | 0.03s 2025-11-26 15:03:32.815453 | fa163e5d-bf36-318f-3306-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-11-26 15:03:32.843502 | fa163e5d-bf36-318f-3306-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-11-26 15:03:32.844785 | fa163e5d-bf36-318f-3306-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:44.503498 | 0.03s 2025-11-26 15:03:32.869734 | fa163e5d-bf36-318f-3306-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2025-11-26 15:03:32.900616 | fa163e5d-bf36-318f-3306-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-11-26 15:03:32.901648 | fa163e5d-bf36-318f-3306-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:44.560361 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 15:03:32.966966 | fa163e5d-bf36-318f-3306-0000000000c0 | TIMING | include_tasks | standalone | 0:03:44.625673 | 0.04s 2025-11-26 15:03:33.081269 | a5b899bf-f4ad-44c7-9ee6-eeb1c90c712f | INCLUDED | /root/standalone-ansible-pa3t6qzk/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-11-26 15:03:33.120631 | fa163e5d-bf36-318f-3306-00000000216a | TASK | Create dirs for certificates and keys 2025-11-26 15:03:33.179129 | fa163e5d-bf36-318f-3306-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-11-26 15:03:33.202091 | fa163e5d-bf36-318f-3306-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-11-26 15:03:33.214430 | fa163e5d-bf36-318f-3306-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:44.873139 | 0.09s 2025-11-26 15:03:33.291076 | fa163e5d-bf36-318f-3306-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-26 15:03:33.292147 | fa163e5d-bf36-318f-3306-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:44.950861 | 0.05s 2025-11-26 15:03:33.317832 | fa163e5d-bf36-318f-3306-000000002172 | TASK | Fail if container image is undefined 2025-11-26 15:03:33.377351 | fa163e5d-bf36-318f-3306-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 15:03:33.378408 | fa163e5d-bf36-318f-3306-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:45.037119 | 0.06s 2025-11-26 15:03:33.419653 | fa163e5d-bf36-318f-3306-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-26 15:03:48.491698 | fa163e5d-bf36-318f-3306-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-26 15:03:48.493026 | fa163e5d-bf36-318f-3306-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:00.151742 | 15.07s 2025-11-26 15:03:48.535061 | fa163e5d-bf36-318f-3306-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-26 15:03:48.898956 | fa163e5d-bf36-318f-3306-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-26 15:03:48.900337 | fa163e5d-bf36-318f-3306-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:04:00.559050 | 0.36s 2025-11-26 15:03:48.950512 | fa163e5d-bf36-318f-3306-000000002183 | TASK | Fail if container image is undefined 2025-11-26 15:03:48.989670 | fa163e5d-bf36-318f-3306-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 15:03:48.990773 | fa163e5d-bf36-318f-3306-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:00.649484 | 0.04s 2025-11-26 15:03:49.032441 | fa163e5d-bf36-318f-3306-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-26 15:03:57.543549 | fa163e5d-bf36-318f-3306-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-26 15:03:57.544973 | fa163e5d-bf36-318f-3306-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:09.203684 | 8.51s 2025-11-26 15:03:57.600633 | fa163e5d-bf36-318f-3306-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-26 15:03:57.954308 | fa163e5d-bf36-318f-3306-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-26 15:03:57.955619 | fa163e5d-bf36-318f-3306-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:04:09.614331 | 0.35s 2025-11-26 15:03:58.005514 | fa163e5d-bf36-318f-3306-000000002190 | TASK | Check if rsyslog exists 2025-11-26 15:03:58.267737 | fa163e5d-bf36-318f-3306-000000002190 | CHANGED | Check if rsyslog exists | standalone 2025-11-26 15:03:58.268978 | fa163e5d-bf36-318f-3306-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:04:09.927692 | 0.26s 2025-11-26 15:03:58.294737 | fa163e5d-bf36-318f-3306-000000002192 | TASK | Forward logging to haproxy.log file 2025-11-26 15:03:58.556146 | fa163e5d-bf36-318f-3306-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2025-11-26 15:03:58.557550 | fa163e5d-bf36-318f-3306-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:10.216260 | 0.26s 2025-11-26 15:03:58.583599 | fa163e5d-bf36-318f-3306-000000002193 | TASK | restart rsyslog service after logging conf change 2025-11-26 15:03:59.259727 | fa163e5d-bf36-318f-3306-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-11-26 15:03:59.261607 | fa163e5d-bf36-318f-3306-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:10.920319 | 0.68s 2025-11-26 15:03:59.289460 | fa163e5d-bf36-318f-3306-00000000219a | TASK | Fail if container image is undefined 2025-11-26 15:03:59.353839 | fa163e5d-bf36-318f-3306-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 15:03:59.355119 | fa163e5d-bf36-318f-3306-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:11.013828 | 0.06s 2025-11-26 15:03:59.400826 | fa163e5d-bf36-318f-3306-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-26 15:04:05.196304 | fa163e5d-bf36-318f-3306-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-26 15:04:05.197757 | fa163e5d-bf36-318f-3306-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:16.856465 | 5.80s 2025-11-26 15:04:05.257016 | fa163e5d-bf36-318f-3306-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-26 15:04:05.590872 | fa163e5d-bf36-318f-3306-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-26 15:04:05.592235 | fa163e5d-bf36-318f-3306-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:17.250949 | 0.33s 2025-11-26 15:04:05.642716 | fa163e5d-bf36-318f-3306-0000000021a6 | TASK | Run lvmfilter role 2025-11-26 15:04:05.691805 | fa163e5d-bf36-318f-3306-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:17.350512 | 0.05s 2025-11-26 15:04:05.773354 | fa163e5d-bf36-318f-3306-0000000022bd | TASK | Check if lvm2 is installed 2025-11-26 15:04:06.021458 | fa163e5d-bf36-318f-3306-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2025-11-26 15:04:06.022693 | fa163e5d-bf36-318f-3306-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:17.681404 | 0.25s 2025-11-26 15:04:06.049813 | fa163e5d-bf36-318f-3306-0000000022bf | TASK | collect ansible devices 2025-11-26 15:04:06.099509 | fa163e5d-bf36-318f-3306-0000000022bf | SKIPPED | collect ansible devices | standalone 2025-11-26 15:04:06.100758 | fa163e5d-bf36-318f-3306-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:17.759471 | 0.05s 2025-11-26 15:04:06.126998 | fa163e5d-bf36-318f-3306-0000000022c0 | TASK | collect in-use lvm2 devices list 2025-11-26 15:04:06.175568 | fa163e5d-bf36-318f-3306-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-11-26 15:04:06.176793 | fa163e5d-bf36-318f-3306-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:17.835503 | 0.05s 2025-11-26 15:04:06.202741 | fa163e5d-bf36-318f-3306-0000000022c1 | TASK | set allowed_devices 2025-11-26 15:04:06.252335 | fa163e5d-bf36-318f-3306-0000000022c1 | SKIPPED | set allowed_devices | standalone 2025-11-26 15:04:06.253397 | fa163e5d-bf36-318f-3306-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:17.912109 | 0.05s 2025-11-26 15:04:06.278707 | fa163e5d-bf36-318f-3306-0000000022c2 | TASK | build lvm2 allow list 2025-11-26 15:04:06.328087 | fa163e5d-bf36-318f-3306-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2025-11-26 15:04:06.329371 | fa163e5d-bf36-318f-3306-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:17.988081 | 0.05s 2025-11-26 15:04:06.354975 | fa163e5d-bf36-318f-3306-0000000022c3 | TASK | build lvm2 deny list 2025-11-26 15:04:06.403170 | fa163e5d-bf36-318f-3306-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2025-11-26 15:04:06.404369 | fa163e5d-bf36-318f-3306-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:18.063074 | 0.05s 2025-11-26 15:04:06.431186 | fa163e5d-bf36-318f-3306-0000000022c4 | TASK | build lvm2 filter 2025-11-26 15:04:06.481093 | fa163e5d-bf36-318f-3306-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2025-11-26 15:04:06.482444 | fa163e5d-bf36-318f-3306-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:18.141155 | 0.05s 2025-11-26 15:04:06.508386 | fa163e5d-bf36-318f-3306-0000000022c5 | TASK | regenerate lvm config 2025-11-26 15:04:06.557009 | fa163e5d-bf36-318f-3306-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2025-11-26 15:04:06.558299 | fa163e5d-bf36-318f-3306-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:18.217011 | 0.05s 2025-11-26 15:04:06.584374 | fa163e5d-bf36-318f-3306-0000000022c6 | TASK | copy new lvm.conf in place 2025-11-26 15:04:06.635537 | fa163e5d-bf36-318f-3306-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2025-11-26 15:04:06.636735 | fa163e5d-bf36-318f-3306-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:18.295439 | 0.05s 2025-11-26 15:04:06.686939 | fa163e5d-bf36-318f-3306-0000000021ac | TASK | Fail if container image is undefined 2025-11-26 15:04:06.725805 | fa163e5d-bf36-318f-3306-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 15:04:06.727101 | fa163e5d-bf36-318f-3306-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:18.385811 | 0.04s 2025-11-26 15:04:06.771019 | fa163e5d-bf36-318f-3306-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-26 15:04:15.470555 | fa163e5d-bf36-318f-3306-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-26 15:04:15.472157 | fa163e5d-bf36-318f-3306-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:27.130868 | 8.70s 2025-11-26 15:04:15.527570 | fa163e5d-bf36-318f-3306-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-26 15:04:15.842341 | fa163e5d-bf36-318f-3306-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-26 15:04:15.843856 | fa163e5d-bf36-318f-3306-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:27.502568 | 0.31s 2025-11-26 15:04:15.944499 | fa163e5d-bf36-318f-3306-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-26 15:04:15.945600 | fa163e5d-bf36-318f-3306-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:27.604312 | 0.05s 2025-11-26 15:04:15.971604 | fa163e5d-bf36-318f-3306-0000000021c0 | TASK | Fail if container image is undefined 2025-11-26 15:04:16.032894 | fa163e5d-bf36-318f-3306-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 15:04:16.033953 | fa163e5d-bf36-318f-3306-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:27.692667 | 0.06s 2025-11-26 15:04:16.074800 | fa163e5d-bf36-318f-3306-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-26 15:04:22.987985 | fa163e5d-bf36-318f-3306-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-26 15:04:22.989466 | fa163e5d-bf36-318f-3306-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:34.648162 | 6.91s 2025-11-26 15:04:23.049783 | fa163e5d-bf36-318f-3306-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-26 15:04:23.430134 | fa163e5d-bf36-318f-3306-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-26 15:04:23.432511 | fa163e5d-bf36-318f-3306-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:35.091221 | 0.38s 2025-11-26 15:04:23.531434 | fa163e5d-bf36-318f-3306-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-26 15:04:23.533560 | fa163e5d-bf36-318f-3306-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:35.192271 | 0.05s 2025-11-26 15:04:23.559569 | fa163e5d-bf36-318f-3306-0000000021cf | TASK | install systemd-container for a greenfield 2025-11-26 15:04:44.336380 | fa163e5d-bf36-318f-3306-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2025-11-26 15:04:44.338082 | fa163e5d-bf36-318f-3306-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:55.996792 | 20.78s 2025-11-26 15:04:44.363842 | fa163e5d-bf36-318f-3306-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2025-11-26 15:04:44.413938 | fa163e5d-bf36-318f-3306-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-11-26 15:04:44.415032 | fa163e5d-bf36-318f-3306-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:56.073744 | 0.05s 2025-11-26 15:04:44.440525 | fa163e5d-bf36-318f-3306-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-11-26 15:04:44.736529 | fa163e5d-bf36-318f-3306-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-11-26 15:04:44.737337 | fa163e5d-bf36-318f-3306-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:56.396060 | 0.30s 2025-11-26 15:04:44.754527 | fa163e5d-bf36-318f-3306-0000000021d4 | TASK | is KSM enabled 2025-11-26 15:04:44.804427 | fa163e5d-bf36-318f-3306-0000000021d4 | OK | is KSM enabled | standalone 2025-11-26 15:04:44.805087 | fa163e5d-bf36-318f-3306-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:56.463807 | 0.05s 2025-11-26 15:04:44.824929 | fa163e5d-bf36-318f-3306-0000000021d6 | TASK | Check for ksm 2025-11-26 15:04:45.104740 | fa163e5d-bf36-318f-3306-0000000021d6 | CHANGED | Check for ksm | standalone 2025-11-26 15:04:45.105990 | fa163e5d-bf36-318f-3306-0000000021d6 | TIMING | Check for ksm | standalone | 0:04:56.764703 | 0.28s 2025-11-26 15:04:45.131790 | fa163e5d-bf36-318f-3306-0000000021d7 | TASK | disable KSM services 2025-11-26 15:04:45.218034 | fa163e5d-bf36-318f-3306-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-11-26 15:04:45.277056 | fa163e5d-bf36-318f-3306-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-11-26 15:04:45.288582 | fa163e5d-bf36-318f-3306-0000000021d7 | TIMING | disable KSM services | standalone | 0:04:56.947293 | 0.16s 2025-11-26 15:04:45.313908 | fa163e5d-bf36-318f-3306-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2025-11-26 15:04:45.384134 | fa163e5d-bf36-318f-3306-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-11-26 15:04:45.385590 | fa163e5d-bf36-318f-3306-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:57.044299 | 0.07s 2025-11-26 15:04:45.411778 | fa163e5d-bf36-318f-3306-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-11-26 15:04:45.462706 | fa163e5d-bf36-318f-3306-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-11-26 15:04:45.463859 | fa163e5d-bf36-318f-3306-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:57.122571 | 0.05s 2025-11-26 15:04:45.488978 | fa163e5d-bf36-318f-3306-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-11-26 15:04:45.539988 | fa163e5d-bf36-318f-3306-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-11-26 15:04:45.541040 | fa163e5d-bf36-318f-3306-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:57.199754 | 0.05s 2025-11-26 15:04:45.566968 | fa163e5d-bf36-318f-3306-0000000021dc | TASK | enable ksmtunded 2025-11-26 15:04:45.633961 | fa163e5d-bf36-318f-3306-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-11-26 15:04:45.658945 | fa163e5d-bf36-318f-3306-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-11-26 15:04:45.665761 | fa163e5d-bf36-318f-3306-0000000021dc | TIMING | enable ksmtunded | standalone | 0:04:57.324471 | 0.10s 2025-11-26 15:04:45.739861 | fa163e5d-bf36-318f-3306-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-26 15:04:45.740925 | fa163e5d-bf36-318f-3306-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:57.399639 | 0.05s 2025-11-26 15:04:45.762906 | fa163e5d-bf36-318f-3306-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-26 15:04:45.809920 | fa163e5d-bf36-318f-3306-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-26 15:04:45.810962 | fa163e5d-bf36-318f-3306-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:57.469680 | 0.05s 2025-11-26 15:04:45.831807 | fa163e5d-bf36-318f-3306-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-11-26 15:04:48.822636 | fa163e5d-bf36-318f-3306-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-11-26 15:04:48.828441 | fa163e5d-bf36-318f-3306-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:05:00.487149 | 3.00s 2025-11-26 15:04:48.864324 | fa163e5d-bf36-318f-3306-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2025-11-26 15:04:48.935187 | fa163e5d-bf36-318f-3306-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-11-26 15:04:48.936470 | fa163e5d-bf36-318f-3306-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:05:00.595175 | 0.07s 2025-11-26 15:04:48.965617 | fa163e5d-bf36-318f-3306-0000000021e4 | TASK | Fetch ovn VIP 2025-11-26 15:04:49.081887 | fa163e5d-bf36-318f-3306-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2025-11-26 15:04:49.083069 | fa163e5d-bf36-318f-3306-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:05:00.741776 | 0.12s 2025-11-26 15:04:49.165490 | fa163e5d-bf36-318f-3306-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2025-11-26 15:04:49.235180 | fa163e5d-bf36-318f-3306-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-11-26 15:04:49.236401 | fa163e5d-bf36-318f-3306-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:05:00.895104 | 0.07s 2025-11-26 15:04:49.266287 | fa163e5d-bf36-318f-3306-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2025-11-26 15:04:49.329913 | fa163e5d-bf36-318f-3306-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-11-26 15:04:49.331024 | fa163e5d-bf36-318f-3306-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:05:00.989731 | 0.06s 2025-11-26 15:04:49.360140 | fa163e5d-bf36-318f-3306-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2025-11-26 15:04:49.422507 | fa163e5d-bf36-318f-3306-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-11-26 15:04:49.423523 | fa163e5d-bf36-318f-3306-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:05:01.082240 | 0.06s 2025-11-26 15:04:49.446493 | fa163e5d-bf36-318f-3306-0000000021e8 | TASK | Remove pacemaker attributes 2025-11-26 15:04:49.517207 | fa163e5d-bf36-318f-3306-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-11-26 15:04:49.529722 | fa163e5d-bf36-318f-3306-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:05:01.188428 | 0.08s 2025-11-26 15:04:49.612697 | fa163e5d-bf36-318f-3306-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-26 15:04:49.614016 | fa163e5d-bf36-318f-3306-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:01.272725 | 0.05s 2025-11-26 15:04:49.643448 | fa163e5d-bf36-318f-3306-0000000021ed | TASK | Configure OVN DBs and northd 2025-11-26 15:04:49.694836 | fa163e5d-bf36-318f-3306-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:05:01.353537 | 0.05s 2025-11-26 15:04:49.762021 | fa163e5d-bf36-318f-3306-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-11-26 15:04:50.013066 | fa163e5d-bf36-318f-3306-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-11-26 15:04:50.014519 | fa163e5d-bf36-318f-3306-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:01.673230 | 0.25s 2025-11-26 15:04:50.043842 | fa163e5d-bf36-318f-3306-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-26 15:04:50.105317 | fa163e5d-bf36-318f-3306-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-26 15:04:50.106425 | fa163e5d-bf36-318f-3306-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:01.765136 | 0.06s 2025-11-26 15:04:50.135705 | fa163e5d-bf36-318f-3306-000000002397 | TASK | check ovsdb-tool election-timer options 2025-11-26 15:04:50.388436 | fa163e5d-bf36-318f-3306-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-11-26 15:04:50.389813 | fa163e5d-bf36-318f-3306-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:02.048524 | 0.25s 2025-11-26 15:04:50.418997 | fa163e5d-bf36-318f-3306-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2025-11-26 15:04:50.490387 | fa163e5d-bf36-318f-3306-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-11-26 15:04:50.491514 | fa163e5d-bf36-318f-3306-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:02.150226 | 0.07s 2025-11-26 15:04:50.521745 | fa163e5d-bf36-318f-3306-000000002399 | TASK | render OVN cluster configuration 2025-11-26 15:04:51.087623 | fa163e5d-bf36-318f-3306-000000002399 | CHANGED | render OVN cluster configuration | standalone 2025-11-26 15:04:51.089142 | fa163e5d-bf36-318f-3306-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:02.747852 | 0.57s 2025-11-26 15:04:51.123467 | fa163e5d-bf36-318f-3306-00000000239a | TASK | restart OVN northd and north and south databases 2025-11-26 15:04:51.187633 | fa163e5d-bf36-318f-3306-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.846334 | 0.06s 2025-11-26 15:04:51.214045 | fa163e5d-bf36-318f-3306-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.872755 | 0.09s 2025-11-26 15:04:51.227504 | fa163e5d-bf36-318f-3306-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.886220 | 0.10s 2025-11-26 15:04:51.241119 | fa163e5d-bf36-318f-3306-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.899817 | 0.12s 2025-11-26 15:04:51.271855 | 5800e20c-c6e7-44ac-8638-13f8c17821e1 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-26 15:04:51.279880 | 59012d5d-8216-45b4-a84c-ec5402e24abd | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-26 15:04:51.286097 | b8f5acd1-ede1-4d48-a612-b14dca506c3c | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-26 15:04:51.317771 | fa163e5d-bf36-318f-3306-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-11-26 15:04:51.582025 | fa163e5d-bf36-318f-3306-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-11-26 15:04:51.583483 | fa163e5d-bf36-318f-3306-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:03.242193 | 0.26s 2025-11-26 15:04:51.615080 | fa163e5d-bf36-318f-3306-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2025-11-26 15:04:51.665717 | fa163e5d-bf36-318f-3306-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-11-26 15:04:51.667075 | fa163e5d-bf36-318f-3306-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:03.325787 | 0.05s 2025-11-26 15:04:51.698652 | fa163e5d-bf36-318f-3306-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-11-26 15:04:51.961870 | fa163e5d-bf36-318f-3306-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-11-26 15:04:51.963226 | fa163e5d-bf36-318f-3306-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:03.621938 | 0.26s 2025-11-26 15:04:51.995174 | fa163e5d-bf36-318f-3306-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2025-11-26 15:04:52.045657 | fa163e5d-bf36-318f-3306-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-11-26 15:04:52.047006 | fa163e5d-bf36-318f-3306-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:03.705717 | 0.05s 2025-11-26 15:04:52.078412 | fa163e5d-bf36-318f-3306-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2025-11-26 15:04:52.364663 | fa163e5d-bf36-318f-3306-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-11-26 15:04:52.366044 | fa163e5d-bf36-318f-3306-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:04.024755 | 0.29s 2025-11-26 15:04:52.397339 | fa163e5d-bf36-318f-3306-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2025-11-26 15:04:52.448236 | fa163e5d-bf36-318f-3306-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-11-26 15:04:52.449307 | fa163e5d-bf36-318f-3306-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:04.108018 | 0.05s 2025-11-26 15:04:52.555025 | fa163e5d-bf36-318f-3306-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-26 15:04:52.556192 | fa163e5d-bf36-318f-3306-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:04.214905 | 0.05s 2025-11-26 15:04:52.634322 | fa163e5d-bf36-318f-3306-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-26 15:04:52.635403 | fa163e5d-bf36-318f-3306-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:04.294115 | 0.05s 2025-11-26 15:04:52.664367 | fa163e5d-bf36-318f-3306-0000000021f8 | TASK | Fail if container image is undefined 2025-11-26 15:04:52.724831 | fa163e5d-bf36-318f-3306-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 15:04:52.725921 | fa163e5d-bf36-318f-3306-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:04.384633 | 0.06s 2025-11-26 15:04:52.770624 | fa163e5d-bf36-318f-3306-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-26 15:04:59.511079 | fa163e5d-bf36-318f-3306-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-26 15:04:59.512465 | fa163e5d-bf36-318f-3306-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:11.171177 | 6.74s 2025-11-26 15:04:59.570048 | fa163e5d-bf36-318f-3306-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-26 15:04:59.922310 | fa163e5d-bf36-318f-3306-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-26 15:04:59.923585 | fa163e5d-bf36-318f-3306-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:11.582298 | 0.35s 2025-11-26 15:04:59.971141 | fa163e5d-bf36-318f-3306-000000002205 | TASK | Pre-fetch all the containers 2025-11-26 15:05:04.856911 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-11-26 15:05:04.861545 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:16.520256 | 4.89s 2025-11-26 15:05:10.183971 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-11-26 15:05:10.188455 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:21.847162 | 10.22s 2025-11-26 15:05:12.879496 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-11-26 15:05:12.882595 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:24.541308 | 12.91s 2025-11-26 15:05:15.853194 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-11-26 15:05:15.855809 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:27.514523 | 15.88s 2025-11-26 15:05:17.453582 | fa163e5d-bf36-318f-3306-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-11-26 15:05:17.456986 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:29.115699 | 17.48s 2025-11-26 15:05:19.543497 | fa163e5d-bf36-318f-3306-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-11-26 15:05:19.546828 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:31.205543 | 19.57s 2025-11-26 15:05:23.979539 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-11-26 15:05:23.983161 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:35.641875 | 24.01s 2025-11-26 15:05:28.020038 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-11-26 15:05:28.024545 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:39.683253 | 28.05s 2025-11-26 15:05:31.978439 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-11-26 15:05:31.981553 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:43.640193 | 32.01s 2025-11-26 15:05:34.159749 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-11-26 15:05:34.162569 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:45.821283 | 34.19s 2025-11-26 15:05:42.339660 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-11-26 15:05:42.342790 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:54.001503 | 42.37s 2025-11-26 15:05:45.139454 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-11-26 15:05:45.140970 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:56.799692 | 45.17s 2025-11-26 15:06:02.774920 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-11-26 15:06:02.777770 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:14.436490 | 62.81s 2025-11-26 15:06:12.843969 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-11-26 15:06:12.845413 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:24.504134 | 72.87s 2025-11-26 15:06:20.812292 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-11-26 15:06:20.815060 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:32.473774 | 80.84s 2025-11-26 15:06:29.720226 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-11-26 15:06:29.723138 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:41.381852 | 89.75s 2025-11-26 15:06:37.535875 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-11-26 15:06:37.539219 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:49.197928 | 97.57s 2025-11-26 15:06:43.073084 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-11-26 15:06:43.076737 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:54.735443 | 103.10s 2025-11-26 15:06:46.164867 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-11-26 15:06:46.168416 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:57.827131 | 106.20s 2025-11-26 15:06:50.277624 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-11-26 15:06:50.280729 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:01.939442 | 110.31s 2025-11-26 15:06:55.661431 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-11-26 15:06:55.664370 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:07.323083 | 115.69s 2025-11-26 15:07:08.678782 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-11-26 15:07:08.682823 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:20.341535 | 128.71s 2025-11-26 15:07:12.330481 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-11-26 15:07:12.335938 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:23.994644 | 132.36s 2025-11-26 15:07:21.231027 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-11-26 15:07:21.234022 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:32.892737 | 141.26s 2025-11-26 15:07:24.792655 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-11-26 15:07:24.797111 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:36.455823 | 144.83s 2025-11-26 15:07:27.760642 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-11-26 15:07:27.764573 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:39.423286 | 147.79s 2025-11-26 15:07:31.121718 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-11-26 15:07:31.125419 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:42.784133 | 151.15s 2025-11-26 15:07:34.820754 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-11-26 15:07:34.824459 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:46.483171 | 154.85s 2025-11-26 15:07:37.980192 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-11-26 15:07:37.983979 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:49.642692 | 158.01s 2025-11-26 15:07:43.085420 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-11-26 15:07:43.089049 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:54.747762 | 163.12s 2025-11-26 15:07:48.007062 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-11-26 15:07:48.011398 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:59.670109 | 168.04s 2025-11-26 15:07:49.917850 | fa163e5d-bf36-318f-3306-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-11-26 15:07:49.921012 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:01.579726 | 169.95s 2025-11-26 15:07:52.429539 | fa163e5d-bf36-318f-3306-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-11-26 15:07:52.433317 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:04.092031 | 172.46s 2025-11-26 15:07:55.811624 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-11-26 15:07:55.814174 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:07.472889 | 175.84s 2025-11-26 15:07:58.466938 | fa163e5d-bf36-318f-3306-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-11-26 15:07:58.472390 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:10.131095 | 178.50s 2025-11-26 15:08:03.483817 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-11-26 15:08:03.487025 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:15.145736 | 183.52s 2025-11-26 15:08:07.341040 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-11-26 15:08:07.343905 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:19.002609 | 187.37s 2025-11-26 15:08:10.400828 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-11-26 15:08:10.404807 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:22.063521 | 190.43s 2025-11-26 15:08:13.898002 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-11-26 15:08:13.900822 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:25.559536 | 193.93s 2025-11-26 15:08:18.240077 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-11-26 15:08:18.243525 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:29.902237 | 198.27s 2025-11-26 15:08:21.726408 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-11-26 15:08:21.730404 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:33.389116 | 201.76s 2025-11-26 15:08:25.073084 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-11-26 15:08:25.077078 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:36.735792 | 205.11s 2025-11-26 15:08:28.156578 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-11-26 15:08:28.160024 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:39.818738 | 208.19s 2025-11-26 15:08:30.856552 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-11-26 15:08:30.860436 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.519150 | 210.89s 2025-11-26 15:08:34.119673 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-11-26 15:08:34.123365 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:45.782079 | 214.15s 2025-11-26 15:08:37.377619 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-11-26 15:08:37.379962 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:49.038676 | 217.41s 2025-11-26 15:08:40.377486 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-11-26 15:08:40.381159 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:52.039872 | 220.41s 2025-11-26 15:08:43.292379 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-11-26 15:08:43.297195 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:54.955909 | 223.33s 2025-11-26 15:08:46.159704 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-11-26 15:08:46.162907 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.821619 | 226.19s 2025-11-26 15:08:50.530340 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-11-26 15:08:50.533170 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:02.191885 | 230.56s 2025-11-26 15:08:54.071095 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-11-26 15:08:54.073292 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:05.732012 | 234.10s 2025-11-26 15:08:57.136886 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-11-26 15:08:57.139931 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:08.798643 | 237.17s 2025-11-26 15:09:00.431754 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-11-26 15:09:00.434533 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:12.093246 | 240.46s 2025-11-26 15:09:03.746141 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-11-26 15:09:03.749814 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:15.408529 | 243.78s 2025-11-26 15:09:07.956561 | fa163e5d-bf36-318f-3306-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-11-26 15:09:07.959006 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:19.617721 | 247.99s 2025-11-26 15:09:08.295562 | fa163e5d-bf36-318f-3306-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:19.954271 | 248.32s 2025-11-26 15:09:08.541014 | fa163e5d-bf36-318f-3306-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-26 15:09:08.541814 | fa163e5d-bf36-318f-3306-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:20.200534 | 0.04s 2025-11-26 15:09:08.561201 | fa163e5d-bf36-318f-3306-00000000220f | TASK | Fail if container image is undefined 2025-11-26 15:09:08.597032 | fa163e5d-bf36-318f-3306-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 15:09:08.597980 | fa163e5d-bf36-318f-3306-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:20.256696 | 0.04s 2025-11-26 15:09:08.631894 | fa163e5d-bf36-318f-3306-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-11-26 15:09:14.183073 | fa163e5d-bf36-318f-3306-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-11-26 15:09:14.184775 | fa163e5d-bf36-318f-3306-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:25.843482 | 5.55s 2025-11-26 15:09:14.242125 | fa163e5d-bf36-318f-3306-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-11-26 15:09:14.589927 | fa163e5d-bf36-318f-3306-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-11-26 15:09:14.591296 | fa163e5d-bf36-318f-3306-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:26.250009 | 0.35s 2025-11-26 15:09:14.646949 | fa163e5d-bf36-318f-3306-00000000221c | TASK | Check if rsyslog exists 2025-11-26 15:09:14.901381 | fa163e5d-bf36-318f-3306-00000000221c | CHANGED | Check if rsyslog exists | standalone 2025-11-26 15:09:14.902744 | fa163e5d-bf36-318f-3306-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:09:26.561456 | 0.25s 2025-11-26 15:09:14.931562 | fa163e5d-bf36-318f-3306-00000000221d | TASK | Forward logging to swift.log file 2025-11-26 15:09:15.414732 | fa163e5d-bf36-318f-3306-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2025-11-26 15:09:15.416128 | fa163e5d-bf36-318f-3306-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:09:27.074840 | 0.48s 2025-11-26 15:09:15.445897 | fa163e5d-bf36-318f-3306-00000000221e | TASK | Restart rsyslogd service after logging conf change 2025-11-26 15:09:16.099763 | fa163e5d-bf36-318f-3306-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-11-26 15:09:16.101644 | fa163e5d-bf36-318f-3306-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:27.760354 | 0.65s 2025-11-26 15:09:16.132920 | fa163e5d-bf36-318f-3306-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-26 15:09:16.357749 | fa163e5d-bf36-318f-3306-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-26 15:09:16.359098 | fa163e5d-bf36-318f-3306-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:28.017810 | 0.22s 2025-11-26 15:09:16.471452 | fa163e5d-bf36-318f-3306-0000000000c3 | TIMING | include_tasks | standalone | 0:09:28.130157 | 0.08s 2025-11-26 15:09:16.513513 | 19b53970-55a0-4c0a-a4a7-4dadb79e8141 | INCLUDED | /root/standalone-ansible-pa3t6qzk/common_deploy_steps_tasks.yaml | standalone 2025-11-26 15:09:16.540028 | fa163e5d-bf36-318f-3306-0000000024a0 | TASK | Write the config_step hieradata 2025-11-26 15:09:17.001078 | fa163e5d-bf36-318f-3306-0000000024a0 | OK | Write the config_step hieradata | standalone 2025-11-26 15:09:17.002350 | fa163e5d-bf36-318f-3306-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:09:28.661062 | 0.46s 2025-11-26 15:09:17.032311 | fa163e5d-bf36-318f-3306-0000000024a1 | TASK | Run puppet host configuration for step 1 2025-11-26 15:09:17.354389 | fa163e5d-bf36-318f-3306-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-11-26 15:09:17.356184 | fa163e5d-bf36-318f-3306-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:29.014891 | 0.32s 2025-11-26 15:09:17.386716 | fa163e5d-bf36-318f-3306-0000000024a2 | TASK | Wait for puppet host configuration to finish 2025-11-26 15:09:17.651225 | fa163e5d-bf36-318f-3306-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-26 15:09:27.866841 | fa163e5d-bf36-318f-3306-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-26 15:09:38.082909 | fa163e5d-bf36-318f-3306-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-26 15:09:48.313336 | fa163e5d-bf36-318f-3306-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-11-26 15:09:58.543555 | fa163e5d-bf36-318f-3306-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-11-26 15:10:08.776064 | fa163e5d-bf36-318f-3306-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-11-26 15:10:19.006676 | fa163e5d-bf36-318f-3306-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-26 15:10:19.008082 | fa163e5d-bf36-318f-3306-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:30.666796 | 61.62s 2025-11-26 15:10:19.041981 | fa163e5d-bf36-318f-3306-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-11-26 15:10:19.115604 | fa163e5d-bf36-318f-3306-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>Nov 26 15:09:17 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 26 15:09:21 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 26 15:09:21 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 26 15:09:21 puppet-user: (file & line not available)", "<13>Nov 26 15:09:21 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>Nov 26 15:09:21 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 26 15:09:21 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 26 15:09:21 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.37 seconds", "<13>Nov 26 15:09:21 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Nov 26 15:09:21 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Nov 26 15:09:21 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Nov 26 15:09:30 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Nov 26 15:09:38 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Nov 26 15:09:38 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Nov 26 15:09:38 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Nov 26 15:09:38 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Nov 26 15:09:41 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 26 15:09:42 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Nov 26 15:09:43 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Nov 26 15:09:46 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 26 15:09:49 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 26 15:09:49 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Nov 26 15:09:50 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Nov 26 15:10:12 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Nov 26 15:10:14 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 26 15:10:16 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Nov 26 15:10:16 puppet-user: Notice: Applied catalog in 54.74 seconds", "<13>Nov 26 15:10:16 puppet-user: Application:", "<13>Nov 26 15:10:16 puppet-user: Initial environment: production", "<13>Nov 26 15:10:16 puppet-user: Converged environment: production", "<13>Nov 26 15:10:16 puppet-user: Run mode: user", "<13>Nov 26 15:10:16 puppet-user: Changes:", "<13>Nov 26 15:10:16 puppet-user: Total: 17", "<13>Nov 26 15:10:16 puppet-user: Events:", "<13>Nov 26 15:10:16 puppet-user: Success: 17", "<13>Nov 26 15:10:16 puppet-user: Resources:", "<13>Nov 26 15:10:16 puppet-user: Restarted: 1", "<13>Nov 26 15:10:16 puppet-user: Changed: 16", "<13>Nov 26 15:10:16 puppet-user: Out of sync: 16", "<13>Nov 26 15:10:16 puppet-user: Total: 26", "<13>Nov 26 15:10:16 puppet-user: Time:", "<13>Nov 26 15:10:16 puppet-user: Schedule: 0.00", "<13>Nov 26 15:10:16 puppet-user: File line: 0.00", "<13>Nov 26 15:10:16 puppet-user: File: 0.00", "<13>Nov 26 15:10:16 puppet-user: Augeas: 0.02", "<13>Nov 26 15:10:16 puppet-user: User: 0.19", "<13>Nov 26 15:10:16 puppet-user: Config retrieval: 0.42", "<13>Nov 26 15:10:16 puppet-user: Package: 16.64", "<13>Nov 26 15:10:16 puppet-user: Last run: 1764169816", "<13>Nov 26 15:10:16 puppet-user: Exec: 28.91", "<13>Nov 26 15:10:16 puppet-user: Pcmk property: 3.65", "<13>Nov 26 15:10:16 puppet-user: Service: 4.10", "<13>Nov 26 15:10:16 puppet-user: Transaction evaluation: 54.73", "<13>Nov 26 15:10:16 puppet-user: Catalog application: 54.74", "<13>Nov 26 15:10:16 puppet-user: Filebucket: 0.00", "<13>Nov 26 15:10:16 puppet-user: Total: 54.74", "<13>Nov 26 15:10:16 puppet-user: Version:", "<13>Nov 26 15:10:16 puppet-user: Config: 1764169761", "<13>Nov 26 15:10:16 puppet-user: Puppet: 7.10.0" ] } 2025-11-26 15:10:19.116933 | fa163e5d-bf36-318f-3306-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:30.775645 | 0.07s 2025-11-26 15:10:19.146865 | fa163e5d-bf36-318f-3306-0000000024a4 | TASK | Pre-cache facts for puppet containers 2025-11-26 15:10:19.167786 | fa163e5d-bf36-318f-3306-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:30.826485 | 0.02s 2025-11-26 15:10:19.237803 | fa163e5d-bf36-318f-3306-0000000024eb | TASK | Gather variables for each operating system 2025-11-26 15:10:19.352448 | fa163e5d-bf36-318f-3306-0000000024eb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:10:31.011157 | 0.11s 2025-11-26 15:10:19.379129 | fa163e5d-bf36-318f-3306-0000000024ec | TASK | Create puppet caching structures 2025-11-26 15:10:19.613016 | fa163e5d-bf36-318f-3306-0000000024ec | CHANGED | Create puppet caching structures | standalone 2025-11-26 15:10:19.618636 | fa163e5d-bf36-318f-3306-0000000024ec | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:10:31.277346 | 0.24s 2025-11-26 15:10:19.649189 | fa163e5d-bf36-318f-3306-0000000024ed | TASK | Check for facter.conf 2025-11-26 15:10:19.872024 | fa163e5d-bf36-318f-3306-0000000024ed | OK | Check for facter.conf | standalone 2025-11-26 15:10:19.873398 | fa163e5d-bf36-318f-3306-0000000024ed | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:10:31.532106 | 0.22s 2025-11-26 15:10:19.902930 | fa163e5d-bf36-318f-3306-0000000024ee | TASK | Remove facter.conf if directory 2025-11-26 15:10:19.953435 | fa163e5d-bf36-318f-3306-0000000024ee | SKIPPED | Remove facter.conf if directory | standalone 2025-11-26 15:10:19.954525 | fa163e5d-bf36-318f-3306-0000000024ee | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:10:31.613237 | 0.05s 2025-11-26 15:10:19.984522 | fa163e5d-bf36-318f-3306-0000000024ef | TASK | Write facter cache config 2025-11-26 15:10:20.442083 | fa163e5d-bf36-318f-3306-0000000024ef | CHANGED | Write facter cache config | standalone 2025-11-26 15:10:20.443637 | fa163e5d-bf36-318f-3306-0000000024ef | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:10:32.102344 | 0.46s 2025-11-26 15:10:20.475292 | fa163e5d-bf36-318f-3306-0000000024f0 | TASK | Cleanup facter cache if exists 2025-11-26 15:10:20.687975 | fa163e5d-bf36-318f-3306-0000000024f0 | OK | Cleanup facter cache if exists | standalone 2025-11-26 15:10:20.689245 | fa163e5d-bf36-318f-3306-0000000024f0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:10:32.347948 | 0.21s 2025-11-26 15:10:20.720840 | fa163e5d-bf36-318f-3306-0000000024f1 | TASK | Pre-cache facts 2025-11-26 15:10:21.307563 | fa163e5d-bf36-318f-3306-0000000024f1 | CHANGED | Pre-cache facts | standalone 2025-11-26 15:10:21.308853 | fa163e5d-bf36-318f-3306-0000000024f1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:10:32.967564 | 0.59s 2025-11-26 15:10:21.340396 | fa163e5d-bf36-318f-3306-0000000024f2 | TASK | Failed deployment if facter fails 2025-11-26 15:10:21.380601 | fa163e5d-bf36-318f-3306-0000000024f2 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-26 15:10:21.381704 | fa163e5d-bf36-318f-3306-0000000024f2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:10:33.040415 | 0.04s 2025-11-26 15:10:21.434462 | fa163e5d-bf36-318f-3306-0000000024f3 | TASK | Sync cached facts 2025-11-26 15:10:21.943800 | fa163e5d-bf36-318f-3306-0000000024f3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e5d-bf36-318f-3306-0000000024f3') missing from stats 2025-11-26 15:10:22.000448 | fa163e5d-bf36-318f-3306-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-26 15:10:22.052081 | fa163e5d-bf36-318f-3306-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:10:33.710784 | 0.05s 2025-11-26 15:10:22.084880 | ff370b86-4c2e-4d74-bf38-61afba50054a | INCLUDED | /root/standalone-ansible-pa3t6qzk/generate-config-tasks.yaml | standalone 2025-11-26 15:10:22.121217 | fa163e5d-bf36-318f-3306-00000000253d | TASK | Create base directory puppet configs 2025-11-26 15:10:22.371709 | fa163e5d-bf36-318f-3306-00000000253d | CHANGED | Create base directory puppet configs | standalone 2025-11-26 15:10:22.373131 | fa163e5d-bf36-318f-3306-00000000253d | TIMING | Create base directory puppet configs | standalone | 0:10:34.031841 | 0.25s 2025-11-26 15:10:22.404632 | fa163e5d-bf36-318f-3306-00000000253e | TASK | Generate container puppet configs for step 1 2025-11-26 15:10:22.690632 | fa163e5d-bf36-318f-3306-00000000253e | CHANGED | Generate container puppet configs for step 1 | standalone 2025-11-26 15:10:22.692015 | fa163e5d-bf36-318f-3306-00000000253e | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:34.350727 | 0.29s 2025-11-26 15:10:22.723963 | fa163e5d-bf36-318f-3306-00000000253f | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-11-26 15:10:22.754376 | fa163e5d-bf36-318f-3306-00000000253f | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:34.413084 | 0.03s 2025-11-26 15:10:22.828880 | fa163e5d-bf36-318f-3306-0000000025c9 | TASK | Gather variables for each operating system 2025-11-26 15:10:22.950878 | fa163e5d-bf36-318f-3306-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:34.609590 | 0.12s 2025-11-26 15:10:22.974381 | fa163e5d-bf36-318f-3306-0000000025ca | TASK | Create container logs path 2025-11-26 15:10:23.221075 | fa163e5d-bf36-318f-3306-0000000025ca | OK | Create container logs path | standalone 2025-11-26 15:10:23.222445 | fa163e5d-bf36-318f-3306-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:34.881159 | 0.25s 2025-11-26 15:10:23.254278 | fa163e5d-bf36-318f-3306-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 15:10:23.688625 | fa163e5d-bf36-318f-3306-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 15:10:23.689852 | fa163e5d-bf36-318f-3306-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:35.348567 | 0.43s 2025-11-26 15:10:23.721357 | fa163e5d-bf36-318f-3306-0000000025cd | TASK | Finalise hashes for all containers 2025-11-26 15:10:23.796704 | fa163e5d-bf36-318f-3306-0000000025cd | OK | Finalise hashes for all containers | standalone 2025-11-26 15:10:23.797835 | fa163e5d-bf36-318f-3306-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:35.456547 | 0.08s 2025-11-26 15:10:23.827024 | fa163e5d-bf36-318f-3306-0000000025cf | TASK | Manage systemd shutdown files 2025-11-26 15:10:23.859643 | fa163e5d-bf36-318f-3306-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 15:10:23.860675 | fa163e5d-bf36-318f-3306-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:35.519388 | 0.03s 2025-11-26 15:10:23.890471 | fa163e5d-bf36-318f-3306-0000000025d1 | TASK | Update container configs with new config hashes 2025-11-26 15:10:23.943752 | fa163e5d-bf36-318f-3306-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 15:10:23.944821 | fa163e5d-bf36-318f-3306-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:35.603533 | 0.05s 2025-11-26 15:10:23.976665 | fa163e5d-bf36-318f-3306-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 15:10:24.029151 | fa163e5d-bf36-318f-3306-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:35.687864 | 0.05s 2025-11-26 15:10:24.054067 | aee9b260-26f4-4b41-a7a2-acbc6a17cbfd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 15:10:24.090848 | fa163e5d-bf36-318f-3306-000000002616 | TASK | Gather podman infos 2025-11-26 15:10:24.722142 | fa163e5d-bf36-318f-3306-000000002616 | OK | Gather podman infos | standalone 2025-11-26 15:10:24.723436 | fa163e5d-bf36-318f-3306-000000002616 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:36.382148 | 0.63s 2025-11-26 15:10:24.759848 | fa163e5d-bf36-318f-3306-000000002617 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 15:10:24.821457 | fa163e5d-bf36-318f-3306-000000002617 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 15:10:24.822533 | fa163e5d-bf36-318f-3306-000000002617 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:36.481245 | 0.06s 2025-11-26 15:10:24.853798 | fa163e5d-bf36-318f-3306-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 15:10:24.909858 | fa163e5d-bf36-318f-3306-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:36.568566 | 0.05s 2025-11-26 15:10:24.934143 | 73530360-1ef5-4d79-8838-a0f70c8dc81e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 15:10:24.970819 | fa163e5d-bf36-318f-3306-000000002640 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 15:10:56.187397 | fa163e5d-bf36-318f-3306-000000002640 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 15:10:56.189134 | fa163e5d-bf36-318f-3306-000000002640 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:07.847844 | 31.22s 2025-11-26 15:10:56.264361 | fa163e5d-bf36-318f-3306-000000002641 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 15:10:56.337788 | fa163e5d-bf36-318f-3306-000000002641 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 15:10:56.338724 | fa163e5d-bf36-318f-3306-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:07.997442 | 0.07s 2025-11-26 15:10:56.387686 | fa163e5d-bf36-318f-3306-000000002541 | TASK | Diff puppet-generated changes for check mode 2025-11-26 15:10:56.419794 | fa163e5d-bf36-318f-3306-000000002541 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-26 15:10:56.421055 | fa163e5d-bf36-318f-3306-000000002541 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:08.079763 | 0.03s 2025-11-26 15:10:56.450951 | fa163e5d-bf36-318f-3306-000000002542 | TASK | Diff puppet-generated changes for check mode 2025-11-26 15:10:56.484747 | fa163e5d-bf36-318f-3306-000000002542 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-26 15:10:56.486349 | fa163e5d-bf36-318f-3306-000000002542 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:08.145055 | 0.03s 2025-11-26 15:10:56.517605 | fa163e5d-bf36-318f-3306-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2025-11-26 15:10:56.546080 | fa163e5d-bf36-318f-3306-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:08.204784 | 0.03s 2025-11-26 15:10:56.611265 | fa163e5d-bf36-318f-3306-000000002696 | TASK | Gather variables for each operating system 2025-11-26 15:10:56.726124 | fa163e5d-bf36-318f-3306-000000002696 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:08.384830 | 0.11s 2025-11-26 15:10:56.755758 | fa163e5d-bf36-318f-3306-000000002697 | TASK | Create container logs path 2025-11-26 15:10:57.030694 | fa163e5d-bf36-318f-3306-000000002697 | OK | Create container logs path | standalone 2025-11-26 15:10:57.032061 | fa163e5d-bf36-318f-3306-000000002697 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:08.690774 | 0.27s 2025-11-26 15:10:57.064360 | fa163e5d-bf36-318f-3306-000000002699 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-11-26 15:10:57.340628 | fa163e5d-bf36-318f-3306-000000002699 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-26 15:10:57.342067 | fa163e5d-bf36-318f-3306-000000002699 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:09.000773 | 0.28s 2025-11-26 15:10:57.374858 | fa163e5d-bf36-318f-3306-00000000269a | TASK | Finalise hashes for all containers 2025-11-26 15:10:57.425979 | fa163e5d-bf36-318f-3306-00000000269a | OK | Finalise hashes for all containers | standalone 2025-11-26 15:10:57.427165 | fa163e5d-bf36-318f-3306-00000000269a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:09.085877 | 0.05s 2025-11-26 15:10:57.458044 | fa163e5d-bf36-318f-3306-00000000269c | TASK | Manage systemd shutdown files 2025-11-26 15:10:57.490723 | fa163e5d-bf36-318f-3306-00000000269c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:09.149431 | 0.03s 2025-11-26 15:10:57.526037 | a54278bb-814d-415a-9171-261fb66739ab | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-26 15:10:57.553501 | fa163e5d-bf36-318f-3306-0000000026cf | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-26 15:10:57.816565 | fa163e5d-bf36-318f-3306-0000000026cf | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-26 15:10:57.818541 | fa163e5d-bf36-318f-3306-0000000026cf | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:09.477245 | 0.26s 2025-11-26 15:10:57.848098 | fa163e5d-bf36-318f-3306-0000000026d0 | TASK | Set podman_drop_in fact 2025-11-26 15:10:57.900194 | fa163e5d-bf36-318f-3306-0000000026d0 | OK | Set podman_drop_in fact | standalone 2025-11-26 15:10:57.901370 | fa163e5d-bf36-318f-3306-0000000026d0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:09.560081 | 0.05s 2025-11-26 15:10:57.930537 | fa163e5d-bf36-318f-3306-0000000026d2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-26 15:10:58.411190 | fa163e5d-bf36-318f-3306-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-26 15:10:58.413775 | fa163e5d-bf36-318f-3306-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:10.072486 | 0.48s 2025-11-26 15:10:58.987273 | fa163e5d-bf36-318f-3306-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-26 15:10:58.989182 | fa163e5d-bf36-318f-3306-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:10.647893 | 1.06s 2025-11-26 15:10:58.999552 | fa163e5d-bf36-318f-3306-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:10.658262 | 1.07s 2025-11-26 15:10:59.030716 | fa163e5d-bf36-318f-3306-0000000026d3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-26 15:10:59.553166 | fa163e5d-bf36-318f-3306-0000000026d3 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-26 15:10:59.554725 | fa163e5d-bf36-318f-3306-0000000026d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:11.213435 | 0.52s 2025-11-26 15:10:59.587361 | fa163e5d-bf36-318f-3306-0000000026d4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-26 15:11:00.036564 | fa163e5d-bf36-318f-3306-0000000026d4 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-26 15:11:00.038096 | fa163e5d-bf36-318f-3306-0000000026d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:11.696805 | 0.45s 2025-11-26 15:11:00.069673 | fa163e5d-bf36-318f-3306-0000000026d5 | TASK | Enable and start tripleo-container-shutdown 2025-11-26 15:11:00.984332 | fa163e5d-bf36-318f-3306-0000000026d5 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-11-26 15:11:00.986828 | fa163e5d-bf36-318f-3306-0000000026d5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:12.645535 | 0.92s 2025-11-26 15:11:01.014821 | fa163e5d-bf36-318f-3306-0000000026d6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-26 15:11:01.526676 | fa163e5d-bf36-318f-3306-0000000026d6 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-26 15:11:01.528558 | fa163e5d-bf36-318f-3306-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:13.187269 | 0.51s 2025-11-26 15:11:01.560655 | fa163e5d-bf36-318f-3306-0000000026d7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-26 15:11:02.090954 | fa163e5d-bf36-318f-3306-0000000026d7 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-26 15:11:02.093587 | fa163e5d-bf36-318f-3306-0000000026d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:13.752301 | 0.53s 2025-11-26 15:11:02.124870 | fa163e5d-bf36-318f-3306-0000000026d8 | TASK | Enable and start netns-placeholder 2025-11-26 15:11:03.119628 | fa163e5d-bf36-318f-3306-0000000026d8 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-26 15:11:03.120965 | fa163e5d-bf36-318f-3306-0000000026d8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:14.779686 | 0.99s 2025-11-26 15:11:03.141323 | fa163e5d-bf36-318f-3306-00000000269e | TASK | Update container configs with new config hashes 2025-11-26 15:11:03.187086 | fa163e5d-bf36-318f-3306-00000000269e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:14.845802 | 0.05s 2025-11-26 15:11:03.197229 | b6e490a2-76a1-46a4-a2e1-1769f8cc3021 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-26 15:11:03.218180 | fa163e5d-bf36-318f-3306-000000002700 | TASK | Update config hashes for container startup configs 2025-11-26 15:11:03.530987 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-11-26 15:11:03.532089 | | WARNING | Config change detected for mysql_bootstrap, new hash: be3d49f035cd4ef00c6986070de7f9f1 2025-11-26 15:11:03.532600 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 06ad37adfbfb2f94ffe5167f889dec9a 2025-11-26 15:11:03.533469 | | WARNING | Config change detected for clustercheck, new hash: 75fef0ac56da36079f3790cb7d82d998 2025-11-26 15:11:03.533980 | | WARNING | Config change detected for horizon_fix_perms, new hash: 190cbee7480118a81e30384dbfeccdc1 2025-11-26 15:11:03.534723 | | WARNING | Config change detected for mysql_wait_bundle, new hash: be3d49f035cd4ef00c6986070de7f9f1 2025-11-26 15:11:03.535211 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 8a5ac812d43fa9ec91b7da937aa01e82 2025-11-26 15:11:03.536589 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 8a5ac812d43fa9ec91b7da937aa01e82 2025-11-26 15:11:03.537094 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 8a5ac812d43fa9ec91b7da937aa01e82 2025-11-26 15:11:03.537875 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 8a5ac812d43fa9ec91b7da937aa01e82 2025-11-26 15:11:03.538547 | | WARNING | Config change detected for aodh_db_sync, new hash: 11cd9b0f58a7ac04701a68a74fe0c0db 2025-11-26 15:11:03.539193 | | WARNING | Config change detected for barbican_api, new hash: d97edd57777609613f7289e4409d4f4c 2025-11-26 15:11:03.539878 | | WARNING | Config change detected for barbican_api_db_sync, new hash: d97edd57777609613f7289e4409d4f4c 2025-11-26 15:11:03.540586 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: d97edd57777609613f7289e4409d4f4c 2025-11-26 15:11:03.541128 | | WARNING | Config change detected for barbican_keystone_listener, new hash: d97edd57777609613f7289e4409d4f4c 2025-11-26 15:11:03.541933 | | WARNING | Config change detected for barbican_worker, new hash: d97edd57777609613f7289e4409d4f4c 2025-11-26 15:11:03.542514 | | WARNING | Config change detected for cinder_api_db_sync, new hash: bb2b1dd61c3c19afbe512e13879a0c36 2025-11-26 15:11:03.543304 | | WARNING | Config change detected for glance_api_db_sync, new hash: 5bfafa983ae97e6f45b797e80951ed6c-71cef741bc10e12e8c7f6864bd9f2eb3 2025-11-26 15:11:03.543859 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 2f5aca7b9cedd55caa646962b60028d8 2025-11-26 15:11:03.544637 | | WARNING | Config change detected for horizon, new hash: 190cbee7480118a81e30384dbfeccdc1 2025-11-26 15:11:03.545317 | | WARNING | Config change detected for iscsid, new hash: 71cef741bc10e12e8c7f6864bd9f2eb3 2025-11-26 15:11:03.545958 | | WARNING | Config change detected for keystone, new hash: 93ceccf07bf46b4b96d6ce5d576a73da 2025-11-26 15:11:03.546659 | | WARNING | Config change detected for keystone_cron, new hash: 93ceccf07bf46b4b96d6ce5d576a73da 2025-11-26 15:11:03.641616 | | WARNING | Config change detected for keystone_db_sync, new hash: 93ceccf07bf46b4b96d6ce5d576a73da 2025-11-26 15:11:03.643028 | | WARNING | Config change detected for manila_api_db_sync, new hash: d6076611fb54cde9b2d0919fffe5db36 2025-11-26 15:11:03.643561 | | WARNING | Config change detected for neutron_db_sync, new hash: 998caa2cb1d3450fba1cb8b17e9cced1 2025-11-26 15:11:03.644210 | | WARNING | Config change detected for nova_api_db_sync, new hash: 56c27dd67bf2bef9bfcba78b3d541ead 2025-11-26 15:11:03.644995 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 56c27dd67bf2bef9bfcba78b3d541ead 2025-11-26 15:11:03.645677 | | WARNING | Config change detected for nova_db_sync, new hash: 56c27dd67bf2bef9bfcba78b3d541ead 2025-11-26 15:11:03.646350 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 9a490e70f677892a27794c915cdf8e03 2025-11-26 15:11:03.646883 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 9a490e70f677892a27794c915cdf8e03 2025-11-26 15:11:03.648225 | | WARNING | Config change detected for nova_virtproxyd, new hash: 9a490e70f677892a27794c915cdf8e03 2025-11-26 15:11:03.649470 | | WARNING | Config change detected for nova_virtqemud, new hash: 9a490e70f677892a27794c915cdf8e03 2025-11-26 15:11:03.649967 | | WARNING | Config change detected for nova_virtsecretd, new hash: 9a490e70f677892a27794c915cdf8e03 2025-11-26 15:11:03.650709 | | WARNING | Config change detected for nova_virtstoraged, new hash: 9a490e70f677892a27794c915cdf8e03 2025-11-26 15:11:03.651275 | | WARNING | Config change detected for octavia_db_sync, new hash: 8a5ac812d43fa9ec91b7da937aa01e82 2025-11-26 15:11:03.652003 | | WARNING | Config change detected for placement_api_db_sync, new hash: fb4e582095fa116b83902de7a68914c0 2025-11-26 15:11:03.652683 | | WARNING | Config change detected for swift_copy_rings, new hash: c55b11f2e8d02c937c51b31c11437f29-7edce1c1a2f47ff69be4e559ee5ce49f 2025-11-26 15:11:03.653201 | | WARNING | Config change detected for aodh_api, new hash: 11cd9b0f58a7ac04701a68a74fe0c0db 2025-11-26 15:11:03.653996 | | WARNING | Config change detected for aodh_api_cron, new hash: 11cd9b0f58a7ac04701a68a74fe0c0db 2025-11-26 15:11:03.654527 | | WARNING | Config change detected for aodh_evaluator, new hash: 11cd9b0f58a7ac04701a68a74fe0c0db 2025-11-26 15:11:03.655026 | | WARNING | Config change detected for aodh_listener, new hash: 11cd9b0f58a7ac04701a68a74fe0c0db 2025-11-26 15:11:03.655679 | | WARNING | Config change detected for aodh_notifier, new hash: 11cd9b0f58a7ac04701a68a74fe0c0db 2025-11-26 15:11:03.656477 | | WARNING | Config change detected for ceilometer_agent_central, new hash: b54337ebd212fe27d6e077835167d12b 2025-11-26 15:11:03.657112 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: b54337ebd212fe27d6e077835167d12b 2025-11-26 15:11:03.657872 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: b54337ebd212fe27d6e077835167d12b 2025-11-26 15:11:03.658521 | | WARNING | Config change detected for cinder_api, new hash: bb2b1dd61c3c19afbe512e13879a0c36 2025-11-26 15:11:03.659073 | | WARNING | Config change detected for cinder_api_cron, new hash: bb2b1dd61c3c19afbe512e13879a0c36 2025-11-26 15:11:03.659769 | | WARNING | Config change detected for cinder_scheduler, new hash: bb2b1dd61c3c19afbe512e13879a0c36 2025-11-26 15:11:03.660587 | | WARNING | Config change detected for glance_api, new hash: 5bfafa983ae97e6f45b797e80951ed6c-71cef741bc10e12e8c7f6864bd9f2eb3 2025-11-26 15:11:03.661212 | | WARNING | Config change detected for glance_api_cron, new hash: 5bfafa983ae97e6f45b797e80951ed6c 2025-11-26 15:11:03.661975 | | WARNING | Config change detected for glance_api_internal, new hash: f20e2d69ca9b3166073ffb75c75ad6a3-71cef741bc10e12e8c7f6864bd9f2eb3 2025-11-26 15:11:03.662633 | | WARNING | Config change detected for heat_api, new hash: 696353406b33fe3e5c80ee0f09d7fab1 2025-11-26 15:11:03.663187 | | WARNING | Config change detected for heat_api_cfn, new hash: 26e7b5e32a0a299b9513e3f70cc886ee 2025-11-26 15:11:03.663961 | | WARNING | Config change detected for heat_api_cron, new hash: 696353406b33fe3e5c80ee0f09d7fab1 2025-11-26 15:11:03.664652 | | WARNING | Config change detected for heat_engine, new hash: 2f5aca7b9cedd55caa646962b60028d8 2025-11-26 15:11:03.665150 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-11-26 15:11:03.665893 | | WARNING | Config change detected for manila_api, new hash: d6076611fb54cde9b2d0919fffe5db36 2025-11-26 15:11:03.666611 | | WARNING | Config change detected for manila_api_cron, new hash: d6076611fb54cde9b2d0919fffe5db36 2025-11-26 15:11:03.667132 | | WARNING | Config change detected for manila_scheduler, new hash: d6076611fb54cde9b2d0919fffe5db36 2025-11-26 15:11:03.667910 | | WARNING | Config change detected for neutron_api, new hash: 998caa2cb1d3450fba1cb8b17e9cced1 2025-11-26 15:11:03.668620 | | WARNING | Config change detected for neutron_dhcp, new hash: 998caa2cb1d3450fba1cb8b17e9cced1 2025-11-26 15:11:03.669300 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 998caa2cb1d3450fba1cb8b17e9cced1 2025-11-26 15:11:03.669950 | | WARNING | Config change detected for nova_api, new hash: 56c27dd67bf2bef9bfcba78b3d541ead 2025-11-26 15:11:03.670486 | | WARNING | Config change detected for nova_api_cron, new hash: 56c27dd67bf2bef9bfcba78b3d541ead 2025-11-26 15:11:03.671130 | | WARNING | Config change detected for nova_conductor, new hash: 56c27dd67bf2bef9bfcba78b3d541ead 2025-11-26 15:11:03.671920 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 9a490e70f677892a27794c915cdf8e03 2025-11-26 15:11:03.672578 | | WARNING | Config change detected for nova_metadata, new hash: 7af59bb71820b37664f8f2adafecd0ec 2025-11-26 15:11:03.673077 | | WARNING | Config change detected for nova_migration_target, new hash: 9a490e70f677892a27794c915cdf8e03 2025-11-26 15:11:03.673834 | | WARNING | Config change detected for nova_scheduler, new hash: 56c27dd67bf2bef9bfcba78b3d541ead 2025-11-26 15:11:03.674486 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 56c27dd67bf2bef9bfcba78b3d541ead 2025-11-26 15:11:03.675011 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 56c27dd67bf2bef9bfcba78b3d541ead 2025-11-26 15:11:03.675672 | | WARNING | Config change detected for octavia_api, new hash: 8a5ac812d43fa9ec91b7da937aa01e82 2025-11-26 15:11:03.676320 | | WARNING | Config change detected for octavia_driver_agent, new hash: 8a5ac812d43fa9ec91b7da937aa01e82 2025-11-26 15:11:03.676967 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 998caa2cb1d3450fba1cb8b17e9cced1 2025-11-26 15:11:03.677609 | | WARNING | Config change detected for placement_api, new hash: fb4e582095fa116b83902de7a68914c0 2025-11-26 15:11:03.678305 | | WARNING | Config change detected for placement_wait_for_service, new hash: fb4e582095fa116b83902de7a68914c0 2025-11-26 15:11:03.679048 | | WARNING | Config change detected for swift_account_reaper, new hash: c55b11f2e8d02c937c51b31c11437f29 2025-11-26 15:11:03.679699 | | WARNING | Config change detected for swift_account_server, new hash: c55b11f2e8d02c937c51b31c11437f29 2025-11-26 15:11:03.680316 | | WARNING | Config change detected for swift_container_server, new hash: c55b11f2e8d02c937c51b31c11437f29 2025-11-26 15:11:03.680951 | | WARNING | Config change detected for swift_container_updater, new hash: c55b11f2e8d02c937c51b31c11437f29 2025-11-26 15:11:03.681602 | | WARNING | Config change detected for swift_object_expirer, new hash: c55b11f2e8d02c937c51b31c11437f29 2025-11-26 15:11:03.682379 | | WARNING | Config change detected for swift_object_server, new hash: c55b11f2e8d02c937c51b31c11437f29 2025-11-26 15:11:03.682940 | | WARNING | Config change detected for swift_object_updater, new hash: c55b11f2e8d02c937c51b31c11437f29 2025-11-26 15:11:03.683734 | | WARNING | Config change detected for swift_proxy, new hash: c55b11f2e8d02c937c51b31c11437f29 2025-11-26 15:11:03.684374 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: b54337ebd212fe27d6e077835167d12b 2025-11-26 15:11:03.685045 | | WARNING | Config change detected for gnocchi_api, new hash: 93e0d0828a760e78cdb98f4003e0848a 2025-11-26 15:11:03.685600 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 93e0d0828a760e78cdb98f4003e0848a 2025-11-26 15:11:03.686373 | | WARNING | Config change detected for gnocchi_metricd, new hash: 93e0d0828a760e78cdb98f4003e0848a 2025-11-26 15:11:03.686879 | | WARNING | Config change detected for gnocchi_statsd, new hash: 93e0d0828a760e78cdb98f4003e0848a 2025-11-26 15:11:03.687624 | | WARNING | Config change detected for nova_compute, new hash: 71cef741bc10e12e8c7f6864bd9f2eb3-9a490e70f677892a27794c915cdf8e03 2025-11-26 15:11:03.688221 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 9a490e70f677892a27794c915cdf8e03 2025-11-26 15:11:03.688946 | | WARNING | Config change detected for octavia_health_manager, new hash: 8a5ac812d43fa9ec91b7da937aa01e82 2025-11-26 15:11:03.689657 | | WARNING | Config change detected for octavia_housekeeping, new hash: 8a5ac812d43fa9ec91b7da937aa01e82 2025-11-26 15:11:03.690343 | | WARNING | Config change detected for octavia_rsyslog, new hash: 8a5ac812d43fa9ec91b7da937aa01e82 2025-11-26 15:11:03.690988 | | WARNING | Config change detected for octavia_worker, new hash: 8a5ac812d43fa9ec91b7da937aa01e82 2025-11-26 15:11:03.691516 | fa163e5d-bf36-318f-3306-000000002700 | CHANGED | Update config hashes for container startup configs | standalone 2025-11-26 15:11:03.692866 | fa163e5d-bf36-318f-3306-000000002700 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:15.351583 | 0.47s 2025-11-26 15:11:03.718231 | fa163e5d-bf36-318f-3306-00000000269f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-26 15:11:03.770930 | fa163e5d-bf36-318f-3306-00000000269f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:15.429637 | 0.05s 2025-11-26 15:11:03.794585 | 035eb1fe-8391-416b-b879-964abc5e2690 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 15:11:03.832901 | fa163e5d-bf36-318f-3306-00000000271f | TASK | Gather podman infos 2025-11-26 15:11:04.747291 | fa163e5d-bf36-318f-3306-00000000271f | OK | Gather podman infos | standalone 2025-11-26 15:11:04.748388 | fa163e5d-bf36-318f-3306-00000000271f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:16.407103 | 0.91s 2025-11-26 15:11:04.818458 | fa163e5d-bf36-318f-3306-000000002720 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-26 15:11:04.885389 | fa163e5d-bf36-318f-3306-000000002720 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:16.544098 | 0.06s 2025-11-26 15:11:05.008019 | fa163e5d-bf36-318f-3306-000000002769 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:16.666728 | 0.06s 2025-11-26 15:11:05.066629 | fa163e5d-bf36-318f-3306-0000000026a0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-26 15:11:05.118086 | fa163e5d-bf36-318f-3306-0000000026a0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:16.776794 | 0.05s 2025-11-26 15:11:05.142816 | bef42f56-e4bf-4664-8f22-da619de969fc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 15:11:05.179068 | fa163e5d-bf36-318f-3306-00000000278f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-26 15:11:13.718501 | fa163e5d-bf36-318f-3306-00000000278f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-26 15:11:13.720034 | fa163e5d-bf36-318f-3306-00000000278f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:25.378747 | 8.54s 2025-11-26 15:11:13.751564 | fa163e5d-bf36-318f-3306-000000002790 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-26 15:11:16.423891 | fa163e5d-bf36-318f-3306-000000002790 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-26 15:11:16.425334 | fa163e5d-bf36-318f-3306-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:28.084047 | 2.67s 2025-11-26 15:11:16.498833 | fa163e5d-bf36-318f-3306-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2025-11-26 15:11:16.729225 | fa163e5d-bf36-318f-3306-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-11-26 15:11:16.730649 | fa163e5d-bf36-318f-3306-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:28.389362 | 0.23s 2025-11-26 15:11:16.777835 | fa163e5d-bf36-318f-3306-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2025-11-26 15:11:16.830624 | fa163e5d-bf36-318f-3306-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:28.489329 | 0.05s 2025-11-26 15:11:16.862480 | fa163e5d-bf36-318f-3306-0000000024ab | TASK | Include container-puppet tasks for step 1 2025-11-26 15:11:16.905468 | fa163e5d-bf36-318f-3306-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:28.564173 | 0.04s 2025-11-26 15:11:16.932093 | 2b1370cc-f39a-4448-8d05-b2f6d383efbb | INCLUDED | /root/standalone-ansible-pa3t6qzk/host-container-puppet-tasks.yaml | standalone 2025-11-26 15:11:17.019273 | fa163e5d-bf36-318f-3306-0000000027db | TASK | Write container-puppet-tasks json file for standalone step 1 2025-11-26 15:11:17.491971 | fa163e5d-bf36-318f-3306-0000000027db | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-11-26 15:11:17.493216 | fa163e5d-bf36-318f-3306-0000000027db | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:29.151928 | 0.47s 2025-11-26 15:11:17.523781 | fa163e5d-bf36-318f-3306-0000000027dd | TASK | Generate container puppet configs for step 1 2025-11-26 15:11:17.808129 | fa163e5d-bf36-318f-3306-0000000027dd | OK | Generate container puppet configs for step 1 | standalone 2025-11-26 15:11:17.809495 | fa163e5d-bf36-318f-3306-0000000027dd | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:29.468208 | 0.28s 2025-11-26 15:11:17.841809 | fa163e5d-bf36-318f-3306-0000000027de | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-11-26 15:11:17.871659 | fa163e5d-bf36-318f-3306-0000000027de | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:29.530364 | 0.03s 2025-11-26 15:11:17.931559 | fa163e5d-bf36-318f-3306-0000000025c9 | TASK | Gather variables for each operating system 2025-11-26 15:11:18.053962 | fa163e5d-bf36-318f-3306-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:29.712664 | 0.12s 2025-11-26 15:11:18.085036 | fa163e5d-bf36-318f-3306-0000000025ca | TASK | Create container logs path 2025-11-26 15:11:18.354344 | fa163e5d-bf36-318f-3306-0000000025ca | OK | Create container logs path | standalone 2025-11-26 15:11:18.355715 | fa163e5d-bf36-318f-3306-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:30.014427 | 0.27s 2025-11-26 15:11:18.388055 | fa163e5d-bf36-318f-3306-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 15:11:18.641433 | fa163e5d-bf36-318f-3306-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 15:11:18.642933 | fa163e5d-bf36-318f-3306-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:30.301646 | 0.25s 2025-11-26 15:11:18.672209 | fa163e5d-bf36-318f-3306-0000000025cd | TASK | Finalise hashes for all containers 2025-11-26 15:11:18.722930 | fa163e5d-bf36-318f-3306-0000000025cd | OK | Finalise hashes for all containers | standalone 2025-11-26 15:11:18.723966 | fa163e5d-bf36-318f-3306-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:30.382678 | 0.05s 2025-11-26 15:11:18.753705 | fa163e5d-bf36-318f-3306-0000000025cf | TASK | Manage systemd shutdown files 2025-11-26 15:11:18.818128 | fa163e5d-bf36-318f-3306-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 15:11:18.819560 | fa163e5d-bf36-318f-3306-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:30.478270 | 0.06s 2025-11-26 15:11:18.842963 | fa163e5d-bf36-318f-3306-0000000025d1 | TASK | Update container configs with new config hashes 2025-11-26 15:11:18.891181 | fa163e5d-bf36-318f-3306-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 15:11:18.892309 | fa163e5d-bf36-318f-3306-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:30.551022 | 0.05s 2025-11-26 15:11:18.924431 | fa163e5d-bf36-318f-3306-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 15:11:18.974969 | fa163e5d-bf36-318f-3306-0000000025d2 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 15:11:18.976265 | fa163e5d-bf36-318f-3306-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:30.634950 | 0.05s 2025-11-26 15:11:19.008825 | fa163e5d-bf36-318f-3306-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 15:11:19.060900 | fa163e5d-bf36-318f-3306-0000000025d3 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 15:11:19.062091 | fa163e5d-bf36-318f-3306-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:30.720803 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-11-26 15:11:19.244471 | fa163e5d-bf36-318f-3306-0000000000c6 | TASK | External deployment step 2 2025-11-26 15:11:19.274092 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000c6') missing from stats 2025-11-26 15:11:19.332969 | fa163e5d-bf36-318f-3306-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:30.991671 | 0.04s 2025-11-26 15:11:19.363948 | 076090ae-4b55-4ac8-9846-4cf254faa316 | INCLUDED | /root/standalone-ansible-pa3t6qzk/external_deploy_steps_tasks_step2.yaml | undercloud 2025-11-26 15:11:19.384172 | fa163e5d-bf36-318f-3306-000000002858 | TASK | create cephadm working directory and related files 2025-11-26 15:11:19.432939 | fa163e5d-bf36-318f-3306-000000002858 | TIMING | create cephadm working directory and related files | undercloud | 0:11:31.091640 | 0.05s 2025-11-26 15:11:19.493525 | fa163e5d-bf36-318f-3306-000000002880 | TASK | create cephadm workdir 2025-11-26 15:11:19.759137 | fa163e5d-bf36-318f-3306-000000002880 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-pa3t6qzk/cephadm 2025-11-26 15:11:19.761697 | fa163e5d-bf36-318f-3306-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:31.420404 | 0.27s 2025-11-26 15:11:19.771479 | fa163e5d-bf36-318f-3306-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:31.430183 | 0.28s 2025-11-26 15:11:19.790237 | fa163e5d-bf36-318f-3306-000000002881 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-11-26 15:11:20.052606 | fa163e5d-bf36-318f-3306-000000002881 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-11-26 15:11:20.054380 | fa163e5d-bf36-318f-3306-000000002881 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:11:31.713091 | 0.26s 2025-11-26 15:11:20.072564 | fa163e5d-bf36-318f-3306-000000002882 | TASK | get the list of enabled services on the overcloud 2025-11-26 15:11:20.147234 | fa163e5d-bf36-318f-3306-000000002882 | OK | get the list of enabled services on the overcloud | undercloud 2025-11-26 15:11:20.148560 | fa163e5d-bf36-318f-3306-000000002882 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:11:31.807271 | 0.07s 2025-11-26 15:11:20.169204 | fa163e5d-bf36-318f-3306-000000002883 | TASK | Set grafana_vip: 192.168.122.99 2025-11-26 15:11:20.221722 | fa163e5d-bf36-318f-3306-000000002883 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-11-26 15:11:20.222895 | fa163e5d-bf36-318f-3306-000000002883 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:11:31.881606 | 0.05s 2025-11-26 15:11:20.291896 | fa163e5d-bf36-318f-3306-000000002884 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:31.950603 | 0.05s 2025-11-26 15:11:20.378540 | fa163e5d-bf36-318f-3306-000000002908 | TASK | set basic user fact 2025-11-26 15:11:20.447717 | fa163e5d-bf36-318f-3306-000000002908 | SKIPPED | set basic user fact | undercloud 2025-11-26 15:11:20.448898 | fa163e5d-bf36-318f-3306-000000002908 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:11:32.107610 | 0.07s 2025-11-26 15:11:20.466808 | fa163e5d-bf36-318f-3306-000000002909 | TASK | set basic home fact 2025-11-26 15:11:20.538995 | fa163e5d-bf36-318f-3306-000000002909 | OK | set basic home fact | undercloud 2025-11-26 15:11:20.540097 | fa163e5d-bf36-318f-3306-000000002909 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:11:32.198811 | 0.07s 2025-11-26 15:11:20.555669 | fa163e5d-bf36-318f-3306-00000000290a | TASK | set calling_ansible_environment_variables fact 2025-11-26 15:11:20.608340 | fa163e5d-bf36-318f-3306-00000000290a | OK | set calling_ansible_environment_variables fact | undercloud 2025-11-26 15:11:20.609441 | fa163e5d-bf36-318f-3306-00000000290a | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:11:32.268155 | 0.05s 2025-11-26 15:11:20.632234 | fa163e5d-bf36-318f-3306-00000000290c | TASK | get all ansible environment variables 2025-11-26 15:11:20.692703 | fa163e5d-bf36-318f-3306-00000000290c | SKIPPED | get all ansible environment variables | undercloud 2025-11-26 15:11:20.694023 | fa163e5d-bf36-318f-3306-00000000290c | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:11:32.352733 | 0.06s 2025-11-26 15:11:20.712146 | fa163e5d-bf36-318f-3306-00000000290d | TASK | set calling_ansible_environment_variables 2025-11-26 15:11:20.774561 | fa163e5d-bf36-318f-3306-00000000290d | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-11-26 15:11:20.775713 | fa163e5d-bf36-318f-3306-00000000290d | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:11:32.434423 | 0.06s 2025-11-26 15:11:20.794558 | fa163e5d-bf36-318f-3306-00000000290f | TASK | Set common fact 2025-11-26 15:11:20.848828 | fa163e5d-bf36-318f-3306-00000000290f | OK | Set common fact | undercloud 2025-11-26 15:11:20.849976 | fa163e5d-bf36-318f-3306-00000000290f | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:11:32.508690 | 0.05s 2025-11-26 15:11:20.867971 | fa163e5d-bf36-318f-3306-000000002910 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-11-26 15:11:20.922018 | fa163e5d-bf36-318f-3306-000000002910 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-11-26 15:11:20.923340 | fa163e5d-bf36-318f-3306-000000002910 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:11:32.582050 | 0.05s 2025-11-26 15:11:20.958172 | fa163e5d-bf36-318f-3306-000000002912 | TASK | build filter list 2025-11-26 15:11:20.993659 | fa163e5d-bf36-318f-3306-000000002912 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:11:32.652367 | 0.03s 2025-11-26 15:11:21.011749 | fa163e5d-bf36-318f-3306-000000002913 | TASK | add images pool 2025-11-26 15:11:21.088822 | fa163e5d-bf36-318f-3306-000000002913 | OK | add images pool | undercloud 2025-11-26 15:11:21.089984 | fa163e5d-bf36-318f-3306-000000002913 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:11:32.748698 | 0.08s 2025-11-26 15:11:21.108817 | fa163e5d-bf36-318f-3306-000000002914 | TASK | add volumes pool 2025-11-26 15:11:21.185905 | fa163e5d-bf36-318f-3306-000000002914 | OK | add volumes pool | undercloud 2025-11-26 15:11:21.187100 | fa163e5d-bf36-318f-3306-000000002914 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:11:32.845813 | 0.08s 2025-11-26 15:11:21.205094 | fa163e5d-bf36-318f-3306-000000002915 | TASK | add vms pool 2025-11-26 15:11:21.287976 | fa163e5d-bf36-318f-3306-000000002915 | OK | add vms pool | undercloud 2025-11-26 15:11:21.289199 | fa163e5d-bf36-318f-3306-000000002915 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:11:32.947913 | 0.08s 2025-11-26 15:11:21.307419 | fa163e5d-bf36-318f-3306-000000002916 | TASK | add gnocchi pool 2025-11-26 15:11:21.348193 | fa163e5d-bf36-318f-3306-000000002916 | SKIPPED | add gnocchi pool | undercloud 2025-11-26 15:11:21.349356 | fa163e5d-bf36-318f-3306-000000002916 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:11:33.008066 | 0.04s 2025-11-26 15:11:21.368051 | fa163e5d-bf36-318f-3306-000000002917 | TASK | add cinder backup pool 2025-11-26 15:11:21.450606 | fa163e5d-bf36-318f-3306-000000002917 | OK | add cinder backup pool | undercloud 2025-11-26 15:11:21.451736 | fa163e5d-bf36-318f-3306-000000002917 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:11:33.110449 | 0.08s 2025-11-26 15:11:21.469732 | fa163e5d-bf36-318f-3306-000000002918 | TASK | add cinder extra pools 2025-11-26 15:11:21.501553 | fa163e5d-bf36-318f-3306-000000002918 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:11:33.160259 | 0.03s 2025-11-26 15:11:21.520299 | fa163e5d-bf36-318f-3306-000000002919 | TASK | build resulting pool list 2025-11-26 15:11:21.668698 | fa163e5d-bf36-318f-3306-000000002919 | OK | build resulting pool list | undercloud 2025-11-26 15:11:21.670154 | fa163e5d-bf36-318f-3306-000000002919 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:11:33.328863 | 0.15s 2025-11-26 15:11:21.688883 | fa163e5d-bf36-318f-3306-00000000291b | TASK | add manila data pool 2025-11-26 15:11:21.743003 | fa163e5d-bf36-318f-3306-00000000291b | OK | add manila data pool | undercloud 2025-11-26 15:11:21.744160 | fa163e5d-bf36-318f-3306-00000000291b | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:11:33.402874 | 0.05s 2025-11-26 15:11:21.763417 | fa163e5d-bf36-318f-3306-00000000291c | TASK | add manila metadata pool 2025-11-26 15:11:21.816878 | fa163e5d-bf36-318f-3306-00000000291c | OK | add manila metadata pool | undercloud 2025-11-26 15:11:21.818147 | fa163e5d-bf36-318f-3306-00000000291c | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:11:33.476859 | 0.05s 2025-11-26 15:11:21.907688 | fa163e5d-bf36-318f-3306-000000002885 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:33.566387 | 0.05s 2025-11-26 15:11:22.100926 | fa163e5d-bf36-318f-3306-000000002aae | TASK | reset profiles string to avoid complex string manipulation 2025-11-26 15:11:22.160574 | fa163e5d-bf36-318f-3306-000000002aae | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-11-26 15:11:22.161514 | fa163e5d-bf36-318f-3306-000000002aae | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:11:33.820232 | 0.06s 2025-11-26 15:11:22.176854 | fa163e5d-bf36-318f-3306-000000002ab0 | TASK | build openstack client profiles per pool 2025-11-26 15:11:22.252982 | fa163e5d-bf36-318f-3306-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-26 15:11:22.255098 | fa163e5d-bf36-318f-3306-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:33.913801 | 0.08s 2025-11-26 15:11:22.280460 | fa163e5d-bf36-318f-3306-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-26 15:11:22.281320 | fa163e5d-bf36-318f-3306-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:33.940037 | 0.10s 2025-11-26 15:11:22.305775 | fa163e5d-bf36-318f-3306-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-26 15:11:22.307222 | fa163e5d-bf36-318f-3306-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:33.965939 | 0.13s 2025-11-26 15:11:22.324317 | fa163e5d-bf36-318f-3306-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-26 15:11:22.325064 | fa163e5d-bf36-318f-3306-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:33.983782 | 0.15s 2025-11-26 15:11:22.332318 | fa163e5d-bf36-318f-3306-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:33.991028 | 0.15s 2025-11-26 15:11:22.350956 | fa163e5d-bf36-318f-3306-000000002ab1 | TASK | set openstack client caps 2025-11-26 15:11:22.392862 | fa163e5d-bf36-318f-3306-000000002ab1 | OK | set openstack client caps | undercloud 2025-11-26 15:11:22.394056 | fa163e5d-bf36-318f-3306-000000002ab1 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:11:34.052768 | 0.04s 2025-11-26 15:11:22.411994 | fa163e5d-bf36-318f-3306-000000002ab2 | TASK | set openstack client osd(s) caps 2025-11-26 15:11:22.484465 | fa163e5d-bf36-318f-3306-000000002ab2 | OK | set openstack client osd(s) caps | undercloud 2025-11-26 15:11:22.485612 | fa163e5d-bf36-318f-3306-000000002ab2 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:11:34.144323 | 0.07s 2025-11-26 15:11:22.503320 | fa163e5d-bf36-318f-3306-000000002ab3 | TASK | Combine caps 2025-11-26 15:11:22.567046 | fa163e5d-bf36-318f-3306-000000002ab3 | OK | Combine caps | undercloud 2025-11-26 15:11:22.568229 | fa163e5d-bf36-318f-3306-000000002ab3 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:11:34.226941 | 0.06s 2025-11-26 15:11:22.586341 | fa163e5d-bf36-318f-3306-000000002ab4 | TASK | set openstack client key 2025-11-26 15:11:22.631986 | fa163e5d-bf36-318f-3306-000000002ab4 | OK | set openstack client key | undercloud 2025-11-26 15:11:22.633171 | fa163e5d-bf36-318f-3306-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:11:34.291883 | 0.05s 2025-11-26 15:11:22.651087 | fa163e5d-bf36-318f-3306-000000002ab6 | TASK | build manila key for openstack 2025-11-26 15:11:22.722359 | fa163e5d-bf36-318f-3306-000000002ab6 | OK | build manila key for openstack | undercloud 2025-11-26 15:11:22.723544 | fa163e5d-bf36-318f-3306-000000002ab6 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:11:34.382256 | 0.07s 2025-11-26 15:11:22.741666 | fa163e5d-bf36-318f-3306-000000002ab7 | TASK | build radosgw key for openstack 2025-11-26 15:11:22.794472 | fa163e5d-bf36-318f-3306-000000002ab7 | SKIPPED | build radosgw key for openstack | undercloud 2025-11-26 15:11:22.795583 | fa163e5d-bf36-318f-3306-000000002ab7 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:11:34.454293 | 0.05s 2025-11-26 15:11:22.814145 | fa163e5d-bf36-318f-3306-000000002ab8 | TASK | build the resulting keys 2025-11-26 15:11:22.942980 | fa163e5d-bf36-318f-3306-000000002ab8 | OK | build the resulting keys | undercloud 2025-11-26 15:11:22.944225 | fa163e5d-bf36-318f-3306-000000002ab8 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:11:34.602937 | 0.13s 2025-11-26 15:11:23.019516 | fa163e5d-bf36-318f-3306-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:34.678222 | 0.04s 2025-11-26 15:11:23.172967 | fa163e5d-bf36-318f-3306-000000002dd3 | TASK | build ceph orphan set 2025-11-26 15:11:23.253226 | fa163e5d-bf36-318f-3306-000000002dd3 | OK | build ceph orphan set | undercloud 2025-11-26 15:11:23.254350 | fa163e5d-bf36-318f-3306-000000002dd3 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:11:34.913061 | 0.08s 2025-11-26 15:11:23.272026 | fa163e5d-bf36-318f-3306-000000002dd4 | TASK | clean ceph_config_overrides list 2025-11-26 15:11:23.314778 | fa163e5d-bf36-318f-3306-000000002dd4 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:11:34.973483 | 0.04s 2025-11-26 15:11:23.333650 | fa163e5d-bf36-318f-3306-000000002dd5 | TASK | ceph_config_overrides w/o orphans 2025-11-26 15:11:23.404994 | fa163e5d-bf36-318f-3306-000000002dd5 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-11-26 15:11:23.406088 | fa163e5d-bf36-318f-3306-000000002dd5 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:11:35.064801 | 0.07s 2025-11-26 15:11:23.423933 | fa163e5d-bf36-318f-3306-000000002dd6 | TASK | build ceph config overrides 2025-11-26 15:11:23.551574 | fa163e5d-bf36-318f-3306-000000002dd6 | OK | build ceph config overrides | undercloud 2025-11-26 15:11:23.552676 | fa163e5d-bf36-318f-3306-000000002dd6 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:11:35.211392 | 0.13s 2025-11-26 15:11:23.586912 | fa163e5d-bf36-318f-3306-000000002887 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-11-26 15:11:24.280545 | fa163e5d-bf36-318f-3306-000000002887 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-11-26 15:11:24.281386 | fa163e5d-bf36-318f-3306-000000002887 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:35.940108 | 0.69s 2025-11-26 15:11:24.295753 | fa163e5d-bf36-318f-3306-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-11-26 15:11:24.396752 | fa163e5d-bf36-318f-3306-000000002889 | OK | Set bootstrap host | undercloud 2025-11-26 15:11:24.397423 | fa163e5d-bf36-318f-3306-000000002889 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:11:36.056143 | 0.10s 2025-11-26 15:11:24.411571 | fa163e5d-bf36-318f-3306-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-11-26 15:11:24.551975 | fa163e5d-bf36-318f-3306-00000000288a | OK | Set first monitor IP | undercloud 2025-11-26 15:11:24.553101 | fa163e5d-bf36-318f-3306-00000000288a | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:11:36.211812 | 0.14s 2025-11-26 15:11:24.571122 | fa163e5d-bf36-318f-3306-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-11-26 15:11:24.635741 | fa163e5d-bf36-318f-3306-00000000288b | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-11-26 15:11:24.636700 | fa163e5d-bf36-318f-3306-00000000288b | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:11:36.295411 | 0.06s 2025-11-26 15:11:24.654325 | fa163e5d-bf36-318f-3306-00000000288d | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-11-26 15:11:25.192947 | fa163e5d-bf36-318f-3306-00000000288d | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-11-26 15:11:25.193966 | fa163e5d-bf36-318f-3306-00000000288d | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:36.852686 | 0.54s 2025-11-26 15:11:25.228444 | fa163e5d-bf36-318f-3306-000000002859 | TASK | Prepare cephadm user and keys 2025-11-26 15:11:25.750273 | fa163e5d-bf36-318f-3306-000000002859 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-11-26 15:11:25.751499 | fa163e5d-bf36-318f-3306-000000002859 | TIMING | Prepare cephadm user and keys | undercloud | 0:11:37.410211 | 0.52s 2025-11-26 15:11:25.769317 | fa163e5d-bf36-318f-3306-00000000285a | TASK | Deploy or configure the cephadm Ceph cluster 2025-11-26 15:11:25.885359 | fa163e5d-bf36-318f-3306-00000000285a | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:11:37.544060 | 0.11s 2025-11-26 15:11:25.963955 | fa163e5d-bf36-318f-3306-00000000304f | TASK | set cephadm playbook 2025-11-26 15:11:26.024575 | fa163e5d-bf36-318f-3306-00000000304f | OK | set cephadm playbook | undercloud 2025-11-26 15:11:26.025786 | fa163e5d-bf36-318f-3306-00000000304f | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:11:37.684499 | 0.06s 2025-11-26 15:11:26.043898 | fa163e5d-bf36-318f-3306-000000003050 | TASK | Setup the log path 2025-11-26 15:11:26.102683 | fa163e5d-bf36-318f-3306-000000003050 | OK | Setup the log path | undercloud 2025-11-26 15:11:26.103716 | fa163e5d-bf36-318f-3306-000000003050 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:37.762430 | 0.06s 2025-11-26 15:11:26.121179 | fa163e5d-bf36-318f-3306-000000003051 | TASK | Setup the cephadm playbook command 2025-11-26 15:11:26.191936 | fa163e5d-bf36-318f-3306-000000003051 | OK | Setup the cephadm playbook command | undercloud 2025-11-26 15:11:26.193011 | fa163e5d-bf36-318f-3306-000000003051 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:37.851727 | 0.07s 2025-11-26 15:11:26.210222 | fa163e5d-bf36-318f-3306-000000003052 | TASK | rotate cephadm_command.log 2025-11-26 15:11:26.433641 | fa163e5d-bf36-318f-3306-000000003052 | CHANGED | rotate cephadm_command.log | undercloud 2025-11-26 15:11:26.434910 | fa163e5d-bf36-318f-3306-000000003052 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:11:38.093622 | 0.22s 2025-11-26 15:11:26.453469 | fa163e5d-bf36-318f-3306-000000003053 | TASK | save cephadm playbook command to shell script 2025-11-26 15:11:26.898961 | fa163e5d-bf36-318f-3306-000000003053 | CHANGED | save cephadm playbook command to shell script | undercloud 2025-11-26 15:11:26.900435 | fa163e5d-bf36-318f-3306-000000003053 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:11:38.559147 | 0.45s 2025-11-26 15:11:26.918711 | fa163e5d-bf36-318f-3306-000000003054 | TASK | Notify user about upcoming cephadm execution(s) 2025-11-26 15:11:26.978888 | fa163e5d-bf36-318f-3306-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-pa3t6qzk/cephadm/cephadm_command.log)" } 2025-11-26 15:11:26.979979 | fa163e5d-bf36-318f-3306-000000003054 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:11:38.638692 | 0.06s 2025-11-26 15:11:26.997714 | fa163e5d-bf36-318f-3306-000000003055 | TASK | run cephadm playbook 2025-11-26 15:12:26.738358 | fa163e5d-bf36-318f-3306-000000003055 | CHANGED | run cephadm playbook | undercloud 2025-11-26 15:12:26.740787 | fa163e5d-bf36-318f-3306-000000003055 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:12:38.399496 | 59.74s 2025-11-26 15:12:26.761356 | fa163e5d-bf36-318f-3306-000000003056 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-11-26 15:12:26.832675 | fa163e5d-bf36-318f-3306-000000003056 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-11-26 15:12:26.833297 | fa163e5d-bf36-318f-3306-000000003056 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:12:38.492019 | 0.07s 2025-11-26 15:12:26.847044 | fa163e5d-bf36-318f-3306-000000003057 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-11-26 15:12:26.917653 | fa163e5d-bf36-318f-3306-000000003057 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-11-26 15:12:26.919057 | fa163e5d-bf36-318f-3306-000000003057 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:12:38.577766 | 0.07s 2025-11-26 15:12:26.954112 | fa163e5d-bf36-318f-3306-00000000285c | TASK | Check if the input variable file exists 2025-11-26 15:12:27.262064 | fa163e5d-bf36-318f-3306-00000000285c | OK | Check if the input variable file exists | undercloud 2025-11-26 15:12:27.263558 | fa163e5d-bf36-318f-3306-00000000285c | TIMING | Check if the input variable file exists | undercloud | 0:12:38.922270 | 0.31s 2025-11-26 15:12:27.281177 | fa163e5d-bf36-318f-3306-00000000285d | TASK | Populate CephClientConfigVars from THT 2025-11-26 15:12:27.331278 | fa163e5d-bf36-318f-3306-00000000285d | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-11-26 15:12:27.332473 | fa163e5d-bf36-318f-3306-00000000285d | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:12:38.991184 | 0.05s 2025-11-26 15:12:27.349973 | fa163e5d-bf36-318f-3306-00000000285e | TASK | configure ceph clients 2025-11-26 15:12:27.399654 | fa163e5d-bf36-318f-3306-00000000285e | TIMING | configure ceph clients | undercloud | 0:12:39.058365 | 0.05s 2025-11-26 15:12:27.464401 | fa163e5d-bf36-318f-3306-000000003119 | TASK | get the list of enabled services on the overcloud 2025-11-26 15:12:27.533988 | fa163e5d-bf36-318f-3306-000000003119 | OK | get the list of enabled services on the overcloud | undercloud 2025-11-26 15:12:27.535233 | fa163e5d-bf36-318f-3306-000000003119 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:12:39.193944 | 0.07s 2025-11-26 15:12:27.553441 | fa163e5d-bf36-318f-3306-00000000311a | TASK | Create ceph_client_fetch_dir 2025-11-26 15:12:27.603562 | fa163e5d-bf36-318f-3306-00000000311a | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:12:39.262269 | 0.05s 2025-11-26 15:12:27.616219 | 566ea579-bf55-489d-9b71-bdf7df9e4356 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-11-26 15:12:27.647789 | fa163e5d-bf36-318f-3306-00000000315d | TASK | Clean any old fetch directory path 2025-11-26 15:12:27.858948 | fa163e5d-bf36-318f-3306-00000000315d | OK | Clean any old fetch directory path | undercloud 2025-11-26 15:12:27.860528 | fa163e5d-bf36-318f-3306-00000000315d | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:39.519238 | 0.21s 2025-11-26 15:12:27.879120 | fa163e5d-bf36-318f-3306-00000000315e | TASK | Create ceph_client_fetch_dir for the current execution 2025-11-26 15:12:28.122665 | fa163e5d-bf36-318f-3306-00000000315e | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-11-26 15:12:28.124064 | fa163e5d-bf36-318f-3306-00000000315e | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:39.782774 | 0.24s 2025-11-26 15:12:28.142504 | fa163e5d-bf36-318f-3306-00000000311b | TASK | Check if the input variables exist 2025-11-26 15:12:28.426397 | fa163e5d-bf36-318f-3306-00000000311b | OK | Check if the input variables exist | undercloud 2025-11-26 15:12:28.427880 | fa163e5d-bf36-318f-3306-00000000311b | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:12:40.086593 | 0.28s 2025-11-26 15:12:28.445658 | fa163e5d-bf36-318f-3306-00000000311c | TASK | Load variables produced by the cephadm provisioning process 2025-11-26 15:12:28.517571 | fa163e5d-bf36-318f-3306-00000000311c | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-11-26 15:12:28.518691 | fa163e5d-bf36-318f-3306-00000000311c | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:12:40.177406 | 0.07s 2025-11-26 15:12:28.536747 | fa163e5d-bf36-318f-3306-00000000311d | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-11-26 15:12:28.601222 | fa163e5d-bf36-318f-3306-00000000311d | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-11-26 15:12:28.602304 | fa163e5d-bf36-318f-3306-00000000311d | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:12:40.261017 | 0.06s 2025-11-26 15:12:28.620583 | fa163e5d-bf36-318f-3306-00000000311e | TASK | Configure multiple external ceph clusters 2025-11-26 15:12:28.702018 | fa163e5d-bf36-318f-3306-00000000311e | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-11-26 15:12:28.703096 | fa163e5d-bf36-318f-3306-00000000311e | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:12:40.361809 | 0.08s 2025-11-26 15:12:28.720916 | fa163e5d-bf36-318f-3306-00000000311f | TASK | Render keys provided for the Ceph cluster 2025-11-26 15:12:28.762812 | fa163e5d-bf36-318f-3306-00000000311f | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:12:40.421524 | 0.04s 2025-11-26 15:12:28.772505 | 7498190a-f431-405d-b681-8137db78af06 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-11-26 15:12:28.807140 | fa163e5d-bf36-318f-3306-0000000031b1 | TASK | create cephx key(s) 2025-11-26 15:12:29.316358 | fa163e5d-bf36-318f-3306-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQAFFCdpAAAAABAAlLkY0eLDIoaJC5sEyCZnZw==', '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-11-26 15:12:29.319039 | fa163e5d-bf36-318f-3306-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:40.977746 | 0.51s 2025-11-26 15:12:29.754299 | fa163e5d-bf36-318f-3306-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQAFFCdpAAAAABAAbHJhHES0wiVgTwKPpw33pQ==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-11-26 15:12:29.755415 | fa163e5d-bf36-318f-3306-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:41.414129 | 0.95s 2025-11-26 15:12:29.763036 | fa163e5d-bf36-318f-3306-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:41.421746 | 0.95s 2025-11-26 15:12:29.782016 | fa163e5d-bf36-318f-3306-000000003120 | TASK | Render ceph config for the Ceph Clients 2025-11-26 15:12:29.811548 | fa163e5d-bf36-318f-3306-000000003120 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:12:41.470256 | 0.03s 2025-11-26 15:12:29.822082 | 0ed37fa1-5354-4c67-9aaa-c270065dc98b | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-11-26 15:12:29.862577 | fa163e5d-bf36-318f-3306-000000003215 | TASK | create ceph.conf 2025-11-26 15:12:30.435826 | fa163e5d-bf36-318f-3306-000000003215 | CHANGED | create ceph.conf | undercloud 2025-11-26 15:12:30.437115 | fa163e5d-bf36-318f-3306-000000003215 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:12:42.095826 | 0.57s 2025-11-26 15:12:30.455468 | fa163e5d-bf36-318f-3306-000000003121 | TASK | Configure Ceph Clients 2025-11-26 15:12:30.505427 | fa163e5d-bf36-318f-3306-000000003121 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:12:42.164135 | 0.05s 2025-11-26 15:12:30.523505 | 7171779a-4aaa-4f56-9e61-3226af78f787 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-11-26 15:12:30.563949 | fa163e5d-bf36-318f-3306-000000003284 | TASK | set effective ceph_clients without limit 2025-11-26 15:12:30.685473 | fa163e5d-bf36-318f-3306-000000003284 | OK | set effective ceph_clients without limit | undercloud 2025-11-26 15:12:30.686574 | fa163e5d-bf36-318f-3306-000000003284 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:12:42.345282 | 0.12s 2025-11-26 15:12:30.704854 | fa163e5d-bf36-318f-3306-000000003285 | TASK | set effective ceph_clients with limit 2025-11-26 15:12:30.786129 | fa163e5d-bf36-318f-3306-000000003285 | SKIPPED | set effective ceph_clients with limit | undercloud 2025-11-26 15:12:30.787193 | fa163e5d-bf36-318f-3306-000000003285 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:12:42.445907 | 0.08s 2025-11-26 15:12:30.804943 | fa163e5d-bf36-318f-3306-000000003286 | TASK | set distribution list from cross product of files and effective clients 2025-11-26 15:12:30.922497 | fa163e5d-bf36-318f-3306-000000003286 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-11-26 15:12:30.923671 | fa163e5d-bf36-318f-3306-000000003286 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:12:42.582386 | 0.12s 2025-11-26 15:12:30.962232 | fa163e5d-bf36-318f-3306-000000003287 | TASK | Ensure /etc/ceph exists on all clients 2025-11-26 15:12:31.227162 | fa163e5d-bf36-318f-3306-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-pa3t6qzk/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e5d-bf36-318f-3306-000000003287') missing from stats 2025-11-26 15:12:31.460831 | fa163e5d-bf36-318f-3306-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-pa3t6qzk/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-11-26 15:12:31.659003 | fa163e5d-bf36-318f-3306-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-pa3t6qzk/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-11-26 15:12:31.671771 | fa163e5d-bf36-318f-3306-000000003287 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:12:43.330479 | 0.71s 2025-11-26 15:12:31.711380 | fa163e5d-bf36-318f-3306-000000003288 | TASK | push files to the other nodes of cluster 2025-11-26 15:12:32.261554 | fa163e5d-bf36-318f-3306-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-pa3t6qzk/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e5d-bf36-318f-3306-000000003288') missing from stats 2025-11-26 15:12:32.745315 | fa163e5d-bf36-318f-3306-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-pa3t6qzk/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-11-26 15:12:33.227485 | fa163e5d-bf36-318f-3306-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-pa3t6qzk/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-11-26 15:12:33.235622 | fa163e5d-bf36-318f-3306-000000003288 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:12:44.894331 | 1.52s 2025-11-26 15:12:33.254562 | fa163e5d-bf36-318f-3306-000000003122 | TASK | Clean ceph_client_fetch_dir 2025-11-26 15:12:33.306352 | fa163e5d-bf36-318f-3306-000000003122 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:12:44.965056 | 0.05s 2025-11-26 15:12:33.317691 | 54417d57-f17c-41e4-8203-73a2809f2db8 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-11-26 15:12:33.364371 | fa163e5d-bf36-318f-3306-00000000331c | TASK | Clean any old fetch directory path 2025-11-26 15:12:33.616951 | fa163e5d-bf36-318f-3306-00000000331c | CHANGED | Clean any old fetch directory path | undercloud 2025-11-26 15:12:33.618354 | fa163e5d-bf36-318f-3306-00000000331c | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:45.277065 | 0.25s 2025-11-26 15:12:33.636564 | fa163e5d-bf36-318f-3306-00000000331d | TASK | Create ceph_client_fetch_dir for the current execution 2025-11-26 15:12:33.687360 | fa163e5d-bf36-318f-3306-00000000331d | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-11-26 15:12:33.688449 | fa163e5d-bf36-318f-3306-00000000331d | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:45.347163 | 0.05s 2025-11-26 15:12:33.722913 | fa163e5d-bf36-318f-3306-00000000285f | TASK | tripleo client role 2025-11-26 15:12:33.753706 | fa163e5d-bf36-318f-3306-00000000285f | TIMING | tripleo client role | undercloud | 0:12:45.412403 | 0.03s 2025-11-26 15:12:33.772121 | fa163e5d-bf36-318f-3306-000000002860 | TASK | Load variables for standalone ganesha 2025-11-26 15:12:33.848849 | fa163e5d-bf36-318f-3306-000000002860 | SKIPPED | Load variables for standalone ganesha | undercloud 2025-11-26 15:12:33.850511 | fa163e5d-bf36-318f-3306-000000002860 | TIMING | Load variables for standalone ganesha | undercloud | 0:12:45.509211 | 0.08s 2025-11-26 15:12:33.869605 | fa163e5d-bf36-318f-3306-000000002861 | TASK | Config Standalone Ganesha 2025-11-26 15:12:33.942911 | fa163e5d-bf36-318f-3306-000000002861 | SKIPPED | Config Standalone Ganesha | undercloud 2025-11-26 15:12:33.944096 | fa163e5d-bf36-318f-3306-000000002861 | TIMING | Config Standalone Ganesha | undercloud | 0:12:45.602808 | 0.07s PLAY [Deploy step tasks for 2] ************************************************* 2025-11-26 15:12:34.074631 | fa163e5d-bf36-318f-3306-0000000000ca | TASK | Deploy step tasks for 2 2025-11-26 15:12:34.103304 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000ca') missing from stats 2025-11-26 15:12:34.128132 | fa163e5d-bf36-318f-3306-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-11-26 15:12:34.644804 | fa163e5d-bf36-318f-3306-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-11-26 15:12:34.646190 | fa163e5d-bf36-318f-3306-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:12:46.304901 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 15:12:34.706070 | fa163e5d-bf36-318f-3306-0000000000cc | TIMING | include_tasks | standalone | 0:12:46.364782 | 0.03s 2025-11-26 15:12:34.797592 | cb01e9fc-d988-4afe-847f-a691ef680446 | INCLUDED | /root/standalone-ansible-pa3t6qzk/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-11-26 15:12:34.832692 | fa163e5d-bf36-318f-3306-0000000033e3 | TASK | Push script 2025-11-26 15:12:35.380105 | fa163e5d-bf36-318f-3306-0000000033e3 | CHANGED | Push script | standalone 2025-11-26 15:12:35.381539 | fa163e5d-bf36-318f-3306-0000000033e3 | TIMING | Push script | standalone | 0:12:47.040249 | 0.55s 2025-11-26 15:12:35.411339 | fa163e5d-bf36-318f-3306-0000000033e4 | TASK | Insert cronjob in root crontab 2025-11-26 15:12:35.825984 | fa163e5d-bf36-318f-3306-0000000033e4 | CHANGED | Insert cronjob in root crontab | standalone 2025-11-26 15:12:35.827637 | fa163e5d-bf36-318f-3306-0000000033e4 | TIMING | Insert cronjob in root crontab | standalone | 0:12:47.486350 | 0.41s 2025-11-26 15:12:35.857198 | fa163e5d-bf36-318f-3306-0000000033eb | TASK | Gather variables for each operating system 2025-11-26 15:12:35.971592 | fa163e5d-bf36-318f-3306-0000000033eb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:12:47.630298 | 0.11s 2025-11-26 15:12:36.001336 | fa163e5d-bf36-318f-3306-0000000033ec | TASK | Detect if resource is being created or already exists 2025-11-26 15:12:36.734174 | fa163e5d-bf36-318f-3306-0000000033ec | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 15:12:36.735613 | fa163e5d-bf36-318f-3306-0000000033ec | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:12:48.394323 | 0.73s 2025-11-26 15:12:36.766848 | fa163e5d-bf36-318f-3306-0000000033ed | TASK | Run init bundle puppet on the host for haproxy 2025-11-26 15:14:20.538872 | fa163e5d-bf36-318f-3306-0000000033ed | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-11-26 15:14:20.540036 | fa163e5d-bf36-318f-3306-0000000033ed | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:32.198756 | 103.77s 2025-11-26 15:14:20.564222 | fa163e5d-bf36-318f-3306-0000000033ee | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-11-26 15:14:20.827160 | fa163e5d-bf36-318f-3306-0000000033ee | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-11-26 15:14:20.828663 | fa163e5d-bf36-318f-3306-0000000033ee | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:32.487375 | 0.26s 2025-11-26 15:14:20.859139 | fa163e5d-bf36-318f-3306-0000000033ef | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 15:14:21.417222 | fa163e5d-bf36-318f-3306-0000000033ef | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 15:14:21.418850 | fa163e5d-bf36-318f-3306-0000000033ef | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:33.077560 | 0.56s 2025-11-26 15:14:21.450787 | fa163e5d-bf36-318f-3306-0000000033f0 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-11-26 15:14:21.666593 | fa163e5d-bf36-318f-3306-0000000033f0 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-11-26 15:14:21.667847 | fa163e5d-bf36-318f-3306-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:33.326561 | 0.22s 2025-11-26 15:14:21.700079 | fa163e5d-bf36-318f-3306-0000000033f2 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-11-26 15:14:21.752049 | fa163e5d-bf36-318f-3306-0000000033f2 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-11-26 15:14:21.753310 | fa163e5d-bf36-318f-3306-0000000033f2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:33.412021 | 0.05s 2025-11-26 15:14:21.785096 | fa163e5d-bf36-318f-3306-0000000033f3 | TASK | Get container image tag from bundle haproxy-bundle 2025-11-26 15:14:21.846172 | fa163e5d-bf36-318f-3306-0000000033f3 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-11-26 15:14:21.847390 | fa163e5d-bf36-318f-3306-0000000033f3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:33.506101 | 0.06s 2025-11-26 15:14:21.879334 | fa163e5d-bf36-318f-3306-0000000033f4 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-11-26 15:14:21.931874 | fa163e5d-bf36-318f-3306-0000000033f4 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-11-26 15:14:21.933028 | fa163e5d-bf36-318f-3306-0000000033f4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:33.591736 | 0.05s 2025-11-26 15:14:21.967423 | fa163e5d-bf36-318f-3306-0000000033f5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 15:14:22.022647 | fa163e5d-bf36-318f-3306-0000000033f5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 15:14:22.023761 | fa163e5d-bf36-318f-3306-0000000033f5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:33.682474 | 0.05s 2025-11-26 15:14:22.057563 | fa163e5d-bf36-318f-3306-0000000033f6 | TASK | Remove update marker for bundle haproxy-bundle 2025-11-26 15:14:22.112221 | fa163e5d-bf36-318f-3306-0000000033f6 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-11-26 15:14:22.113699 | fa163e5d-bf36-318f-3306-0000000033f6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:33.772411 | 0.05s 2025-11-26 15:14:22.171655 | fa163e5d-bf36-318f-3306-000000003417 | TASK | Gather variables for each operating system 2025-11-26 15:14:22.289796 | fa163e5d-bf36-318f-3306-000000003417 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:33.948497 | 0.12s 2025-11-26 15:14:22.320341 | fa163e5d-bf36-318f-3306-000000003418 | TASK | Detect if resource is being created or already exists 2025-11-26 15:14:23.159270 | fa163e5d-bf36-318f-3306-000000003418 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 15:14:23.160592 | fa163e5d-bf36-318f-3306-000000003418 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:34.819305 | 0.84s 2025-11-26 15:14:23.190742 | fa163e5d-bf36-318f-3306-000000003419 | TASK | Run init bundle puppet on the host for mysql 2025-11-26 15:14:50.445607 | fa163e5d-bf36-318f-3306-000000003419 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-11-26 15:14:50.447567 | fa163e5d-bf36-318f-3306-000000003419 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:02.106273 | 27.26s 2025-11-26 15:14:50.484044 | fa163e5d-bf36-318f-3306-00000000341a | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-11-26 15:14:50.746548 | fa163e5d-bf36-318f-3306-00000000341a | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-11-26 15:14:50.747572 | fa163e5d-bf36-318f-3306-00000000341a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:02.406290 | 0.26s 2025-11-26 15:14:50.771336 | fa163e5d-bf36-318f-3306-00000000341b | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 15:14:51.264495 | fa163e5d-bf36-318f-3306-00000000341b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 15:14:51.266033 | fa163e5d-bf36-318f-3306-00000000341b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:02.924742 | 0.49s 2025-11-26 15:14:51.297354 | fa163e5d-bf36-318f-3306-00000000341c | TASK | Check if an image update marker exists for bundle galera-bundle 2025-11-26 15:14:51.535254 | fa163e5d-bf36-318f-3306-00000000341c | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-11-26 15:14:51.536741 | fa163e5d-bf36-318f-3306-00000000341c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:03.195453 | 0.24s 2025-11-26 15:14:51.567717 | fa163e5d-bf36-318f-3306-00000000341e | TASK | Get container image tag from marker for bundle galera-bundle 2025-11-26 15:14:51.629411 | fa163e5d-bf36-318f-3306-00000000341e | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-11-26 15:14:51.630931 | fa163e5d-bf36-318f-3306-00000000341e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:03.289641 | 0.06s 2025-11-26 15:14:51.663203 | fa163e5d-bf36-318f-3306-00000000341f | TASK | Get container image tag from bundle galera-bundle 2025-11-26 15:14:51.725316 | fa163e5d-bf36-318f-3306-00000000341f | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-11-26 15:14:51.726920 | fa163e5d-bf36-318f-3306-00000000341f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:03.385630 | 0.06s 2025-11-26 15:14:51.759552 | fa163e5d-bf36-318f-3306-000000003420 | TASK | Compare tags between marker and bundle galera-bundle 2025-11-26 15:14:51.822822 | fa163e5d-bf36-318f-3306-000000003420 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-11-26 15:14:51.823581 | fa163e5d-bf36-318f-3306-000000003420 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:03.482301 | 0.06s 2025-11-26 15:14:51.845189 | fa163e5d-bf36-318f-3306-000000003421 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 15:14:51.875465 | fa163e5d-bf36-318f-3306-000000003421 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 15:14:51.876300 | fa163e5d-bf36-318f-3306-000000003421 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:03.535018 | 0.03s 2025-11-26 15:14:51.901221 | fa163e5d-bf36-318f-3306-000000003422 | TASK | Remove update marker for bundle galera-bundle 2025-11-26 15:14:51.931973 | fa163e5d-bf36-318f-3306-000000003422 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-11-26 15:14:51.932752 | fa163e5d-bf36-318f-3306-000000003422 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:03.591469 | 0.03s 2025-11-26 15:14:51.976910 | fa163e5d-bf36-318f-3306-000000003443 | TASK | Gather variables for each operating system 2025-11-26 15:14:52.056645 | fa163e5d-bf36-318f-3306-000000003443 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:03.715350 | 0.08s 2025-11-26 15:14:52.086579 | fa163e5d-bf36-318f-3306-000000003444 | TASK | Detect if resource is being created or already exists 2025-11-26 15:14:52.733533 | fa163e5d-bf36-318f-3306-000000003444 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 15:14:52.734921 | fa163e5d-bf36-318f-3306-000000003444 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:04.393633 | 0.65s 2025-11-26 15:14:52.766169 | fa163e5d-bf36-318f-3306-000000003445 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-11-26 15:15:18.775591 | fa163e5d-bf36-318f-3306-000000003445 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-11-26 15:15:18.778679 | fa163e5d-bf36-318f-3306-000000003445 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:30.437389 | 26.01s 2025-11-26 15:15:18.812055 | fa163e5d-bf36-318f-3306-000000003446 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-11-26 15:15:19.041205 | fa163e5d-bf36-318f-3306-000000003446 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-11-26 15:15:19.042606 | fa163e5d-bf36-318f-3306-000000003446 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:30.701319 | 0.23s 2025-11-26 15:15:19.073403 | fa163e5d-bf36-318f-3306-000000003447 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 15:15:19.471542 | fa163e5d-bf36-318f-3306-000000003447 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 15:15:19.473072 | fa163e5d-bf36-318f-3306-000000003447 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:31.131786 | 0.40s 2025-11-26 15:15:19.502966 | fa163e5d-bf36-318f-3306-000000003448 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-11-26 15:15:19.734793 | fa163e5d-bf36-318f-3306-000000003448 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-11-26 15:15:19.736257 | fa163e5d-bf36-318f-3306-000000003448 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:31.394946 | 0.23s 2025-11-26 15:15:19.769101 | fa163e5d-bf36-318f-3306-00000000344a | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-11-26 15:15:19.810346 | fa163e5d-bf36-318f-3306-00000000344a | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-11-26 15:15:19.811073 | fa163e5d-bf36-318f-3306-00000000344a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:31.469795 | 0.04s 2025-11-26 15:15:19.831544 | fa163e5d-bf36-318f-3306-00000000344b | TASK | Get container image tag from bundle rabbitmq-bundle 2025-11-26 15:15:19.869682 | fa163e5d-bf36-318f-3306-00000000344b | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-11-26 15:15:19.870573 | fa163e5d-bf36-318f-3306-00000000344b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:31.529292 | 0.04s 2025-11-26 15:15:19.896431 | fa163e5d-bf36-318f-3306-00000000344c | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-11-26 15:15:19.935815 | fa163e5d-bf36-318f-3306-00000000344c | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-11-26 15:15:19.936665 | fa163e5d-bf36-318f-3306-00000000344c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:31.595385 | 0.04s 2025-11-26 15:15:19.960913 | fa163e5d-bf36-318f-3306-00000000344d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 15:15:20.019312 | fa163e5d-bf36-318f-3306-00000000344d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 15:15:20.020084 | fa163e5d-bf36-318f-3306-00000000344d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:31.678802 | 0.06s 2025-11-26 15:15:20.044096 | fa163e5d-bf36-318f-3306-00000000344e | TASK | Remove update marker for bundle rabbitmq-bundle 2025-11-26 15:15:20.094029 | fa163e5d-bf36-318f-3306-00000000344e | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-11-26 15:15:20.095210 | fa163e5d-bf36-318f-3306-00000000344e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:31.753924 | 0.05s 2025-11-26 15:15:20.139103 | fa163e5d-bf36-318f-3306-00000000346f | TASK | Gather variables for each operating system 2025-11-26 15:15:20.229969 | fa163e5d-bf36-318f-3306-00000000346f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:31.888680 | 0.09s 2025-11-26 15:15:20.253006 | fa163e5d-bf36-318f-3306-000000003470 | TASK | Detect if resource is being created or already exists 2025-11-26 15:15:20.971596 | fa163e5d-bf36-318f-3306-000000003470 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 15:15:20.972919 | fa163e5d-bf36-318f-3306-000000003470 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:32.631632 | 0.72s 2025-11-26 15:15:21.004611 | fa163e5d-bf36-318f-3306-000000003471 | TASK | Run init bundle puppet on the host for redis 2025-11-26 15:15:46.097367 | fa163e5d-bf36-318f-3306-000000003471 | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-11-26 15:15:46.099107 | fa163e5d-bf36-318f-3306-000000003471 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:15:57.757818 | 25.09s 2025-11-26 15:15:46.132570 | fa163e5d-bf36-318f-3306-000000003472 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-11-26 15:15:46.378329 | fa163e5d-bf36-318f-3306-000000003472 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-11-26 15:15:46.379664 | fa163e5d-bf36-318f-3306-000000003472 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:15:58.038377 | 0.25s 2025-11-26 15:15:46.410848 | fa163e5d-bf36-318f-3306-000000003473 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 15:15:46.807510 | fa163e5d-bf36-318f-3306-000000003473 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 15:15:46.808452 | fa163e5d-bf36-318f-3306-000000003473 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:58.467175 | 0.40s 2025-11-26 15:15:46.829021 | fa163e5d-bf36-318f-3306-000000003474 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-11-26 15:15:47.022760 | fa163e5d-bf36-318f-3306-000000003474 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-11-26 15:15:47.023655 | fa163e5d-bf36-318f-3306-000000003474 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:15:58.682377 | 0.19s 2025-11-26 15:15:47.044221 | fa163e5d-bf36-318f-3306-000000003476 | TASK | Get container image tag from marker for bundle redis-bundle 2025-11-26 15:15:47.093387 | fa163e5d-bf36-318f-3306-000000003476 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-11-26 15:15:47.094465 | fa163e5d-bf36-318f-3306-000000003476 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:15:58.753183 | 0.05s 2025-11-26 15:15:47.119074 | fa163e5d-bf36-318f-3306-000000003477 | TASK | Get container image tag from bundle redis-bundle 2025-11-26 15:15:47.171441 | fa163e5d-bf36-318f-3306-000000003477 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-11-26 15:15:47.172467 | fa163e5d-bf36-318f-3306-000000003477 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:15:58.831185 | 0.05s 2025-11-26 15:15:47.197110 | fa163e5d-bf36-318f-3306-000000003478 | TASK | Compare tags between marker and bundle redis-bundle 2025-11-26 15:15:47.245289 | fa163e5d-bf36-318f-3306-000000003478 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-11-26 15:15:47.246391 | fa163e5d-bf36-318f-3306-000000003478 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:15:58.905109 | 0.05s 2025-11-26 15:15:47.271897 | fa163e5d-bf36-318f-3306-000000003479 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 15:15:47.309410 | fa163e5d-bf36-318f-3306-000000003479 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 15:15:47.310294 | fa163e5d-bf36-318f-3306-000000003479 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:58.969012 | 0.04s 2025-11-26 15:15:47.337056 | fa163e5d-bf36-318f-3306-00000000347a | TASK | Remove update marker for bundle redis-bundle 2025-11-26 15:15:47.385890 | fa163e5d-bf36-318f-3306-00000000347a | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-11-26 15:15:47.386871 | fa163e5d-bf36-318f-3306-00000000347a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:15:59.045585 | 0.05s 2025-11-26 15:15:47.431849 | fa163e5d-bf36-318f-3306-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-11-26 15:15:47.660218 | fa163e5d-bf36-318f-3306-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-11-26 15:15:47.661212 | fa163e5d-bf36-318f-3306-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:15:59.319932 | 0.23s 2025-11-26 15:15:47.775623 | fa163e5d-bf36-318f-3306-0000000000cf | TIMING | include_tasks | standalone | 0:15:59.434333 | 0.09s 2025-11-26 15:15:47.801972 | c1f24c2a-68fe-4f69-9409-3c10e10505d7 | INCLUDED | /root/standalone-ansible-pa3t6qzk/common_deploy_steps_tasks.yaml | standalone 2025-11-26 15:15:47.827969 | fa163e5d-bf36-318f-3306-00000000350f | TASK | Write the config_step hieradata 2025-11-26 15:15:48.291374 | fa163e5d-bf36-318f-3306-00000000350f | OK | Write the config_step hieradata | standalone 2025-11-26 15:15:48.292592 | fa163e5d-bf36-318f-3306-00000000350f | TIMING | Write the config_step hieradata | standalone | 0:15:59.951301 | 0.46s 2025-11-26 15:15:48.322706 | fa163e5d-bf36-318f-3306-000000003510 | TASK | Run puppet host configuration for step 2 2025-11-26 15:15:48.635105 | fa163e5d-bf36-318f-3306-000000003510 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-11-26 15:15:48.637489 | fa163e5d-bf36-318f-3306-000000003510 | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:00.296201 | 0.31s 2025-11-26 15:15:48.667456 | fa163e5d-bf36-318f-3306-000000003511 | TASK | Wait for puppet host configuration to finish 2025-11-26 15:15:48.903123 | fa163e5d-bf36-318f-3306-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-26 15:15:59.104989 | fa163e5d-bf36-318f-3306-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-26 15:16:09.319758 | fa163e5d-bf36-318f-3306-000000003511 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-26 15:16:09.321159 | fa163e5d-bf36-318f-3306-000000003511 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:20.979873 | 20.65s 2025-11-26 15:16:09.352185 | fa163e5d-bf36-318f-3306-000000003512 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-11-26 15:16:09.446125 | fa163e5d-bf36-318f-3306-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>Nov 26 15:15:48 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 26 15:15:53 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 26 15:15:53 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 26 15:15:53 puppet-user: (file & line not available)", "<13>Nov 26 15:15:53 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>Nov 26 15:15:53 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 26 15:15:54 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 26 15:15:54 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.42 seconds", "<13>Nov 26 15:15:59 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 26 15:16:02 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 26 15:16:04 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 26 15:16:04 puppet-user: Notice: Applied catalog in 10.26 seconds", "<13>Nov 26 15:16:04 puppet-user: Application:", "<13>Nov 26 15:16:04 puppet-user: Initial environment: production", "<13>Nov 26 15:16:04 puppet-user: Converged environment: production", "<13>Nov 26 15:16:04 puppet-user: Run mode: user", "<13>Nov 26 15:16:04 puppet-user: Changes:", "<13>Nov 26 15:16:04 puppet-user: Total: 2", "<13>Nov 26 15:16:04 puppet-user: Events:", "<13>Nov 26 15:16:04 puppet-user: Success: 2", "<13>Nov 26 15:16:04 puppet-user: Resources:", "<13>Nov 26 15:16:04 puppet-user: Changed: 2", "<13>Nov 26 15:16:04 puppet-user: Out of sync: 2", "<13>Nov 26 15:16:04 puppet-user: Total: 28", "<13>Nov 26 15:16:04 puppet-user: Time:", "<13>Nov 26 15:16:04 puppet-user: Filebucket: 0.00", "<13>Nov 26 15:16:04 puppet-user: Package: 0.00", "<13>Nov 26 15:16:04 puppet-user: File line: 0.00", "<13>Nov 26 15:16:04 puppet-user: Schedule: 0.00", "<13>Nov 26 15:16:04 puppet-user: File: 0.00", "<13>Nov 26 15:16:04 puppet-user: User: 0.01", "<13>Nov 26 15:16:04 puppet-user: Augeas: 0.01", "<13>Nov 26 15:16:04 puppet-user: Service: 0.06", "<13>Nov 26 15:16:04 puppet-user: Config retrieval: 0.51", "<13>Nov 26 15:16:04 puppet-user: Pcmk property: 1.54", "<13>Nov 26 15:16:04 puppet-user: Transaction evaluation: 10.24", "<13>Nov 26 15:16:04 puppet-user: Catalog application: 10.26", "<13>Nov 26 15:16:04 puppet-user: Last run: 1764170164", "<13>Nov 26 15:16:04 puppet-user: Exec: 2.02", "<13>Nov 26 15:16:04 puppet-user: Pcmk resource default: 3.18", "<13>Nov 26 15:16:04 puppet-user: Pcmk resource op default: 3.26", "<13>Nov 26 15:16:04 puppet-user: Total: 10.26", "<13>Nov 26 15:16:04 puppet-user: Version:", "<13>Nov 26 15:16:04 puppet-user: Config: 1764170153", "<13>Nov 26 15:16:04 puppet-user: Puppet: 7.10.0" ] } 2025-11-26 15:16:09.447949 | fa163e5d-bf36-318f-3306-000000003512 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:21.106662 | 0.09s 2025-11-26 15:16:09.482356 | fa163e5d-bf36-318f-3306-000000003513 | TASK | Pre-cache facts for puppet containers 2025-11-26 15:16:09.514547 | fa163e5d-bf36-318f-3306-000000003513 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:21.173249 | 0.03s 2025-11-26 15:16:09.583269 | fa163e5d-bf36-318f-3306-000000003552 | TASK | Gather variables for each operating system 2025-11-26 15:16:09.706784 | fa163e5d-bf36-318f-3306-000000003552 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:21.365486 | 0.12s 2025-11-26 15:16:09.739296 | fa163e5d-bf36-318f-3306-000000003553 | TASK | Create puppet caching structures 2025-11-26 15:16:09.982028 | fa163e5d-bf36-318f-3306-000000003553 | CHANGED | Create puppet caching structures | standalone 2025-11-26 15:16:09.983489 | fa163e5d-bf36-318f-3306-000000003553 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:21.642201 | 0.24s 2025-11-26 15:16:10.013503 | fa163e5d-bf36-318f-3306-000000003554 | TASK | Check for facter.conf 2025-11-26 15:16:10.216936 | fa163e5d-bf36-318f-3306-000000003554 | OK | Check for facter.conf | standalone 2025-11-26 15:16:10.218332 | fa163e5d-bf36-318f-3306-000000003554 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:21.877043 | 0.20s 2025-11-26 15:16:10.248891 | fa163e5d-bf36-318f-3306-000000003555 | TASK | Remove facter.conf if directory 2025-11-26 15:16:10.299609 | fa163e5d-bf36-318f-3306-000000003555 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-26 15:16:10.300830 | fa163e5d-bf36-318f-3306-000000003555 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:21.959542 | 0.05s 2025-11-26 15:16:10.330371 | fa163e5d-bf36-318f-3306-000000003556 | TASK | Write facter cache config 2025-11-26 15:16:10.776356 | fa163e5d-bf36-318f-3306-000000003556 | CHANGED | Write facter cache config | standalone 2025-11-26 15:16:10.777881 | fa163e5d-bf36-318f-3306-000000003556 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:22.436592 | 0.45s 2025-11-26 15:16:10.810990 | fa163e5d-bf36-318f-3306-000000003557 | TASK | Cleanup facter cache if exists 2025-11-26 15:16:11.033341 | fa163e5d-bf36-318f-3306-000000003557 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-26 15:16:11.034913 | fa163e5d-bf36-318f-3306-000000003557 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:22.693627 | 0.22s 2025-11-26 15:16:11.072098 | fa163e5d-bf36-318f-3306-000000003558 | TASK | Pre-cache facts 2025-11-26 15:16:11.675675 | fa163e5d-bf36-318f-3306-000000003558 | CHANGED | Pre-cache facts | standalone 2025-11-26 15:16:11.676970 | fa163e5d-bf36-318f-3306-000000003558 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:23.335675 | 0.60s 2025-11-26 15:16:11.708999 | fa163e5d-bf36-318f-3306-000000003559 | TASK | Failed deployment if facter fails 2025-11-26 15:16:11.742353 | fa163e5d-bf36-318f-3306-000000003559 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-26 15:16:11.743556 | fa163e5d-bf36-318f-3306-000000003559 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:23.402260 | 0.03s 2025-11-26 15:16:11.792940 | fa163e5d-bf36-318f-3306-00000000355a | TASK | Sync cached facts 2025-11-26 15:16:12.096783 | fa163e5d-bf36-318f-3306-00000000355a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e5d-bf36-318f-3306-00000000355a') missing from stats 2025-11-26 15:16:12.154673 | fa163e5d-bf36-318f-3306-000000003514 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-26 15:16:12.205964 | fa163e5d-bf36-318f-3306-000000003514 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-26 15:16:12.207354 | fa163e5d-bf36-318f-3306-000000003514 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:23.866055 | 0.05s 2025-11-26 15:16:12.237970 | fa163e5d-bf36-318f-3306-000000003516 | TASK | Manage containers for step 2 with tripleo-ansible 2025-11-26 15:16:12.268302 | fa163e5d-bf36-318f-3306-000000003516 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:23.926970 | 0.03s 2025-11-26 15:16:12.338504 | fa163e5d-bf36-318f-3306-0000000035b1 | TASK | Gather variables for each operating system 2025-11-26 15:16:12.452609 | fa163e5d-bf36-318f-3306-0000000035b1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:24.111307 | 0.11s 2025-11-26 15:16:12.483549 | fa163e5d-bf36-318f-3306-0000000035b2 | TASK | Create container logs path 2025-11-26 15:16:12.755841 | fa163e5d-bf36-318f-3306-0000000035b2 | OK | Create container logs path | standalone 2025-11-26 15:16:12.756591 | fa163e5d-bf36-318f-3306-0000000035b2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:24.415313 | 0.27s 2025-11-26 15:16:12.776838 | fa163e5d-bf36-318f-3306-0000000035b4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-11-26 15:16:13.060916 | fa163e5d-bf36-318f-3306-0000000035b4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-26 15:16:13.062291 | fa163e5d-bf36-318f-3306-0000000035b4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:24.720960 | 0.28s 2025-11-26 15:16:13.082338 | fa163e5d-bf36-318f-3306-0000000035b5 | TASK | Finalise hashes for all containers 2025-11-26 15:16:13.153846 | fa163e5d-bf36-318f-3306-0000000035b5 | OK | Finalise hashes for all containers | standalone 2025-11-26 15:16:13.155587 | fa163e5d-bf36-318f-3306-0000000035b5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:24.814301 | 0.07s 2025-11-26 15:16:13.185327 | fa163e5d-bf36-318f-3306-0000000035b7 | TASK | Manage systemd shutdown files 2025-11-26 15:16:13.209263 | fa163e5d-bf36-318f-3306-0000000035b7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:24.867954 | 0.02s 2025-11-26 15:16:13.234691 | 27b7a2e2-cab1-4c93-b032-6c25e27caac7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-26 15:16:13.264119 | fa163e5d-bf36-318f-3306-0000000035ea | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-26 15:16:13.536962 | fa163e5d-bf36-318f-3306-0000000035ea | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-26 15:16:13.539630 | fa163e5d-bf36-318f-3306-0000000035ea | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:25.198337 | 0.27s 2025-11-26 15:16:13.573656 | fa163e5d-bf36-318f-3306-0000000035eb | TASK | Set podman_drop_in fact 2025-11-26 15:16:13.638123 | fa163e5d-bf36-318f-3306-0000000035eb | OK | Set podman_drop_in fact | standalone 2025-11-26 15:16:13.639466 | fa163e5d-bf36-318f-3306-0000000035eb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:25.298175 | 0.06s 2025-11-26 15:16:13.671502 | fa163e5d-bf36-318f-3306-0000000035ed | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-26 15:16:14.236274 | fa163e5d-bf36-318f-3306-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-26 15:16:14.237255 | fa163e5d-bf36-318f-3306-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:25.895958 | 0.56s 2025-11-26 15:16:14.714177 | fa163e5d-bf36-318f-3306-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-26 15:16:14.714910 | fa163e5d-bf36-318f-3306-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:26.373632 | 1.04s 2025-11-26 15:16:14.721872 | fa163e5d-bf36-318f-3306-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:26.380589 | 1.05s 2025-11-26 15:16:14.744773 | fa163e5d-bf36-318f-3306-0000000035ee | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-26 15:16:15.215148 | fa163e5d-bf36-318f-3306-0000000035ee | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-26 15:16:15.216694 | fa163e5d-bf36-318f-3306-0000000035ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:26.875405 | 0.47s 2025-11-26 15:16:15.246628 | fa163e5d-bf36-318f-3306-0000000035ef | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-26 15:16:15.765533 | fa163e5d-bf36-318f-3306-0000000035ef | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-26 15:16:15.766585 | fa163e5d-bf36-318f-3306-0000000035ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:27.425305 | 0.52s 2025-11-26 15:16:15.787294 | fa163e5d-bf36-318f-3306-0000000035f0 | TASK | Enable and start tripleo-container-shutdown 2025-11-26 15:16:16.558863 | fa163e5d-bf36-318f-3306-0000000035f0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-26 15:16:16.559961 | fa163e5d-bf36-318f-3306-0000000035f0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:28.218679 | 0.77s 2025-11-26 15:16:16.592228 | fa163e5d-bf36-318f-3306-0000000035f1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-26 15:16:17.058087 | fa163e5d-bf36-318f-3306-0000000035f1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-26 15:16:17.059691 | fa163e5d-bf36-318f-3306-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:28.718396 | 0.47s 2025-11-26 15:16:17.089897 | fa163e5d-bf36-318f-3306-0000000035f2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-26 15:16:17.564171 | fa163e5d-bf36-318f-3306-0000000035f2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-26 15:16:17.565552 | fa163e5d-bf36-318f-3306-0000000035f2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:29.224263 | 0.47s 2025-11-26 15:16:17.595212 | fa163e5d-bf36-318f-3306-0000000035f3 | TASK | Enable and start netns-placeholder 2025-11-26 15:16:18.338793 | fa163e5d-bf36-318f-3306-0000000035f3 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-26 15:16:18.340528 | fa163e5d-bf36-318f-3306-0000000035f3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:29.999244 | 0.74s 2025-11-26 15:16:18.372078 | fa163e5d-bf36-318f-3306-0000000035b9 | TASK | Update container configs with new config hashes 2025-11-26 15:16:18.434116 | fa163e5d-bf36-318f-3306-0000000035b9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:30.092824 | 0.06s 2025-11-26 15:16:18.454890 | 681624e9-06ad-49b9-a9ee-72070af843c7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-26 15:16:18.489005 | fa163e5d-bf36-318f-3306-00000000361b | TASK | Update config hashes for container startup configs 2025-11-26 15:16:18.777861 | fa163e5d-bf36-318f-3306-00000000361b | OK | Update config hashes for container startup configs | standalone 2025-11-26 15:16:18.779284 | fa163e5d-bf36-318f-3306-00000000361b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:30.437995 | 0.29s 2025-11-26 15:16:18.812406 | fa163e5d-bf36-318f-3306-0000000035ba | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-26 15:16:18.861912 | fa163e5d-bf36-318f-3306-0000000035ba | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:30.520620 | 0.05s 2025-11-26 15:16:18.885526 | 16ef7522-6ff9-4143-a3e4-43377fd33e3a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 15:16:18.922462 | fa163e5d-bf36-318f-3306-00000000363a | TASK | Gather podman infos 2025-11-26 15:16:19.873830 | fa163e5d-bf36-318f-3306-00000000363a | OK | Gather podman infos | standalone 2025-11-26 15:16:19.875232 | fa163e5d-bf36-318f-3306-00000000363a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:31.533944 | 0.95s 2025-11-26 15:16:20.040526 | fa163e5d-bf36-318f-3306-00000000363b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-26 15:16:20.106007 | fa163e5d-bf36-318f-3306-00000000363b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:31.764710 | 0.06s 2025-11-26 15:16:20.247311 | fa163e5d-bf36-318f-3306-000000003684 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:31.906006 | 0.07s 2025-11-26 15:16:20.306749 | fa163e5d-bf36-318f-3306-0000000035bb | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-26 15:16:20.361553 | fa163e5d-bf36-318f-3306-0000000035bb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:32.020256 | 0.05s 2025-11-26 15:16:20.385307 | 93823b3b-1dd4-4e5f-a373-70435a20e768 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 15:16:20.421720 | fa163e5d-bf36-318f-3306-0000000036aa | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-26 15:16:37.430115 | fa163e5d-bf36-318f-3306-0000000036aa | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-26 15:16:37.431761 | fa163e5d-bf36-318f-3306-0000000036aa | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:49.090472 | 17.01s 2025-11-26 15:16:37.464996 | fa163e5d-bf36-318f-3306-0000000036ab | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-26 15:16:40.213164 | fa163e5d-bf36-318f-3306-0000000036ab | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-26 15:16:40.214897 | fa163e5d-bf36-318f-3306-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:51.873609 | 2.75s 2025-11-26 15:16:40.288681 | fa163e5d-bf36-318f-3306-000000003518 | TASK | Clean container_puppet_tasks for standalone step 2 2025-11-26 15:16:40.527184 | fa163e5d-bf36-318f-3306-000000003518 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-11-26 15:16:40.528508 | fa163e5d-bf36-318f-3306-000000003518 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:16:52.187220 | 0.24s 2025-11-26 15:16:40.575004 | fa163e5d-bf36-318f-3306-000000003519 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-11-26 15:16:40.635979 | fa163e5d-bf36-318f-3306-000000003519 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:16:52.294682 | 0.06s 2025-11-26 15:16:40.669766 | fa163e5d-bf36-318f-3306-00000000351a | TASK | Include container-puppet tasks for step 2 2025-11-26 15:16:40.723557 | fa163e5d-bf36-318f-3306-00000000351a | TIMING | Include container-puppet tasks for step 2 | standalone | 0:16:52.382257 | 0.05s 2025-11-26 15:16:40.750772 | 474cee52-dff5-43e2-b131-6f33e935b69e | INCLUDED | /root/standalone-ansible-pa3t6qzk/host-container-puppet-tasks.yaml | standalone 2025-11-26 15:16:40.801549 | fa163e5d-bf36-318f-3306-0000000036f6 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-11-26 15:16:41.306793 | fa163e5d-bf36-318f-3306-0000000036f6 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-11-26 15:16:41.308068 | fa163e5d-bf36-318f-3306-0000000036f6 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:16:52.966780 | 0.51s 2025-11-26 15:16:41.338399 | fa163e5d-bf36-318f-3306-0000000036f8 | TASK | Generate container puppet configs for step 2 2025-11-26 15:16:41.613533 | fa163e5d-bf36-318f-3306-0000000036f8 | OK | Generate container puppet configs for step 2 | standalone 2025-11-26 15:16:41.614844 | fa163e5d-bf36-318f-3306-0000000036f8 | TIMING | Generate container puppet configs for step 2 | standalone | 0:16:53.273556 | 0.27s 2025-11-26 15:16:41.645196 | fa163e5d-bf36-318f-3306-0000000036f9 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-11-26 15:16:41.674005 | fa163e5d-bf36-318f-3306-0000000036f9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:16:53.332715 | 0.03s 2025-11-26 15:16:41.744515 | fa163e5d-bf36-318f-3306-000000003728 | TASK | Gather variables for each operating system 2025-11-26 15:16:41.855380 | fa163e5d-bf36-318f-3306-000000003728 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:53.514091 | 0.11s 2025-11-26 15:16:41.875112 | fa163e5d-bf36-318f-3306-000000003729 | TASK | Create container logs path 2025-11-26 15:16:42.068686 | fa163e5d-bf36-318f-3306-000000003729 | OK | Create container logs path | standalone 2025-11-26 15:16:42.070174 | fa163e5d-bf36-318f-3306-000000003729 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:53.728886 | 0.19s 2025-11-26 15:16:42.103296 | fa163e5d-bf36-318f-3306-00000000372b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-26 15:16:42.360583 | fa163e5d-bf36-318f-3306-00000000372b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-26 15:16:42.361959 | fa163e5d-bf36-318f-3306-00000000372b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:54.020669 | 0.26s 2025-11-26 15:16:42.391678 | fa163e5d-bf36-318f-3306-00000000372c | TASK | Finalise hashes for all containers 2025-11-26 15:16:42.421904 | fa163e5d-bf36-318f-3306-00000000372c | OK | Finalise hashes for all containers | standalone 2025-11-26 15:16:42.422983 | fa163e5d-bf36-318f-3306-00000000372c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:54.081696 | 0.03s 2025-11-26 15:16:42.452755 | fa163e5d-bf36-318f-3306-00000000372e | TASK | Manage systemd shutdown files 2025-11-26 15:16:42.493586 | fa163e5d-bf36-318f-3306-00000000372e | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 15:16:42.494719 | fa163e5d-bf36-318f-3306-00000000372e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:54.153428 | 0.04s 2025-11-26 15:16:42.524665 | fa163e5d-bf36-318f-3306-000000003730 | TASK | Update container configs with new config hashes 2025-11-26 15:16:42.575540 | fa163e5d-bf36-318f-3306-000000003730 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 15:16:42.576658 | fa163e5d-bf36-318f-3306-000000003730 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:54.235370 | 0.05s 2025-11-26 15:16:42.608594 | fa163e5d-bf36-318f-3306-000000003731 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-26 15:16:42.659082 | fa163e5d-bf36-318f-3306-000000003731 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-26 15:16:42.660203 | fa163e5d-bf36-318f-3306-000000003731 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:54.318917 | 0.05s 2025-11-26 15:16:42.692548 | fa163e5d-bf36-318f-3306-000000003732 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-26 15:16:42.744552 | fa163e5d-bf36-318f-3306-000000003732 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-26 15:16:42.745687 | fa163e5d-bf36-318f-3306-000000003732 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:54.404399 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-11-26 15:16:42.926649 | fa163e5d-bf36-318f-3306-0000000000d2 | TASK | External deployment step 3 2025-11-26 15:16:42.948838 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000d2') missing from stats 2025-11-26 15:16:43.006899 | fa163e5d-bf36-318f-3306-0000000000d3 | TIMING | include_tasks | undercloud | 0:16:54.665605 | 0.04s 2025-11-26 15:16:43.017485 | 430e6619-5741-4ae4-a820-834ff2c7855c | INCLUDED | /root/standalone-ansible-pa3t6qzk/external_deploy_steps_tasks_step3.yaml | undercloud 2025-11-26 15:16:43.037165 | fa163e5d-bf36-318f-3306-000000003781 | TASK | Pause cephadm 2025-11-26 15:16:43.088983 | fa163e5d-bf36-318f-3306-000000003781 | SKIPPED | Pause cephadm | undercloud 2025-11-26 15:16:43.090072 | fa163e5d-bf36-318f-3306-000000003781 | TIMING | Pause cephadm | undercloud | 0:16:54.748783 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-11-26 15:16:43.222478 | fa163e5d-bf36-318f-3306-0000000000d6 | TASK | Deploy step tasks for 3 2025-11-26 15:16:43.252043 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000d6') missing from stats 2025-11-26 15:16:43.274281 | fa163e5d-bf36-318f-3306-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-11-26 15:16:43.744344 | fa163e5d-bf36-318f-3306-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-11-26 15:16:43.745478 | fa163e5d-bf36-318f-3306-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:16:55.404193 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 15:16:43.815216 | fa163e5d-bf36-318f-3306-0000000000d8 | TIMING | include_tasks | standalone | 0:16:55.473927 | 0.05s 2025-11-26 15:16:43.842818 | 4b9e7135-4460-4f47-867d-27c703f8de1b | INCLUDED | /root/standalone-ansible-pa3t6qzk/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-11-26 15:16:43.875505 | fa163e5d-bf36-318f-3306-0000000037a0 | TASK | Start OVN container 2025-11-26 15:16:43.953562 | fa163e5d-bf36-318f-3306-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:55.612252 | 0.08s 2025-11-26 15:16:43.982956 | fa163e5d-bf36-318f-3306-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:55.641665 | 0.11s 2025-11-26 15:16:44.007115 | fa163e5d-bf36-318f-3306-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:55.665832 | 0.13s 2025-11-26 15:16:44.019116 | fa163e5d-bf36-318f-3306-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:55.677824 | 0.14s 2025-11-26 15:16:44.131893 | fa163e5d-bf36-318f-3306-0000000037d8 | TASK | Gather variables for each operating system 2025-11-26 15:16:44.246767 | fa163e5d-bf36-318f-3306-0000000037d8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:55.905465 | 0.11s 2025-11-26 15:16:44.277875 | fa163e5d-bf36-318f-3306-0000000037d9 | TASK | Create container logs path 2025-11-26 15:16:44.550133 | fa163e5d-bf36-318f-3306-0000000037d9 | OK | Create container logs path | standalone 2025-11-26 15:16:44.551590 | fa163e5d-bf36-318f-3306-0000000037d9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:56.210302 | 0.27s 2025-11-26 15:16:44.584046 | fa163e5d-bf36-318f-3306-0000000037db | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:44.935258 | fa163e5d-bf36-318f-3306-0000000037db | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 15:16:44.936549 | fa163e5d-bf36-318f-3306-0000000037db | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:56.595261 | 0.35s 2025-11-26 15:16:44.966079 | fa163e5d-bf36-318f-3306-0000000037dc | TASK | Finalise hashes for all containers 2025-11-26 15:16:45.072483 | fa163e5d-bf36-318f-3306-0000000037dc | OK | Finalise hashes for all containers | standalone 2025-11-26 15:16:45.073716 | fa163e5d-bf36-318f-3306-0000000037dc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:56.732427 | 0.11s 2025-11-26 15:16:45.103588 | fa163e5d-bf36-318f-3306-0000000037de | TASK | Manage systemd shutdown files 2025-11-26 15:16:45.159174 | fa163e5d-bf36-318f-3306-0000000037de | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 15:16:45.160320 | fa163e5d-bf36-318f-3306-0000000037de | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:56.818999 | 0.06s 2025-11-26 15:16:45.189829 | fa163e5d-bf36-318f-3306-0000000037e0 | TASK | Update container configs with new config hashes 2025-11-26 15:16:45.257067 | fa163e5d-bf36-318f-3306-0000000037e0 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 15:16:45.258164 | fa163e5d-bf36-318f-3306-0000000037e0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:56.916877 | 0.07s 2025-11-26 15:16:45.289247 | fa163e5d-bf36-318f-3306-0000000037e1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:45.363053 | fa163e5d-bf36-318f-3306-0000000037e1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:57.021755 | 0.07s 2025-11-26 15:16:45.388322 | 2b3a7eef-7825-44bf-802f-15dc733e2e48 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 15:16:45.424055 | fa163e5d-bf36-318f-3306-00000000386d | TASK | Gather podman infos 2025-11-26 15:16:46.552842 | fa163e5d-bf36-318f-3306-00000000386d | OK | Gather podman infos | standalone 2025-11-26 15:16:46.554130 | fa163e5d-bf36-318f-3306-00000000386d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:58.212843 | 1.13s 2025-11-26 15:16:46.643245 | fa163e5d-bf36-318f-3306-00000000386e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:46.732293 | fa163e5d-bf36-318f-3306-00000000386e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:58.390983 | 0.08s 2025-11-26 15:16:46.940936 | fa163e5d-bf36-318f-3306-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:58.599629 | 0.16s 2025-11-26 15:16:47.003035 | fa163e5d-bf36-318f-3306-0000000037e2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:47.045117 | fa163e5d-bf36-318f-3306-0000000037e2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:58.703830 | 0.04s 2025-11-26 15:16:47.060074 | 61ed6c5a-fb7d-4098-a25e-0521d2985a3a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 15:16:47.092867 | fa163e5d-bf36-318f-3306-0000000038d8 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:47.981580 | fa163e5d-bf36-318f-3306-0000000038d8 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 15:16:47.982761 | fa163e5d-bf36-318f-3306-0000000038d8 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:59.641480 | 0.89s 2025-11-26 15:16:48.006381 | fa163e5d-bf36-318f-3306-0000000038d9 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:50.857897 | fa163e5d-bf36-318f-3306-0000000038d9 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 15:16:50.859366 | fa163e5d-bf36-318f-3306-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:02.518079 | 2.85s 2025-11-26 15:16:50.914874 | fa163e5d-bf36-318f-3306-000000003803 | TASK | Gather variables for each operating system 2025-11-26 15:16:51.032571 | fa163e5d-bf36-318f-3306-000000003803 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:02.691273 | 0.12s 2025-11-26 15:16:51.063001 | fa163e5d-bf36-318f-3306-000000003804 | TASK | Create container logs path 2025-11-26 15:16:51.311526 | fa163e5d-bf36-318f-3306-000000003804 | OK | Create container logs path | standalone 2025-11-26 15:16:51.313109 | fa163e5d-bf36-318f-3306-000000003804 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:02.971822 | 0.25s 2025-11-26 15:16:51.345514 | fa163e5d-bf36-318f-3306-000000003806 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:51.633352 | fa163e5d-bf36-318f-3306-000000003806 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 15:16:51.634583 | fa163e5d-bf36-318f-3306-000000003806 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:03.293296 | 0.29s 2025-11-26 15:16:51.664097 | fa163e5d-bf36-318f-3306-000000003807 | TASK | Finalise hashes for all containers 2025-11-26 15:16:51.727936 | fa163e5d-bf36-318f-3306-000000003807 | OK | Finalise hashes for all containers | standalone 2025-11-26 15:16:51.729086 | fa163e5d-bf36-318f-3306-000000003807 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:03.387796 | 0.06s 2025-11-26 15:16:51.759114 | fa163e5d-bf36-318f-3306-000000003809 | TASK | Manage systemd shutdown files 2025-11-26 15:16:51.815173 | fa163e5d-bf36-318f-3306-000000003809 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 15:16:51.816156 | fa163e5d-bf36-318f-3306-000000003809 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:03.474873 | 0.05s 2025-11-26 15:16:51.839313 | fa163e5d-bf36-318f-3306-00000000380b | TASK | Update container configs with new config hashes 2025-11-26 15:16:51.902152 | fa163e5d-bf36-318f-3306-00000000380b | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 15:16:51.903328 | fa163e5d-bf36-318f-3306-00000000380b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:03.562040 | 0.06s 2025-11-26 15:16:51.933885 | fa163e5d-bf36-318f-3306-00000000380c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:52.016594 | fa163e5d-bf36-318f-3306-00000000380c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:03.675304 | 0.08s 2025-11-26 15:16:52.040748 | 96a19356-e7ca-440b-aa3c-0f05743ea17d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 15:16:52.076371 | fa163e5d-bf36-318f-3306-000000003924 | TASK | Gather podman infos 2025-11-26 15:16:53.223193 | fa163e5d-bf36-318f-3306-000000003924 | OK | Gather podman infos | standalone 2025-11-26 15:16:53.224710 | fa163e5d-bf36-318f-3306-000000003924 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:04.883420 | 1.15s 2025-11-26 15:16:53.313022 | fa163e5d-bf36-318f-3306-000000003925 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:53.406127 | fa163e5d-bf36-318f-3306-000000003925 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:05.064828 | 0.09s 2025-11-26 15:16:53.639183 | fa163e5d-bf36-318f-3306-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:05.297883 | 0.09s 2025-11-26 15:16:53.697526 | fa163e5d-bf36-318f-3306-00000000380d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:53.765688 | fa163e5d-bf36-318f-3306-00000000380d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:05.424394 | 0.07s 2025-11-26 15:16:53.789098 | f8eae18d-b52f-47ea-9dfa-b00c6b44e07a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 15:16:53.830783 | fa163e5d-bf36-318f-3306-00000000398a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:54.744710 | fa163e5d-bf36-318f-3306-00000000398a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 15:16:54.745999 | fa163e5d-bf36-318f-3306-00000000398a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:06.404711 | 0.91s 2025-11-26 15:16:54.777243 | fa163e5d-bf36-318f-3306-00000000398b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:57.636710 | fa163e5d-bf36-318f-3306-00000000398b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 15:16:57.638180 | fa163e5d-bf36-318f-3306-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:09.296893 | 2.86s 2025-11-26 15:16:57.694793 | fa163e5d-bf36-318f-3306-00000000382e | TASK | Gather variables for each operating system 2025-11-26 15:16:57.813683 | fa163e5d-bf36-318f-3306-00000000382e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:09.472397 | 0.12s 2025-11-26 15:16:57.833098 | fa163e5d-bf36-318f-3306-00000000382f | TASK | Create container logs path 2025-11-26 15:16:58.093775 | fa163e5d-bf36-318f-3306-00000000382f | OK | Create container logs path | standalone 2025-11-26 15:16:58.095480 | fa163e5d-bf36-318f-3306-00000000382f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:09.754193 | 0.26s 2025-11-26 15:16:58.126671 | fa163e5d-bf36-318f-3306-000000003831 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:58.446755 | fa163e5d-bf36-318f-3306-000000003831 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 15:16:58.447997 | fa163e5d-bf36-318f-3306-000000003831 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:10.106710 | 0.32s 2025-11-26 15:16:58.479504 | fa163e5d-bf36-318f-3306-000000003832 | TASK | Finalise hashes for all containers 2025-11-26 15:16:58.617071 | fa163e5d-bf36-318f-3306-000000003832 | OK | Finalise hashes for all containers | standalone 2025-11-26 15:16:58.618099 | fa163e5d-bf36-318f-3306-000000003832 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:10.276818 | 0.14s 2025-11-26 15:16:58.641978 | fa163e5d-bf36-318f-3306-000000003834 | TASK | Manage systemd shutdown files 2025-11-26 15:16:58.701558 | fa163e5d-bf36-318f-3306-000000003834 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 15:16:58.702411 | fa163e5d-bf36-318f-3306-000000003834 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:10.361129 | 0.06s 2025-11-26 15:16:58.725340 | fa163e5d-bf36-318f-3306-000000003836 | TASK | Update container configs with new config hashes 2025-11-26 15:16:58.789052 | fa163e5d-bf36-318f-3306-000000003836 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 15:16:58.790231 | fa163e5d-bf36-318f-3306-000000003836 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:10.448942 | 0.06s 2025-11-26 15:16:58.821399 | fa163e5d-bf36-318f-3306-000000003837 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:16:58.884859 | fa163e5d-bf36-318f-3306-000000003837 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:10.543564 | 0.06s 2025-11-26 15:16:58.909649 | 3fa6d654-bda9-4755-80fd-8fc9d8169c7a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 15:16:58.945215 | fa163e5d-bf36-318f-3306-0000000039d6 | TASK | Gather podman infos 2025-11-26 15:17:00.130737 | fa163e5d-bf36-318f-3306-0000000039d6 | OK | Gather podman infos | standalone 2025-11-26 15:17:00.132040 | fa163e5d-bf36-318f-3306-0000000039d6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:11.790752 | 1.19s 2025-11-26 15:17:00.222873 | fa163e5d-bf36-318f-3306-0000000039d7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:17:00.315880 | fa163e5d-bf36-318f-3306-0000000039d7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:11.974585 | 0.09s 2025-11-26 15:17:00.550659 | fa163e5d-bf36-318f-3306-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:12.209354 | 0.17s 2025-11-26 15:17:00.616220 | fa163e5d-bf36-318f-3306-000000003838 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:17:00.694394 | fa163e5d-bf36-318f-3306-000000003838 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:12.353092 | 0.08s 2025-11-26 15:17:00.795124 | 50ee012b-b583-4c20-bb15-294d88d44c77 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 15:17:00.823439 | fa163e5d-bf36-318f-3306-000000003a3c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:17:01.841848 | fa163e5d-bf36-318f-3306-000000003a3c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 15:17:01.843389 | fa163e5d-bf36-318f-3306-000000003a3c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:13.502099 | 1.02s 2025-11-26 15:17:01.874671 | fa163e5d-bf36-318f-3306-000000003a3d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 15:17:04.833080 | fa163e5d-bf36-318f-3306-000000003a3d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 15:17:04.834735 | fa163e5d-bf36-318f-3306-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:16.493448 | 2.96s 2025-11-26 15:17:04.890381 | fa163e5d-bf36-318f-3306-0000000037a2 | TASK | Set NB connection 2025-11-26 15:17:05.356701 | fa163e5d-bf36-318f-3306-0000000037a2 | CHANGED | Set NB connection | standalone 2025-11-26 15:17:05.358138 | fa163e5d-bf36-318f-3306-0000000037a2 | TIMING | Set NB connection | standalone | 0:17:17.016849 | 0.47s 2025-11-26 15:17:05.386915 | fa163e5d-bf36-318f-3306-0000000037a3 | TASK | Set SB connection 2025-11-26 15:17:05.853094 | fa163e5d-bf36-318f-3306-0000000037a3 | CHANGED | Set SB connection | standalone 2025-11-26 15:17:05.854854 | fa163e5d-bf36-318f-3306-0000000037a3 | TIMING | Set SB connection | standalone | 0:17:17.513565 | 0.47s 2025-11-26 15:17:05.884190 | fa163e5d-bf36-318f-3306-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-11-26 15:17:06.120411 | fa163e5d-bf36-318f-3306-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-11-26 15:17:06.121857 | fa163e5d-bf36-318f-3306-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:17.780571 | 0.24s 2025-11-26 15:17:06.222776 | fa163e5d-bf36-318f-3306-0000000000db | TIMING | include_tasks | standalone | 0:17:17.881480 | 0.07s 2025-11-26 15:17:06.262020 | f05b1ca8-2c78-4006-9e69-d1ca7af2e8f2 | INCLUDED | /root/standalone-ansible-pa3t6qzk/common_deploy_steps_tasks.yaml | standalone 2025-11-26 15:17:06.295027 | fa163e5d-bf36-318f-3306-000000003a82 | TASK | Write the config_step hieradata 2025-11-26 15:17:06.846601 | fa163e5d-bf36-318f-3306-000000003a82 | OK | Write the config_step hieradata | standalone 2025-11-26 15:17:06.848030 | fa163e5d-bf36-318f-3306-000000003a82 | TIMING | Write the config_step hieradata | standalone | 0:17:18.506739 | 0.55s 2025-11-26 15:17:06.879028 | fa163e5d-bf36-318f-3306-000000003a83 | TASK | Run puppet host configuration for step 3 2025-11-26 15:17:07.208227 | fa163e5d-bf36-318f-3306-000000003a83 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-11-26 15:17:07.209090 | fa163e5d-bf36-318f-3306-000000003a83 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:18.867811 | 0.33s 2025-11-26 15:17:07.231034 | fa163e5d-bf36-318f-3306-000000003a84 | TASK | Wait for puppet host configuration to finish 2025-11-26 15:17:07.498357 | fa163e5d-bf36-318f-3306-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-26 15:17:17.719380 | fa163e5d-bf36-318f-3306-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-26 15:17:27.958363 | fa163e5d-bf36-318f-3306-000000003a84 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-26 15:17:27.959760 | fa163e5d-bf36-318f-3306-000000003a84 | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:39.618472 | 20.73s 2025-11-26 15:17:27.991147 | fa163e5d-bf36-318f-3306-000000003a85 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-11-26 15:17:28.077159 | fa163e5d-bf36-318f-3306-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>Nov 26 15:17:07 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 26 15:17:11 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 26 15:17:11 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 26 15:17:11 puppet-user: (file & line not available)", "<13>Nov 26 15:17:11 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>Nov 26 15:17:11 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 26 15:17:12 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 26 15:17:12 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Nov 26 15:17:16 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 26 15:17:18 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 26 15:17:20 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 26 15:17:20 puppet-user: Notice: Applied catalog in 7.98 seconds", "<13>Nov 26 15:17:20 puppet-user: Application:", "<13>Nov 26 15:17:20 puppet-user: Initial environment: production", "<13>Nov 26 15:17:20 puppet-user: Converged environment: production", "<13>Nov 26 15:17:20 puppet-user: Run mode: user", "<13>Nov 26 15:17:20 puppet-user: Changes:", "<13>Nov 26 15:17:20 puppet-user: Total: 2", "<13>Nov 26 15:17:20 puppet-user: Events:", "<13>Nov 26 15:17:20 puppet-user: Success: 2", "<13>Nov 26 15:17:20 puppet-user: Resources:", "<13>Nov 26 15:17:20 puppet-user: Changed: 2", "<13>Nov 26 15:17:20 puppet-user: Out of sync: 2", "<13>Nov 26 15:17:20 puppet-user: Total: 28", "<13>Nov 26 15:17:20 puppet-user: Time:", "<13>Nov 26 15:17:20 puppet-user: Schedule: 0.00", "<13>Nov 26 15:17:20 puppet-user: File: 0.00", "<13>Nov 26 15:17:20 puppet-user: Augeas: 0.01", "<13>Nov 26 15:17:20 puppet-user: Package: 0.01", "<13>Nov 26 15:17:20 puppet-user: User: 0.01", "<13>Nov 26 15:17:20 puppet-user: File line: 0.02", "<13>Nov 26 15:17:20 puppet-user: Service: 0.09", "<13>Nov 26 15:17:20 puppet-user: Config retrieval: 0.48", "<13>Nov 26 15:17:20 puppet-user: Pcmk property: 1.63", "<13>Nov 26 15:17:20 puppet-user: Exec: 1.92", "<13>Nov 26 15:17:20 puppet-user: Pcmk resource op default: 1.97", "<13>Nov 26 15:17:20 puppet-user: Last run: 1764170240", "<13>Nov 26 15:17:20 puppet-user: Pcmk resource default: 2.12", "<13>Nov 26 15:17:20 puppet-user: Transaction evaluation: 7.97", "<13>Nov 26 15:17:20 puppet-user: Catalog application: 7.98", "<13>Nov 26 15:17:20 puppet-user: Filebucket: 0.00", "<13>Nov 26 15:17:20 puppet-user: Total: 7.99", "<13>Nov 26 15:17:20 puppet-user: Version:", "<13>Nov 26 15:17:20 puppet-user: Config: 1764170231", "<13>Nov 26 15:17:20 puppet-user: Puppet: 7.10.0" ] } 2025-11-26 15:17:28.078739 | fa163e5d-bf36-318f-3306-000000003a85 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:17:39.737449 | 0.09s 2025-11-26 15:17:28.108966 | fa163e5d-bf36-318f-3306-000000003a86 | TASK | Pre-cache facts for puppet containers 2025-11-26 15:17:28.139331 | fa163e5d-bf36-318f-3306-000000003a86 | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:39.798033 | 0.03s 2025-11-26 15:17:28.210891 | fa163e5d-bf36-318f-3306-000000003ac5 | TASK | Gather variables for each operating system 2025-11-26 15:17:28.335498 | fa163e5d-bf36-318f-3306-000000003ac5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:39.994195 | 0.12s 2025-11-26 15:17:28.367597 | fa163e5d-bf36-318f-3306-000000003ac6 | TASK | Create puppet caching structures 2025-11-26 15:17:28.628869 | fa163e5d-bf36-318f-3306-000000003ac6 | CHANGED | Create puppet caching structures | standalone 2025-11-26 15:17:28.630374 | fa163e5d-bf36-318f-3306-000000003ac6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:40.289086 | 0.26s 2025-11-26 15:17:28.659984 | fa163e5d-bf36-318f-3306-000000003ac7 | TASK | Check for facter.conf 2025-11-26 15:17:28.929580 | fa163e5d-bf36-318f-3306-000000003ac7 | OK | Check for facter.conf | standalone 2025-11-26 15:17:28.931037 | fa163e5d-bf36-318f-3306-000000003ac7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:40.589749 | 0.27s 2025-11-26 15:17:28.960012 | fa163e5d-bf36-318f-3306-000000003ac8 | TASK | Remove facter.conf if directory 2025-11-26 15:17:29.006800 | fa163e5d-bf36-318f-3306-000000003ac8 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-26 15:17:29.008128 | fa163e5d-bf36-318f-3306-000000003ac8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:40.666837 | 0.05s 2025-11-26 15:17:29.038643 | fa163e5d-bf36-318f-3306-000000003ac9 | TASK | Write facter cache config 2025-11-26 15:17:29.546534 | fa163e5d-bf36-318f-3306-000000003ac9 | CHANGED | Write facter cache config | standalone 2025-11-26 15:17:29.548185 | fa163e5d-bf36-318f-3306-000000003ac9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:41.206895 | 0.51s 2025-11-26 15:17:29.577205 | fa163e5d-bf36-318f-3306-000000003aca | TASK | Cleanup facter cache if exists 2025-11-26 15:17:29.800970 | fa163e5d-bf36-318f-3306-000000003aca | CHANGED | Cleanup facter cache if exists | standalone 2025-11-26 15:17:29.802520 | fa163e5d-bf36-318f-3306-000000003aca | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:41.461231 | 0.22s 2025-11-26 15:17:29.831524 | fa163e5d-bf36-318f-3306-000000003acb | TASK | Pre-cache facts 2025-11-26 15:17:30.423089 | fa163e5d-bf36-318f-3306-000000003acb | CHANGED | Pre-cache facts | standalone 2025-11-26 15:17:30.424807 | fa163e5d-bf36-318f-3306-000000003acb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:42.083520 | 0.59s 2025-11-26 15:17:30.461136 | fa163e5d-bf36-318f-3306-000000003acc | TASK | Failed deployment if facter fails 2025-11-26 15:17:30.504451 | fa163e5d-bf36-318f-3306-000000003acc | SKIPPED | Failed deployment if facter fails | standalone 2025-11-26 15:17:30.505906 | fa163e5d-bf36-318f-3306-000000003acc | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:42.164617 | 0.04s 2025-11-26 15:17:30.551994 | fa163e5d-bf36-318f-3306-000000003acd | TASK | Sync cached facts 2025-11-26 15:17:30.876414 | fa163e5d-bf36-318f-3306-000000003acd | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e5d-bf36-318f-3306-000000003acd') missing from stats 2025-11-26 15:17:30.920219 | fa163e5d-bf36-318f-3306-000000003a87 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-26 15:17:30.979806 | fa163e5d-bf36-318f-3306-000000003a87 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-26 15:17:30.980893 | fa163e5d-bf36-318f-3306-000000003a87 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:42.639608 | 0.06s 2025-11-26 15:17:31.004700 | fa163e5d-bf36-318f-3306-000000003a89 | TASK | Manage containers for step 3 with tripleo-ansible 2025-11-26 15:17:31.032689 | fa163e5d-bf36-318f-3306-000000003a89 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:17:42.691402 | 0.03s 2025-11-26 15:17:31.087195 | fa163e5d-bf36-318f-3306-000000003b24 | TASK | Gather variables for each operating system 2025-11-26 15:17:31.180572 | fa163e5d-bf36-318f-3306-000000003b24 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:42.839285 | 0.09s 2025-11-26 15:17:31.203415 | fa163e5d-bf36-318f-3306-000000003b25 | TASK | Create container logs path 2025-11-26 15:17:31.439110 | fa163e5d-bf36-318f-3306-000000003b25 | OK | Create container logs path | standalone 2025-11-26 15:17:31.440315 | fa163e5d-bf36-318f-3306-000000003b25 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:43.099035 | 0.24s 2025-11-26 15:17:31.461511 | fa163e5d-bf36-318f-3306-000000003b27 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-11-26 15:17:31.721604 | fa163e5d-bf36-318f-3306-000000003b27 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-26 15:17:31.723827 | fa163e5d-bf36-318f-3306-000000003b27 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:43.382537 | 0.26s 2025-11-26 15:17:31.756807 | fa163e5d-bf36-318f-3306-000000003b28 | TASK | Finalise hashes for all containers 2025-11-26 15:17:31.851737 | fa163e5d-bf36-318f-3306-000000003b28 | OK | Finalise hashes for all containers | standalone 2025-11-26 15:17:31.852892 | fa163e5d-bf36-318f-3306-000000003b28 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:43.511602 | 0.09s 2025-11-26 15:17:31.881900 | fa163e5d-bf36-318f-3306-000000003b2a | TASK | Manage systemd shutdown files 2025-11-26 15:17:31.912951 | fa163e5d-bf36-318f-3306-000000003b2a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:43.571648 | 0.03s 2025-11-26 15:17:31.947345 | 29b0f472-15aa-4a0c-93f9-c07f059ebc33 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-26 15:17:31.976654 | fa163e5d-bf36-318f-3306-000000003b5d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-26 15:17:32.227971 | fa163e5d-bf36-318f-3306-000000003b5d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-26 15:17:32.231470 | fa163e5d-bf36-318f-3306-000000003b5d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:43.890176 | 0.25s 2025-11-26 15:17:32.266506 | fa163e5d-bf36-318f-3306-000000003b5e | TASK | Set podman_drop_in fact 2025-11-26 15:17:32.334233 | fa163e5d-bf36-318f-3306-000000003b5e | OK | Set podman_drop_in fact | standalone 2025-11-26 15:17:32.335820 | fa163e5d-bf36-318f-3306-000000003b5e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:43.994531 | 0.07s 2025-11-26 15:17:32.367908 | fa163e5d-bf36-318f-3306-000000003b60 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-26 15:17:32.927575 | fa163e5d-bf36-318f-3306-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-26 15:17:32.929559 | fa163e5d-bf36-318f-3306-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:44.588267 | 0.56s 2025-11-26 15:17:33.379655 | fa163e5d-bf36-318f-3306-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-26 15:17:33.380596 | fa163e5d-bf36-318f-3306-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:45.039311 | 1.01s 2025-11-26 15:17:33.387217 | fa163e5d-bf36-318f-3306-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:45.045925 | 1.02s 2025-11-26 15:17:33.418912 | fa163e5d-bf36-318f-3306-000000003b61 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-26 15:17:33.901755 | fa163e5d-bf36-318f-3306-000000003b61 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-26 15:17:33.903271 | fa163e5d-bf36-318f-3306-000000003b61 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:45.561955 | 0.48s 2025-11-26 15:17:33.933125 | fa163e5d-bf36-318f-3306-000000003b62 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-26 15:17:34.464973 | fa163e5d-bf36-318f-3306-000000003b62 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-26 15:17:34.466543 | fa163e5d-bf36-318f-3306-000000003b62 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:46.125254 | 0.53s 2025-11-26 15:17:34.496436 | fa163e5d-bf36-318f-3306-000000003b63 | TASK | Enable and start tripleo-container-shutdown 2025-11-26 15:17:35.177117 | fa163e5d-bf36-318f-3306-000000003b63 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-26 15:17:35.178981 | fa163e5d-bf36-318f-3306-000000003b63 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:46.837696 | 0.68s 2025-11-26 15:17:35.217552 | fa163e5d-bf36-318f-3306-000000003b64 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-26 15:17:35.745320 | fa163e5d-bf36-318f-3306-000000003b64 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-26 15:17:35.748749 | fa163e5d-bf36-318f-3306-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:47.407443 | 0.53s 2025-11-26 15:17:35.780158 | fa163e5d-bf36-318f-3306-000000003b65 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-26 15:17:36.356037 | fa163e5d-bf36-318f-3306-000000003b65 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-26 15:17:36.357566 | fa163e5d-bf36-318f-3306-000000003b65 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:48.016253 | 0.58s 2025-11-26 15:17:36.387974 | fa163e5d-bf36-318f-3306-000000003b66 | TASK | Enable and start netns-placeholder 2025-11-26 15:17:37.166757 | fa163e5d-bf36-318f-3306-000000003b66 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-26 15:17:37.169034 | fa163e5d-bf36-318f-3306-000000003b66 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:48.827744 | 0.78s 2025-11-26 15:17:37.200500 | fa163e5d-bf36-318f-3306-000000003b2c | TASK | Update container configs with new config hashes 2025-11-26 15:17:37.261537 | fa163e5d-bf36-318f-3306-000000003b2c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:48.920245 | 0.06s 2025-11-26 15:17:37.282322 | 574ba5c3-eee9-45c5-b9d8-f02929fe2a60 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-26 15:17:37.316150 | fa163e5d-bf36-318f-3306-000000003b8e | TASK | Update config hashes for container startup configs 2025-11-26 15:17:37.614898 | fa163e5d-bf36-318f-3306-000000003b8e | OK | Update config hashes for container startup configs | standalone 2025-11-26 15:17:37.616342 | fa163e5d-bf36-318f-3306-000000003b8e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:49.275052 | 0.30s 2025-11-26 15:17:37.649786 | fa163e5d-bf36-318f-3306-000000003b2d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-26 15:17:37.711762 | fa163e5d-bf36-318f-3306-000000003b2d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:49.370471 | 0.06s 2025-11-26 15:17:37.736024 | cbe7fdff-274f-4ace-9fed-7ef8a3c4c41b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 15:17:37.773084 | fa163e5d-bf36-318f-3306-000000003bad | TASK | Gather podman infos 2025-11-26 15:17:39.219692 | fa163e5d-bf36-318f-3306-000000003bad | OK | Gather podman infos | standalone 2025-11-26 15:17:39.220905 | fa163e5d-bf36-318f-3306-000000003bad | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:50.879618 | 1.45s 2025-11-26 15:17:39.316381 | fa163e5d-bf36-318f-3306-000000003bae | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-26 15:17:39.404089 | fa163e5d-bf36-318f-3306-000000003bae | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:51.062790 | 0.08s 2025-11-26 15:17:39.559625 | fa163e5d-bf36-318f-3306-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:51.218325 | 0.10s 2025-11-26 15:17:39.620797 | fa163e5d-bf36-318f-3306-000000003b2e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-26 15:17:39.677660 | fa163e5d-bf36-318f-3306-000000003b2e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:51.336361 | 0.05s 2025-11-26 15:17:39.701620 | d81b5f99-7f56-4172-af3c-af6227137391 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 15:17:39.737512 | fa163e5d-bf36-318f-3306-000000003c18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-26 15:18:33.128506 | fa163e5d-bf36-318f-3306-000000003c18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-26 15:18:33.129792 | fa163e5d-bf36-318f-3306-000000003c18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:44.788507 | 53.39s 2025-11-26 15:18:33.155145 | fa163e5d-bf36-318f-3306-000000003c19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-26 15:19:06.162904 | fa163e5d-bf36-318f-3306-000000003c19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-26 15:19:06.164616 | fa163e5d-bf36-318f-3306-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:17.823329 | 33.01s 2025-11-26 15:19:06.237567 | fa163e5d-bf36-318f-3306-000000003a8b | TASK | Clean container_puppet_tasks for standalone step 3 2025-11-26 15:19:06.468416 | fa163e5d-bf36-318f-3306-000000003a8b | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-11-26 15:19:06.469959 | fa163e5d-bf36-318f-3306-000000003a8b | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:18.128669 | 0.23s 2025-11-26 15:19:06.521116 | fa163e5d-bf36-318f-3306-000000003a8c | TASK | Calculate container_puppet_tasks for standalone step 3 2025-11-26 15:19:06.587086 | fa163e5d-bf36-318f-3306-000000003a8c | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:18.245780 | 0.06s 2025-11-26 15:19:06.618653 | fa163e5d-bf36-318f-3306-000000003a8d | TASK | Include container-puppet tasks for step 3 2025-11-26 15:19:06.663956 | fa163e5d-bf36-318f-3306-000000003a8d | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:18.322663 | 0.04s 2025-11-26 15:19:06.690418 | 4a736851-9c11-46cf-a5ad-8b55f248e839 | INCLUDED | /root/standalone-ansible-pa3t6qzk/host-container-puppet-tasks.yaml | standalone 2025-11-26 15:19:06.740263 | fa163e5d-bf36-318f-3306-000000003c64 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-11-26 15:19:07.271833 | fa163e5d-bf36-318f-3306-000000003c64 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-11-26 15:19:07.272758 | fa163e5d-bf36-318f-3306-000000003c64 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:18.931475 | 0.53s 2025-11-26 15:19:07.294770 | fa163e5d-bf36-318f-3306-000000003c66 | TASK | Generate container puppet configs for step 3 2025-11-26 15:19:07.592598 | fa163e5d-bf36-318f-3306-000000003c66 | OK | Generate container puppet configs for step 3 | standalone 2025-11-26 15:19:07.593448 | fa163e5d-bf36-318f-3306-000000003c66 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:19.252166 | 0.30s 2025-11-26 15:19:07.614061 | fa163e5d-bf36-318f-3306-000000003c67 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-11-26 15:19:07.644079 | fa163e5d-bf36-318f-3306-000000003c67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:19.302778 | 0.03s 2025-11-26 15:19:07.713794 | fa163e5d-bf36-318f-3306-000000003c96 | TASK | Gather variables for each operating system 2025-11-26 15:19:07.830366 | fa163e5d-bf36-318f-3306-000000003c96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:19.489068 | 0.12s 2025-11-26 15:19:07.860921 | fa163e5d-bf36-318f-3306-000000003c97 | TASK | Create container logs path 2025-11-26 15:19:08.105857 | fa163e5d-bf36-318f-3306-000000003c97 | OK | Create container logs path | standalone 2025-11-26 15:19:08.107192 | fa163e5d-bf36-318f-3306-000000003c97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:19.765906 | 0.24s 2025-11-26 15:19:08.139124 | fa163e5d-bf36-318f-3306-000000003c99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-26 15:19:08.392339 | fa163e5d-bf36-318f-3306-000000003c99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-26 15:19:08.393727 | fa163e5d-bf36-318f-3306-000000003c99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:20.052441 | 0.25s 2025-11-26 15:19:08.423340 | fa163e5d-bf36-318f-3306-000000003c9a | TASK | Finalise hashes for all containers 2025-11-26 15:19:08.468665 | fa163e5d-bf36-318f-3306-000000003c9a | OK | Finalise hashes for all containers | standalone 2025-11-26 15:19:08.469752 | fa163e5d-bf36-318f-3306-000000003c9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:20.128464 | 0.04s 2025-11-26 15:19:08.498990 | fa163e5d-bf36-318f-3306-000000003c9c | TASK | Manage systemd shutdown files 2025-11-26 15:19:08.532634 | fa163e5d-bf36-318f-3306-000000003c9c | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 15:19:08.533852 | fa163e5d-bf36-318f-3306-000000003c9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:20.192563 | 0.03s 2025-11-26 15:19:08.566119 | fa163e5d-bf36-318f-3306-000000003c9e | TASK | Update container configs with new config hashes 2025-11-26 15:19:08.615367 | fa163e5d-bf36-318f-3306-000000003c9e | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 15:19:08.616604 | fa163e5d-bf36-318f-3306-000000003c9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:20.275316 | 0.05s 2025-11-26 15:19:08.648549 | fa163e5d-bf36-318f-3306-000000003c9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-26 15:19:08.697830 | fa163e5d-bf36-318f-3306-000000003c9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-26 15:19:08.699044 | fa163e5d-bf36-318f-3306-000000003c9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:20.357756 | 0.05s 2025-11-26 15:19:08.731348 | fa163e5d-bf36-318f-3306-000000003ca0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-26 15:19:08.782068 | fa163e5d-bf36-318f-3306-000000003ca0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-26 15:19:08.783303 | fa163e5d-bf36-318f-3306-000000003ca0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:20.442014 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-11-26 15:19:08.961043 | fa163e5d-bf36-318f-3306-0000000000de | TASK | External deployment step 4 2025-11-26 15:19:08.991999 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000de') missing from stats 2025-11-26 15:19:09.050559 | fa163e5d-bf36-318f-3306-0000000000df | TIMING | include_tasks | undercloud | 0:19:20.709265 | 0.04s 2025-11-26 15:19:09.083754 | d2e8710c-ed52-404f-b8f2-f46702297a4c | INCLUDED | /root/standalone-ansible-pa3t6qzk/external_deploy_steps_tasks_step4.yaml | undercloud 2025-11-26 15:19:09.104719 | fa163e5d-bf36-318f-3306-000000003cef | TASK | Clean up legacy Cinder keystone catalog entries 2025-11-26 15:19:10.783392 | fa163e5d-bf36-318f-3306-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-11-26 15:19:10.785810 | fa163e5d-bf36-318f-3306-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:22.444517 | 1.68s 2025-11-26 15:19:12.036115 | fa163e5d-bf36-318f-3306-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-11-26 15:19:12.037149 | fa163e5d-bf36-318f-3306-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:23.695870 | 2.93s 2025-11-26 15:19:12.041128 | fa163e5d-bf36-318f-3306-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:23.699822 | 2.93s 2025-11-26 15:19:12.060120 | fa163e5d-bf36-318f-3306-000000003cf2 | TASK | Manage Keystone resources for OpenStack services 2025-11-26 15:19:12.112913 | fa163e5d-bf36-318f-3306-000000003cf2 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:23.771622 | 0.05s 2025-11-26 15:19:12.180082 | fa163e5d-bf36-318f-3306-000000003d1e | TASK | Create Keystone Admin resources 2025-11-26 15:19:12.251765 | fa163e5d-bf36-318f-3306-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:23.910479 | 0.07s 2025-11-26 15:19:12.279471 | 4a5ee9c7-1eaa-4d55-b301-0492fd033e45 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-11-26 15:19:12.307411 | fa163e5d-bf36-318f-3306-000000003d5f | TASK | Create admin and service projects 2025-11-26 15:19:12.360613 | fa163e5d-bf36-318f-3306-000000003d5f | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:24.019320 | 0.05s 2025-11-26 15:19:12.376585 | 8092f950-39d7-415b-ad68-b18ca9669272 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-26 15:19:12.412393 | fa163e5d-bf36-318f-3306-000000003db0 | TASK | Async creation of Keystone project 2025-11-26 15:19:12.858045 | fa163e5d-bf36-318f-3306-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-11-26 15:19:12.859688 | fa163e5d-bf36-318f-3306-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:24.518388 | 0.45s 2025-11-26 15:19:13.183217 | fa163e5d-bf36-318f-3306-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-26 15:19:13.184694 | fa163e5d-bf36-318f-3306-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:24.843412 | 0.77s 2025-11-26 15:19:13.195162 | fa163e5d-bf36-318f-3306-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:24.853870 | 0.78s 2025-11-26 15:19:13.214232 | fa163e5d-bf36-318f-3306-000000003db2 | TASK | Check Keystone project status 2025-11-26 15:19:13.493924 | fa163e5d-bf36-318f-3306-000000003db2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-26 15:19:18.720623 | fa163e5d-bf36-318f-3306-000000003db2 | OK | Check Keystone project status | undercloud | item=admin 2025-11-26 15:19:18.722665 | fa163e5d-bf36-318f-3306-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:30.381376 | 5.51s 2025-11-26 15:19:18.974465 | fa163e5d-bf36-318f-3306-000000003db2 | CHANGED | Check Keystone project status | undercloud | item=service 2025-11-26 15:19:18.975425 | fa163e5d-bf36-318f-3306-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:30.634141 | 5.76s 2025-11-26 15:19:18.982113 | fa163e5d-bf36-318f-3306-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:30.640829 | 5.77s 2025-11-26 15:19:19.002550 | fa163e5d-bf36-318f-3306-000000003d60 | TASK | Create admin role 2025-11-26 15:19:20.274486 | fa163e5d-bf36-318f-3306-000000003d60 | OK | Create admin role | undercloud 2025-11-26 15:19:20.275852 | fa163e5d-bf36-318f-3306-000000003d60 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:31.934562 | 1.27s 2025-11-26 15:19:20.295568 | fa163e5d-bf36-318f-3306-000000003d61 | TASK | Create _member_ role 2025-11-26 15:19:20.355829 | fa163e5d-bf36-318f-3306-000000003d61 | SKIPPED | Create _member_ role | undercloud 2025-11-26 15:19:20.357056 | fa163e5d-bf36-318f-3306-000000003d61 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:32.015767 | 0.06s 2025-11-26 15:19:20.376028 | fa163e5d-bf36-318f-3306-000000003d62 | TASK | Check admin password 2025-11-26 15:19:21.655875 | fa163e5d-bf36-318f-3306-000000003d62 | OK | Check admin password | undercloud 2025-11-26 15:19:21.657132 | fa163e5d-bf36-318f-3306-000000003d62 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:33.315845 | 1.28s 2025-11-26 15:19:21.676748 | fa163e5d-bf36-318f-3306-000000003d63 | TASK | Create admin user 2025-11-26 15:19:23.375946 | fa163e5d-bf36-318f-3306-000000003d63 | CHANGED | Create admin user | undercloud 2025-11-26 15:19:23.377274 | fa163e5d-bf36-318f-3306-000000003d63 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:19:35.035956 | 1.70s 2025-11-26 15:19:23.397480 | fa163e5d-bf36-318f-3306-000000003d64 | TASK | Assign admin role to admin project for admin user 2025-11-26 15:19:24.989831 | fa163e5d-bf36-318f-3306-000000003d64 | OK | Assign admin role to admin project for admin user | undercloud 2025-11-26 15:19:24.991192 | fa163e5d-bf36-318f-3306-000000003d64 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:19:36.649902 | 1.59s 2025-11-26 15:19:25.010769 | fa163e5d-bf36-318f-3306-000000003d65 | TASK | Assign _member_ role to admin project for admin user 2025-11-26 15:19:25.065318 | fa163e5d-bf36-318f-3306-000000003d65 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-11-26 15:19:25.066429 | fa163e5d-bf36-318f-3306-000000003d65 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:19:36.725141 | 0.05s 2025-11-26 15:19:25.085800 | fa163e5d-bf36-318f-3306-000000003d66 | TASK | Create identity service 2025-11-26 15:19:26.256723 | fa163e5d-bf36-318f-3306-000000003d66 | OK | Create identity service | undercloud 2025-11-26 15:19:26.258218 | fa163e5d-bf36-318f-3306-000000003d66 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:19:37.916929 | 1.17s 2025-11-26 15:19:26.277059 | fa163e5d-bf36-318f-3306-000000003d67 | TASK | Create identity public endpoint 2025-11-26 15:19:27.527831 | fa163e5d-bf36-318f-3306-000000003d67 | OK | Create identity public endpoint | undercloud 2025-11-26 15:19:27.528727 | fa163e5d-bf36-318f-3306-000000003d67 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:19:39.187450 | 1.25s 2025-11-26 15:19:27.543029 | fa163e5d-bf36-318f-3306-000000003d68 | TASK | Create identity internal endpoint 2025-11-26 15:19:28.777894 | fa163e5d-bf36-318f-3306-000000003d68 | OK | Create identity internal endpoint | undercloud 2025-11-26 15:19:28.778743 | fa163e5d-bf36-318f-3306-000000003d68 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:19:40.437464 | 1.24s 2025-11-26 15:19:28.793292 | fa163e5d-bf36-318f-3306-000000003d69 | TASK | Create identity admin endpoint 2025-11-26 15:19:30.034233 | fa163e5d-bf36-318f-3306-000000003d69 | OK | Create identity admin endpoint | undercloud 2025-11-26 15:19:30.035654 | fa163e5d-bf36-318f-3306-000000003d69 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:19:41.694366 | 1.24s 2025-11-26 15:19:30.054398 | fa163e5d-bf36-318f-3306-000000003d1f | TASK | Create Keystone Projects 2025-11-26 15:19:30.140355 | fa163e5d-bf36-318f-3306-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:41.799052 | 0.08s 2025-11-26 15:19:30.152422 | fa163e5d-bf36-318f-3306-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:41.811127 | 0.10s 2025-11-26 15:19:30.166982 | 2f1995ef-d209-4720-9ec8-38775161d02a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-26 15:19:30.214270 | fa163e5d-bf36-318f-3306-000000003e3c | TASK | Async creation of Keystone project 2025-11-26 15:19:30.548883 | fa163e5d-bf36-318f-3306-000000003e3c | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-26 15:19:30.551068 | fa163e5d-bf36-318f-3306-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:42.209774 | 0.34s 2025-11-26 15:19:30.561203 | fa163e5d-bf36-318f-3306-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:42.219913 | 0.35s 2025-11-26 15:19:30.579770 | fa163e5d-bf36-318f-3306-000000003e3e | TASK | Check Keystone project status 2025-11-26 15:19:30.862831 | fa163e5d-bf36-318f-3306-000000003e3e | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-26 15:19:36.070335 | fa163e5d-bf36-318f-3306-000000003e3e | OK | Check Keystone project status | undercloud | item=service 2025-11-26 15:19:36.071387 | fa163e5d-bf36-318f-3306-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:47.730103 | 5.49s 2025-11-26 15:19:36.076152 | fa163e5d-bf36-318f-3306-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:47.734856 | 5.49s 2025-11-26 15:19:36.097163 | fa163e5d-bf36-318f-3306-000000003d21 | TASK | Create Keystone Domains 2025-11-26 15:19:36.198285 | fa163e5d-bf36-318f-3306-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:47.856952 | 0.10s 2025-11-26 15:19:36.210423 | fa163e5d-bf36-318f-3306-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:47.869131 | 0.11s 2025-11-26 15:19:36.226781 | ed336d21-2773-412c-8192-cef1147f4bc1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-11-26 15:19:36.274732 | fa163e5d-bf36-318f-3306-000000003ef1 | TASK | Async creation of Keystone domains 2025-11-26 15:19:36.759581 | fa163e5d-bf36-318f-3306-000000003ef1 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-11-26 15:19:36.762012 | fa163e5d-bf36-318f-3306-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:48.420718 | 0.49s 2025-11-26 15:19:36.771849 | fa163e5d-bf36-318f-3306-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:48.430563 | 0.50s 2025-11-26 15:19:36.790330 | fa163e5d-bf36-318f-3306-000000003ef3 | TASK | Check Keystone domain status 2025-11-26 15:19:37.074917 | fa163e5d-bf36-318f-3306-000000003ef3 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-11-26 15:19:42.341762 | fa163e5d-bf36-318f-3306-000000003ef3 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-11-26 15:19:42.344015 | fa163e5d-bf36-318f-3306-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:19:54.002719 | 5.55s 2025-11-26 15:19:42.354397 | fa163e5d-bf36-318f-3306-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:19:54.013103 | 5.56s 2025-11-26 15:19:42.373342 | fa163e5d-bf36-318f-3306-000000003d23 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-11-26 15:19:42.426448 | fa163e5d-bf36-318f-3306-000000003d23 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:19:54.085148 | 0.05s 2025-11-26 15:19:42.441827 | ba9207b0-3e01-4651-8a57-814430562333 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-11-26 15:19:42.492088 | fa163e5d-bf36-318f-3306-000000003fbb | TASK | Collect OpenStack Keystone domains infos 2025-11-26 15:19:43.875061 | fa163e5d-bf36-318f-3306-000000003fbb | OK | Collect OpenStack Keystone domains infos | undercloud 2025-11-26 15:19:43.876052 | fa163e5d-bf36-318f-3306-000000003fbb | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:19:55.534770 | 1.38s 2025-11-26 15:19:43.890481 | fa163e5d-bf36-318f-3306-000000003fbc | TASK | Set openstack_domains fact 2025-11-26 15:19:43.950291 | fa163e5d-bf36-318f-3306-000000003fbc | OK | Set openstack_domains fact | undercloud 2025-11-26 15:19:43.950913 | fa163e5d-bf36-318f-3306-000000003fbc | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:19:55.609635 | 0.06s 2025-11-26 15:19:43.964760 | fa163e5d-bf36-318f-3306-000000003d24 | TASK | Create Keystone Services 2025-11-26 15:19:44.074333 | fa163e5d-bf36-318f-3306-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:55.733025 | 0.11s 2025-11-26 15:19:44.091893 | fa163e5d-bf36-318f-3306-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:55.750609 | 0.13s 2025-11-26 15:19:44.107036 | fa163e5d-bf36-318f-3306-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:55.765745 | 0.14s 2025-11-26 15:19:44.127232 | 4c6edd5c-f0ac-48eb-9949-396e852c18c8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-26 15:19:44.135991 | 48ae7c7c-f6a8-4a27-b2ba-627589aaf6ab | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-26 15:19:44.186762 | fa163e5d-bf36-318f-3306-000000004098 | TASK | Async creation of Keystone service 2025-11-26 15:19:44.547423 | fa163e5d-bf36-318f-3306-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-11-26 15:19:44.549591 | fa163e5d-bf36-318f-3306-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:56.208300 | 0.36s 2025-11-26 15:19:44.884556 | fa163e5d-bf36-318f-3306-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-11-26 15:19:44.885429 | fa163e5d-bf36-318f-3306-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:56.544145 | 0.70s 2025-11-26 15:19:45.257537 | fa163e5d-bf36-318f-3306-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-11-26 15:19:45.258254 | fa163e5d-bf36-318f-3306-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:56.916959 | 1.07s 2025-11-26 15:19:45.571689 | fa163e5d-bf36-318f-3306-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-11-26 15:19:45.572847 | fa163e5d-bf36-318f-3306-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:57.231563 | 1.38s 2025-11-26 15:19:45.905031 | fa163e5d-bf36-318f-3306-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-11-26 15:19:45.910653 | fa163e5d-bf36-318f-3306-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:57.569364 | 1.72s 2025-11-26 15:19:46.231711 | fa163e5d-bf36-318f-3306-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-11-26 15:19:46.232394 | fa163e5d-bf36-318f-3306-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:57.891114 | 2.04s 2025-11-26 15:19:46.516466 | fa163e5d-bf36-318f-3306-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-11-26 15:19:46.517113 | fa163e5d-bf36-318f-3306-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:58.175832 | 2.33s 2025-11-26 15:19:46.857565 | fa163e5d-bf36-318f-3306-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-11-26 15:19:46.859888 | fa163e5d-bf36-318f-3306-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:58.518596 | 2.67s 2025-11-26 15:19:47.142349 | fa163e5d-bf36-318f-3306-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-11-26 15:19:47.143157 | fa163e5d-bf36-318f-3306-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:58.801875 | 2.96s 2025-11-26 15:19:47.448948 | fa163e5d-bf36-318f-3306-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-11-26 15:19:47.458646 | fa163e5d-bf36-318f-3306-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:59.117356 | 3.27s 2025-11-26 15:19:47.467181 | fa163e5d-bf36-318f-3306-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:59.125889 | 3.28s 2025-11-26 15:19:47.483075 | fa163e5d-bf36-318f-3306-00000000409a | TASK | Check Keystone service status 2025-11-26 15:19:47.759757 | fa163e5d-bf36-318f-3306-00000000409a | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-11-26 15:19:47.761740 | fa163e5d-bf36-318f-3306-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:59.420444 | 0.28s 2025-11-26 15:19:48.019684 | fa163e5d-bf36-318f-3306-00000000409a | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-11-26 15:19:48.020843 | fa163e5d-bf36-318f-3306-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:59.679551 | 0.54s 2025-11-26 15:19:48.300653 | fa163e5d-bf36-318f-3306-00000000409a | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-11-26 15:19:48.302615 | fa163e5d-bf36-318f-3306-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:59.961321 | 0.82s 2025-11-26 15:19:48.534334 | fa163e5d-bf36-318f-3306-00000000409a | CHANGED | Check Keystone service status | undercloud | item=glance 2025-11-26 15:19:48.536218 | fa163e5d-bf36-318f-3306-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:00.194907 | 1.05s 2025-11-26 15:19:48.770902 | fa163e5d-bf36-318f-3306-00000000409a | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-11-26 15:19:48.772135 | fa163e5d-bf36-318f-3306-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:00.430841 | 1.29s 2025-11-26 15:19:49.089851 | fa163e5d-bf36-318f-3306-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat 2025-11-26 15:19:49.091282 | fa163e5d-bf36-318f-3306-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:00.749965 | 1.61s 2025-11-26 15:19:49.366493 | fa163e5d-bf36-318f-3306-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-11-26 15:19:49.367679 | fa163e5d-bf36-318f-3306-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:01.026392 | 1.88s 2025-11-26 15:19:49.645656 | fa163e5d-bf36-318f-3306-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manila 2025-11-26 15:19:49.646333 | fa163e5d-bf36-318f-3306-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:01.305055 | 2.16s 2025-11-26 15:19:49.912255 | fa163e5d-bf36-318f-3306-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-11-26 15:19:49.913394 | fa163e5d-bf36-318f-3306-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:01.572106 | 2.43s 2025-11-26 15:19:50.163677 | fa163e5d-bf36-318f-3306-00000000409a | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-11-26 15:19:50.164382 | fa163e5d-bf36-318f-3306-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:01.823104 | 2.68s 2025-11-26 15:19:50.169757 | fa163e5d-bf36-318f-3306-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:01.828482 | 2.69s 2025-11-26 15:19:50.186565 | fa163e5d-bf36-318f-3306-00000000409f | TASK | Async creation of Keystone service 2025-11-26 15:19:50.557998 | fa163e5d-bf36-318f-3306-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-11-26 15:19:50.559574 | fa163e5d-bf36-318f-3306-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:02.218283 | 0.37s 2025-11-26 15:19:50.886517 | fa163e5d-bf36-318f-3306-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-11-26 15:19:50.887669 | fa163e5d-bf36-318f-3306-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:02.546375 | 0.70s 2025-11-26 15:19:51.214619 | fa163e5d-bf36-318f-3306-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-11-26 15:19:51.217091 | fa163e5d-bf36-318f-3306-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:02.875797 | 1.03s 2025-11-26 15:19:51.497885 | fa163e5d-bf36-318f-3306-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-11-26 15:19:51.498484 | fa163e5d-bf36-318f-3306-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:03.157205 | 1.31s 2025-11-26 15:19:51.501538 | fa163e5d-bf36-318f-3306-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:03.160263 | 1.31s 2025-11-26 15:19:51.515779 | fa163e5d-bf36-318f-3306-0000000040a1 | TASK | Check Keystone service status 2025-11-26 15:19:51.783674 | fa163e5d-bf36-318f-3306-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-11-26 15:19:51.784832 | fa163e5d-bf36-318f-3306-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:03.443549 | 0.27s 2025-11-26 15:19:52.028659 | fa163e5d-bf36-318f-3306-0000000040a1 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-11-26 15:19:57.252740 | fa163e5d-bf36-318f-3306-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-11-26 15:19:57.254377 | fa163e5d-bf36-318f-3306-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:08.913094 | 5.74s 2025-11-26 15:19:57.522738 | fa163e5d-bf36-318f-3306-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-11-26 15:19:57.524735 | fa163e5d-bf36-318f-3306-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:09.183436 | 6.01s 2025-11-26 15:19:57.772514 | fa163e5d-bf36-318f-3306-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-11-26 15:19:57.774509 | fa163e5d-bf36-318f-3306-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:09.433217 | 6.26s 2025-11-26 15:19:57.786163 | fa163e5d-bf36-318f-3306-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:09.444865 | 6.27s 2025-11-26 15:19:57.807877 | fa163e5d-bf36-318f-3306-000000003d26 | TASK | Create Keystone Endpoints 2025-11-26 15:19:57.884490 | fa163e5d-bf36-318f-3306-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:09.543189 | 0.07s 2025-11-26 15:19:57.914306 | fa163e5d-bf36-318f-3306-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:09.573022 | 0.10s 2025-11-26 15:19:57.939498 | fa163e5d-bf36-318f-3306-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:09.598215 | 0.13s 2025-11-26 15:19:57.951308 | fa163e5d-bf36-318f-3306-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:09.610012 | 0.14s 2025-11-26 15:19:57.965619 | 45d44e68-838b-4780-9551-f7b42a29f6b2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-26 15:19:57.972920 | daffa522-43de-4835-90fe-b78d906047fd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-26 15:19:57.978904 | 90c03ead-2cff-4044-bf6d-37c59b3ffabf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-26 15:19:58.042470 | fa163e5d-bf36-318f-3306-0000000041d5 | TASK | Create Keystone public endpoints 2025-11-26 15:19:58.152674 | fa163e5d-bf36-318f-3306-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:09.811370 | 0.11s 2025-11-26 15:19:58.171256 | fa163e5d-bf36-318f-3306-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:09.829952 | 0.13s 2025-11-26 15:19:58.181338 | fa163e5d-bf36-318f-3306-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:09.840034 | 0.14s 2025-11-26 15:19:58.201338 | 96e62204-0144-449d-9808-86d733b9c3e5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-26 15:19:58.210880 | b9d81c12-9077-44aa-ab58-2b2245090f88 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-26 15:19:58.236036 | fa163e5d-bf36-318f-3306-0000000042fd | TASK | Async creation of Keystone public endpoint 2025-11-26 15:19:58.545495 | fa163e5d-bf36-318f-3306-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-11-26 15:19:58.546416 | fa163e5d-bf36-318f-3306-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:10.205133 | 0.31s 2025-11-26 15:19:58.845622 | fa163e5d-bf36-318f-3306-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-11-26 15:19:58.847244 | fa163e5d-bf36-318f-3306-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:10.505932 | 0.61s 2025-11-26 15:19:59.129577 | fa163e5d-bf36-318f-3306-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-11-26 15:19:59.131129 | fa163e5d-bf36-318f-3306-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:10.789838 | 0.89s 2025-11-26 15:19:59.384953 | fa163e5d-bf36-318f-3306-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-11-26 15:19:59.386024 | fa163e5d-bf36-318f-3306-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:11.044732 | 1.15s 2025-11-26 15:19:59.670877 | fa163e5d-bf36-318f-3306-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-11-26 15:19:59.671864 | fa163e5d-bf36-318f-3306-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:11.330583 | 1.43s 2025-11-26 15:19:59.982047 | fa163e5d-bf36-318f-3306-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-11-26 15:19:59.983766 | fa163e5d-bf36-318f-3306-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:11.642477 | 1.75s 2025-11-26 15:20:00.227316 | fa163e5d-bf36-318f-3306-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-11-26 15:20:00.228329 | fa163e5d-bf36-318f-3306-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:11.887041 | 1.99s 2025-11-26 15:20:00.491749 | fa163e5d-bf36-318f-3306-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-11-26 15:20:00.492655 | fa163e5d-bf36-318f-3306-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:12.151376 | 2.26s 2025-11-26 15:20:00.724541 | fa163e5d-bf36-318f-3306-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-11-26 15:20:00.725990 | fa163e5d-bf36-318f-3306-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:12.384703 | 2.49s 2025-11-26 15:20:00.976110 | fa163e5d-bf36-318f-3306-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-11-26 15:20:00.977228 | fa163e5d-bf36-318f-3306-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:12.635939 | 2.74s 2025-11-26 15:20:00.989523 | fa163e5d-bf36-318f-3306-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:12.648241 | 2.75s 2025-11-26 15:20:01.005770 | fa163e5d-bf36-318f-3306-0000000042ff | TASK | Check Keystone public endpoint status 2025-11-26 15:20:01.320910 | fa163e5d-bf36-318f-3306-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-11-26 15:20:01.322114 | fa163e5d-bf36-318f-3306-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:12.980826 | 0.31s 2025-11-26 15:20:01.537295 | fa163e5d-bf36-318f-3306-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-11-26 15:20:01.538965 | fa163e5d-bf36-318f-3306-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:13.197673 | 0.53s 2025-11-26 15:20:01.815392 | fa163e5d-bf36-318f-3306-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-11-26 15:20:01.817068 | fa163e5d-bf36-318f-3306-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:13.475781 | 0.81s 2025-11-26 15:20:02.071830 | fa163e5d-bf36-318f-3306-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-11-26 15:20:02.072816 | fa163e5d-bf36-318f-3306-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:13.731529 | 1.07s 2025-11-26 15:20:02.361905 | fa163e5d-bf36-318f-3306-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-11-26 15:20:02.363045 | fa163e5d-bf36-318f-3306-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:14.021765 | 1.36s 2025-11-26 15:20:02.615811 | fa163e5d-bf36-318f-3306-0000000042ff | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-11-26 15:20:07.888072 | fa163e5d-bf36-318f-3306-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-11-26 15:20:07.889436 | fa163e5d-bf36-318f-3306-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:19.548150 | 6.88s 2025-11-26 15:20:08.153950 | fa163e5d-bf36-318f-3306-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-11-26 15:20:08.154743 | fa163e5d-bf36-318f-3306-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:19.813463 | 7.15s 2025-11-26 15:20:08.415228 | fa163e5d-bf36-318f-3306-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-11-26 15:20:08.416786 | fa163e5d-bf36-318f-3306-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:20.075491 | 7.41s 2025-11-26 15:20:08.669213 | fa163e5d-bf36-318f-3306-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-11-26 15:20:08.671359 | fa163e5d-bf36-318f-3306-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:20.330062 | 7.66s 2025-11-26 15:20:08.895966 | fa163e5d-bf36-318f-3306-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-11-26 15:20:08.898014 | fa163e5d-bf36-318f-3306-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:20.556719 | 7.89s 2025-11-26 15:20:08.912188 | fa163e5d-bf36-318f-3306-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:20.570894 | 7.90s 2025-11-26 15:20:08.941486 | fa163e5d-bf36-318f-3306-000000004304 | TASK | Async creation of Keystone public endpoint 2025-11-26 15:20:09.319221 | fa163e5d-bf36-318f-3306-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-11-26 15:20:09.320787 | fa163e5d-bf36-318f-3306-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:20.979495 | 0.38s 2025-11-26 15:20:09.587967 | fa163e5d-bf36-318f-3306-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-11-26 15:20:09.589828 | fa163e5d-bf36-318f-3306-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.248538 | 0.65s 2025-11-26 15:20:09.820534 | fa163e5d-bf36-318f-3306-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-11-26 15:20:09.821642 | fa163e5d-bf36-318f-3306-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.480353 | 0.88s 2025-11-26 15:20:10.047415 | fa163e5d-bf36-318f-3306-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-11-26 15:20:10.048378 | fa163e5d-bf36-318f-3306-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.707095 | 1.11s 2025-11-26 15:20:10.055572 | fa163e5d-bf36-318f-3306-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.714274 | 1.11s 2025-11-26 15:20:10.079214 | fa163e5d-bf36-318f-3306-000000004306 | TASK | Check Keystone public endpoint status 2025-11-26 15:20:10.318507 | fa163e5d-bf36-318f-3306-000000004306 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-11-26 15:20:15.548128 | fa163e5d-bf36-318f-3306-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-11-26 15:20:15.549793 | fa163e5d-bf36-318f-3306-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:27.208503 | 5.47s 2025-11-26 15:20:15.757402 | fa163e5d-bf36-318f-3306-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-11-26 15:20:15.759382 | fa163e5d-bf36-318f-3306-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:27.418094 | 5.68s 2025-11-26 15:20:16.031506 | fa163e5d-bf36-318f-3306-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-11-26 15:20:16.032896 | fa163e5d-bf36-318f-3306-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:27.691604 | 5.95s 2025-11-26 15:20:16.269830 | fa163e5d-bf36-318f-3306-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-11-26 15:20:16.271058 | fa163e5d-bf36-318f-3306-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:27.929766 | 6.19s 2025-11-26 15:20:16.284839 | fa163e5d-bf36-318f-3306-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:27.943540 | 6.20s 2025-11-26 15:20:16.308372 | fa163e5d-bf36-318f-3306-0000000041da | TASK | Create Keystone admin endpoints 2025-11-26 15:20:16.418624 | fa163e5d-bf36-318f-3306-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:28.077323 | 0.11s 2025-11-26 15:20:16.448800 | fa163e5d-bf36-318f-3306-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:28.107510 | 0.14s 2025-11-26 15:20:16.463854 | fa163e5d-bf36-318f-3306-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:28.122553 | 0.15s 2025-11-26 15:20:16.483838 | 855878bf-e54f-4c3f-befd-913299553b38 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-26 15:20:16.494625 | 905aea47-d35d-472f-983e-310feb6e1138 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-26 15:20:16.520827 | fa163e5d-bf36-318f-3306-000000004364 | TASK | Async creation of Keystone admin endpoint 2025-11-26 15:20:16.910894 | fa163e5d-bf36-318f-3306-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-11-26 15:20:16.913187 | fa163e5d-bf36-318f-3306-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:28.571891 | 0.39s 2025-11-26 15:20:17.199400 | fa163e5d-bf36-318f-3306-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-11-26 15:20:17.201131 | fa163e5d-bf36-318f-3306-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:28.859842 | 0.68s 2025-11-26 15:20:17.504908 | fa163e5d-bf36-318f-3306-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-11-26 15:20:17.506364 | fa163e5d-bf36-318f-3306-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:29.165075 | 0.98s 2025-11-26 15:20:17.826961 | fa163e5d-bf36-318f-3306-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-11-26 15:20:17.827940 | fa163e5d-bf36-318f-3306-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:29.486660 | 1.31s 2025-11-26 15:20:18.121095 | fa163e5d-bf36-318f-3306-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-11-26 15:20:18.121779 | fa163e5d-bf36-318f-3306-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:29.780497 | 1.60s 2025-11-26 15:20:18.462391 | fa163e5d-bf36-318f-3306-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-11-26 15:20:18.463376 | fa163e5d-bf36-318f-3306-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:30.122096 | 1.94s 2025-11-26 15:20:18.773554 | fa163e5d-bf36-318f-3306-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-11-26 15:20:18.774183 | fa163e5d-bf36-318f-3306-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:30.432904 | 2.25s 2025-11-26 15:20:19.059194 | fa163e5d-bf36-318f-3306-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-11-26 15:20:19.060475 | fa163e5d-bf36-318f-3306-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:30.719180 | 2.54s 2025-11-26 15:20:19.336920 | fa163e5d-bf36-318f-3306-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-11-26 15:20:19.338626 | fa163e5d-bf36-318f-3306-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:30.997336 | 2.82s 2025-11-26 15:20:19.583561 | fa163e5d-bf36-318f-3306-000000004364 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-11-26 15:20:19.584314 | fa163e5d-bf36-318f-3306-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:31.243036 | 3.06s 2025-11-26 15:20:19.590627 | fa163e5d-bf36-318f-3306-000000004364 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:31.249344 | 3.07s 2025-11-26 15:20:19.606849 | fa163e5d-bf36-318f-3306-000000004366 | TASK | Check Keystone admin endpoint status 2025-11-26 15:20:19.851555 | fa163e5d-bf36-318f-3306-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-11-26 15:20:19.853745 | fa163e5d-bf36-318f-3306-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:31.512453 | 0.25s 2025-11-26 15:20:20.058189 | fa163e5d-bf36-318f-3306-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-11-26 15:20:20.059963 | fa163e5d-bf36-318f-3306-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:31.718670 | 0.45s 2025-11-26 15:20:20.276591 | fa163e5d-bf36-318f-3306-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-11-26 15:20:20.280217 | fa163e5d-bf36-318f-3306-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:31.938930 | 0.67s 2025-11-26 15:20:20.546875 | fa163e5d-bf36-318f-3306-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-11-26 15:20:20.548526 | fa163e5d-bf36-318f-3306-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.207228 | 0.94s 2025-11-26 15:20:20.765614 | fa163e5d-bf36-318f-3306-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-11-26 15:20:20.766637 | fa163e5d-bf36-318f-3306-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.425349 | 1.16s 2025-11-26 15:20:21.020292 | fa163e5d-bf36-318f-3306-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-11-26 15:20:21.021814 | fa163e5d-bf36-318f-3306-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.680527 | 1.41s 2025-11-26 15:20:21.236847 | fa163e5d-bf36-318f-3306-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-11-26 15:20:21.238055 | fa163e5d-bf36-318f-3306-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.896761 | 1.63s 2025-11-26 15:20:21.505043 | fa163e5d-bf36-318f-3306-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-11-26 15:20:21.506279 | fa163e5d-bf36-318f-3306-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:33.164943 | 1.90s 2025-11-26 15:20:21.780976 | fa163e5d-bf36-318f-3306-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-11-26 15:20:21.781899 | fa163e5d-bf36-318f-3306-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:33.440615 | 2.17s 2025-11-26 15:20:22.044504 | fa163e5d-bf36-318f-3306-000000004366 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-11-26 15:20:22.045772 | fa163e5d-bf36-318f-3306-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:33.704481 | 2.44s 2025-11-26 15:20:22.057221 | fa163e5d-bf36-318f-3306-000000004366 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:33.715926 | 2.45s 2025-11-26 15:20:22.084284 | fa163e5d-bf36-318f-3306-00000000436b | TASK | Async creation of Keystone admin endpoint 2025-11-26 15:20:22.459278 | fa163e5d-bf36-318f-3306-00000000436b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-11-26 15:20:22.461680 | fa163e5d-bf36-318f-3306-00000000436b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:34.120385 | 0.38s 2025-11-26 15:20:22.795442 | fa163e5d-bf36-318f-3306-00000000436b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-11-26 15:20:22.797562 | fa163e5d-bf36-318f-3306-00000000436b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:34.456269 | 0.71s 2025-11-26 15:20:23.065391 | fa163e5d-bf36-318f-3306-00000000436b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-11-26 15:20:23.066095 | fa163e5d-bf36-318f-3306-00000000436b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:34.724813 | 0.98s 2025-11-26 15:20:23.340142 | fa163e5d-bf36-318f-3306-00000000436b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-11-26 15:20:23.341016 | fa163e5d-bf36-318f-3306-00000000436b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:34.999732 | 1.26s 2025-11-26 15:20:23.347843 | fa163e5d-bf36-318f-3306-00000000436b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:35.006544 | 1.26s 2025-11-26 15:20:23.370178 | fa163e5d-bf36-318f-3306-00000000436d | TASK | Check Keystone admin endpoint status 2025-11-26 15:20:23.663713 | fa163e5d-bf36-318f-3306-00000000436d | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-11-26 15:20:28.886776 | fa163e5d-bf36-318f-3306-00000000436d | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-11-26 15:20:28.888096 | fa163e5d-bf36-318f-3306-00000000436d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:40.546806 | 5.52s 2025-11-26 15:20:29.142431 | fa163e5d-bf36-318f-3306-00000000436d | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-11-26 15:20:29.143581 | fa163e5d-bf36-318f-3306-00000000436d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:40.802295 | 5.77s 2025-11-26 15:20:29.356111 | fa163e5d-bf36-318f-3306-00000000436d | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-11-26 15:20:29.357346 | fa163e5d-bf36-318f-3306-00000000436d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:41.016059 | 5.99s 2025-11-26 15:20:29.572966 | fa163e5d-bf36-318f-3306-00000000436d | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-11-26 15:20:29.574206 | fa163e5d-bf36-318f-3306-00000000436d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:41.232918 | 6.20s 2025-11-26 15:20:29.588149 | fa163e5d-bf36-318f-3306-00000000436d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:41.246848 | 6.22s 2025-11-26 15:20:29.611459 | fa163e5d-bf36-318f-3306-0000000041df | TASK | Create Keystone internal endpoints 2025-11-26 15:20:29.683888 | fa163e5d-bf36-318f-3306-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:41.342582 | 0.07s 2025-11-26 15:20:29.703725 | fa163e5d-bf36-318f-3306-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:41.362440 | 0.09s 2025-11-26 15:20:29.713980 | fa163e5d-bf36-318f-3306-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:41.372690 | 0.10s 2025-11-26 15:20:29.730808 | d3b330d2-65bd-4cc7-921c-08d669813cd1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-26 15:20:29.740571 | e6fd189d-2d42-4fa5-9b14-79913b8b500d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-26 15:20:29.765108 | fa163e5d-bf36-318f-3306-0000000043c9 | TASK | Async creation of Keystone internal endpoint 2025-11-26 15:20:30.113949 | fa163e5d-bf36-318f-3306-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-11-26 15:20:30.116192 | fa163e5d-bf36-318f-3306-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:41.774896 | 0.35s 2025-11-26 15:20:30.440678 | fa163e5d-bf36-318f-3306-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-11-26 15:20:30.441478 | fa163e5d-bf36-318f-3306-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:42.100199 | 0.67s 2025-11-26 15:20:30.731662 | fa163e5d-bf36-318f-3306-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-11-26 15:20:30.733776 | fa163e5d-bf36-318f-3306-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:42.392488 | 0.97s 2025-11-26 15:20:31.026382 | fa163e5d-bf36-318f-3306-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-11-26 15:20:31.027905 | fa163e5d-bf36-318f-3306-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:42.686622 | 1.26s 2025-11-26 15:20:31.293603 | fa163e5d-bf36-318f-3306-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-11-26 15:20:31.295097 | fa163e5d-bf36-318f-3306-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:42.953816 | 1.53s 2025-11-26 15:20:31.610845 | fa163e5d-bf36-318f-3306-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-11-26 15:20:31.611516 | fa163e5d-bf36-318f-3306-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:43.270234 | 1.85s 2025-11-26 15:20:31.886640 | fa163e5d-bf36-318f-3306-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-11-26 15:20:31.887308 | fa163e5d-bf36-318f-3306-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:43.546027 | 2.12s 2025-11-26 15:20:32.167072 | fa163e5d-bf36-318f-3306-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-11-26 15:20:32.167818 | fa163e5d-bf36-318f-3306-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:43.826539 | 2.40s 2025-11-26 15:20:32.447992 | fa163e5d-bf36-318f-3306-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-11-26 15:20:32.448652 | fa163e5d-bf36-318f-3306-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:44.107373 | 2.68s 2025-11-26 15:20:32.709517 | fa163e5d-bf36-318f-3306-0000000043c9 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-11-26 15:20:32.710815 | fa163e5d-bf36-318f-3306-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:44.369525 | 2.94s 2025-11-26 15:20:32.723005 | fa163e5d-bf36-318f-3306-0000000043c9 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:44.381719 | 2.96s 2025-11-26 15:20:32.741656 | fa163e5d-bf36-318f-3306-0000000043cb | TASK | Check Keystone internal endpoint status 2025-11-26 15:20:32.988928 | fa163e5d-bf36-318f-3306-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-11-26 15:20:32.992358 | fa163e5d-bf36-318f-3306-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:44.651062 | 0.25s 2025-11-26 15:20:33.209457 | fa163e5d-bf36-318f-3306-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-11-26 15:20:33.211368 | fa163e5d-bf36-318f-3306-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:44.870085 | 0.47s 2025-11-26 15:20:33.403078 | fa163e5d-bf36-318f-3306-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-11-26 15:20:33.405694 | fa163e5d-bf36-318f-3306-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:45.064400 | 0.66s 2025-11-26 15:20:33.696930 | fa163e5d-bf36-318f-3306-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-11-26 15:20:33.699030 | fa163e5d-bf36-318f-3306-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:45.357738 | 0.96s 2025-11-26 15:20:33.921544 | fa163e5d-bf36-318f-3306-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-11-26 15:20:33.922794 | fa163e5d-bf36-318f-3306-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:45.581501 | 1.18s 2025-11-26 15:20:34.240311 | fa163e5d-bf36-318f-3306-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-11-26 15:20:34.241060 | fa163e5d-bf36-318f-3306-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:45.899778 | 1.50s 2025-11-26 15:20:34.524843 | fa163e5d-bf36-318f-3306-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-11-26 15:20:34.526096 | fa163e5d-bf36-318f-3306-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:46.184805 | 1.78s 2025-11-26 15:20:34.781571 | fa163e5d-bf36-318f-3306-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-11-26 15:20:34.783516 | fa163e5d-bf36-318f-3306-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:46.442226 | 2.04s 2025-11-26 15:20:35.054717 | fa163e5d-bf36-318f-3306-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-11-26 15:20:35.055482 | fa163e5d-bf36-318f-3306-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:46.714204 | 2.31s 2025-11-26 15:20:35.341216 | fa163e5d-bf36-318f-3306-0000000043cb | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-11-26 15:20:35.343139 | fa163e5d-bf36-318f-3306-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:47.001850 | 2.60s 2025-11-26 15:20:35.356788 | fa163e5d-bf36-318f-3306-0000000043cb | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:47.015500 | 2.61s 2025-11-26 15:20:35.383991 | fa163e5d-bf36-318f-3306-0000000043d0 | TASK | Async creation of Keystone internal endpoint 2025-11-26 15:20:35.767312 | fa163e5d-bf36-318f-3306-0000000043d0 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-11-26 15:20:35.769233 | fa163e5d-bf36-318f-3306-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:47.427938 | 0.38s 2025-11-26 15:20:36.159919 | fa163e5d-bf36-318f-3306-0000000043d0 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-11-26 15:20:36.160772 | fa163e5d-bf36-318f-3306-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:47.819487 | 0.78s 2025-11-26 15:20:36.491355 | fa163e5d-bf36-318f-3306-0000000043d0 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-11-26 15:20:36.491983 | fa163e5d-bf36-318f-3306-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:48.150706 | 1.11s 2025-11-26 15:20:36.783867 | fa163e5d-bf36-318f-3306-0000000043d0 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-11-26 15:20:36.785430 | fa163e5d-bf36-318f-3306-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:48.444138 | 1.40s 2025-11-26 15:20:36.794294 | fa163e5d-bf36-318f-3306-0000000043d0 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:48.453019 | 1.41s 2025-11-26 15:20:36.810160 | fa163e5d-bf36-318f-3306-0000000043d2 | TASK | Check Keystone internal endpoint status 2025-11-26 15:20:37.120406 | fa163e5d-bf36-318f-3306-0000000043d2 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-11-26 15:20:37.122715 | fa163e5d-bf36-318f-3306-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:48.781420 | 0.31s 2025-11-26 15:20:37.399938 | fa163e5d-bf36-318f-3306-0000000043d2 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-11-26 15:20:42.643395 | fa163e5d-bf36-318f-3306-0000000043d2 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-11-26 15:20:42.646202 | fa163e5d-bf36-318f-3306-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:54.304882 | 5.83s 2025-11-26 15:20:42.899795 | fa163e5d-bf36-318f-3306-0000000043d2 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-11-26 15:20:42.901116 | fa163e5d-bf36-318f-3306-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:54.559822 | 6.09s 2025-11-26 15:20:43.167069 | fa163e5d-bf36-318f-3306-0000000043d2 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-11-26 15:20:43.169111 | fa163e5d-bf36-318f-3306-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:54.827822 | 6.36s 2025-11-26 15:20:43.180635 | fa163e5d-bf36-318f-3306-0000000043d2 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:54.839351 | 6.37s 2025-11-26 15:20:43.202066 | fa163e5d-bf36-318f-3306-000000003d28 | TASK | Run cleanup tasks 2025-11-26 15:20:43.259734 | fa163e5d-bf36-318f-3306-000000003d28 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:20:54.918440 | 0.06s 2025-11-26 15:20:43.277788 | 43dfc016-e3b6-4d18-ae56-b6255b9e77cb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-11-26 15:20:43.341030 | fa163e5d-bf36-318f-3306-00000000442a | TASK | Get list of enabled services 2025-11-26 15:20:46.307520 | fa163e5d-bf36-318f-3306-00000000442a | CHANGED | Get list of enabled services | undercloud 2025-11-26 15:20:46.309310 | fa163e5d-bf36-318f-3306-00000000442a | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:20:57.968017 | 2.97s 2025-11-26 15:20:46.328351 | fa163e5d-bf36-318f-3306-00000000442b | TASK | List services to be disabled 2025-11-26 15:20:46.389554 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-11-26 15:20:46.410785 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-11-26 15:20:46.437373 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-11-26 15:20:46.465296 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-11-26 15:20:46.491593 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-11-26 15:20:46.518327 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-11-26 15:20:46.541970 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-11-26 15:20:46.604213 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-11-26 15:20:46.644984 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-11-26 15:20:46.681182 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-11-26 15:20:46.709992 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-11-26 15:20:46.737815 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-11-26 15:20:46.783222 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-11-26 15:20:46.837564 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-11-26 15:20:46.861415 | fa163e5d-bf36-318f-3306-00000000442b | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-11-26 15:20:46.867682 | fa163e5d-bf36-318f-3306-00000000442b | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:20:58.526381 | 0.54s 2025-11-26 15:20:46.888401 | fa163e5d-bf36-318f-3306-00000000442c | TASK | Delete keystone services not enabled 2025-11-26 15:20:46.919219 | fa163e5d-bf36-318f-3306-00000000442c | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:20:58.577915 | 0.03s 2025-11-26 15:20:46.937891 | fa163e5d-bf36-318f-3306-000000003d29 | TASK | Create Keystone Roles 2025-11-26 15:20:47.031524 | fa163e5d-bf36-318f-3306-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:58.690210 | 0.09s 2025-11-26 15:20:47.049333 | fa163e5d-bf36-318f-3306-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:58.708049 | 0.11s 2025-11-26 15:20:47.055980 | fa163e5d-bf36-318f-3306-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:58.714692 | 0.12s 2025-11-26 15:20:47.071028 | 8ef21bf2-5dee-4fc4-89ad-3c3d97badb3b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-11-26 15:20:47.079822 | af00e050-5c17-46d7-92b4-0510e22444ac | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-11-26 15:20:47.143772 | fa163e5d-bf36-318f-3306-00000000459a | TASK | Async creation of Keystone role 2025-11-26 15:20:47.573296 | fa163e5d-bf36-318f-3306-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-11-26 15:20:47.574882 | fa163e5d-bf36-318f-3306-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:59.233585 | 0.43s 2025-11-26 15:20:47.890082 | fa163e5d-bf36-318f-3306-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-11-26 15:20:47.891147 | fa163e5d-bf36-318f-3306-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:59.549856 | 0.75s 2025-11-26 15:20:48.214812 | fa163e5d-bf36-318f-3306-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-11-26 15:20:48.216221 | fa163e5d-bf36-318f-3306-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:59.874928 | 1.07s 2025-11-26 15:20:48.517304 | fa163e5d-bf36-318f-3306-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-11-26 15:20:48.518887 | fa163e5d-bf36-318f-3306-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:00.177595 | 1.37s 2025-11-26 15:20:48.811097 | fa163e5d-bf36-318f-3306-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-11-26 15:20:48.811923 | fa163e5d-bf36-318f-3306-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:00.470637 | 1.67s 2025-11-26 15:20:49.059516 | fa163e5d-bf36-318f-3306-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-11-26 15:20:49.061337 | fa163e5d-bf36-318f-3306-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:00.720052 | 1.92s 2025-11-26 15:20:49.314280 | fa163e5d-bf36-318f-3306-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-11-26 15:20:49.315312 | fa163e5d-bf36-318f-3306-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:00.974024 | 2.17s 2025-11-26 15:20:49.592412 | fa163e5d-bf36-318f-3306-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-11-26 15:20:49.593064 | fa163e5d-bf36-318f-3306-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:01.251785 | 2.45s 2025-11-26 15:20:49.865785 | fa163e5d-bf36-318f-3306-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-11-26 15:20:49.866832 | fa163e5d-bf36-318f-3306-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:01.525545 | 2.72s 2025-11-26 15:20:50.148862 | fa163e5d-bf36-318f-3306-00000000459a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-11-26 15:20:50.150127 | fa163e5d-bf36-318f-3306-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:01.808846 | 3.01s 2025-11-26 15:20:50.161551 | fa163e5d-bf36-318f-3306-00000000459a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:01.820262 | 3.02s 2025-11-26 15:20:50.181094 | fa163e5d-bf36-318f-3306-00000000459c | TASK | Check Keystone role status 2025-11-26 15:20:50.484460 | fa163e5d-bf36-318f-3306-00000000459c | CHANGED | Check Keystone role status | undercloud | item=service 2025-11-26 15:20:50.486134 | fa163e5d-bf36-318f-3306-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:02.144849 | 0.30s 2025-11-26 15:20:50.734949 | fa163e5d-bf36-318f-3306-00000000459c | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-11-26 15:20:50.735676 | fa163e5d-bf36-318f-3306-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:02.394397 | 0.55s 2025-11-26 15:20:51.012902 | fa163e5d-bf36-318f-3306-00000000459c | CHANGED | Check Keystone role status | undercloud | item=creator 2025-11-26 15:20:51.015549 | fa163e5d-bf36-318f-3306-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:02.674242 | 0.83s 2025-11-26 15:20:51.289869 | fa163e5d-bf36-318f-3306-00000000459c | CHANGED | Check Keystone role status | undercloud | item=observer 2025-11-26 15:20:51.292591 | fa163e5d-bf36-318f-3306-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:02.951302 | 1.11s 2025-11-26 15:20:51.574791 | fa163e5d-bf36-318f-3306-00000000459c | CHANGED | Check Keystone role status | undercloud | item=audit 2025-11-26 15:20:51.578347 | fa163e5d-bf36-318f-3306-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:03.237056 | 1.39s 2025-11-26 15:20:51.840731 | fa163e5d-bf36-318f-3306-00000000459c | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-11-26 15:20:51.843205 | fa163e5d-bf36-318f-3306-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:03.501912 | 1.66s 2025-11-26 15:20:52.115414 | fa163e5d-bf36-318f-3306-00000000459c | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-11-26 15:20:52.117949 | fa163e5d-bf36-318f-3306-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:03.776655 | 1.93s 2025-11-26 15:20:52.389272 | fa163e5d-bf36-318f-3306-00000000459c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-11-26 15:20:52.392353 | fa163e5d-bf36-318f-3306-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:04.051059 | 2.21s 2025-11-26 15:20:52.670311 | fa163e5d-bf36-318f-3306-00000000459c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-11-26 15:20:52.673377 | fa163e5d-bf36-318f-3306-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:04.332083 | 2.49s 2025-11-26 15:20:53.001360 | fa163e5d-bf36-318f-3306-00000000459c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-11-26 15:20:53.004881 | fa163e5d-bf36-318f-3306-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:04.663564 | 2.82s 2025-11-26 15:20:53.016795 | fa163e5d-bf36-318f-3306-00000000459c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:04.675456 | 2.83s 2025-11-26 15:20:53.041186 | fa163e5d-bf36-318f-3306-0000000045a1 | TASK | Async creation of Keystone role 2025-11-26 15:20:53.424182 | fa163e5d-bf36-318f-3306-0000000045a1 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-11-26 15:20:53.426514 | fa163e5d-bf36-318f-3306-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.085220 | 0.38s 2025-11-26 15:20:53.746694 | fa163e5d-bf36-318f-3306-0000000045a1 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-11-26 15:20:53.748771 | fa163e5d-bf36-318f-3306-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.407478 | 0.71s 2025-11-26 15:20:54.001348 | fa163e5d-bf36-318f-3306-0000000045a1 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-11-26 15:20:54.002745 | fa163e5d-bf36-318f-3306-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.661454 | 0.96s 2025-11-26 15:20:54.008870 | fa163e5d-bf36-318f-3306-0000000045a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.667574 | 0.97s 2025-11-26 15:20:54.026711 | fa163e5d-bf36-318f-3306-0000000045a3 | TASK | Check Keystone role status 2025-11-26 15:20:54.324871 | fa163e5d-bf36-318f-3306-0000000045a3 | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-11-26 15:20:59.534176 | fa163e5d-bf36-318f-3306-0000000045a3 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-11-26 15:20:59.537941 | fa163e5d-bf36-318f-3306-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:11.196652 | 5.51s 2025-11-26 15:20:59.789324 | fa163e5d-bf36-318f-3306-0000000045a3 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-11-26 15:20:59.790255 | fa163e5d-bf36-318f-3306-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:11.448956 | 5.76s 2025-11-26 15:21:00.090205 | fa163e5d-bf36-318f-3306-0000000045a3 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-11-26 15:21:00.091942 | fa163e5d-bf36-318f-3306-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:11.750649 | 6.06s 2025-11-26 15:21:00.101878 | fa163e5d-bf36-318f-3306-0000000045a3 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:11.760592 | 6.07s 2025-11-26 15:21:00.117107 | fa163e5d-bf36-318f-3306-000000003d2b | TASK | Create Keystone Users 2025-11-26 15:21:00.223996 | fa163e5d-bf36-318f-3306-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:11.882687 | 0.11s 2025-11-26 15:21:00.242098 | fa163e5d-bf36-318f-3306-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:11.900814 | 0.12s 2025-11-26 15:21:00.249749 | fa163e5d-bf36-318f-3306-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:11.908459 | 0.13s 2025-11-26 15:21:00.271083 | 2cc1b226-923b-45ad-b5ee-1819f582ead0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-26 15:21:00.283854 | a854f3f8-3a66-4d02-a51d-8d50e3398f87 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-26 15:21:00.348148 | fa163e5d-bf36-318f-3306-00000000474b | TASK | Check password of Keystone user 2025-11-26 15:21:01.296909 | fa163e5d-bf36-318f-3306-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-11-26 15:21:01.297804 | fa163e5d-bf36-318f-3306-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:12.956518 | 0.95s 2025-11-26 15:21:02.271343 | fa163e5d-bf36-318f-3306-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-11-26 15:21:02.273116 | fa163e5d-bf36-318f-3306-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:13.931823 | 1.92s 2025-11-26 15:21:03.210856 | fa163e5d-bf36-318f-3306-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-11-26 15:21:03.212608 | fa163e5d-bf36-318f-3306-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:14.871315 | 2.86s 2025-11-26 15:21:04.208868 | fa163e5d-bf36-318f-3306-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-11-26 15:21:04.209875 | fa163e5d-bf36-318f-3306-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:15.868582 | 3.86s 2025-11-26 15:21:05.126362 | fa163e5d-bf36-318f-3306-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-11-26 15:21:05.127282 | fa163e5d-bf36-318f-3306-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:16.785994 | 4.78s 2025-11-26 15:21:06.143043 | fa163e5d-bf36-318f-3306-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-11-26 15:21:06.144720 | fa163e5d-bf36-318f-3306-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:17.803430 | 5.80s 2025-11-26 15:21:07.031486 | fa163e5d-bf36-318f-3306-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-11-26 15:21:07.033368 | fa163e5d-bf36-318f-3306-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:18.692069 | 6.68s 2025-11-26 15:21:08.012517 | fa163e5d-bf36-318f-3306-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-11-26 15:21:08.013775 | fa163e5d-bf36-318f-3306-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:19.672495 | 7.66s 2025-11-26 15:21:08.974204 | fa163e5d-bf36-318f-3306-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-11-26 15:21:08.975840 | fa163e5d-bf36-318f-3306-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:20.634550 | 8.63s 2025-11-26 15:21:09.873140 | fa163e5d-bf36-318f-3306-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-11-26 15:21:09.874938 | fa163e5d-bf36-318f-3306-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:21.533648 | 9.53s 2025-11-26 15:21:09.884938 | fa163e5d-bf36-318f-3306-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-11-26 15:21:09.885981 | fa163e5d-bf36-318f-3306-00000000474b | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:21.544692 | 9.54s 2025-11-26 15:21:09.906208 | fa163e5d-bf36-318f-3306-00000000474d | TASK | Async creation of Keystone user 2025-11-26 15:21:10.317853 | fa163e5d-bf36-318f-3306-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:10.318893 | fa163e5d-bf36-318f-3306-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:21.977608 | 0.41s 2025-11-26 15:21:10.667266 | fa163e5d-bf36-318f-3306-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:10.668230 | fa163e5d-bf36-318f-3306-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:22.326939 | 0.76s 2025-11-26 15:21:10.971826 | fa163e5d-bf36-318f-3306-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:10.974306 | fa163e5d-bf36-318f-3306-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:22.633008 | 1.07s 2025-11-26 15:21:11.269929 | fa163e5d-bf36-318f-3306-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:11.270528 | fa163e5d-bf36-318f-3306-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:22.929246 | 1.36s 2025-11-26 15:21:11.577163 | fa163e5d-bf36-318f-3306-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:11.577738 | fa163e5d-bf36-318f-3306-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:23.236458 | 1.67s 2025-11-26 15:21:11.854858 | fa163e5d-bf36-318f-3306-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:11.855505 | fa163e5d-bf36-318f-3306-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:23.514223 | 1.95s 2025-11-26 15:21:12.155500 | fa163e5d-bf36-318f-3306-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:12.156075 | fa163e5d-bf36-318f-3306-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:23.814795 | 2.25s 2025-11-26 15:21:12.503717 | fa163e5d-bf36-318f-3306-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:12.505344 | fa163e5d-bf36-318f-3306-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:24.164051 | 2.60s 2025-11-26 15:21:12.803462 | fa163e5d-bf36-318f-3306-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:12.804070 | fa163e5d-bf36-318f-3306-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:24.462789 | 2.90s 2025-11-26 15:21:13.130205 | fa163e5d-bf36-318f-3306-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:13.130774 | fa163e5d-bf36-318f-3306-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:24.789492 | 3.22s 2025-11-26 15:21:13.133956 | fa163e5d-bf36-318f-3306-00000000474d | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:13.134596 | fa163e5d-bf36-318f-3306-00000000474d | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:24.793319 | 3.23s 2025-11-26 15:21:13.148829 | fa163e5d-bf36-318f-3306-00000000474f | TASK | Check Keystone user status 2025-11-26 15:21:13.404174 | fa163e5d-bf36-318f-3306-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:13.406303 | fa163e5d-bf36-318f-3306-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:25.065007 | 0.26s 2025-11-26 15:21:13.665654 | fa163e5d-bf36-318f-3306-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:13.666682 | fa163e5d-bf36-318f-3306-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:25.325391 | 0.52s 2025-11-26 15:21:13.933285 | fa163e5d-bf36-318f-3306-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:13.934224 | fa163e5d-bf36-318f-3306-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:25.592934 | 0.78s 2025-11-26 15:21:14.247617 | fa163e5d-bf36-318f-3306-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:14.249277 | fa163e5d-bf36-318f-3306-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:25.907951 | 1.10s 2025-11-26 15:21:14.528859 | fa163e5d-bf36-318f-3306-00000000474f | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-26 15:21:19.796041 | fa163e5d-bf36-318f-3306-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:19.796942 | fa163e5d-bf36-318f-3306-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:31.455661 | 6.65s 2025-11-26 15:21:20.070510 | fa163e5d-bf36-318f-3306-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:20.071166 | fa163e5d-bf36-318f-3306-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:31.729885 | 6.92s 2025-11-26 15:21:20.347233 | fa163e5d-bf36-318f-3306-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:20.347881 | fa163e5d-bf36-318f-3306-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:32.006602 | 7.20s 2025-11-26 15:21:20.613524 | fa163e5d-bf36-318f-3306-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:20.614444 | fa163e5d-bf36-318f-3306-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:32.273158 | 7.46s 2025-11-26 15:21:20.881358 | fa163e5d-bf36-318f-3306-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:20.883066 | fa163e5d-bf36-318f-3306-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:32.541778 | 7.73s 2025-11-26 15:21:21.147451 | fa163e5d-bf36-318f-3306-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:21.148474 | fa163e5d-bf36-318f-3306-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:32.807183 | 8.00s 2025-11-26 15:21:21.155643 | fa163e5d-bf36-318f-3306-00000000474f | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:21.156459 | fa163e5d-bf36-318f-3306-00000000474f | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:32.815174 | 8.01s 2025-11-26 15:21:21.178281 | fa163e5d-bf36-318f-3306-000000004754 | TASK | Check password of Keystone user 2025-11-26 15:21:22.109125 | fa163e5d-bf36-318f-3306-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-11-26 15:21:22.110520 | fa163e5d-bf36-318f-3306-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:33.769230 | 0.93s 2025-11-26 15:21:23.039289 | fa163e5d-bf36-318f-3306-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-11-26 15:21:23.040872 | fa163e5d-bf36-318f-3306-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:34.699558 | 1.86s 2025-11-26 15:21:23.989059 | fa163e5d-bf36-318f-3306-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-11-26 15:21:23.991000 | fa163e5d-bf36-318f-3306-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:35.649709 | 2.81s 2025-11-26 15:21:24.852679 | fa163e5d-bf36-318f-3306-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-11-26 15:21:24.853678 | fa163e5d-bf36-318f-3306-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:36.512391 | 3.67s 2025-11-26 15:21:25.751636 | fa163e5d-bf36-318f-3306-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-11-26 15:21:25.753350 | fa163e5d-bf36-318f-3306-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:37.412062 | 4.57s 2025-11-26 15:21:26.619387 | fa163e5d-bf36-318f-3306-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-11-26 15:21:26.619975 | fa163e5d-bf36-318f-3306-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:38.278698 | 5.44s 2025-11-26 15:21:27.487512 | fa163e5d-bf36-318f-3306-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-11-26 15:21:27.488566 | fa163e5d-bf36-318f-3306-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:39.147279 | 6.31s 2025-11-26 15:21:27.494619 | fa163e5d-bf36-318f-3306-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-11-26 15:21:27.495402 | fa163e5d-bf36-318f-3306-000000004754 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:39.154118 | 6.32s 2025-11-26 15:21:27.515622 | fa163e5d-bf36-318f-3306-000000004756 | TASK | Async creation of Keystone user 2025-11-26 15:21:27.881800 | fa163e5d-bf36-318f-3306-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:27.883916 | fa163e5d-bf36-318f-3306-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:39.542627 | 0.37s 2025-11-26 15:21:28.235290 | fa163e5d-bf36-318f-3306-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:28.235851 | fa163e5d-bf36-318f-3306-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:39.894572 | 0.72s 2025-11-26 15:21:28.630107 | fa163e5d-bf36-318f-3306-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:28.631058 | fa163e5d-bf36-318f-3306-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:40.289779 | 1.11s 2025-11-26 15:21:28.926952 | fa163e5d-bf36-318f-3306-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:28.929004 | fa163e5d-bf36-318f-3306-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:40.587718 | 1.41s 2025-11-26 15:21:29.269573 | fa163e5d-bf36-318f-3306-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:29.271103 | fa163e5d-bf36-318f-3306-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:40.929823 | 1.75s 2025-11-26 15:21:29.629439 | fa163e5d-bf36-318f-3306-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:29.631559 | fa163e5d-bf36-318f-3306-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:41.290267 | 2.11s 2025-11-26 15:21:29.929093 | fa163e5d-bf36-318f-3306-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:29.929857 | fa163e5d-bf36-318f-3306-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:41.588575 | 2.41s 2025-11-26 15:21:29.933411 | fa163e5d-bf36-318f-3306-000000004756 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 15:21:29.934730 | fa163e5d-bf36-318f-3306-000000004756 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:41.593442 | 2.42s 2025-11-26 15:21:29.954496 | fa163e5d-bf36-318f-3306-000000004758 | TASK | Check Keystone user status 2025-11-26 15:21:30.232643 | fa163e5d-bf36-318f-3306-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:30.234658 | fa163e5d-bf36-318f-3306-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:41.893363 | 0.28s 2025-11-26 15:21:30.526345 | fa163e5d-bf36-318f-3306-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:30.527067 | fa163e5d-bf36-318f-3306-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:42.185786 | 0.57s 2025-11-26 15:21:30.794819 | fa163e5d-bf36-318f-3306-000000004758 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-26 15:21:36.006290 | fa163e5d-bf36-318f-3306-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:36.008062 | fa163e5d-bf36-318f-3306-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:47.666777 | 6.05s 2025-11-26 15:21:36.277452 | fa163e5d-bf36-318f-3306-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:36.279090 | fa163e5d-bf36-318f-3306-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:47.937799 | 6.32s 2025-11-26 15:21:36.569704 | fa163e5d-bf36-318f-3306-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:36.571489 | fa163e5d-bf36-318f-3306-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:48.230200 | 6.61s 2025-11-26 15:21:36.844662 | fa163e5d-bf36-318f-3306-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:36.845693 | fa163e5d-bf36-318f-3306-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:48.504405 | 6.89s 2025-11-26 15:21:37.079953 | fa163e5d-bf36-318f-3306-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:37.080970 | fa163e5d-bf36-318f-3306-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:48.739684 | 7.12s 2025-11-26 15:21:37.087687 | fa163e5d-bf36-318f-3306-000000004758 | CHANGED | Check Keystone user status | undercloud 2025-11-26 15:21:37.088801 | fa163e5d-bf36-318f-3306-000000004758 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:48.747510 | 7.13s 2025-11-26 15:21:37.109186 | fa163e5d-bf36-318f-3306-000000003d2d | TASK | Assign Keystone Users to Roles 2025-11-26 15:21:37.199899 | fa163e5d-bf36-318f-3306-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:48.858588 | 0.09s 2025-11-26 15:21:37.227329 | fa163e5d-bf36-318f-3306-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:48.886045 | 0.12s 2025-11-26 15:21:37.252220 | fa163e5d-bf36-318f-3306-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:48.910936 | 0.14s 2025-11-26 15:21:37.264904 | fa163e5d-bf36-318f-3306-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:48.923615 | 0.15s 2025-11-26 15:21:37.276107 | c746cb12-5714-475d-825f-4828a13c32d9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-26 15:21:37.280798 | ac77f093-034b-4c07-bd90-c5aea7645de4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-26 15:21:37.284430 | ddca9c78-7f00-4198-a3fa-be32085c2165 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-26 15:21:37.345172 | fa163e5d-bf36-318f-3306-000000004968 | TASK | Async assignment of Keystone user per role 2025-11-26 15:21:37.434453 | fa163e5d-bf36-318f-3306-000000004968 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:49.093148 | 0.09s 2025-11-26 15:21:37.452406 | fa163e5d-bf36-318f-3306-000000004968 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:49.111129 | 0.11s 2025-11-26 15:21:37.459178 | fa163e5d-bf36-318f-3306-000000004968 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:49.117884 | 0.11s 2025-11-26 15:21:37.475950 | 25975d65-3791-4294-849b-746604da4337 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-26 15:21:37.486084 | 84a83f84-3298-481e-be13-c75b6c5de722 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-26 15:21:37.509440 | fa163e5d-bf36-318f-3306-000000004b48 | TASK | Async assignment of Keystone user to roles 2025-11-26 15:21:37.871128 | fa163e5d-bf36-318f-3306-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-11-26 15:21:37.872780 | fa163e5d-bf36-318f-3306-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:49.531480 | 0.36s 2025-11-26 15:21:38.210855 | fa163e5d-bf36-318f-3306-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-11-26 15:21:38.211590 | fa163e5d-bf36-318f-3306-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:49.870311 | 0.70s 2025-11-26 15:21:38.519850 | fa163e5d-bf36-318f-3306-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-11-26 15:21:38.520905 | fa163e5d-bf36-318f-3306-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:50.179616 | 1.01s 2025-11-26 15:21:38.848979 | fa163e5d-bf36-318f-3306-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-26 15:21:38.850031 | fa163e5d-bf36-318f-3306-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:50.508747 | 1.34s 2025-11-26 15:21:39.193199 | fa163e5d-bf36-318f-3306-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-26 15:21:39.194169 | fa163e5d-bf36-318f-3306-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:50.852884 | 1.68s 2025-11-26 15:21:39.524871 | fa163e5d-bf36-318f-3306-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-11-26 15:21:39.526337 | fa163e5d-bf36-318f-3306-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:51.185051 | 2.02s 2025-11-26 15:21:39.880655 | fa163e5d-bf36-318f-3306-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-11-26 15:21:39.881737 | fa163e5d-bf36-318f-3306-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:51.540452 | 2.37s 2025-11-26 15:21:40.201324 | fa163e5d-bf36-318f-3306-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-11-26 15:21:40.202321 | fa163e5d-bf36-318f-3306-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:51.861036 | 2.69s 2025-11-26 15:21:40.549643 | fa163e5d-bf36-318f-3306-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-11-26 15:21:40.550525 | fa163e5d-bf36-318f-3306-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:52.209244 | 3.04s 2025-11-26 15:21:40.893900 | fa163e5d-bf36-318f-3306-000000004b48 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-11-26 15:21:40.896155 | fa163e5d-bf36-318f-3306-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:52.554862 | 3.39s 2025-11-26 15:21:40.907068 | fa163e5d-bf36-318f-3306-000000004b48 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:52.565772 | 3.40s 2025-11-26 15:21:40.927787 | fa163e5d-bf36-318f-3306-000000004b4a | TASK | Check Keystone user assignment to roles status 2025-11-26 15:21:41.197780 | fa163e5d-bf36-318f-3306-000000004b4a | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-26 15:21:46.478664 | fa163e5d-bf36-318f-3306-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-11-26 15:21:46.480774 | fa163e5d-bf36-318f-3306-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:58.139483 | 5.55s 2025-11-26 15:21:46.745048 | fa163e5d-bf36-318f-3306-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-11-26 15:21:46.746063 | fa163e5d-bf36-318f-3306-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:58.404779 | 5.82s 2025-11-26 15:21:47.053125 | fa163e5d-bf36-318f-3306-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-11-26 15:21:47.054732 | fa163e5d-bf36-318f-3306-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:58.713448 | 6.13s 2025-11-26 15:21:47.302285 | fa163e5d-bf36-318f-3306-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-26 15:21:47.303341 | fa163e5d-bf36-318f-3306-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:58.962056 | 6.37s 2025-11-26 15:21:47.569902 | fa163e5d-bf36-318f-3306-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-26 15:21:47.572168 | fa163e5d-bf36-318f-3306-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:59.230881 | 6.64s 2025-11-26 15:21:47.822705 | fa163e5d-bf36-318f-3306-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-11-26 15:21:47.823765 | fa163e5d-bf36-318f-3306-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:59.482480 | 6.89s 2025-11-26 15:21:48.082376 | fa163e5d-bf36-318f-3306-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-11-26 15:21:48.083486 | fa163e5d-bf36-318f-3306-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:59.742199 | 7.15s 2025-11-26 15:21:48.342315 | fa163e5d-bf36-318f-3306-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-11-26 15:21:48.343958 | fa163e5d-bf36-318f-3306-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.002671 | 7.41s 2025-11-26 15:21:48.600777 | fa163e5d-bf36-318f-3306-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-11-26 15:21:48.602679 | fa163e5d-bf36-318f-3306-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.261393 | 7.67s 2025-11-26 15:21:48.857937 | fa163e5d-bf36-318f-3306-000000004b4a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-11-26 15:21:48.859023 | fa163e5d-bf36-318f-3306-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.517737 | 7.93s 2025-11-26 15:21:48.867924 | fa163e5d-bf36-318f-3306-000000004b4a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.526640 | 7.94s 2025-11-26 15:21:48.892175 | fa163e5d-bf36-318f-3306-000000004b4f | TASK | Async assignment of Keystone user to roles 2025-11-26 15:21:49.259485 | fa163e5d-bf36-318f-3306-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-11-26 15:21:49.260993 | fa163e5d-bf36-318f-3306-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:00.919702 | 0.37s 2025-11-26 15:21:49.593214 | fa163e5d-bf36-318f-3306-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-11-26 15:21:49.594171 | fa163e5d-bf36-318f-3306-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.252886 | 0.70s 2025-11-26 15:21:49.958475 | fa163e5d-bf36-318f-3306-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-11-26 15:21:49.959218 | fa163e5d-bf36-318f-3306-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.617936 | 1.06s 2025-11-26 15:21:50.250963 | fa163e5d-bf36-318f-3306-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-26 15:21:50.251811 | fa163e5d-bf36-318f-3306-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.910533 | 1.36s 2025-11-26 15:21:50.570920 | fa163e5d-bf36-318f-3306-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-11-26 15:21:50.571523 | fa163e5d-bf36-318f-3306-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:02.230246 | 1.68s 2025-11-26 15:21:50.854565 | fa163e5d-bf36-318f-3306-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-11-26 15:21:50.855128 | fa163e5d-bf36-318f-3306-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:02.513851 | 1.96s 2025-11-26 15:21:51.144819 | fa163e5d-bf36-318f-3306-000000004b4f | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-11-26 15:21:51.146172 | fa163e5d-bf36-318f-3306-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:02.804892 | 2.25s 2025-11-26 15:21:51.156617 | fa163e5d-bf36-318f-3306-000000004b4f | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:02.815332 | 2.26s 2025-11-26 15:21:51.172286 | fa163e5d-bf36-318f-3306-000000004b51 | TASK | Check Keystone user assignment to roles status 2025-11-26 15:21:51.436574 | fa163e5d-bf36-318f-3306-000000004b51 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-26 15:21:56.679947 | fa163e5d-bf36-318f-3306-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-11-26 15:21:56.682001 | fa163e5d-bf36-318f-3306-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:08.340708 | 5.51s 2025-11-26 15:21:56.958595 | fa163e5d-bf36-318f-3306-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-11-26 15:21:56.960538 | fa163e5d-bf36-318f-3306-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:08.619248 | 5.79s 2025-11-26 15:21:57.265841 | fa163e5d-bf36-318f-3306-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-11-26 15:21:57.267305 | fa163e5d-bf36-318f-3306-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:08.926016 | 6.09s 2025-11-26 15:21:57.540355 | fa163e5d-bf36-318f-3306-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-26 15:21:57.542665 | fa163e5d-bf36-318f-3306-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:09.201377 | 6.37s 2025-11-26 15:21:57.809068 | fa163e5d-bf36-318f-3306-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-11-26 15:21:57.811172 | fa163e5d-bf36-318f-3306-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:09.469882 | 6.64s 2025-11-26 15:21:58.097002 | fa163e5d-bf36-318f-3306-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-11-26 15:21:58.098226 | fa163e5d-bf36-318f-3306-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:09.756938 | 6.92s 2025-11-26 15:21:58.360110 | fa163e5d-bf36-318f-3306-000000004b51 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-11-26 15:21:58.362692 | fa163e5d-bf36-318f-3306-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:10.021393 | 7.19s 2025-11-26 15:21:58.374228 | fa163e5d-bf36-318f-3306-000000004b51 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:10.032933 | 7.20s 2025-11-26 15:21:58.396370 | fa163e5d-bf36-318f-3306-00000000496d | TASK | Async assignment of Keystone user per role 2025-11-26 15:21:58.490830 | fa163e5d-bf36-318f-3306-00000000496d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:10.149533 | 0.09s 2025-11-26 15:21:58.502936 | fa163e5d-bf36-318f-3306-00000000496d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:10.161647 | 0.10s 2025-11-26 15:21:58.517446 | 418b02c9-205d-4fb2-9a04-98bb63c1c8ae | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-26 15:21:58.542371 | fa163e5d-bf36-318f-3306-000000004bb9 | TASK | Async assignment of Keystone user to roles 2025-11-26 15:21:58.923683 | fa163e5d-bf36-318f-3306-000000004bb9 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-11-26 15:21:58.926084 | fa163e5d-bf36-318f-3306-000000004bb9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:10.584789 | 0.38s 2025-11-26 15:21:58.936061 | fa163e5d-bf36-318f-3306-000000004bb9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:10.594767 | 0.39s 2025-11-26 15:21:58.955655 | fa163e5d-bf36-318f-3306-000000004bbb | TASK | Check Keystone user assignment to roles status 2025-11-26 15:21:59.257753 | fa163e5d-bf36-318f-3306-000000004bbb | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-26 15:22:04.478865 | fa163e5d-bf36-318f-3306-000000004bbb | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-11-26 15:22:04.480393 | fa163e5d-bf36-318f-3306-000000004bbb | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:16.139108 | 5.52s 2025-11-26 15:22:04.490817 | fa163e5d-bf36-318f-3306-000000004bbb | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:16.149522 | 5.53s 2025-11-26 15:22:04.511211 | fa163e5d-bf36-318f-3306-000000004972 | TASK | Async assignment of Keystone user per role 2025-11-26 15:22:04.574193 | fa163e5d-bf36-318f-3306-000000004972 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:16.232897 | 0.06s 2025-11-26 15:22:04.587027 | fa163e5d-bf36-318f-3306-000000004972 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:16.245738 | 0.07s 2025-11-26 15:22:04.600594 | 94f248f4-52df-4636-9088-5122a1a38589 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-26 15:22:04.632847 | fa163e5d-bf36-318f-3306-000000004bdd | TASK | Async assignment of Keystone user to roles 2025-11-26 15:22:04.981684 | fa163e5d-bf36-318f-3306-000000004bdd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-26 15:22:04.983728 | fa163e5d-bf36-318f-3306-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:16.642433 | 0.35s 2025-11-26 15:22:05.309910 | fa163e5d-bf36-318f-3306-000000004bdd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-26 15:22:05.311731 | fa163e5d-bf36-318f-3306-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:16.970440 | 0.68s 2025-11-26 15:22:05.634928 | fa163e5d-bf36-318f-3306-000000004bdd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-26 15:22:05.635802 | fa163e5d-bf36-318f-3306-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:17.294520 | 1.00s 2025-11-26 15:22:05.640009 | fa163e5d-bf36-318f-3306-000000004bdd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:17.298724 | 1.01s 2025-11-26 15:22:05.656653 | fa163e5d-bf36-318f-3306-000000004bdf | TASK | Check Keystone user assignment to roles status 2025-11-26 15:22:05.899334 | fa163e5d-bf36-318f-3306-000000004bdf | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-26 15:22:11.130204 | fa163e5d-bf36-318f-3306-000000004bdf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-26 15:22:11.133023 | fa163e5d-bf36-318f-3306-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:22.791733 | 5.48s 2025-11-26 15:22:11.347650 | fa163e5d-bf36-318f-3306-000000004bdf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-26 15:22:11.348698 | fa163e5d-bf36-318f-3306-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:23.007412 | 5.69s 2025-11-26 15:22:11.592036 | fa163e5d-bf36-318f-3306-000000004bdf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-26 15:22:11.593999 | fa163e5d-bf36-318f-3306-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:23.252711 | 5.94s 2025-11-26 15:22:11.605173 | fa163e5d-bf36-318f-3306-000000004bdf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:23.263881 | 5.95s 2025-11-26 15:22:11.643531 | fa163e5d-bf36-318f-3306-000000003cf3 | TASK | is Keystone LDAP enabled 2025-11-26 15:22:11.704573 | fa163e5d-bf36-318f-3306-000000003cf3 | OK | is Keystone LDAP enabled | undercloud 2025-11-26 15:22:11.705848 | fa163e5d-bf36-318f-3306-000000003cf3 | TIMING | is Keystone LDAP enabled | undercloud | 0:22:23.364558 | 0.06s 2025-11-26 15:22:11.723189 | fa163e5d-bf36-318f-3306-000000003cf4 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-11-26 15:22:11.762928 | fa163e5d-bf36-318f-3306-000000003cf4 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-11-26 15:22:11.764178 | fa163e5d-bf36-318f-3306-000000003cf4 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:23.422887 | 0.04s 2025-11-26 15:22:11.781912 | fa163e5d-bf36-318f-3306-000000003cf5 | TASK | Manage Keystone domains from LDAP config 2025-11-26 15:22:11.833077 | fa163e5d-bf36-318f-3306-000000003cf5 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-11-26 15:22:11.834126 | fa163e5d-bf36-318f-3306-000000003cf5 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:23.492838 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-11-26 15:22:11.972232 | fa163e5d-bf36-318f-3306-0000000000e2 | TASK | Deploy step tasks for 4 2025-11-26 15:22:12.009534 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000e2') missing from stats 2025-11-26 15:22:12.031973 | fa163e5d-bf36-318f-3306-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-11-26 15:22:12.556793 | fa163e5d-bf36-318f-3306-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-11-26 15:22:12.558274 | fa163e5d-bf36-318f-3306-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:24.216947 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 15:22:12.628707 | fa163e5d-bf36-318f-3306-0000000000e4 | TIMING | include_tasks | standalone | 0:22:24.287416 | 0.04s 2025-11-26 15:22:12.673721 | 86f435e5-2faf-46d3-9445-35064ab513c6 | INCLUDED | /root/standalone-ansible-pa3t6qzk/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-11-26 15:22:12.699782 | fa163e5d-bf36-318f-3306-000000004c21 | TASK | Create virtqemud recovery script 2025-11-26 15:22:13.177073 | fa163e5d-bf36-318f-3306-000000004c21 | CHANGED | Create virtqemud recovery script | standalone 2025-11-26 15:22:13.178483 | fa163e5d-bf36-318f-3306-000000004c21 | TIMING | Create virtqemud recovery script | standalone | 0:22:24.837192 | 0.48s 2025-11-26 15:22:13.207071 | fa163e5d-bf36-318f-3306-000000004c22 | TASK | Create virtqemud recovery trigger service 2025-11-26 15:22:13.644363 | fa163e5d-bf36-318f-3306-000000004c22 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-11-26 15:22:13.645741 | fa163e5d-bf36-318f-3306-000000004c22 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:25.304451 | 0.44s 2025-11-26 15:22:13.675780 | fa163e5d-bf36-318f-3306-000000004c23 | TASK | Create virtqemud recovery trigger timer 2025-11-26 15:22:14.173394 | fa163e5d-bf36-318f-3306-000000004c23 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-11-26 15:22:14.174764 | fa163e5d-bf36-318f-3306-000000004c23 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:25.833474 | 0.50s 2025-11-26 15:22:14.209287 | fa163e5d-bf36-318f-3306-000000004c24 | TASK | Enable virtqemud recovery trigger service 2025-11-26 15:22:15.343602 | fa163e5d-bf36-318f-3306-000000004c24 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-11-26 15:22:15.344767 | fa163e5d-bf36-318f-3306-000000004c24 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:27.003485 | 1.13s 2025-11-26 15:22:15.365090 | fa163e5d-bf36-318f-3306-000000004c25 | TASK | Enable virtqemud recovery trigger timer 2025-11-26 15:22:16.415900 | fa163e5d-bf36-318f-3306-000000004c25 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-11-26 15:22:16.417978 | fa163e5d-bf36-318f-3306-000000004c25 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:28.076686 | 1.05s 2025-11-26 15:22:16.446679 | fa163e5d-bf36-318f-3306-000000004c26 | TASK | Really enable virtqemud recovery trigger timer 2025-11-26 15:22:17.015535 | fa163e5d-bf36-318f-3306-000000004c26 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-11-26 15:22:17.017138 | fa163e5d-bf36-318f-3306-000000004c26 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:28.675847 | 0.57s 2025-11-26 15:22:17.046927 | fa163e5d-bf36-318f-3306-000000004c28 | TASK | Create systemd file 2025-11-26 15:22:17.571266 | fa163e5d-bf36-318f-3306-000000004c28 | CHANGED | Create systemd file | standalone 2025-11-26 15:22:17.572613 | fa163e5d-bf36-318f-3306-000000004c28 | TIMING | Create systemd file | standalone | 0:22:29.231314 | 0.52s 2025-11-26 15:22:17.593269 | fa163e5d-bf36-318f-3306-000000004c29 | TASK | Reload systemd 2025-11-26 15:22:18.417583 | fa163e5d-bf36-318f-3306-000000004c29 | CHANGED | Reload systemd | standalone 2025-11-26 15:22:18.420568 | fa163e5d-bf36-318f-3306-000000004c29 | TIMING | Reload systemd | standalone | 0:22:30.079274 | 0.83s 2025-11-26 15:22:18.450412 | fa163e5d-bf36-318f-3306-000000004c2c | TASK | Start OVN container 2025-11-26 15:22:18.514346 | fa163e5d-bf36-318f-3306-000000004c2c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-11-26 15:22:18.534976 | fa163e5d-bf36-318f-3306-000000004c2c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-11-26 15:22:18.550312 | fa163e5d-bf36-318f-3306-000000004c2c | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-11-26 15:22:18.562083 | fa163e5d-bf36-318f-3306-000000004c2c | TIMING | Start OVN container | standalone | 0:22:30.220791 | 0.11s 2025-11-26 15:22:18.592884 | fa163e5d-bf36-318f-3306-000000004c2e | TASK | Set NB connection 2025-11-26 15:22:18.656521 | fa163e5d-bf36-318f-3306-000000004c2e | SKIPPED | Set NB connection | standalone 2025-11-26 15:22:18.657916 | fa163e5d-bf36-318f-3306-000000004c2e | TIMING | Set NB connection | standalone | 0:22:30.316611 | 0.06s 2025-11-26 15:22:18.686923 | fa163e5d-bf36-318f-3306-000000004c2f | TASK | Set SB connection 2025-11-26 15:22:18.742709 | fa163e5d-bf36-318f-3306-000000004c2f | SKIPPED | Set SB connection | standalone 2025-11-26 15:22:18.743538 | fa163e5d-bf36-318f-3306-000000004c2f | TIMING | Set SB connection | standalone | 0:22:30.402255 | 0.05s 2025-11-26 15:22:18.765886 | fa163e5d-bf36-318f-3306-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-11-26 15:22:18.994866 | fa163e5d-bf36-318f-3306-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-11-26 15:22:18.995950 | fa163e5d-bf36-318f-3306-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:30.654672 | 0.23s 2025-11-26 15:22:19.108098 | fa163e5d-bf36-318f-3306-0000000000e7 | TIMING | include_tasks | standalone | 0:22:30.766797 | 0.09s 2025-11-26 15:22:19.144812 | 491aa007-cd17-4170-9101-242f21fff82e | INCLUDED | /root/standalone-ansible-pa3t6qzk/common_deploy_steps_tasks.yaml | standalone 2025-11-26 15:22:19.170076 | fa163e5d-bf36-318f-3306-000000004c5e | TASK | Write the config_step hieradata 2025-11-26 15:22:19.691789 | fa163e5d-bf36-318f-3306-000000004c5e | OK | Write the config_step hieradata | standalone 2025-11-26 15:22:19.694821 | fa163e5d-bf36-318f-3306-000000004c5e | TIMING | Write the config_step hieradata | standalone | 0:22:31.353528 | 0.52s 2025-11-26 15:22:19.725856 | fa163e5d-bf36-318f-3306-000000004c5f | TASK | Run puppet host configuration for step 4 2025-11-26 15:22:20.042106 | fa163e5d-bf36-318f-3306-000000004c5f | CHANGED | Run puppet host configuration for step 4 | standalone 2025-11-26 15:22:20.043541 | fa163e5d-bf36-318f-3306-000000004c5f | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:31.702253 | 0.32s 2025-11-26 15:22:20.072012 | fa163e5d-bf36-318f-3306-000000004c60 | TASK | Wait for puppet host configuration to finish 2025-11-26 15:22:20.320738 | fa163e5d-bf36-318f-3306-000000004c60 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-26 15:22:30.573089 | fa163e5d-bf36-318f-3306-000000004c60 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-26 15:22:40.790332 | fa163e5d-bf36-318f-3306-000000004c60 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-26 15:22:51.037480 | fa163e5d-bf36-318f-3306-000000004c60 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-26 15:22:51.038529 | fa163e5d-bf36-318f-3306-000000004c60 | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:02.697251 | 30.97s 2025-11-26 15:22:51.060422 | fa163e5d-bf36-318f-3306-000000004c61 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-11-26 15:22:51.154443 | fa163e5d-bf36-318f-3306-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>Nov 26 15:22:20 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 26 15:22:24 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 26 15:22:24 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 26 15:22:24 puppet-user: (file & line not available)", "<13>Nov 26 15:22:24 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>Nov 26 15:22:24 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 26 15:22:25 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>Nov 26 15:22:25 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 26 15:22:25 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 26 15:22:25 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>Nov 26 15:22:25 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>Nov 26 15:22:25 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>Nov 26 15:22:25 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>Nov 26 15:22:25 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>Nov 26 15:22:25 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 26 15:22:25 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.55 seconds", "<13>Nov 26 15:22:29 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 26 15:22:31 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 26 15:22:36 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Nov 26 15:22:36 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}5a15f3d12dd7ffe390c60a1aa0f231c9f465fc9a83e28eb315e8790d41883535'", "<13>Nov 26 15:22:36 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Nov 26 15:22:36 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Nov 26 15:22:36 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Nov 26 15:22:36 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Nov 26 15:22:38 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 26 15:22:43 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>Nov 26 15:22:44 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 26 15:22:44 puppet-user: Notice: Applied catalog in 19.70 seconds", "<13>Nov 26 15:22:44 puppet-user: Application:", "<13>Nov 26 15:22:44 puppet-user: Initial environment: production", "<13>Nov 26 15:22:44 puppet-user: Converged environment: production", "<13>Nov 26 15:22:44 puppet-user: Run mode: user", "<13>Nov 26 15:22:44 puppet-user: Changes:", "<13>Nov 26 15:22:44 puppet-user: Total: 10", "<13>Nov 26 15:22:44 puppet-user: Events:", "<13>Nov 26 15:22:44 puppet-user: Success: 10", "<13>Nov 26 15:22:44 puppet-user: Resources:", "<13>Nov 26 15:22:44 puppet-user: Restarted: 1", "<13>Nov 26 15:22:44 puppet-user: Changed: 10", "<13>Nov 26 15:22:44 puppet-user: Out of sync: 10", "<13>Nov 26 15:22:44 puppet-user: Total: 37", "<13>Nov 26 15:22:44 puppet-user: Time:", "<13>Nov 26 15:22:44 puppet-user: Schedule: 0.00", "<13>Nov 26 15:22:44 puppet-user: File line: 0.00", "<13>Nov 26 15:22:44 puppet-user: Augeas: 0.01", "<13>Nov 26 15:22:44 puppet-user: User: 0.01", "<13>Nov 26 15:22:44 puppet-user: File: 0.07", "<13>Nov 26 15:22:44 puppet-user: Config retrieval: 0.63", "<13>Nov 26 15:22:44 puppet-user: Pcmk property: 1.52", "<13>Nov 26 15:22:44 puppet-user: Service: 1.53", "<13>Nov 26 15:22:44 puppet-user: Last run: 1764170564", "<13>Nov 26 15:22:44 puppet-user: Transaction evaluation: 19.68", "<13>Nov 26 15:22:44 puppet-user: Catalog application: 19.70", "<13>Nov 26 15:22:44 puppet-user: Pcmk resource default: 2.00", "<13>Nov 26 15:22:44 puppet-user: Pcmk resource op default: 2.10", "<13>Nov 26 15:22:44 puppet-user: Package: 5.30", "<13>Nov 26 15:22:44 puppet-user: Exec: 6.92", "<13>Nov 26 15:22:44 puppet-user: Filebucket: 0.00", "<13>Nov 26 15:22:44 puppet-user: Total: 19.71", "<13>Nov 26 15:22:44 puppet-user: Version:", "<13>Nov 26 15:22:44 puppet-user: Config: 1764170544", "<13>Nov 26 15:22:44 puppet-user: Puppet: 7.10.0" ] } 2025-11-26 15:22:51.155800 | fa163e5d-bf36-318f-3306-000000004c61 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:02.814518 | 0.09s 2025-11-26 15:22:51.184720 | fa163e5d-bf36-318f-3306-000000004c62 | TASK | Pre-cache facts for puppet containers 2025-11-26 15:22:51.216223 | fa163e5d-bf36-318f-3306-000000004c62 | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:02.874924 | 0.03s 2025-11-26 15:22:51.285690 | fa163e5d-bf36-318f-3306-000000004ca3 | TASK | Gather variables for each operating system 2025-11-26 15:22:51.413225 | fa163e5d-bf36-318f-3306-000000004ca3 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:03.071939 | 0.13s 2025-11-26 15:22:51.432550 | fa163e5d-bf36-318f-3306-000000004ca4 | TASK | Create puppet caching structures 2025-11-26 15:22:51.686768 | fa163e5d-bf36-318f-3306-000000004ca4 | CHANGED | Create puppet caching structures | standalone 2025-11-26 15:22:51.688206 | fa163e5d-bf36-318f-3306-000000004ca4 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:03.346916 | 0.25s 2025-11-26 15:22:51.718835 | fa163e5d-bf36-318f-3306-000000004ca5 | TASK | Check for facter.conf 2025-11-26 15:22:51.973698 | fa163e5d-bf36-318f-3306-000000004ca5 | OK | Check for facter.conf | standalone 2025-11-26 15:22:51.975162 | fa163e5d-bf36-318f-3306-000000004ca5 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:03.633872 | 0.25s 2025-11-26 15:22:52.005679 | fa163e5d-bf36-318f-3306-000000004ca6 | TASK | Remove facter.conf if directory 2025-11-26 15:22:52.039532 | fa163e5d-bf36-318f-3306-000000004ca6 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-26 15:22:52.041010 | fa163e5d-bf36-318f-3306-000000004ca6 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:03.699718 | 0.03s 2025-11-26 15:22:52.070545 | fa163e5d-bf36-318f-3306-000000004ca7 | TASK | Write facter cache config 2025-11-26 15:22:52.578876 | fa163e5d-bf36-318f-3306-000000004ca7 | CHANGED | Write facter cache config | standalone 2025-11-26 15:22:52.580384 | fa163e5d-bf36-318f-3306-000000004ca7 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:04.239094 | 0.51s 2025-11-26 15:22:52.610584 | fa163e5d-bf36-318f-3306-000000004ca8 | TASK | Cleanup facter cache if exists 2025-11-26 15:22:52.864946 | fa163e5d-bf36-318f-3306-000000004ca8 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-26 15:22:52.866843 | fa163e5d-bf36-318f-3306-000000004ca8 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:04.525550 | 0.25s 2025-11-26 15:22:52.915486 | fa163e5d-bf36-318f-3306-000000004ca9 | TASK | Pre-cache facts 2025-11-26 15:22:53.548864 | fa163e5d-bf36-318f-3306-000000004ca9 | CHANGED | Pre-cache facts | standalone 2025-11-26 15:22:53.550268 | fa163e5d-bf36-318f-3306-000000004ca9 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:05.208951 | 0.63s 2025-11-26 15:22:53.582456 | fa163e5d-bf36-318f-3306-000000004caa | TASK | Failed deployment if facter fails 2025-11-26 15:22:53.624224 | fa163e5d-bf36-318f-3306-000000004caa | SKIPPED | Failed deployment if facter fails | standalone 2025-11-26 15:22:53.625650 | fa163e5d-bf36-318f-3306-000000004caa | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:05.284357 | 0.04s 2025-11-26 15:22:53.671008 | fa163e5d-bf36-318f-3306-000000004cab | TASK | Sync cached facts 2025-11-26 15:22:53.966296 | fa163e5d-bf36-318f-3306-000000004cab | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e5d-bf36-318f-3306-000000004cab') missing from stats 2025-11-26 15:22:54.025296 | fa163e5d-bf36-318f-3306-000000004c63 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-26 15:22:54.088759 | fa163e5d-bf36-318f-3306-000000004c63 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-26 15:22:54.090201 | fa163e5d-bf36-318f-3306-000000004c63 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:05.748905 | 0.06s 2025-11-26 15:22:54.123279 | fa163e5d-bf36-318f-3306-000000004c65 | TASK | Manage containers for step 4 with tripleo-ansible 2025-11-26 15:22:54.159480 | fa163e5d-bf36-318f-3306-000000004c65 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:05.818191 | 0.03s 2025-11-26 15:22:54.214701 | fa163e5d-bf36-318f-3306-000000004d02 | TASK | Gather variables for each operating system 2025-11-26 15:22:54.332979 | fa163e5d-bf36-318f-3306-000000004d02 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:05.991687 | 0.12s 2025-11-26 15:22:54.353060 | fa163e5d-bf36-318f-3306-000000004d03 | TASK | Create container logs path 2025-11-26 15:22:54.620974 | fa163e5d-bf36-318f-3306-000000004d03 | OK | Create container logs path | standalone 2025-11-26 15:22:54.622339 | fa163e5d-bf36-318f-3306-000000004d03 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:06.281054 | 0.27s 2025-11-26 15:22:54.649673 | fa163e5d-bf36-318f-3306-000000004d05 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-11-26 15:22:54.934296 | fa163e5d-bf36-318f-3306-000000004d05 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-26 15:22:54.935811 | fa163e5d-bf36-318f-3306-000000004d05 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:06.594522 | 0.28s 2025-11-26 15:22:54.969157 | fa163e5d-bf36-318f-3306-000000004d06 | TASK | Finalise hashes for all containers 2025-11-26 15:22:55.138627 | fa163e5d-bf36-318f-3306-000000004d06 | OK | Finalise hashes for all containers | standalone 2025-11-26 15:22:55.140167 | fa163e5d-bf36-318f-3306-000000004d06 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:06.798878 | 0.17s 2025-11-26 15:22:55.170405 | fa163e5d-bf36-318f-3306-000000004d08 | TASK | Manage systemd shutdown files 2025-11-26 15:22:55.203131 | fa163e5d-bf36-318f-3306-000000004d08 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:06.861833 | 0.03s 2025-11-26 15:22:55.238870 | b17518b1-a623-4721-84a0-1ae84197f271 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-26 15:22:55.357876 | fa163e5d-bf36-318f-3306-000000004d3b | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-26 15:22:55.641174 | fa163e5d-bf36-318f-3306-000000004d3b | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-26 15:22:55.642683 | fa163e5d-bf36-318f-3306-000000004d3b | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:07.301393 | 0.28s 2025-11-26 15:22:55.672840 | fa163e5d-bf36-318f-3306-000000004d3c | TASK | Set podman_drop_in fact 2025-11-26 15:22:55.713069 | fa163e5d-bf36-318f-3306-000000004d3c | OK | Set podman_drop_in fact | standalone 2025-11-26 15:22:55.714222 | fa163e5d-bf36-318f-3306-000000004d3c | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:07.372934 | 0.04s 2025-11-26 15:22:55.743175 | fa163e5d-bf36-318f-3306-000000004d3e | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-26 15:22:56.270804 | fa163e5d-bf36-318f-3306-000000004d3e | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-26 15:22:56.271735 | fa163e5d-bf36-318f-3306-000000004d3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:07.930455 | 0.53s 2025-11-26 15:22:56.813395 | fa163e5d-bf36-318f-3306-000000004d3e | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-26 15:22:56.815086 | fa163e5d-bf36-318f-3306-000000004d3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:08.473797 | 1.07s 2025-11-26 15:22:56.825899 | fa163e5d-bf36-318f-3306-000000004d3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:08.484606 | 1.08s 2025-11-26 15:22:56.856078 | fa163e5d-bf36-318f-3306-000000004d3f | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-26 15:22:57.417989 | fa163e5d-bf36-318f-3306-000000004d3f | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-26 15:22:57.419941 | fa163e5d-bf36-318f-3306-000000004d3f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:09.078649 | 0.56s 2025-11-26 15:22:57.452788 | fa163e5d-bf36-318f-3306-000000004d40 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-26 15:22:58.027636 | fa163e5d-bf36-318f-3306-000000004d40 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-26 15:22:58.029825 | fa163e5d-bf36-318f-3306-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:09.688529 | 0.58s 2025-11-26 15:22:58.062219 | fa163e5d-bf36-318f-3306-000000004d41 | TASK | Enable and start tripleo-container-shutdown 2025-11-26 15:22:58.984665 | fa163e5d-bf36-318f-3306-000000004d41 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-26 15:22:58.986854 | fa163e5d-bf36-318f-3306-000000004d41 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:10.645563 | 0.92s 2025-11-26 15:22:59.017579 | fa163e5d-bf36-318f-3306-000000004d42 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-26 15:22:59.602694 | fa163e5d-bf36-318f-3306-000000004d42 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-26 15:22:59.604138 | fa163e5d-bf36-318f-3306-000000004d42 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:11.262847 | 0.58s 2025-11-26 15:22:59.634303 | fa163e5d-bf36-318f-3306-000000004d43 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-26 15:23:00.198650 | fa163e5d-bf36-318f-3306-000000004d43 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-26 15:23:00.200020 | fa163e5d-bf36-318f-3306-000000004d43 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:11.858731 | 0.56s 2025-11-26 15:23:00.229416 | fa163e5d-bf36-318f-3306-000000004d44 | TASK | Enable and start netns-placeholder 2025-11-26 15:23:00.999189 | fa163e5d-bf36-318f-3306-000000004d44 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-26 15:23:01.001093 | fa163e5d-bf36-318f-3306-000000004d44 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:12.659803 | 0.77s 2025-11-26 15:23:01.031884 | fa163e5d-bf36-318f-3306-000000004d0a | TASK | Update container configs with new config hashes 2025-11-26 15:23:01.093958 | fa163e5d-bf36-318f-3306-000000004d0a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:12.752655 | 0.06s 2025-11-26 15:23:01.115299 | 0bed125f-ee9a-4777-95a7-a7f6c361fe86 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-26 15:23:01.149354 | fa163e5d-bf36-318f-3306-000000004d6c | TASK | Update config hashes for container startup configs 2025-11-26 15:23:01.438304 | fa163e5d-bf36-318f-3306-000000004d6c | OK | Update config hashes for container startup configs | standalone 2025-11-26 15:23:01.439820 | fa163e5d-bf36-318f-3306-000000004d6c | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:13.098530 | 0.29s 2025-11-26 15:23:01.471962 | fa163e5d-bf36-318f-3306-000000004d0b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-26 15:23:01.533971 | fa163e5d-bf36-318f-3306-000000004d0b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:13.192668 | 0.06s 2025-11-26 15:23:01.559269 | c3a5ff08-5bfb-4ddb-b2fb-676dc9228e87 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 15:23:01.594500 | fa163e5d-bf36-318f-3306-000000004d8b | TASK | Gather podman infos 2025-11-26 15:23:03.178373 | fa163e5d-bf36-318f-3306-000000004d8b | OK | Gather podman infos | standalone 2025-11-26 15:23:03.179963 | fa163e5d-bf36-318f-3306-000000004d8b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:14.838675 | 1.58s 2025-11-26 15:23:03.289111 | fa163e5d-bf36-318f-3306-000000004d8c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-26 15:23:03.371657 | fa163e5d-bf36-318f-3306-000000004d8c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:15.030347 | 0.08s 2025-11-26 15:23:03.539008 | fa163e5d-bf36-318f-3306-000000004dd5 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:15.197715 | 0.11s 2025-11-26 15:23:03.585172 | fa163e5d-bf36-318f-3306-000000004d0c | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-26 15:23:03.634903 | fa163e5d-bf36-318f-3306-000000004d0c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:15.293616 | 0.05s 2025-11-26 15:23:03.650872 | 51345a6b-9abc-4221-92eb-0d6cf4675323 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 15:23:03.682964 | fa163e5d-bf36-318f-3306-000000004dfb | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-26 15:23:25.351101 | fa163e5d-bf36-318f-3306-000000004dfb | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-26 15:23:25.352568 | fa163e5d-bf36-318f-3306-000000004dfb | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:37.011284 | 21.67s 2025-11-26 15:23:25.378834 | fa163e5d-bf36-318f-3306-000000004dfc | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-26 15:25:29.723628 | fa163e5d-bf36-318f-3306-000000004dfc | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-26 15:25:29.724926 | fa163e5d-bf36-318f-3306-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:41.383646 | 124.34s 2025-11-26 15:25:29.769773 | fa163e5d-bf36-318f-3306-000000004c67 | TASK | Clean container_puppet_tasks for standalone step 4 2025-11-26 15:25:30.007639 | fa163e5d-bf36-318f-3306-000000004c67 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-11-26 15:25:30.008846 | fa163e5d-bf36-318f-3306-000000004c67 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:25:41.667559 | 0.24s 2025-11-26 15:25:30.054536 | fa163e5d-bf36-318f-3306-000000004c68 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-11-26 15:25:30.095401 | fa163e5d-bf36-318f-3306-000000004c68 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:25:41.754102 | 0.04s 2025-11-26 15:25:30.126381 | fa163e5d-bf36-318f-3306-000000004c69 | TASK | Include container-puppet tasks for step 4 2025-11-26 15:25:30.170376 | fa163e5d-bf36-318f-3306-000000004c69 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:25:41.829078 | 0.04s 2025-11-26 15:25:30.194910 | be848dca-0aa5-4222-9954-0d738c195bd5 | INCLUDED | /root/standalone-ansible-pa3t6qzk/host-container-puppet-tasks.yaml | standalone 2025-11-26 15:25:30.242521 | fa163e5d-bf36-318f-3306-000000004e47 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-11-26 15:25:30.715616 | fa163e5d-bf36-318f-3306-000000004e47 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-11-26 15:25:30.716803 | fa163e5d-bf36-318f-3306-000000004e47 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:25:42.375514 | 0.47s 2025-11-26 15:25:30.746617 | fa163e5d-bf36-318f-3306-000000004e49 | TASK | Generate container puppet configs for step 4 2025-11-26 15:25:31.067348 | fa163e5d-bf36-318f-3306-000000004e49 | OK | Generate container puppet configs for step 4 | standalone 2025-11-26 15:25:31.068866 | fa163e5d-bf36-318f-3306-000000004e49 | TIMING | Generate container puppet configs for step 4 | standalone | 0:25:42.727578 | 0.32s 2025-11-26 15:25:31.099635 | fa163e5d-bf36-318f-3306-000000004e4a | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-11-26 15:25:31.133397 | fa163e5d-bf36-318f-3306-000000004e4a | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:25:42.792099 | 0.03s 2025-11-26 15:25:31.204685 | fa163e5d-bf36-318f-3306-000000004e79 | TASK | Gather variables for each operating system 2025-11-26 15:25:31.318326 | fa163e5d-bf36-318f-3306-000000004e79 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:42.977023 | 0.11s 2025-11-26 15:25:31.348859 | fa163e5d-bf36-318f-3306-000000004e7a | TASK | Create container logs path 2025-11-26 15:25:31.582895 | fa163e5d-bf36-318f-3306-000000004e7a | OK | Create container logs path | standalone 2025-11-26 15:25:31.584590 | fa163e5d-bf36-318f-3306-000000004e7a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:43.243300 | 0.23s 2025-11-26 15:25:31.616514 | fa163e5d-bf36-318f-3306-000000004e7c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-26 15:25:31.828089 | fa163e5d-bf36-318f-3306-000000004e7c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-26 15:25:31.829316 | fa163e5d-bf36-318f-3306-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.488028 | 0.21s 2025-11-26 15:25:31.859295 | fa163e5d-bf36-318f-3306-000000004e7d | TASK | Finalise hashes for all containers 2025-11-26 15:25:31.911604 | fa163e5d-bf36-318f-3306-000000004e7d | OK | Finalise hashes for all containers | standalone 2025-11-26 15:25:31.912876 | fa163e5d-bf36-318f-3306-000000004e7d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:43.571586 | 0.05s 2025-11-26 15:25:31.942818 | fa163e5d-bf36-318f-3306-000000004e7f | TASK | Manage systemd shutdown files 2025-11-26 15:25:31.973538 | fa163e5d-bf36-318f-3306-000000004e7f | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 15:25:31.974675 | fa163e5d-bf36-318f-3306-000000004e7f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:43.633385 | 0.03s 2025-11-26 15:25:32.004397 | fa163e5d-bf36-318f-3306-000000004e81 | TASK | Update container configs with new config hashes 2025-11-26 15:25:32.055522 | fa163e5d-bf36-318f-3306-000000004e81 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 15:25:32.056632 | fa163e5d-bf36-318f-3306-000000004e81 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:43.715341 | 0.05s 2025-11-26 15:25:32.088178 | fa163e5d-bf36-318f-3306-000000004e82 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-26 15:25:32.138654 | fa163e5d-bf36-318f-3306-000000004e82 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-26 15:25:32.139743 | fa163e5d-bf36-318f-3306-000000004e82 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:43.798455 | 0.05s 2025-11-26 15:25:32.171683 | fa163e5d-bf36-318f-3306-000000004e83 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-26 15:25:32.223406 | fa163e5d-bf36-318f-3306-000000004e83 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-26 15:25:32.224539 | fa163e5d-bf36-318f-3306-000000004e83 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:43.883250 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-11-26 15:25:32.403826 | fa163e5d-bf36-318f-3306-0000000000ea | TASK | External deployment step 5 2025-11-26 15:25:32.435394 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000ea') missing from stats 2025-11-26 15:25:32.493859 | fa163e5d-bf36-318f-3306-0000000000eb | TIMING | include_tasks | undercloud | 0:25:44.152566 | 0.04s 2025-11-26 15:25:32.505789 | 295cabfd-12ac-439b-83bc-f9172614f574 | INCLUDED | /root/standalone-ansible-pa3t6qzk/external_deploy_steps_tasks_step5.yaml | undercloud 2025-11-26 15:25:32.526273 | fa163e5d-bf36-318f-3306-000000004ed2 | TASK | Manage Cinder's default volume type 2025-11-26 15:25:42.508724 | fa163e5d-bf36-318f-3306-000000004ed2 | OK | Manage Cinder's default volume type | undercloud 2025-11-26 15:25:42.510516 | fa163e5d-bf36-318f-3306-000000004ed2 | TIMING | Manage Cinder's default volume type | undercloud | 0:25:54.169227 | 9.98s PLAY [Deploy step tasks for 5] ************************************************* 2025-11-26 15:25:42.657758 | fa163e5d-bf36-318f-3306-0000000000ee | TASK | Deploy step tasks for 5 2025-11-26 15:25:42.691404 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000ee') missing from stats 2025-11-26 15:25:42.715001 | fa163e5d-bf36-318f-3306-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-11-26 15:25:43.377106 | fa163e5d-bf36-318f-3306-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-11-26 15:25:43.378796 | fa163e5d-bf36-318f-3306-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:25:55.037508 | 0.66s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 15:25:43.456228 | fa163e5d-bf36-318f-3306-0000000000f0 | TIMING | include_tasks | standalone | 0:25:55.114903 | 0.05s 2025-11-26 15:25:43.548723 | 3056dbaa-40ae-457a-a709-10ff9008242b | INCLUDED | /root/standalone-ansible-pa3t6qzk/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-11-26 15:25:43.610727 | fa163e5d-bf36-318f-3306-000000004ef5 | TASK | Gather variables for each operating system 2025-11-26 15:25:43.730918 | fa163e5d-bf36-318f-3306-000000004ef5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:55.389622 | 0.12s 2025-11-26 15:25:43.760741 | fa163e5d-bf36-318f-3306-000000004ef6 | TASK | Detect if resource is being created or already exists 2025-11-26 15:25:44.535021 | fa163e5d-bf36-318f-3306-000000004ef6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 15:25:44.536521 | fa163e5d-bf36-318f-3306-000000004ef6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:56.195230 | 0.77s 2025-11-26 15:25:44.574961 | fa163e5d-bf36-318f-3306-000000004ef7 | TASK | Run init bundle puppet on the host for cinder_backup 2025-11-26 15:26:08.145690 | fa163e5d-bf36-318f-3306-000000004ef7 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-11-26 15:26:08.149367 | fa163e5d-bf36-318f-3306-000000004ef7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:19.808080 | 23.57s 2025-11-26 15:26:08.170925 | fa163e5d-bf36-318f-3306-000000004ef8 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-26 15:26:08.433298 | fa163e5d-bf36-318f-3306-000000004ef8 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-26 15:26:08.435146 | fa163e5d-bf36-318f-3306-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:20.093852 | 0.26s 2025-11-26 15:26:08.470835 | fa163e5d-bf36-318f-3306-000000004ef9 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 15:26:09.004870 | fa163e5d-bf36-318f-3306-000000004ef9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 15:26:09.006967 | fa163e5d-bf36-318f-3306-000000004ef9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:20.665680 | 0.53s 2025-11-26 15:26:09.030906 | fa163e5d-bf36-318f-3306-000000004efa | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-11-26 15:26:09.289818 | fa163e5d-bf36-318f-3306-000000004efa | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-11-26 15:26:09.290852 | fa163e5d-bf36-318f-3306-000000004efa | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:20.949566 | 0.26s 2025-11-26 15:26:09.315182 | fa163e5d-bf36-318f-3306-000000004efc | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-11-26 15:26:09.374837 | fa163e5d-bf36-318f-3306-000000004efc | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-11-26 15:26:09.376020 | fa163e5d-bf36-318f-3306-000000004efc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:21.034729 | 0.06s 2025-11-26 15:26:09.408340 | fa163e5d-bf36-318f-3306-000000004efd | TASK | Get container image tag from bundle openstack-cinder-backup 2025-11-26 15:26:09.463976 | fa163e5d-bf36-318f-3306-000000004efd | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-11-26 15:26:09.465393 | fa163e5d-bf36-318f-3306-000000004efd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:21.124100 | 0.06s 2025-11-26 15:26:09.497044 | fa163e5d-bf36-318f-3306-000000004efe | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-11-26 15:26:09.552624 | fa163e5d-bf36-318f-3306-000000004efe | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-11-26 15:26:09.553951 | fa163e5d-bf36-318f-3306-000000004efe | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:21.212662 | 0.06s 2025-11-26 15:26:09.586528 | fa163e5d-bf36-318f-3306-000000004eff | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 15:26:09.643524 | fa163e5d-bf36-318f-3306-000000004eff | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 15:26:09.645331 | fa163e5d-bf36-318f-3306-000000004eff | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:21.304039 | 0.06s 2025-11-26 15:26:09.677708 | fa163e5d-bf36-318f-3306-000000004f00 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-11-26 15:26:09.730848 | fa163e5d-bf36-318f-3306-000000004f00 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-11-26 15:26:09.732203 | fa163e5d-bf36-318f-3306-000000004f00 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:21.390913 | 0.05s 2025-11-26 15:26:09.789339 | fa163e5d-bf36-318f-3306-000000004f21 | TASK | Gather variables for each operating system 2025-11-26 15:26:09.909524 | fa163e5d-bf36-318f-3306-000000004f21 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:21.568224 | 0.12s 2025-11-26 15:26:09.940291 | fa163e5d-bf36-318f-3306-000000004f22 | TASK | Detect if resource is being created or already exists 2025-11-26 15:26:10.652853 | fa163e5d-bf36-318f-3306-000000004f22 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 15:26:10.653691 | fa163e5d-bf36-318f-3306-000000004f22 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:22.312411 | 0.71s 2025-11-26 15:26:10.680155 | fa163e5d-bf36-318f-3306-000000004f23 | TASK | Run init bundle puppet on the host for cinder_volume 2025-11-26 15:26:33.268644 | fa163e5d-bf36-318f-3306-000000004f23 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-11-26 15:26:33.270475 | fa163e5d-bf36-318f-3306-000000004f23 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:26:44.929169 | 22.59s 2025-11-26 15:26:33.302184 | fa163e5d-bf36-318f-3306-000000004f24 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-26 15:26:33.539114 | fa163e5d-bf36-318f-3306-000000004f24 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-26 15:26:33.540674 | fa163e5d-bf36-318f-3306-000000004f24 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:45.199384 | 0.24s 2025-11-26 15:26:33.572165 | fa163e5d-bf36-318f-3306-000000004f25 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 15:26:34.043964 | fa163e5d-bf36-318f-3306-000000004f25 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 15:26:34.045000 | fa163e5d-bf36-318f-3306-000000004f25 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:45.703722 | 0.47s 2025-11-26 15:26:34.084772 | fa163e5d-bf36-318f-3306-000000004f26 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-11-26 15:26:34.329395 | fa163e5d-bf36-318f-3306-000000004f26 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-11-26 15:26:34.331088 | fa163e5d-bf36-318f-3306-000000004f26 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:26:45.989795 | 0.24s 2025-11-26 15:26:34.365267 | fa163e5d-bf36-318f-3306-000000004f28 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-11-26 15:26:34.406526 | fa163e5d-bf36-318f-3306-000000004f28 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-11-26 15:26:34.407589 | fa163e5d-bf36-318f-3306-000000004f28 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:26:46.066303 | 0.04s 2025-11-26 15:26:34.433222 | fa163e5d-bf36-318f-3306-000000004f29 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-11-26 15:26:34.476775 | fa163e5d-bf36-318f-3306-000000004f29 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-11-26 15:26:34.478725 | fa163e5d-bf36-318f-3306-000000004f29 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:26:46.137429 | 0.04s 2025-11-26 15:26:34.515106 | fa163e5d-bf36-318f-3306-000000004f2a | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-11-26 15:26:34.580597 | fa163e5d-bf36-318f-3306-000000004f2a | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-11-26 15:26:34.582783 | fa163e5d-bf36-318f-3306-000000004f2a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:26:46.241482 | 0.07s 2025-11-26 15:26:34.621094 | fa163e5d-bf36-318f-3306-000000004f2b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 15:26:34.685786 | fa163e5d-bf36-318f-3306-000000004f2b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 15:26:34.687225 | fa163e5d-bf36-318f-3306-000000004f2b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:46.345940 | 0.06s 2025-11-26 15:26:34.712678 | fa163e5d-bf36-318f-3306-000000004f2c | TASK | Remove update marker for bundle openstack-cinder-volume 2025-11-26 15:26:34.780959 | fa163e5d-bf36-318f-3306-000000004f2c | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-11-26 15:26:34.782387 | fa163e5d-bf36-318f-3306-000000004f2c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:26:46.441097 | 0.07s 2025-11-26 15:26:34.831111 | fa163e5d-bf36-318f-3306-000000004f4d | TASK | Gather variables for each operating system 2025-11-26 15:26:34.967147 | fa163e5d-bf36-318f-3306-000000004f4d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:46.625829 | 0.13s 2025-11-26 15:26:35.000198 | fa163e5d-bf36-318f-3306-000000004f4e | TASK | Detect if resource is being created or already exists 2025-11-26 15:26:35.693181 | fa163e5d-bf36-318f-3306-000000004f4e | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 15:26:35.695038 | fa163e5d-bf36-318f-3306-000000004f4e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:47.353744 | 0.69s 2025-11-26 15:26:35.729340 | fa163e5d-bf36-318f-3306-000000004f4f | TASK | Run init bundle puppet on the host for manila_share 2025-11-26 15:26:59.561464 | fa163e5d-bf36-318f-3306-000000004f4f | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-11-26 15:26:59.563405 | fa163e5d-bf36-318f-3306-000000004f4f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:11.222116 | 23.83s 2025-11-26 15:26:59.597757 | fa163e5d-bf36-318f-3306-000000004f50 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-11-26 15:26:59.827060 | fa163e5d-bf36-318f-3306-000000004f50 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-11-26 15:26:59.827924 | fa163e5d-bf36-318f-3306-000000004f50 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:11.486645 | 0.23s 2025-11-26 15:26:59.847293 | fa163e5d-bf36-318f-3306-000000004f51 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 15:27:00.307026 | fa163e5d-bf36-318f-3306-000000004f51 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 15:27:00.308822 | fa163e5d-bf36-318f-3306-000000004f51 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:11.967535 | 0.46s 2025-11-26 15:27:00.341351 | fa163e5d-bf36-318f-3306-000000004f52 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-11-26 15:27:00.574718 | fa163e5d-bf36-318f-3306-000000004f52 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-11-26 15:27:00.575508 | fa163e5d-bf36-318f-3306-000000004f52 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:12.234230 | 0.23s 2025-11-26 15:27:00.596489 | fa163e5d-bf36-318f-3306-000000004f54 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-11-26 15:27:00.643611 | fa163e5d-bf36-318f-3306-000000004f54 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-11-26 15:27:00.644440 | fa163e5d-bf36-318f-3306-000000004f54 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:12.303158 | 0.05s 2025-11-26 15:27:00.666451 | fa163e5d-bf36-318f-3306-000000004f55 | TASK | Get container image tag from bundle openstack-manila-share 2025-11-26 15:27:00.704641 | fa163e5d-bf36-318f-3306-000000004f55 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-11-26 15:27:00.705522 | fa163e5d-bf36-318f-3306-000000004f55 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:12.364243 | 0.04s 2025-11-26 15:27:00.726148 | fa163e5d-bf36-318f-3306-000000004f56 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-11-26 15:27:00.763018 | fa163e5d-bf36-318f-3306-000000004f56 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-11-26 15:27:00.763817 | fa163e5d-bf36-318f-3306-000000004f56 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:12.422537 | 0.04s 2025-11-26 15:27:00.785924 | fa163e5d-bf36-318f-3306-000000004f57 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 15:27:00.840521 | fa163e5d-bf36-318f-3306-000000004f57 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 15:27:00.842104 | fa163e5d-bf36-318f-3306-000000004f57 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:12.500813 | 0.06s 2025-11-26 15:27:00.876545 | fa163e5d-bf36-318f-3306-000000004f58 | TASK | Remove update marker for bundle openstack-manila-share 2025-11-26 15:27:00.922740 | fa163e5d-bf36-318f-3306-000000004f58 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-11-26 15:27:00.923610 | fa163e5d-bf36-318f-3306-000000004f58 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:12.582330 | 0.05s 2025-11-26 15:27:00.977375 | fa163e5d-bf36-318f-3306-000000004f79 | TASK | Run kolla_set_configs to copy ring files 2025-11-26 15:27:01.494107 | fa163e5d-bf36-318f-3306-000000004f79 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-11-26 15:27:01.495692 | fa163e5d-bf36-318f-3306-000000004f79 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:13.154401 | 0.52s 2025-11-26 15:27:01.508726 | fa163e5d-bf36-318f-3306-000000004f79 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:13.167420 | 0.53s 2025-11-26 15:27:01.543840 | fa163e5d-bf36-318f-3306-000000004f7a | TASK | Run kolla_set_configs to copy ring files 2025-11-26 15:27:01.935552 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-11-26 15:27:01.938578 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:13.597284 | 0.39s 2025-11-26 15:27:02.502411 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-11-26 15:27:02.504499 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:14.163208 | 0.96s 2025-11-26 15:27:02.787714 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-11-26 15:27:02.788910 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:14.447620 | 1.24s 2025-11-26 15:27:03.289478 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-11-26 15:27:03.290564 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:14.949278 | 1.74s 2025-11-26 15:27:03.572233 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-11-26 15:27:03.575745 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:15.234450 | 2.03s 2025-11-26 15:27:03.871084 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-11-26 15:27:03.873031 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:15.531742 | 2.33s 2025-11-26 15:27:04.331705 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-11-26 15:27:04.332877 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:15.991589 | 2.79s 2025-11-26 15:27:04.923913 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-11-26 15:27:04.925025 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:16.583740 | 3.38s 2025-11-26 15:27:05.240094 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-11-26 15:27:05.242053 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:16.900766 | 3.70s 2025-11-26 15:27:05.777171 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-11-26 15:27:05.778286 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:17.436970 | 4.23s 2025-11-26 15:27:06.094839 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-11-26 15:27:06.096072 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:17.754785 | 4.55s 2025-11-26 15:27:06.586184 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-11-26 15:27:06.588459 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:18.247168 | 5.04s 2025-11-26 15:27:07.301526 | fa163e5d-bf36-318f-3306-000000004f7a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-11-26 15:27:07.303536 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:18.962252 | 5.76s 2025-11-26 15:27:07.317140 | fa163e5d-bf36-318f-3306-000000004f7a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:18.975832 | 5.77s 2025-11-26 15:27:07.352505 | fa163e5d-bf36-318f-3306-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-11-26 15:27:07.609679 | fa163e5d-bf36-318f-3306-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-11-26 15:27:07.610770 | fa163e5d-bf36-318f-3306-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:19.269490 | 0.26s 2025-11-26 15:27:07.730881 | fa163e5d-bf36-318f-3306-0000000000f3 | TIMING | include_tasks | standalone | 0:27:19.389578 | 0.09s 2025-11-26 15:27:07.760556 | cb2edf16-0cc7-452e-a95b-4c0fbf5c48ce | INCLUDED | /root/standalone-ansible-pa3t6qzk/common_deploy_steps_tasks.yaml | standalone 2025-11-26 15:27:07.786420 | fa163e5d-bf36-318f-3306-000000004ff7 | TASK | Write the config_step hieradata 2025-11-26 15:27:08.340705 | fa163e5d-bf36-318f-3306-000000004ff7 | OK | Write the config_step hieradata | standalone 2025-11-26 15:27:08.342090 | fa163e5d-bf36-318f-3306-000000004ff7 | TIMING | Write the config_step hieradata | standalone | 0:27:20.000801 | 0.55s 2025-11-26 15:27:08.373496 | fa163e5d-bf36-318f-3306-000000004ff8 | TASK | Run puppet host configuration for step 5 2025-11-26 15:27:08.690944 | fa163e5d-bf36-318f-3306-000000004ff8 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-11-26 15:27:08.692411 | fa163e5d-bf36-318f-3306-000000004ff8 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:20.351123 | 0.32s 2025-11-26 15:27:08.721203 | fa163e5d-bf36-318f-3306-000000004ff9 | TASK | Wait for puppet host configuration to finish 2025-11-26 15:27:08.973295 | fa163e5d-bf36-318f-3306-000000004ff9 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-26 15:27:19.222582 | fa163e5d-bf36-318f-3306-000000004ff9 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-26 15:27:29.441424 | fa163e5d-bf36-318f-3306-000000004ff9 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-26 15:27:29.442812 | fa163e5d-bf36-318f-3306-000000004ff9 | TIMING | Wait for puppet host configuration to finish | standalone | 0:27:41.101525 | 20.72s 2025-11-26 15:27:29.473686 | fa163e5d-bf36-318f-3306-000000004ffa | TASK | Debug output for task: Run puppet host configuration for step 5 2025-11-26 15:27:29.558562 | fa163e5d-bf36-318f-3306-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>Nov 26 15:27:08 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 26 15:27:13 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 26 15:27:13 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 26 15:27:13 puppet-user: (file & line not available)", "<13>Nov 26 15:27:13 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 26 15:27:13 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 26 15:27:14 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Nov 26 15:27:14 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 26 15:27:14 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 26 15:27:14 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Nov 26 15:27:14 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Nov 26 15:27:14 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Nov 26 15:27:14 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Nov 26 15:27:14 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Nov 26 15:27:14 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 26 15:27:14 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.54 seconds", "<13>Nov 26 15:27:19 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 26 15:27:21 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 26 15:27:22 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 26 15:27:22 puppet-user: Notice: Applied catalog in 8.40 seconds", "<13>Nov 26 15:27:22 puppet-user: Application:", "<13>Nov 26 15:27:22 puppet-user: Initial environment: production", "<13>Nov 26 15:27:22 puppet-user: Converged environment: production", "<13>Nov 26 15:27:22 puppet-user: Run mode: user", "<13>Nov 26 15:27:22 puppet-user: Changes:", "<13>Nov 26 15:27:22 puppet-user: Total: 2", "<13>Nov 26 15:27:22 puppet-user: Events:", "<13>Nov 26 15:27:22 puppet-user: Success: 2", "<13>Nov 26 15:27:22 puppet-user: Resources:", "<13>Nov 26 15:27:22 puppet-user: Changed: 2", "<13>Nov 26 15:27:22 puppet-user: Out of sync: 2", "<13>Nov 26 15:27:22 puppet-user: Total: 37", "<13>Nov 26 15:27:22 puppet-user: Time:", "<13>Nov 26 15:27:22 puppet-user: Schedule: 0.00", "<13>Nov 26 15:27:22 puppet-user: File line: 0.00", "<13>Nov 26 15:27:22 puppet-user: Package: 0.00", "<13>Nov 26 15:27:22 puppet-user: Augeas: 0.01", "<13>Nov 26 15:27:22 puppet-user: User: 0.01", "<13>Nov 26 15:27:22 puppet-user: File: 0.09", "<13>Nov 26 15:27:22 puppet-user: Service: 0.22", "<13>Nov 26 15:27:22 puppet-user: Config retrieval: 0.71", "<13>Nov 26 15:27:22 puppet-user: Pcmk property: 1.50", "<13>Nov 26 15:27:22 puppet-user: Last run: 1764170842", "<13>Nov 26 15:27:22 puppet-user: Pcmk resource op default: 2.07", "<13>Nov 26 15:27:22 puppet-user: Pcmk resource default: 2.11", "<13>Nov 26 15:27:22 puppet-user: Exec: 2.12", "<13>Nov 26 15:27:22 puppet-user: Transaction evaluation: 8.34", "<13>Nov 26 15:27:22 puppet-user: Catalog application: 8.40", "<13>Nov 26 15:27:22 puppet-user: Filebucket: 0.00", "<13>Nov 26 15:27:22 puppet-user: Total: 8.41", "<13>Nov 26 15:27:22 puppet-user: Version:", "<13>Nov 26 15:27:22 puppet-user: Config: 1764170833", "<13>Nov 26 15:27:22 puppet-user: Puppet: 7.10.0" ] } 2025-11-26 15:27:29.560292 | fa163e5d-bf36-318f-3306-000000004ffa | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:27:41.219002 | 0.09s 2025-11-26 15:27:29.590529 | fa163e5d-bf36-318f-3306-000000004ffb | TASK | Pre-cache facts for puppet containers 2025-11-26 15:27:29.622076 | fa163e5d-bf36-318f-3306-000000004ffb | TIMING | Pre-cache facts for puppet containers | standalone | 0:27:41.280777 | 0.03s 2025-11-26 15:27:29.700647 | fa163e5d-bf36-318f-3306-00000000503a | TASK | Gather variables for each operating system 2025-11-26 15:27:29.790404 | fa163e5d-bf36-318f-3306-00000000503a | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:27:41.449115 | 0.09s 2025-11-26 15:27:29.813749 | fa163e5d-bf36-318f-3306-00000000503b | TASK | Create puppet caching structures 2025-11-26 15:27:30.060120 | fa163e5d-bf36-318f-3306-00000000503b | CHANGED | Create puppet caching structures | standalone 2025-11-26 15:27:30.061479 | fa163e5d-bf36-318f-3306-00000000503b | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:27:41.720196 | 0.25s 2025-11-26 15:27:30.084370 | fa163e5d-bf36-318f-3306-00000000503c | TASK | Check for facter.conf 2025-11-26 15:27:30.330403 | fa163e5d-bf36-318f-3306-00000000503c | OK | Check for facter.conf | standalone 2025-11-26 15:27:30.331346 | fa163e5d-bf36-318f-3306-00000000503c | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:27:41.990063 | 0.25s 2025-11-26 15:27:30.353898 | fa163e5d-bf36-318f-3306-00000000503d | TASK | Remove facter.conf if directory 2025-11-26 15:27:30.395315 | fa163e5d-bf36-318f-3306-00000000503d | SKIPPED | Remove facter.conf if directory | standalone 2025-11-26 15:27:30.396071 | fa163e5d-bf36-318f-3306-00000000503d | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:27:42.054788 | 0.04s 2025-11-26 15:27:30.418595 | fa163e5d-bf36-318f-3306-00000000503e | TASK | Write facter cache config 2025-11-26 15:27:30.930380 | fa163e5d-bf36-318f-3306-00000000503e | CHANGED | Write facter cache config | standalone 2025-11-26 15:27:30.931485 | fa163e5d-bf36-318f-3306-00000000503e | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:27:42.590193 | 0.51s 2025-11-26 15:27:30.950722 | fa163e5d-bf36-318f-3306-00000000503f | TASK | Cleanup facter cache if exists 2025-11-26 15:27:31.142540 | fa163e5d-bf36-318f-3306-00000000503f | CHANGED | Cleanup facter cache if exists | standalone 2025-11-26 15:27:31.143406 | fa163e5d-bf36-318f-3306-00000000503f | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:27:42.802126 | 0.19s 2025-11-26 15:27:31.162793 | fa163e5d-bf36-318f-3306-000000005040 | TASK | Pre-cache facts 2025-11-26 15:27:31.778771 | fa163e5d-bf36-318f-3306-000000005040 | CHANGED | Pre-cache facts | standalone 2025-11-26 15:27:31.780020 | fa163e5d-bf36-318f-3306-000000005040 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:27:43.438732 | 0.62s 2025-11-26 15:27:31.817975 | fa163e5d-bf36-318f-3306-000000005041 | TASK | Failed deployment if facter fails 2025-11-26 15:27:31.859531 | fa163e5d-bf36-318f-3306-000000005041 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-26 15:27:31.860646 | fa163e5d-bf36-318f-3306-000000005041 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:27:43.519357 | 0.04s 2025-11-26 15:27:31.907701 | fa163e5d-bf36-318f-3306-000000005042 | TASK | Sync cached facts 2025-11-26 15:27:32.232960 | fa163e5d-bf36-318f-3306-000000005042 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e5d-bf36-318f-3306-000000005042') missing from stats 2025-11-26 15:27:32.290096 | fa163e5d-bf36-318f-3306-000000004ffc | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-26 15:27:32.342222 | fa163e5d-bf36-318f-3306-000000004ffc | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-26 15:27:32.343386 | fa163e5d-bf36-318f-3306-000000004ffc | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:27:44.002095 | 0.05s 2025-11-26 15:27:32.375580 | fa163e5d-bf36-318f-3306-000000004ffe | TASK | Manage containers for step 5 with tripleo-ansible 2025-11-26 15:27:32.400439 | fa163e5d-bf36-318f-3306-000000004ffe | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:27:44.059144 | 0.02s 2025-11-26 15:27:32.449741 | fa163e5d-bf36-318f-3306-000000005099 | TASK | Gather variables for each operating system 2025-11-26 15:27:32.564915 | fa163e5d-bf36-318f-3306-000000005099 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:44.223615 | 0.11s 2025-11-26 15:27:32.600000 | fa163e5d-bf36-318f-3306-00000000509a | TASK | Create container logs path 2025-11-26 15:27:32.866886 | fa163e5d-bf36-318f-3306-00000000509a | OK | Create container logs path | standalone 2025-11-26 15:27:32.867787 | fa163e5d-bf36-318f-3306-00000000509a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:44.526506 | 0.27s 2025-11-26 15:27:32.888489 | fa163e5d-bf36-318f-3306-00000000509c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-11-26 15:27:33.155540 | fa163e5d-bf36-318f-3306-00000000509c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-26 15:27:33.156800 | fa163e5d-bf36-318f-3306-00000000509c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:44.815509 | 0.27s 2025-11-26 15:27:33.187610 | fa163e5d-bf36-318f-3306-00000000509d | TASK | Finalise hashes for all containers 2025-11-26 15:27:33.253389 | fa163e5d-bf36-318f-3306-00000000509d | OK | Finalise hashes for all containers | standalone 2025-11-26 15:27:33.255044 | fa163e5d-bf36-318f-3306-00000000509d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:44.913752 | 0.07s 2025-11-26 15:27:33.286114 | fa163e5d-bf36-318f-3306-00000000509f | TASK | Manage systemd shutdown files 2025-11-26 15:27:33.318563 | fa163e5d-bf36-318f-3306-00000000509f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:44.977264 | 0.03s 2025-11-26 15:27:33.354177 | 2435f0a6-9c17-4631-8d07-e165cdcf659f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-26 15:27:33.382409 | fa163e5d-bf36-318f-3306-0000000050d2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-26 15:27:33.655871 | fa163e5d-bf36-318f-3306-0000000050d2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-26 15:27:33.657218 | fa163e5d-bf36-318f-3306-0000000050d2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:27:45.315928 | 0.27s 2025-11-26 15:27:33.688186 | fa163e5d-bf36-318f-3306-0000000050d3 | TASK | Set podman_drop_in fact 2025-11-26 15:27:33.744118 | fa163e5d-bf36-318f-3306-0000000050d3 | OK | Set podman_drop_in fact | standalone 2025-11-26 15:27:33.745414 | fa163e5d-bf36-318f-3306-0000000050d3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:27:45.404125 | 0.06s 2025-11-26 15:27:33.775704 | fa163e5d-bf36-318f-3306-0000000050d5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-26 15:27:34.266505 | fa163e5d-bf36-318f-3306-0000000050d5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-26 15:27:34.269647 | fa163e5d-bf36-318f-3306-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:45.928348 | 0.49s 2025-11-26 15:27:34.763437 | fa163e5d-bf36-318f-3306-0000000050d5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-26 15:27:34.764875 | fa163e5d-bf36-318f-3306-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:46.423581 | 0.99s 2025-11-26 15:27:34.774909 | fa163e5d-bf36-318f-3306-0000000050d5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:46.433613 | 1.00s 2025-11-26 15:27:34.808221 | fa163e5d-bf36-318f-3306-0000000050d6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-26 15:27:35.363166 | fa163e5d-bf36-318f-3306-0000000050d6 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-26 15:27:35.364585 | fa163e5d-bf36-318f-3306-0000000050d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:27:47.023295 | 0.55s 2025-11-26 15:27:35.394926 | fa163e5d-bf36-318f-3306-0000000050d7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-26 15:27:35.977678 | fa163e5d-bf36-318f-3306-0000000050d7 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-26 15:27:35.979034 | fa163e5d-bf36-318f-3306-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:27:47.637744 | 0.58s 2025-11-26 15:27:36.011135 | fa163e5d-bf36-318f-3306-0000000050d8 | TASK | Enable and start tripleo-container-shutdown 2025-11-26 15:27:37.020449 | fa163e5d-bf36-318f-3306-0000000050d8 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-26 15:27:37.022660 | fa163e5d-bf36-318f-3306-0000000050d8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:27:48.681370 | 1.01s 2025-11-26 15:27:37.054055 | fa163e5d-bf36-318f-3306-0000000050d9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-26 15:27:37.580500 | fa163e5d-bf36-318f-3306-0000000050d9 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-26 15:27:37.582011 | fa163e5d-bf36-318f-3306-0000000050d9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:27:49.240717 | 0.53s 2025-11-26 15:27:37.611533 | fa163e5d-bf36-318f-3306-0000000050da | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-26 15:27:38.152200 | fa163e5d-bf36-318f-3306-0000000050da | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-26 15:27:38.153615 | fa163e5d-bf36-318f-3306-0000000050da | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:27:49.812327 | 0.54s 2025-11-26 15:27:38.183312 | fa163e5d-bf36-318f-3306-0000000050db | TASK | Enable and start netns-placeholder 2025-11-26 15:27:39.247123 | fa163e5d-bf36-318f-3306-0000000050db | CHANGED | Enable and start netns-placeholder | standalone 2025-11-26 15:27:39.249140 | fa163e5d-bf36-318f-3306-0000000050db | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:27:50.907837 | 1.06s 2025-11-26 15:27:39.279676 | fa163e5d-bf36-318f-3306-0000000050a1 | TASK | Update container configs with new config hashes 2025-11-26 15:27:39.342428 | fa163e5d-bf36-318f-3306-0000000050a1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:51.001128 | 0.06s 2025-11-26 15:27:39.364474 | a4667e06-2aa6-4257-b976-ea777788f874 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-26 15:27:39.401589 | fa163e5d-bf36-318f-3306-000000005103 | TASK | Update config hashes for container startup configs 2025-11-26 15:27:39.676655 | fa163e5d-bf36-318f-3306-000000005103 | OK | Update config hashes for container startup configs | standalone 2025-11-26 15:27:39.678151 | fa163e5d-bf36-318f-3306-000000005103 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:27:51.336856 | 0.27s 2025-11-26 15:27:39.716475 | fa163e5d-bf36-318f-3306-0000000050a2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-26 15:27:39.759362 | fa163e5d-bf36-318f-3306-0000000050a2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:51.418038 | 0.04s 2025-11-26 15:27:39.796033 | e63a3bd6-5428-4c14-af5f-94040ac76fad | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 15:27:39.828362 | fa163e5d-bf36-318f-3306-000000005122 | TASK | Gather podman infos 2025-11-26 15:27:42.078818 | fa163e5d-bf36-318f-3306-000000005122 | OK | Gather podman infos | standalone 2025-11-26 15:27:42.079997 | fa163e5d-bf36-318f-3306-000000005122 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:27:53.738719 | 2.25s 2025-11-26 15:27:42.198461 | fa163e5d-bf36-318f-3306-000000005123 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-26 15:27:42.285227 | fa163e5d-bf36-318f-3306-000000005123 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:53.943941 | 0.08s 2025-11-26 15:27:42.459089 | fa163e5d-bf36-318f-3306-00000000516c | TIMING | tripleo_container_rm : include_tasks | standalone | 0:27:54.117790 | 0.14s 2025-11-26 15:27:42.518999 | fa163e5d-bf36-318f-3306-0000000050a3 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-26 15:27:42.583547 | fa163e5d-bf36-318f-3306-0000000050a3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:54.242252 | 0.06s 2025-11-26 15:27:42.607263 | f76002e9-a06f-4322-9563-c099773ba3e6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 15:27:42.656384 | fa163e5d-bf36-318f-3306-000000005192 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-26 15:28:09.010217 | fa163e5d-bf36-318f-3306-000000005192 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-26 15:28:09.011947 | fa163e5d-bf36-318f-3306-000000005192 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:20.670667 | 26.35s 2025-11-26 15:28:09.041024 | fa163e5d-bf36-318f-3306-000000005193 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-26 15:28:35.661683 | fa163e5d-bf36-318f-3306-000000005193 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-26 15:28:35.663154 | fa163e5d-bf36-318f-3306-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:47.321871 | 26.62s 2025-11-26 15:28:35.713630 | fa163e5d-bf36-318f-3306-000000005000 | TASK | Clean container_puppet_tasks for standalone step 5 2025-11-26 15:28:35.949457 | fa163e5d-bf36-318f-3306-000000005000 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-11-26 15:28:35.950621 | fa163e5d-bf36-318f-3306-000000005000 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:28:47.609338 | 0.24s 2025-11-26 15:28:35.979646 | fa163e5d-bf36-318f-3306-000000005001 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-11-26 15:28:36.030639 | fa163e5d-bf36-318f-3306-000000005001 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:28:47.689334 | 0.05s 2025-11-26 15:28:36.056343 | fa163e5d-bf36-318f-3306-000000005002 | TASK | Include container-puppet tasks for step 5 2025-11-26 15:28:36.091164 | fa163e5d-bf36-318f-3306-000000005002 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:28:47.749869 | 0.03s 2025-11-26 15:28:36.109111 | b9485651-af7c-4d1f-a825-e590ee15870a | INCLUDED | /root/standalone-ansible-pa3t6qzk/host-container-puppet-tasks.yaml | standalone 2025-11-26 15:28:36.146161 | fa163e5d-bf36-318f-3306-0000000051de | TASK | Write container-puppet-tasks json file for standalone step 5 2025-11-26 15:28:36.734043 | fa163e5d-bf36-318f-3306-0000000051de | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-11-26 15:28:36.735517 | fa163e5d-bf36-318f-3306-0000000051de | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:28:48.394228 | 0.59s 2025-11-26 15:28:36.760456 | fa163e5d-bf36-318f-3306-0000000051e0 | TASK | Generate container puppet configs for step 5 2025-11-26 15:28:37.097518 | fa163e5d-bf36-318f-3306-0000000051e0 | OK | Generate container puppet configs for step 5 | standalone 2025-11-26 15:28:37.098585 | fa163e5d-bf36-318f-3306-0000000051e0 | TIMING | Generate container puppet configs for step 5 | standalone | 0:28:48.757302 | 0.34s 2025-11-26 15:28:37.119815 | fa163e5d-bf36-318f-3306-0000000051e1 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-11-26 15:28:37.163321 | fa163e5d-bf36-318f-3306-0000000051e1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:28:48.822032 | 0.04s 2025-11-26 15:28:37.209429 | fa163e5d-bf36-318f-3306-000000005210 | TASK | Gather variables for each operating system 2025-11-26 15:28:37.302444 | fa163e5d-bf36-318f-3306-000000005210 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:48.961153 | 0.09s 2025-11-26 15:28:37.323998 | fa163e5d-bf36-318f-3306-000000005211 | TASK | Create container logs path 2025-11-26 15:28:37.587024 | fa163e5d-bf36-318f-3306-000000005211 | OK | Create container logs path | standalone 2025-11-26 15:28:37.588803 | fa163e5d-bf36-318f-3306-000000005211 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:49.247511 | 0.26s 2025-11-26 15:28:37.624483 | fa163e5d-bf36-318f-3306-000000005213 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-26 15:28:37.878642 | fa163e5d-bf36-318f-3306-000000005213 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-26 15:28:37.879992 | fa163e5d-bf36-318f-3306-000000005213 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:49.538703 | 0.25s 2025-11-26 15:28:37.910940 | fa163e5d-bf36-318f-3306-000000005214 | TASK | Finalise hashes for all containers 2025-11-26 15:28:37.964910 | fa163e5d-bf36-318f-3306-000000005214 | OK | Finalise hashes for all containers | standalone 2025-11-26 15:28:37.966507 | fa163e5d-bf36-318f-3306-000000005214 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:49.625218 | 0.05s 2025-11-26 15:28:37.998402 | fa163e5d-bf36-318f-3306-000000005216 | TASK | Manage systemd shutdown files 2025-11-26 15:28:38.046384 | fa163e5d-bf36-318f-3306-000000005216 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 15:28:38.047225 | fa163e5d-bf36-318f-3306-000000005216 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:49.705940 | 0.05s 2025-11-26 15:28:38.070606 | fa163e5d-bf36-318f-3306-000000005218 | TASK | Update container configs with new config hashes 2025-11-26 15:28:38.120093 | fa163e5d-bf36-318f-3306-000000005218 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 15:28:38.120933 | fa163e5d-bf36-318f-3306-000000005218 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:49.779649 | 0.05s 2025-11-26 15:28:38.153496 | fa163e5d-bf36-318f-3306-000000005219 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-26 15:28:38.205191 | fa163e5d-bf36-318f-3306-000000005219 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-26 15:28:38.206408 | fa163e5d-bf36-318f-3306-000000005219 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:49.865116 | 0.05s 2025-11-26 15:28:38.241465 | fa163e5d-bf36-318f-3306-00000000521a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-26 15:28:38.295346 | fa163e5d-bf36-318f-3306-00000000521a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-26 15:28:38.296524 | fa163e5d-bf36-318f-3306-00000000521a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:49.955233 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-11-26 15:28:38.484783 | fa163e5d-bf36-318f-3306-0000000000f7 | TASK | Server Post Deployments 2025-11-26 15:28:38.524631 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000f7') missing from stats 2025-11-26 15:28:38.602780 | fa163e5d-bf36-318f-3306-0000000000f8 | TIMING | include_tasks | standalone | 0:28:50.261467 | 0.05s PLAY [External deployment Post Deploy tasks] *********************************** 2025-11-26 15:28:38.743978 | fa163e5d-bf36-318f-3306-0000000000fc | TASK | External deployment Post Deploy tasks 2025-11-26 15:28:38.776002 | fa163e5d-bf36-318f-3306-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', 'fa163e5d-bf36-318f-3306-0000000000fc') missing from stats 2025-11-26 15:28:38.792801 | fa163e5d-bf36-318f-3306-000000000100 | TASK | is additonal Cell? 2025-11-26 15:28:38.830360 | fa163e5d-bf36-318f-3306-000000000100 | OK | is additonal Cell? | undercloud 2025-11-26 15:28:38.831145 | fa163e5d-bf36-318f-3306-000000000100 | TIMING | is additonal Cell? | undercloud | 0:28:50.489858 | 0.04s 2025-11-26 15:28:38.848727 | fa163e5d-bf36-318f-3306-000000000102 | TASK | discover via nova_manager? 2025-11-26 15:28:38.924697 | fa163e5d-bf36-318f-3306-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-11-26 15:28:38.926131 | fa163e5d-bf36-318f-3306-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:28:50.584833 | 0.08s 2025-11-26 15:28:38.944134 | fa163e5d-bf36-318f-3306-000000000103 | TASK | discover via nova_api? 2025-11-26 15:28:39.026056 | fa163e5d-bf36-318f-3306-000000000103 | OK | discover via nova_api? | undercloud 2025-11-26 15:28:39.030412 | fa163e5d-bf36-318f-3306-000000000103 | TIMING | discover via nova_api? | undercloud | 0:28:50.689122 | 0.08s 2025-11-26 15:28:39.045090 | fa163e5d-bf36-318f-3306-000000000104 | TASK | Warn if no discovery host available 2025-11-26 15:28:39.092484 | fa163e5d-bf36-318f-3306-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-11-26 15:28:39.093569 | fa163e5d-bf36-318f-3306-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:28:50.752283 | 0.05s 2025-11-26 15:28:39.129582 | fa163e5d-bf36-318f-3306-000000000105 | TASK | Discovering nova hosts 2025-11-26 15:28:42.546129 | fa163e5d-bf36-318f-3306-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e5d-bf36-318f-3306-000000000105') missing from stats 2025-11-26 15:28:42.611742 | fa163e5d-bf36-318f-3306-000000000106 | OK | set_fact | undercloud 2025-11-26 15:28:42.613747 | fa163e5d-bf36-318f-3306-000000000106 | TIMING | set_fact | undercloud | 0:28:54.272446 | 0.05s 2025-11-26 15:28:42.631699 | fa163e5d-bf36-318f-3306-000000000108 | TASK | Set up group_vars 2025-11-26 15:28:42.667521 | fa163e5d-bf36-318f-3306-000000000108 | OK | Set up group_vars | undercloud 2025-11-26 15:28:42.669086 | fa163e5d-bf36-318f-3306-000000000108 | TIMING | Set up group_vars | undercloud | 0:28:54.327793 | 0.04s 2025-11-26 15:28:42.687451 | fa163e5d-bf36-318f-3306-000000000109 | TASK | Make needed directories on the undercloud 2025-11-26 15:28:42.975869 | fa163e5d-bf36-318f-3306-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-pa3t6qzk/octavia-ansible 2025-11-26 15:28:42.977384 | fa163e5d-bf36-318f-3306-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:54.636095 | 0.29s 2025-11-26 15:28:43.221846 | fa163e5d-bf36-318f-3306-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-pa3t6qzk/octavia-ansible/local_dir 2025-11-26 15:28:43.223587 | fa163e5d-bf36-318f-3306-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:54.882297 | 0.53s 2025-11-26 15:28:43.457332 | fa163e5d-bf36-318f-3306-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-pa3t6qzk/octavia-ansible/group_vars 2025-11-26 15:28:43.458504 | fa163e5d-bf36-318f-3306-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:55.117219 | 0.77s 2025-11-26 15:28:43.468680 | fa163e5d-bf36-318f-3306-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:55.127392 | 0.78s 2025-11-26 15:28:43.485530 | fa163e5d-bf36-318f-3306-00000000010a | TASK | Write group_vars file 2025-11-26 15:28:43.918941 | fa163e5d-bf36-318f-3306-00000000010a | CHANGED | Write group_vars file | undercloud 2025-11-26 15:28:43.920050 | fa163e5d-bf36-318f-3306-00000000010a | TIMING | Write group_vars file | undercloud | 0:28:55.578766 | 0.43s 2025-11-26 15:28:43.944098 | fa163e5d-bf36-318f-3306-00000000010b | TASK | Gather missing facts 2025-11-26 15:28:44.317853 | fa163e5d-bf36-318f-3306-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e5d-bf36-318f-3306-00000000010b') missing from stats 2025-11-26 15:28:44.337504 | fa163e5d-bf36-318f-3306-00000000010b | TIMING | Gather missing facts | undercloud | 0:28:55.996191 | 0.39s 2025-11-26 15:28:44.353850 | fa163e5d-bf36-318f-3306-00000000010c | TASK | Write octavia inventory 2025-11-26 15:28:44.997384 | fa163e5d-bf36-318f-3306-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-11-26 15:28:44.999032 | fa163e5d-bf36-318f-3306-00000000010c | TIMING | Write octavia inventory | undercloud | 0:28:56.657739 | 0.64s 2025-11-26 15:28:45.017980 | fa163e5d-bf36-318f-3306-00000000010d | TASK | Check for ssh_private_key in working directory 2025-11-26 15:28:45.241311 | fa163e5d-bf36-318f-3306-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-11-26 15:28:45.242915 | fa163e5d-bf36-318f-3306-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:28:56.901620 | 0.22s 2025-11-26 15:28:45.261552 | fa163e5d-bf36-318f-3306-00000000010e | TASK | Set private key location 2025-11-26 15:28:45.305350 | fa163e5d-bf36-318f-3306-00000000010e | SKIPPED | Set private key location | undercloud 2025-11-26 15:28:45.306757 | fa163e5d-bf36-318f-3306-00000000010e | TIMING | Set private key location | undercloud | 0:28:56.965464 | 0.04s 2025-11-26 15:28:45.324675 | fa163e5d-bf36-318f-3306-00000000010f | TASK | Configure octavia command 2025-11-26 15:28:45.382372 | fa163e5d-bf36-318f-3306-00000000010f | OK | Configure octavia command | undercloud 2025-11-26 15:28:45.384150 | fa163e5d-bf36-318f-3306-00000000010f | TIMING | Configure octavia command | undercloud | 0:28:57.042856 | 0.06s 2025-11-26 15:28:45.431928 | fa163e5d-bf36-318f-3306-000000000110 | OK | set_fact | undercloud 2025-11-26 15:28:45.433522 | fa163e5d-bf36-318f-3306-000000000110 | TIMING | set_fact | undercloud | 0:28:57.092228 | 0.03s 2025-11-26 15:28:45.482193 | fa163e5d-bf36-318f-3306-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-pa3t6qzk/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-pa3t6qzk/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-pa3t6qzk/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-11-26 15:28:45.483352 | fa163e5d-bf36-318f-3306-000000000111 | TIMING | debug | undercloud | 0:28:57.142068 | 0.03s 2025-11-26 15:28:45.497795 | fa163e5d-bf36-318f-3306-000000000112 | TASK | Configure octavia on overcloud 2025-11-26 15:32:42.461131 | fa163e5d-bf36-318f-3306-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-11-26 15:32:42.463366 | fa163e5d-bf36-318f-3306-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:32:54.122074 | 236.96s 2025-11-26 15:32:42.479009 | fa163e5d-bf36-318f-3306-000000000113 | TASK | Purge temp dirs 2025-11-26 15:32:42.749765 | fa163e5d-bf36-318f-3306-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-pa3t6qzk/octavia-ansible/local_dir 2025-11-26 15:32:42.751863 | fa163e5d-bf36-318f-3306-000000000113 | TIMING | Purge temp dirs | undercloud | 0:32:54.410561 | 0.27s 2025-11-26 15:32:42.761876 | fa163e5d-bf36-318f-3306-000000000113 | TIMING | Purge temp dirs | undercloud | 0:32:54.420588 | 0.28s 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-11-26 15:32:42.817207 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 15:32:42.817486 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 15:32:42.817719 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:32:54.476445 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 15:32:42.817959 | UUID | Info | Host | Task Name | Run Time 2025-11-26 15:32:42.818193 | fa163e5d-bf36-318f-3306-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 248.32s 2025-11-26 15:32:42.818459 | fa163e5d-bf36-318f-3306-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 236.96s 2025-11-26 15:32:42.818868 | fa163e5d-bf36-318f-3306-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 | 124.34s 2025-11-26 15:32:42.819120 | fa163e5d-bf36-318f-3306-0000000033ed | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 103.77s 2025-11-26 15:32:42.819391 | fa163e5d-bf36-318f-3306-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.62s 2025-11-26 15:32:42.819646 | fa163e5d-bf36-318f-3306-000000003055 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 59.74s 2025-11-26 15:32:42.819875 | fa163e5d-bf36-318f-3306-000000003c18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 53.39s 2025-11-26 15:32:42.820104 | fa163e5d-bf36-318f-3306-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 | 33.01s 2025-11-26 15:32:42.820347 | fa163e5d-bf36-318f-3306-000000002640 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.22s 2025-11-26 15:32:42.820573 | fa163e5d-bf36-318f-3306-000000004c60 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.97s 2025-11-26 15:32:42.820795 | fa163e5d-bf36-318f-3306-000000003419 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.26s 2025-11-26 15:32:42.821020 | fa163e5d-bf36-318f-3306-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 | 26.62s 2025-11-26 15:32:42.821259 | fa163e5d-bf36-318f-3306-000000005192 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.35s 2025-11-26 15:32:42.821506 | fa163e5d-bf36-318f-3306-000000003445 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 26.01s 2025-11-26 15:32:42.821744 | fa163e5d-bf36-318f-3306-000000003471 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.09s 2025-11-26 15:32:42.821972 | fa163e5d-bf36-318f-3306-000000004f4f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 23.83s 2025-11-26 15:32:42.822191 | fa163e5d-bf36-318f-3306-000000004ef7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 23.57s 2025-11-26 15:32:42.822447 | fa163e5d-bf36-318f-3306-000000004f23 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.59s 2025-11-26 15:32:42.822697 | fa163e5d-bf36-318f-3306-000000004dfb | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.67s 2025-11-26 15:32:42.822942 | fa163e5d-bf36-318f-3306-0000000021cf | SUMMARY | standalone | install systemd-container for a greenfield | 20.78s 2025-11-26 15:32:42.823173 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-pa3t6qzk Install artifact is located at /root/standalone-install-20251126153243.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.xtzBSl1Qew + exit 0 ~/ci-framework-data/artifacts