~/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.Xw1i0K24fI + 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.Xw1i0K24fI/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=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.Xw1i0K24fI/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.Xw1i0K24fI + J2_VARS_FILE=/tmp/tmp.Xw1i0K24fI/tmp.HNw33coFFE.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.Xw1i0K24fI/tmp.HNw33coFFE.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.Xw1i0K24fI/tmp.HNw33coFFE.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.Xw1i0K24fI/tmp.HNw33coFFE.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.Xw1i0K24fI/tmp.HNw33coFFE.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.Xw1i0K24fI/tmp.HNw33coFFE.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.Xw1i0K24fI/tmp.HNw33coFFE.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.Xw1i0K24fI/tmp.HNw33coFFE.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.Xw1i0K24fI/tmp.HNw33coFFE.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.Xw1i0K24fI/tmp.HNw33coFFE.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.Xw1i0K24fI/tmp.HNw33coFFE.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.Xw1i0K24fI/tmp.HNw33coFFE.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.Xw1i0K24fI/tmp.HNw33coFFE.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.Xw1i0K24fI/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.Xw1i0K24fI/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.Xw1i0K24fI/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.Xw1i0K24fI/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.Xw1i0K24fI/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 6.7 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-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-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-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-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-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-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-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-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-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): boost-system-1.75.0-8.el9.x86_64.rpm 186 kB/s | 15 kB 00:00 (2/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 556 kB/s | 64 kB 00:00 (3/399): python3-urllib-gssapi-1.0.2-4.el9.noar 483 kB/s | 24 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 727 kB/s | 98 kB 00:00 (5/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.8 MB/s | 216 kB 00:00 (6/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 869 kB/s | 223 kB 00:00 (7/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 395 kB/s | 17 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.4 MB/s | 57 kB 00:00 (9/399): perl-Data-Dumper-2.174-462.el9.x86_64. 947 kB/s | 59 kB 00:00 (10/399): perl-File-Temp-0.231.100-4.el9.noarch 1.3 MB/s | 63 kB 00:00 (11/399): perl-Exporter-5.74-461.el9.noarch.rpm 269 kB/s | 34 kB 00:00 (12/399): perl-parent-0.238-460.el9.noarch.rpm 264 kB/s | 16 kB 00:00 (13/399): python3-pyasn1-modules-0.4.8-6.el9.no 4.0 MB/s | 283 kB 00:00 (14/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 164 kB/s | 25 kB 00:00 (15/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.1 MB/s | 224 kB 00:00 (16/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 251 kB/s | 45 kB 00:00 (17/399): xorriso-1.5.4-4.el9.x86_64.rpm 1.1 MB/s | 321 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 4.3 MB/s | 392 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 845 kB/s | 92 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.3 MB/s | 229 kB 00:00 (21/399): perl-Text-ParseWords-3.30-460.el9.noa 496 kB/s | 18 kB 00:00 (22/399): perl-URI-5.09-3.el9.noarch.rpm 1.8 MB/s | 125 kB 00:00 (23/399): perl-libnet-3.13-4.el9.noarch.rpm 2.6 MB/s | 134 kB 00:00 (24/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 664 kB/s | 26 kB 00:00 (25/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 19 MB/s | 1.2 MB 00:00 (26/399): iptables-nft-services-1.8.8-6.el9_1.n 510 kB/s | 28 kB 00:00 (27/399): perl-Carp-1.50-460.el9.noarch.rpm 271 kB/s | 31 kB 00:00 (28/399): perl-Term-ANSIColor-5.01-461.el9.noar 176 kB/s | 51 kB 00:00 (29/399): python3-psutil-5.8.0-12.el9.x86_64.rp 5.1 MB/s | 218 kB 00:00 (30/399): perl-Pod-Escapes-1.07-460.el9.noarch. 174 kB/s | 22 kB 00:00 (31/399): perl-Encode-3.08-462.el9.x86_64.rpm 7.5 MB/s | 1.7 MB 00:00 (32/399): libburn-1.5.4-4.el9.x86_64.rpm 1.6 MB/s | 175 kB 00:00 (33/399): perl-Mozilla-CA-20200520-6.el9.noarch 385 kB/s | 14 kB 00:00 (34/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 692 kB/s | 24 kB 00:00 (35/399): perl-Time-Local-1.300-7.el9.noarch.rp 637 kB/s | 37 kB 00:00 (36/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.4 MB/s | 76 kB 00:00 (37/399): sshpass-1.09-4.el9.x86_64.rpm 652 kB/s | 30 kB 00:00 (38/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.0 MB/s | 59 kB 00:00 (39/399): boost-log-1.75.0-8.el9.x86_64.rpm 7.1 MB/s | 410 kB 00:00 (40/399): python3-yubico-1.3.3-7.el9.noarch.rpm 427 kB/s | 73 kB 00:00 (41/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 831 kB/s | 39 kB 00:00 (42/399): boost-program-options-1.75.0-8.el9.x8 1.0 MB/s | 108 kB 00:00 (43/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 490 kB/s | 34 kB 00:00 (44/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 285 kB/s | 19 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 6.0 MB/s | 419 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 620 kB/s | 29 kB 00:00 (47/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 2.2 MB/s | 92 kB 00:00 (48/399): perl-File-Path-2.18-4.el9.noarch.rpm 446 kB/s | 38 kB 00:00 (49/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 966 kB/s | 43 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.1 MB/s | 77 kB 00:00 (51/399): perl-Socket-2.031-4.el9.x86_64.rpm 791 kB/s | 58 kB 00:00 (52/399): perl-podlators-4.14-460.el9.noarch.rp 2.8 MB/s | 118 kB 00:00 (53/399): perl-constant-1.33-461.el9.noarch.rpm 295 kB/s | 25 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.3 MB/s | 112 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 653 kB/s | 27 kB 00:00 (56/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.6 MB/s | 163 kB 00:00 (57/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.2 MB/s | 96 kB 00:00 (58/399): python3-qrcode-core-6.1-12.el9.noarch 795 kB/s | 61 kB 00:00 (59/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 873 kB/s | 48 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.1 MB/s | 279 kB 00:00 (61/399): python3-alembic-1.7.5-3.el9.noarch.rp 17 MB/s | 900 kB 00:00 (62/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.4 MB/s | 221 kB 00:00 (63/399): python3-augeas-0.5.0-25.el9.noarch.rp 719 kB/s | 31 kB 00:00 (64/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 1.1 MB/s | 42 kB 00:00 (65/399): perl-AutoLoader-5.74-480.el9.noarch.r 475 kB/s | 23 kB 00:00 (66/399): perl-B-1.80-480.el9.x86_64.rpm 4.1 MB/s | 185 kB 00:00 (67/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 4.8 MB/s | 489 kB 00:00 (68/399): perl-Class-Struct-0.66-480.el9.noarch 609 kB/s | 24 kB 00:00 (69/399): perl-Errno-1.30-480.el9.x86_64.rpm 294 kB/s | 17 kB 00:00 (70/399): perl-File-Basename-2.85-480.el9.noarc 373 kB/s | 19 kB 00:00 (71/399): perl-File-stat-1.09-480.el9.noarch.rp 474 kB/s | 19 kB 00:00 (72/399): perl-FileHandle-2.03-480.el9.noarch.r 424 kB/s | 17 kB 00:00 (73/399): perl-Getopt-Std-1.12-480.el9.noarch.r 374 kB/s | 17 kB 00:00 (74/399): perl-IO-1.43-480.el9.x86_64.rpm 1.6 MB/s | 94 kB 00:00 (75/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 568 kB/s | 25 kB 00:00 (76/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 587 kB/s | 25 kB 00:00 (77/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 108 kB/s | 23 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.7 MB/s | 99 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 338 kB/s | 13 kB 00:00 (80/399): perl-Symbol-1.08-480.el9.noarch.rpm 219 kB/s | 16 kB 00:00 (81/399): perl-if-0.60.800-480.el9.noarch.rpm 305 kB/s | 16 kB 00:00 (82/399): perl-base-2.27-480.el9.noarch.rpm 200 kB/s | 18 kB 00:00 (83/399): perl-interpreter-5.32.1-480.el9.x86_6 944 kB/s | 75 kB 00:00 (84/399): perl-mro-1.23-480.el9.x86_64.rpm 757 kB/s | 31 kB 00:00 (85/399): perl-libs-5.32.1-480.el9.x86_64.rpm 21 MB/s | 2.2 MB 00:00 (86/399): perl-overload-1.31-480.el9.noarch.rpm 627 kB/s | 47 kB 00:00 (87/399): perl-subs-1.03-480.el9.noarch.rpm 278 kB/s | 13 kB 00:00 (88/399): perl-overloading-0.02-480.el9.noarch. 163 kB/s | 15 kB 00:00 (89/399): perl-vars-1.05-480.el9.noarch.rpm 316 kB/s | 15 kB 00:00 (90/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 4.1 MB/s | 259 kB 00:00 (91/399): python3-mako-1.1.4-6.el9.noarch.rpm 2.9 MB/s | 176 kB 00:00 (92/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 9.6 MB/s | 459 kB 00:00 (93/399): jq-1.6-14.el9.x86_64.rpm 4.4 MB/s | 190 kB 00:00 (94/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 753 kB/s | 40 kB 00:00 (95/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.0 MB/s | 59 kB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 6.8 MB/s | 452 kB 00:00 (97/399): python3-openvswitch3.3-3.3.4-110.el9f 7.8 MB/s | 369 kB 00:00 (98/399): ipa-client-common-4.10.1-12.el9_2.2.n 947 kB/s | 44 kB 00:00 (99/399): rhel-system-roles-1.21.2-1.el9_2.noar 19 MB/s | 2.4 MB 00:00 (100/399): ipa-common-4.10.1-12.el9_2.2.noarch. 10 MB/s | 656 kB 00:00 (101/399): python3-ipaclient-4.10.1-12.el9_2.2. 14 MB/s | 648 kB 00:00 (102/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.3 MB/s | 57 kB 00:00 (103/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 964 kB/s | 41 kB 00:00 (104/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.7 MB/s | 663 kB 00:00 (105/399): ruby-default-gems-3.0.4-161.el9_2.2. 856 kB/s | 46 kB 00:00 (106/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 40 MB/s | 3.3 MB 00:00 (107/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 970 kB/s | 55 kB 00:00 (108/399): rubygem-bundler-2.2.33-161.el9_2.2.n 5.1 MB/s | 456 kB 00:00 (109/399): rubygem-io-console-0.5.7-161.el9_2.2 343 kB/s | 26 kB 00:00 (110/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.4 MB/s | 60 kB 00:00 (111/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 9.2 MB/s | 441 kB 00:00 (112/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 487 kB/s | 59 kB 00:00 (113/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.2 MB/s | 110 kB 00:00 (114/399): buildah-1.29.5-1.el9_2.x86_64.rpm 67 MB/s | 8.6 MB 00:00 (115/399): rubygems-3.2.33-161.el9_2.2.noarch.r 1.4 MB/s | 306 kB 00:00 (116/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 13 MB/s | 7.9 MB 00:00 (117/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 4.9 MB/s | 245 kB 00:00 (118/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 35 MB/s | 2.2 MB 00:00 (119/399): device-mapper-persistent-data-0.9.0- 16 MB/s | 786 kB 00:00 (120/399): libaio-0.3.111-13.el9.x86_64.rpm 427 kB/s | 26 kB 00:00 (121/399): glibc-langpack-en-2.34-60.el9.x86_64 13 MB/s | 675 kB 00:00 (122/399): bash-completion-2.11-4.el9.noarch.rp 3.7 MB/s | 459 kB 00:00 (123/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.3 MB/s | 62 kB 00:00 (124/399): krb5-workstation-1.20.1-8.el9.x86_64 9.8 MB/s | 542 kB 00:00 (125/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.9 MB/s | 81 kB 00:00 (126/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 849 kB/s | 37 kB 00:00 (127/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 386 kB/s | 16 kB 00:00 (128/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 328 kB/s | 12 kB 00:00 (129/399): pkgconf-1.7.3-10.el9.x86_64.rpm 650 kB/s | 45 kB 00:00 (130/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 755 kB/s | 30 kB 00:00 (131/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 501 kB/s | 19 kB 00:00 (132/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.7 MB/s | 418 kB 00:00 (133/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 336 kB/s | 36 kB 00:00 (134/399): device-mapper-event-1.02.187-7.el9_2 725 kB/s | 32 kB 00:00 (135/399): device-mapper-event-libs-1.02.187-7. 459 kB/s | 31 kB 00:00 (136/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 15 MB/s | 1.0 MB 00:00 (137/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 15 MB/s | 1.5 MB 00:00 (138/399): ansible-collection-ansible-netcommon 3.1 MB/s | 181 kB 00:00 (139/399): ansible-collection-ansible-posix-1.2 2.5 MB/s | 124 kB 00:00 (140/399): ansible-collection-community-general 25 MB/s | 1.3 MB 00:00 (141/399): ansible-collection-ansible-utils-2.3 1.2 MB/s | 91 kB 00:00 (142/399): golang-github-vbatts-tar-split-0.11. 20 MB/s | 1.0 MB 00:00 (143/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.1 MB/s | 162 kB 00:00 (144/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.1 MB/s | 178 kB 00:00 (145/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 717 kB/s | 77 kB 00:00 (146/399): puppet-fdio-18.2-1.20220727113954.6f 483 kB/s | 25 kB 00:00 (147/399): python3-ansible-runner-2.0.0a1-3.el9 1.9 MB/s | 122 kB 00:00 (148/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.0 MB/s | 44 kB 00:00 (149/399): python3-croniter-0.3.35-2.el9ost.noa 1.3 MB/s | 49 kB 00:00 (150/399): python3-beautifulsoup4-4.9.3-2.el9os 3.3 MB/s | 204 kB 00:00 (151/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 1.1 MB/s | 44 kB 00:00 (152/399): python3-daemon-2.3.0-1.el9ost.noarch 604 kB/s | 39 kB 00:00 (153/399): python3-docutils-0.16-6.el9ost.noarc 22 MB/s | 1.5 MB 00:00 (154/399): python3-gevent-21.1.2-2.el9ost.x86_6 19 MB/s | 1.6 MB 00:00 (155/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.1 MB/s | 107 kB 00:00 (156/399): python3-jmespath-0.10.0-1.el9ost.noa 1.0 MB/s | 46 kB 00:00 (157/399): python3-lockfile-0.12.2-2.el9ost.noa 868 kB/s | 31 kB 00:00 (158/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.0 MB/s | 284 kB 00:00 (159/399): python3-memcached-1.59-3.el9ost.noar 1.1 MB/s | 40 kB 00:00 (160/399): python3-mimeparse-1.6.0-16.el9ost.no 348 kB/s | 16 kB 00:00 (161/399): python3-logutils-0.3.5-15.el9ost.noa 504 kB/s | 47 kB 00:00 (162/399): python3-migrate-0.13.0-1.el9ost.noar 2.8 MB/s | 224 kB 00:00 (163/399): python3-natsort-7.1.1-2.el9ost.noarc 1.4 MB/s | 59 kB 00:00 (164/399): python3-pecan-1.4.0-2.el9ost.noarch. 6.0 MB/s | 273 kB 00:00 (165/399): python3-passlib-1.7.4-3.el9ost.noarc 10 MB/s | 712 kB 00:00 (166/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.4 MB/s | 90 kB 00:00 (167/399): python3-pyperclip-1.8.0-3.el9ost.noa 502 kB/s | 25 kB 00:00 (168/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.3 MB/s | 111 kB 00:00 (169/399): python3-setproctitle-1.2.2-1.el9ost. 478 kB/s | 23 kB 00:00 (170/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.0 MB/s | 47 kB 00:00 (171/399): python3-soupsieve-2.2-1.el9ost.noarc 1.7 MB/s | 67 kB 00:00 (172/399): python3-tenacity-6.3.1-1.el9ost.noar 1.4 MB/s | 51 kB 00:00 (173/399): python3-sqlalchemy13-1.3.24-3.el9ost 18 MB/s | 1.7 MB 00:00 (174/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 7.5 MB/s | 396 kB 00:00 (175/399): python3-zope-interface-5.4.0-1.el9os 3.7 MB/s | 202 kB 00:00 (176/399): python3-zope-event-4.2.0-20.el9ost.n 3.0 MB/s | 205 kB 00:00 (177/399): python3-webtest-2.0.35-6.el9ost.noar 488 kB/s | 82 kB 00:00 (178/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.0 MB/s | 243 kB 00:00 (179/399): rubygem-deep_merge-1.2.1-7.el9ost.no 263 kB/s | 14 kB 00:00 (180/399): rubygem-fast_gettext-1.2.0-9.el9ost. 620 kB/s | 34 kB 00:00 (181/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.5 MB/s | 90 kB 00:00 (182/399): rubygem-multi_json-1.15.0-2.el9ost.n 248 kB/s | 22 kB 00:00 (183/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 235 kB/s | 16 kB 00:00 (184/399): rubygem-semantic_puppet-1.0.4-2.el9o 562 kB/s | 21 kB 00:00 (185/399): rubygem-puppet-resource_api-1.8.13-1 247 kB/s | 34 kB 00:00 (186/399): ansible-config_template-2.0.1-17.1.2 516 kB/s | 29 kB 00:00 (187/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 5.3 MB/s | 433 kB 00:00 (188/399): ansible-role-chrony-1.3.1-17.1.20230 621 kB/s | 22 kB 00:00 (189/399): ansible-role-collectd-config-0.0.3-1 1.0 MB/s | 53 kB 00:00 (190/399): ansible-role-atos-hsm-1.0.1-17.1.202 227 kB/s | 17 kB 00:00 (191/399): ansible-role-container-registry-1.4. 551 kB/s | 24 kB 00:00 (192/399): ansible-role-openstack-operations-0. 790 kB/s | 30 kB 00:00 (193/399): ansible-role-redhat-subscription-1.3 763 kB/s | 28 kB 00:00 (194/399): ansible-role-thales-hsm-3.0.1-17.1.2 560 kB/s | 21 kB 00:00 (195/399): ansible-role-tripleo-modify-image-1. 762 kB/s | 27 kB 00:00 (196/399): ansible-tripleo-ipsec-11.0.1-17.1.20 709 kB/s | 38 kB 00:00 (197/399): ansible-tripleo-ipa-0.3.1-17.1.20230 547 kB/s | 36 kB 00:00 (198/399): ansible-role-qdr-config-0.0.2-17.1.2 149 kB/s | 21 kB 00:00 (199/399): dib-utils-0.0.11-17.1.20230620173328 346 kB/s | 12 kB 00:00 (200/399): openstack-heat-agents-2.2.1-17.1.202 265 kB/s | 9.6 kB 00:00 (201/399): os-collect-config-13.1.1-17.1.202310 641 kB/s | 50 kB 00:00 (202/399): os-apply-config-13.1.1-17.1.20231020 474 kB/s | 54 kB 00:00 (203/399): os-refresh-config-13.1.1-17.1.202310 179 kB/s | 21 kB 00:00 (204/399): puppet-apache-6.5.2-17.1.20230621001 5.5 MB/s | 259 kB 00:00 (205/399): puppet-aodh-18.4.2-17.1.202306201512 1.1 MB/s | 62 kB 00:00 (206/399): puppet-ceilometer-18.4.3-17.1.202309 1.6 MB/s | 70 kB 00:00 (207/399): puppet-auditd-2.2.1-17.1.20230620192 194 kB/s | 28 kB 00:00 (208/399): puppet-certmonger-2.7.1-17.1.2023062 254 kB/s | 26 kB 00:00 (209/399): puppet-cinder-18.5.2-17.1.2023062105 3.0 MB/s | 120 kB 00:00 (210/399): puppet-collectd-13.0.1-17.1.20230620 2.8 MB/s | 135 kB 00:00 (211/399): puppet-archive-4.6.1-17.1.2023062018 192 kB/s | 44 kB 00:00 (212/399): puppet-concat-6.2.1-17.1.20230620181 861 kB/s | 41 kB 00:00 (213/399): puppet-designate-18.6.1-17.1.2023062 1.5 MB/s | 69 kB 00:00 (214/399): puppet-dns-8.2.1-17.1.20230621002045 608 kB/s | 36 kB 00:00 (215/399): puppet-corosync-8.0.1-17.1.202306211 676 kB/s | 68 kB 00:00 (216/399): puppet-etcd-1.12.3-17.1.202306201932 537 kB/s | 25 kB 00:00 (217/399): puppet-git-0.5.0-17.1.20230620193928 424 kB/s | 23 kB 00:00 (218/399): puppet-haproxy-4.2.2-17.1.2023062019 1.3 MB/s | 52 kB 00:00 (219/399): puppet-gnocchi-18.4.3-17.1.202306210 666 kB/s | 58 kB 00:00 (220/399): puppet-firewall-3.4.1-17.1.202306210 676 kB/s | 77 kB 00:00 (221/399): puppet-heat-18.4.1-17.1.202306211116 1.8 MB/s | 70 kB 00:00 (222/399): puppet-horizon-18.6.1-17.1.202306210 1.6 MB/s | 63 kB 00:00 (223/399): puppet-inifile-4.2.1-17.1.2023062018 910 kB/s | 42 kB 00:00 (224/399): puppet-ipaclient-2.5.2-17.1.20230620 431 kB/s | 17 kB 00:00 (225/399): puppet-keepalived-0.0.2-17.1.2023062 279 kB/s | 14 kB 00:00 (226/399): puppet-kmod-2.5.0-17.1.2023062019064 565 kB/s | 21 kB 00:00 (227/399): puppet-manila-18.5.2-17.1.2023110219 1.9 MB/s | 81 kB 00:00 (228/399): puppet-module-data-0.5.1-17.1.202306 325 kB/s | 13 kB 00:00 (229/399): puppet-memcached-6.0.0-17.1.20230620 423 kB/s | 23 kB 00:00 (230/399): puppet-mysql-10.6.1-17.1.20230621022 2.5 MB/s | 99 kB 00:00 (231/399): puppet-nova-18.6.1-17.1.202306210904 3.9 MB/s | 200 kB 00:00 (232/399): puppet-neutron-18.6.1-17.1.202306210 2.8 MB/s | 196 kB 00:00 (233/399): puppet-octavia-18.5.1-17.1.202306210 1.2 MB/s | 76 kB 00:00 (234/399): puppet-nssdb-1.0.2-17.1.202306201856 96 kB/s | 12 kB 00:00 (235/399): puppet-openstack_extras-18.5.1-17.1. 601 kB/s | 48 kB 00:00 (236/399): puppet-openstacklib-18.5.2-17.1.2023 1.3 MB/s | 62 kB 00:00 (237/399): puppet-oslo-18.5.1-17.1.202306210523 1.3 MB/s | 48 kB 00:00 (238/399): puppet-placement-5.4.3-17.1.20230621 696 kB/s | 41 kB 00:00 (239/399): puppet-qdr-7.4.1-17.1.20230620195605 673 kB/s | 31 kB 00:00 (240/399): puppet-rabbitmq-11.0.1-17.1.20230620 4.8 MB/s | 266 kB 00:00 (241/399): puppet-remote-10.0.0-17.1.2023062019 305 kB/s | 16 kB 00:00 (242/399): puppet-rsync-1.1.4-17.1.202306210028 624 kB/s | 28 kB 00:00 (243/399): puppet-redis-6.1.1-17.1.202306201917 476 kB/s | 51 kB 00:00 (244/399): puppet-snmp-3.9.1-17.1.2023062020041 302 kB/s | 34 kB 00:00 (245/399): puppet-ssh-6.2.1-17.1.20230620190251 338 kB/s | 29 kB 00:00 (246/399): puppet-rsyslog-4.0.1-17.1.2023062020 430 kB/s | 58 kB 00:00 (247/399): puppet-stdlib-6.3.1-17.1.20230621000 3.3 MB/s | 160 kB 00:00 (248/399): puppet-swift-18.6.1-17.1.20230621052 2.0 MB/s | 115 kB 00:00 (249/399): puppet-sysctl-0.0.13-17.1.2023062018 227 kB/s | 16 kB 00:00 (250/399): puppet-systemd-2.12.1-17.1.202306201 1.1 MB/s | 42 kB 00:00 (251/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (252/399): python-oslo-cache-lang-2.7.1-17.1.20 443 kB/s | 19 kB 00:00 (253/399): puppet-vcsrepo-3.1.1-17.1.2023062018 340 kB/s | 50 kB 00:00 (254/399): puppet-xinetd-3.3.1-17.1.20230620185 201 kB/s | 26 kB 00:00 (255/399): python-oslo-middleware-lang-4.2.1-17 266 kB/s | 13 kB 00:00 (256/399): python-oslo-policy-lang-3.7.1-17.1.2 254 kB/s | 14 kB 00:00 (257/399): python-oslo-log-lang-4.4.0-17.1.2023 115 kB/s | 14 kB 00:00 (258/399): python-oslo-versionedobjects-lang-2. 345 kB/s | 14 kB 00:00 (259/399): python3-GitPython-3.1.14-2.el9ost.no 5.6 MB/s | 238 kB 00:00 (260/399): python3-aodhclient-2.2.0-17.1.202306 469 kB/s | 56 kB 00:00 (261/399): python-pycadf-common-3.1.1-17.1.2023 98 kB/s | 15 kB 00:00 (262/399): python3-barbicanclient-5.3.0-17.1.20 1.1 MB/s | 127 kB 00:00 (263/399): python3-cliff-3.7.0-17.1.20230620172 2.3 MB/s | 95 kB 00:00 (264/399): python3-designateclient-4.2.1-17.1.2 1.6 MB/s | 92 kB 00:00 (265/399): python3-futurist-2.3.0-17.1.20230621 1.5 MB/s | 64 kB 00:00 (266/399): python3-cinderclient-7.4.1-17.1.2023 2.1 MB/s | 218 kB 00:00 (267/399): python3-heat-agent-2.2.1-17.1.202306 391 kB/s | 19 kB 00:00 (268/399): python3-heat-agent-ansible-2.2.1-17. 301 kB/s | 11 kB 00:00 (269/399): python3-heat-agent-hiera-2.2.1-17.1. 287 kB/s | 10 kB 00:00 (270/399): python3-heat-agent-apply-config-2.2. 126 kB/s | 9.9 kB 00:00 (271/399): python3-heat-agent-json-file-2.2.1-1 207 kB/s | 9.8 kB 00:00 (272/399): python3-heat-agent-puppet-2.2.1-17.1 289 kB/s | 11 kB 00:00 (273/399): python3-heat-agent-docker-cmd-2.2.1- 87 kB/s | 12 kB 00:00 (274/399): python3-ironic-inspector-client-4.5. 1.5 MB/s | 67 kB 00:00 (275/399): python3-heatclient-2.3.1-17.1.202306 2.7 MB/s | 158 kB 00:00 (276/399): python3-ironicclient-4.6.4-17.1.2023 7.7 MB/s | 342 kB 00:00 (277/399): python3-keystonemiddleware-9.2.0-17. 1.7 MB/s | 92 kB 00:00 (278/399): python3-keystoneclient-4.3.0-17.1.20 3.5 MB/s | 239 kB 00:00 (279/399): python3-magnumclient-3.4.1-17.1.2023 3.0 MB/s | 121 kB 00:00 (280/399): python3-neutronclient-7.3.1-17.1.202 4.1 MB/s | 298 kB 00:00 (281/399): python3-novaclient-17.4.1-17.1.20230 2.9 MB/s | 201 kB 00:00 (282/399): python3-mistralclient-4.2.0-17.1.202 1.5 MB/s | 166 kB 00:00 (283/399): python3-os-service-types-1.7.0-17.1. 988 kB/s | 38 kB 00:00 (284/399): python3-os-client-config-2.1.0-17.1. 1.1 MB/s | 55 kB 00:00 (285/399): python3-oslo-cache-2.7.1-17.1.202306 1.3 MB/s | 56 kB 00:00 (286/399): python3-os-traits-2.5.0-17.1.2023062 700 kB/s | 45 kB 00:00 (287/399): python3-osc-lib-2.3.1-17.1.202306202 1.4 MB/s | 78 kB 00:00 (288/399): python3-oslo-log-4.4.0-17.1.20230620 1.4 MB/s | 64 kB 00:00 (289/399): python3-oslo-middleware-4.2.1-17.1.2 1.2 MB/s | 55 kB 00:00 (290/399): python3-oslo-context-3.2.1-17.1.2023 412 kB/s | 27 kB 00:00 (291/399): python3-oslo-policy-3.7.1-17.1.20230 1.7 MB/s | 76 kB 00:00 (292/399): python3-oslo-reports-2.2.0-17.1.2023 1.3 MB/s | 59 kB 00:00 (293/399): python3-oslo-rootwrap-6.3.1-17.1.202 790 kB/s | 46 kB 00:00 (294/399): python3-oslo-serialization-4.1.1-17. 514 kB/s | 34 kB 00:00 (295/399): python3-oslo-upgradecheck-1.3.1-17.1 454 kB/s | 29 kB 00:00 (296/399): python3-osprofiler-3.4.0-17.1.202306 3.1 MB/s | 130 kB 00:00 (297/399): python3-pycadf-3.1.1-17.1.2023062021 1.2 MB/s | 53 kB 00:00 (298/399): python3-requestsexceptions-1.4.0-17. 365 kB/s | 17 kB 00:00 (299/399): python3-oslo-versionedobjects-2.4.1- 618 kB/s | 79 kB 00:00 (300/399): python3-saharaclient-3.3.0-17.1.2023 2.8 MB/s | 188 kB 00:00 (301/399): python3-statsd-3.2.1-20.1.el9ost.noa 904 kB/s | 35 kB 00:00 (302/399): python3-shade-1.33.0-17.1.2023062022 10 MB/s | 523 kB 00:00 (303/399): python3-swiftclient-3.11.1-17.1.2023 3.0 MB/s | 136 kB 00:00 (304/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.3 MB/s | 50 kB 00:00 (305/399): python3-troveclient-7.0.0-17.1.20230 7.5 MB/s | 344 kB 00:00 (306/399): validations-common-1.9.1-17.1.202310 2.5 MB/s | 111 kB 00:00 (307/399): python3-validations-libs-1.9.1-17.1. 1.4 MB/s | 137 kB 00:00 (308/399): python3-zaqarclient-2.4.0-17.1.20230 1.3 MB/s | 129 kB 00:00 (309/399): python3-paramiko-2.11.0-2.el9ost.noa 6.5 MB/s | 299 kB 00:00 (310/399): ansible-pacemaker-1.0.4-17.1.2023121 544 kB/s | 21 kB 00:00 (311/399): python3-manilaclient-2.6.4-17.1.2024 11 MB/s | 528 kB 00:00 (312/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.1 MB/s | 83 kB 00:00 (313/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.1 MB/s | 427 kB 00:00 (314/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.6 MB/s | 230 kB 00:00 (315/399): ansible-role-metalsmith-deployment-1 390 kB/s | 21 kB 00:00 (316/399): puppet-ironic-18.7.1-17.1.2024030521 2.0 MB/s | 121 kB 00:00 (317/399): openstack-selinux-0.8.37-17.1.202311 2.9 MB/s | 221 kB 00:00 (318/399): python-oslo-db-lang-8.5.2-17.1.20240 355 kB/s | 14 kB 00:00 (319/399): python3-glanceclient-3.3.0-17.1.2024 2.6 MB/s | 143 kB 00:00 (320/399): python3-keystoneauth1-4.4.0-17.1.202 4.7 MB/s | 409 kB 00:00 (321/399): python3-neutron-lib-2.10.3-17.1.2023 7.4 MB/s | 375 kB 00:00 (322/399): python3-metalsmith-1.4.4-17.1.202405 705 kB/s | 65 kB 00:00 (323/399): python3-octaviaclient-2.3.1-17.1.202 2.2 MB/s | 91 kB 00:00 (324/399): python3-oslo-db-8.5.2-17.1.202408201 3.4 MB/s | 144 kB 00:00 (325/399): python3-oslo-messaging-12.7.3-17.1.2 5.3 MB/s | 216 kB 00:00 (326/399): python3-oslo-service-2.5.1-17.1.2024 1.8 MB/s | 71 kB 00:00 (327/399): python3-rhosp-openvswitch-3.3-1.el9o 225 kB/s | 8.3 kB 00:00 (328/399): python3-waitress-2.0.0-4.el9ost.noar 1.5 MB/s | 109 kB 00:00 (329/399): openstack-tripleo-validations-14.3.2 3.1 MB/s | 204 kB 00:00 (330/399): puppet-glance-18.6.1-17.1.2025022015 2.2 MB/s | 87 kB 00:00 (331/399): openstack-ansible-core-2.14.2-4.7.el 21 MB/s | 2.3 MB 00:00 (332/399): puppet-ovn-18.6.1-17.1.2024092509490 389 kB/s | 29 kB 00:00 (333/399): puppet-pacemaker-1.5.1-17.1.20250214 2.5 MB/s | 158 kB 00:00 (334/399): python3-os-ken-1.4.1-17.1.2024120509 26 MB/s | 2.1 MB 00:00 (335/399): ansible-collections-openstack-1.9.1- 2.6 MB/s | 146 kB 00:00 (336/399): ansible-collection-containers-podman 2.1 MB/s | 243 kB 00:00 (337/399): puppet-tripleo-14.2.3-17.1.202503201 1.2 MB/s | 239 kB 00:00 (338/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 2.1 MB/s | 351 kB 00:00 (339/399): hiera-3.6.0-6.el9ost.noarch.rpm 258 kB/s | 33 kB 00:00 (340/399): facter-3.14.19-3.el9ost.x86_64.rpm 2.4 MB/s | 518 kB 00:00 (341/399): leatherman-1.12.6-5.el9ost.x86_64.rp 5.1 MB/s | 405 kB 00:00 (342/399): openstack-tripleo-common-containers- 1.9 MB/s | 78 kB 00:00 (343/399): openstack-tripleo-common-15.4.1-17.1 792 kB/s | 52 kB 00:00 (344/399): puppet-7.10.0-4.el9ost.noarch.rpm 113 kB/s | 11 kB 00:00 (345/399): puppet-keystone-18.6.1-17.1.20250425 2.2 MB/s | 127 kB 00:00 (346/399): puppet-headless-7.10.0-4.el9ost.noar 17 MB/s | 1.4 MB 00:00 (347/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.9 MB/s | 92 kB 00:00 (348/399): python3-cachetools-4.2.2-3.el9ost.no 703 kB/s | 33 kB 00:00 (349/399): python3-boto-2.45.0-8.1.el9ost.noarc 16 MB/s | 1.3 MB 00:00 (350/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 5.5 MB/s | 284 kB 00:00 (351/399): python3-colorama-0.4.4-4.el9ost.noar 748 kB/s | 35 kB 00:00 (352/399): python3-dogpile-cache-1.1.5-5.el9ost 2.0 MB/s | 89 kB 00:00 (353/399): python3-extras-1.0.0-17.el9ost.noarc 510 kB/s | 21 kB 00:00 (354/399): python3-keyring-21.8.0-4.el9ost.noar 2.0 MB/s | 77 kB 00:00 (355/399): python3-kombu-5.0.2-3.el9ost.noarch. 6.9 MB/s | 313 kB 00:00 (356/399): python3-fixtures-3.0.0-24.el9ost.noa 1.2 MB/s | 93 kB 00:00 (357/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.3 MB/s | 87 kB 00:00 (358/399): python3-munch-2.5.0-6.el9ost.noarch. 390 kB/s | 25 kB 00:00 (359/399): python3-openstacksdk-0.55.1-17.1.202 12 MB/s | 735 kB 00:00 (360/399): python3-paste-3.5.0-5.el9ost.noarch. 12 MB/s | 776 kB 00:00 (361/399): python3-paste-deploy-2.1.1-4.el9ost. 884 kB/s | 41 kB 00:00 (362/399): python3-pystache-0.5.4-15.el9ost.noa 2.2 MB/s | 132 kB 00:00 (363/399): python3-repoze-lru-0.7-12.el9ost.noa 764 kB/s | 32 kB 00:00 (364/399): python3-routes-2.4.1-14.el9ost.noarc 4.2 MB/s | 188 kB 00:00 (365/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.4 MB/s | 57 kB 00:00 (366/399): python3-simplejson-3.17.5-3.el9ost.x 6.4 MB/s | 266 kB 00:00 (367/399): python3-tempita-0.5.1-27.el9ost.noar 866 kB/s | 36 kB 00:00 (368/399): python3-secretstorage-3.3.1-3.el9ost 356 kB/s | 36 kB 00:00 (369/399): python3-testtools-2.4.0-10.el9ost.no 7.5 MB/s | 333 kB 00:00 (370/399): python3-tripleoclient-16.5.1-17.1.20 12 MB/s | 553 kB 00:00 (371/399): python3-vine-5.0.0-5.el9ost.noarch.r 652 kB/s | 26 kB 00:00 (372/399): python3-warlock-1.3.3-7.el9ost.noarc 562 kB/s | 21 kB 00:00 (373/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.4 MB/s | 56 kB 00:00 (374/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 769 kB/s | 29 kB 00:00 (375/399): python3-yaql-1.1.3-13.el9ost.noarch. 3.7 MB/s | 180 kB 00:00 (376/399): ruby-facter-3.14.19-3.el9ost.x86_64. 157 kB/s | 9.5 kB 00:00 (377/399): python3-tripleo-common-15.4.1-17.1.2 808 kB/s | 202 kB 00:00 (378/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 396 kB/s | 19 kB 00:00 (379/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.1 MB/s | 123 kB 00:00 (380/399): openstack-heat-api-16.1.1-17.1.20250 383 kB/s | 16 kB 00:00 (381/399): openstack-heat-engine-16.1.1-17.1.20 442 kB/s | 15 kB 00:00 (382/399): openstack-heat-common-16.1.1-17.1.20 26 MB/s | 1.6 MB 00:00 (383/399): openstack-heat-monolith-16.1.1-17.1. 434 kB/s | 16 kB 00:00 (384/399): openstack-tripleo-heat-templates-14. 14 MB/s | 617 kB 00:00 (385/399): puppet-barbican-18.4.2-17.1.20250625 1.2 MB/s | 57 kB 00:00 (386/399): tripleo-ansible-3.3.1-17.1.202507021 11 MB/s | 570 kB 00:00 (387/399): python-openstackclient-lang-5.5.2-17 605 kB/s | 58 kB 00:00 (388/399): python3-openstackclient-5.5.2-17.1.2 12 MB/s | 1.1 MB 00:00 (389/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.1 MB/s | 68 kB 00:00 (390/399): cephadm-18.2.1-361.el9cp.noarch.rpm 5.2 MB/s | 354 kB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.9 MB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.5 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.1 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.3 MB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 639 kB/s | 30 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 6.7 MB/s | 464 kB 00:00 (397/399): device-mapper-1.02.187-7.el9_2.2.x86 2.9 MB/s | 142 kB 00:00 (398/399): util-linux-2.37.4-11.el9_2.x86_64.rp 22 MB/s | 2.3 MB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 3.2 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 10 MB/s | 97 MB 00:09 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-dns-2.2.1-2.el9.noarch 112/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 169/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 170/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 171/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 172/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 173/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 174/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 175/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 176/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 177/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 178/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 179/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 180/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 181/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 182/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 184/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 185/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 186/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 187/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 188/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 189/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 190/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 191/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 192/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 193/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 194/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 195/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 196/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 197/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 198/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 199/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 200/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 201/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 202/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 203/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 204/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 205/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 206/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 207/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 208/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 209/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 210/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 211/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 212/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 213/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 214/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 215/408 Installing : python3-memcached-1.59-3.el9ost.noarch 216/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 217/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 218/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 219/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 220/408 Installing : python3-docutils-0.16-6.el9ost.noarch 221/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 222/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 223/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 224/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 225/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 226/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 227/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 228/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 229/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 230/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 231/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 232/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 233/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 234/408 Installing : pkgconf-1.7.3-10.el9.x86_64 235/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 236/408 Installing : bash-completion-1:2.11-4.el9.noarch 237/408 Installing : libkadm5-1.20.1-8.el9.x86_64 238/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 239/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 240/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 282/408 Installing : sshpass-1.09-4.el9.x86_64 283/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 284/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 285/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 286/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 287/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 289/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 290/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 291/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 292/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 293/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 294/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 295/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 296/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 297/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 298/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 299/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 300/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 301/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 302/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 303/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 304/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 305/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 306/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 307/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 308/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 309/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 310/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 311/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 312/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 313/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 314/408 Installing : libburn-1.5.4-4.el9.x86_64 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 357/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 358/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 359/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 382/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 383/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 384/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 385/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 386/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 391/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 392/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 393/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 394/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 395/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 396/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 30/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 31/408 Verifying : libburn-1.5.4-4.el9.x86_64 32/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 33/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 34/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 37/408 Verifying : sshpass-1.09-4.el9.x86_64 38/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 39/408 Verifying : boost-log-1.75.0-8.el9.x86_64 40/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 65/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 66/408 Verifying : perl-B-1.80-480.el9.x86_64 67/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 68/408 Verifying : perl-Errno-1.30-480.el9.x86_64 69/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 70/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 71/408 Verifying : perl-File-stat-1.09-480.el9.noarch 72/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 73/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 74/408 Verifying : perl-IO-1.43-480.el9.x86_64 75/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 76/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-base-2.27-480.el9.noarch 81/408 Verifying : perl-if-0.60.800-480.el9.noarch 82/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 83/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 84/408 Verifying : perl-mro-1.23-480.el9.x86_64 85/408 Verifying : perl-overload-1.31-480.el9.noarch 86/408 Verifying : perl-overloading-0.02-480.el9.noarch 87/408 Verifying : perl-subs-1.03-480.el9.noarch 88/408 Verifying : perl-vars-1.05-480.el9.noarch 89/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 90/408 Verifying : python3-mako-1.1.4-6.el9.noarch 91/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 92/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 93/408 Verifying : jq-1.6-14.el9.x86_64 94/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 98/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 101/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 102/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 103/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 104/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 105/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 106/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 108/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 109/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 110/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 111/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 112/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 113/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 114/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 115/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 116/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 117/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 118/408 Verifying : bash-completion-1:2.11-4.el9.noarch 119/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 120/408 Verifying : libaio-0.3.111-13.el9.x86_64 121/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 122/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 123/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 124/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 125/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 126/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 127/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 128/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 129/408 Verifying : python3-dns-2.2.1-2.el9.noarch 130/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 131/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 132/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 133/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 134/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 135/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 136/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 137/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 138/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 139/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 140/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 141/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 142/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 143/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 144/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 145/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 146/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 147/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 148/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 149/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 150/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 151/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 152/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 153/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 154/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 155/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 156/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 157/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 158/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 159/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 160/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 161/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 162/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 163/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 164/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 165/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 166/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 167/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 168/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 169/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 170/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 171/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 172/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 173/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 174/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 175/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 176/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 177/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 178/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 179/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 180/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 181/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 182/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 183/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 184/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 185/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 186/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 187/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 188/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 189/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 190/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 191/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 192/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 193/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 194/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 195/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 196/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 197/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 198/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 199/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 200/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 201/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 202/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 203/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 204/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 205/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 206/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 207/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 208/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 209/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 210/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 211/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 212/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 213/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 214/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 215/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 216/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 217/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 218/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 219/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 220/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 221/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 222/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 223/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 224/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 225/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 226/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 227/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 228/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 229/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 230/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 231/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 232/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 233/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 234/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 235/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 236/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 237/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 238/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 239/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 240/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 241/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 242/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 243/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 244/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 245/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 246/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 247/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 248/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 249/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 250/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 251/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 252/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 253/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 254/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 255/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 256/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 257/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 258/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 259/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 260/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 261/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 262/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 263/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 264/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 265/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 266/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 267/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 268/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 269/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 270/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 271/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 272/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 273/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 274/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 275/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 276/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 277/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 278/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 279/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 280/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 281/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 282/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 283/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 284/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 285/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 286/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 287/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 288/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 289/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 290/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 291/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 292/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 293/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 294/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 295/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 296/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 297/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 298/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 299/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 300/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 301/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 302/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 303/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 304/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 305/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 306/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 307/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 308/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 309/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 310/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 311/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 312/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 313/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 314/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 315/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 316/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 317/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 318/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 319/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 320/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 321/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 322/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 323/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 324/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 325/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 326/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 327/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 328/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 329/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 330/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 331/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 332/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 333/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 334/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 335/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 336/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 337/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 338/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 339/408 Verifying : hiera-3.6.0-6.el9ost.noarch 340/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 341/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 342/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 343/408 Verifying : puppet-7.10.0-4.el9ost.noarch 344/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 345/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 346/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 347/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 348/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 349/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 350/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 351/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 352/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 353/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 354/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 355/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 356/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 357/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 358/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 359/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 360/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 361/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 362/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 363/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 364/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 365/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 366/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 367/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 368/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 369/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 370/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 371/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 372/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 373/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 374/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 375/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 376/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 377/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 378/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 379/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 380/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 381/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 382/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 383/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 384/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 385/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 386/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 387/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 388/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 389/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=False + OCTAVIA_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-10-13T13:34:48.544192 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 4.8651e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-10-13 13:34:52.382055 | fa163e2e-69a7-62ba-b738-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-13 13:34:52.410042 | fa163e2e-69a7-62ba-b738-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-13 13:34:52.410762 | fa163e2e-69a7-62ba-b738-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.044212 | 0.03s 2025-10-13 13:34:52.414630 | fa163e2e-69a7-62ba-b738-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-13 13:34:52.442624 | fa163e2e-69a7-62ba-b738-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-13 13:34:52.443272 | fa163e2e-69a7-62ba-b738-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.076722 | 0.03s 2025-10-13 13:34:52.446531 | fa163e2e-69a7-62ba-b738-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-13 13:34:52.515020 | fa163e2e-69a7-62ba-b738-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-13 13:34:52.516732 | fa163e2e-69a7-62ba-b738-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.150167 | 0.07s 2025-10-13 13:34:52.524028 | fa163e2e-69a7-62ba-b738-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-13 13:34:52.897315 | fa163e2e-69a7-62ba-b738-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-13 13:34:52.898926 | fa163e2e-69a7-62ba-b738-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.532358 | 0.37s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-13 13:34:52.923896 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 13:34:52.924834 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 13:34:52.925653 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.559097 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 13:34:52.926722 | UUID | Info | Host | Task Name | Run Time 2025-10-13 13:34:52.927502 | fa163e2e-69a7-62ba-b738-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.37s 2025-10-13 13:34:52.928589 | fa163e2e-69a7-62ba-b738-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.07s 2025-10-13 13:34:52.929626 | fa163e2e-69a7-62ba-b738-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.03s 2025-10-13 13:34:52.930409 | fa163e2e-69a7-62ba-b738-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.03s 2025-10-13 13:34:52.931543 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [undercloud] ************************************************************** 2025-10-13 13:34:55.310067 | fa163e2e-69a7-9200-f0c5-000000000005 | TASK | set ssh key path facts 2025-10-13 13:34:55.333844 | fa163e2e-69a7-9200-f0c5-000000000005 | OK | set ssh key path facts | undercloud 2025-10-13 13:34:55.334535 | fa163e2e-69a7-9200-f0c5-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.039272 | 0.02s 2025-10-13 13:34:55.337985 | fa163e2e-69a7-9200-f0c5-000000000006 | TASK | stat private key 2025-10-13 13:34:55.670015 | fa163e2e-69a7-9200-f0c5-000000000006 | OK | stat private key | undercloud 2025-10-13 13:34:55.671272 | fa163e2e-69a7-9200-f0c5-000000000006 | TIMING | stat private key | undercloud | 0:00:00.375998 | 0.33s 2025-10-13 13:34:55.678337 | fa163e2e-69a7-9200-f0c5-000000000007 | TASK | stat public key 2025-10-13 13:34:55.859415 | fa163e2e-69a7-9200-f0c5-000000000007 | OK | stat public key | undercloud 2025-10-13 13:34:55.860370 | fa163e2e-69a7-9200-f0c5-000000000007 | TIMING | stat public key | undercloud | 0:00:00.565103 | 0.18s 2025-10-13 13:34:55.865147 | fa163e2e-69a7-9200-f0c5-000000000008 | TASK | create private key if it does not exist 2025-10-13 13:34:56.662969 | fa163e2e-69a7-9200-f0c5-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-13 13:34:56.664335 | fa163e2e-69a7-9200-f0c5-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.369041 | 0.80s 2025-10-13 13:34:56.671285 | fa163e2e-69a7-9200-f0c5-000000000009 | TASK | create public key if it does not exist 2025-10-13 13:34:56.891903 | fa163e2e-69a7-9200-f0c5-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-13 13:34:56.893187 | fa163e2e-69a7-9200-f0c5-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.597912 | 0.22s PLAY [allovercloud] ************************************************************ 2025-10-13 13:34:56.946887 | fa163e2e-69a7-9200-f0c5-000000000023 | TASK | Get local private key 2025-10-13 13:34:57.299562 | fa163e2e-69a7-9200-f0c5-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e2e-69a7-9200-f0c5-000000000023') missing from stats 2025-10-13 13:34:57.305761 | fa163e2e-69a7-9200-f0c5-000000000024 | TASK | Get local public key 2025-10-13 13:34:57.493332 | fa163e2e-69a7-9200-f0c5-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e2e-69a7-9200-f0c5-000000000024') missing from stats 2025-10-13 13:34:57.503585 | fa163e2e-69a7-9200-f0c5-000000000012 | TASK | create user ceph-admin 2025-10-13 13:34:57.981793 | fa163e2e-69a7-9200-f0c5-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-13 13:34:57.982844 | fa163e2e-69a7-9200-f0c5-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.687575 | 0.48s 2025-10-13 13:34:57.989846 | fa163e2e-69a7-9200-f0c5-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-13 13:34:58.574848 | fa163e2e-69a7-9200-f0c5-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-13 13:34:58.575630 | fa163e2e-69a7-9200-f0c5-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.280362 | 0.58s 2025-10-13 13:34:58.581016 | fa163e2e-69a7-9200-f0c5-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-13 13:34:58.937115 | fa163e2e-69a7-9200-f0c5-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-13 13:34:58.937874 | fa163e2e-69a7-9200-f0c5-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.642609 | 0.36s 2025-10-13 13:34:58.942284 | fa163e2e-69a7-9200-f0c5-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-13 13:34:59.129614 | fa163e2e-69a7-9200-f0c5-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-13 13:34:59.130928 | fa163e2e-69a7-9200-f0c5-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.835655 | 0.19s 2025-10-13 13:34:59.139348 | fa163e2e-69a7-9200-f0c5-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-13 13:34:59.340710 | fa163e2e-69a7-9200-f0c5-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-13 13:34:59.341930 | fa163e2e-69a7-9200-f0c5-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.046645 | 0.20s 2025-10-13 13:34:59.350606 | fa163e2e-69a7-9200-f0c5-000000000017 | TASK | get remote ceph-admin public key 2025-10-13 13:34:59.408837 | fa163e2e-69a7-9200-f0c5-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-13 13:34:59.410042 | fa163e2e-69a7-9200-f0c5-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.114767 | 0.06s 2025-10-13 13:34:59.419091 | fa163e2e-69a7-9200-f0c5-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-13 13:34:59.475230 | fa163e2e-69a7-9200-f0c5-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-13 13:34:59.476368 | fa163e2e-69a7-9200-f0c5-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.181093 | 0.06s 2025-10-13 13:34:59.485457 | fa163e2e-69a7-9200-f0c5-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-13 13:34:59.818088 | fa163e2e-69a7-9200-f0c5-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-13 13:34:59.819348 | fa163e2e-69a7-9200-f0c5-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.524072 | 0.33s 2025-10-13 13:34:59.828134 | fa163e2e-69a7-9200-f0c5-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-13 13:35:00.368647 | fa163e2e-69a7-9200-f0c5-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-13 13:35:00.369929 | fa163e2e-69a7-9200-f0c5-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.074652 | 0.54s 2025-10-13 13:35:00.379521 | fa163e2e-69a7-9200-f0c5-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-13 13:35:00.918485 | fa163e2e-69a7-9200-f0c5-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-13 13:35:00.919818 | fa163e2e-69a7-9200-f0c5-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.624542 | 0.54s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-13 13:35:00.949474 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 13:35:00.950131 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 13:35:00.950702 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.655436 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 13:35:00.951255 | UUID | Info | Host | Task Name | Run Time 2025-10-13 13:35:00.951833 | fa163e2e-69a7-9200-f0c5-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.80s 2025-10-13 13:35:00.952377 | fa163e2e-69a7-9200-f0c5-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.58s 2025-10-13 13:35:00.952964 | fa163e2e-69a7-9200-f0c5-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.54s 2025-10-13 13:35:00.953538 | fa163e2e-69a7-9200-f0c5-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.54s 2025-10-13 13:35:00.954114 | fa163e2e-69a7-9200-f0c5-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.48s 2025-10-13 13:35:00.954691 | fa163e2e-69a7-9200-f0c5-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.36s 2025-10-13 13:35:00.955238 | fa163e2e-69a7-9200-f0c5-000000000006 | SUMMARY | undercloud | stat private key | 0.33s 2025-10-13 13:35:00.955885 | fa163e2e-69a7-9200-f0c5-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.33s 2025-10-13 13:35:00.956393 | fa163e2e-69a7-9200-f0c5-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.22s 2025-10-13 13:35:00.956970 | fa163e2e-69a7-9200-f0c5-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.20s 2025-10-13 13:35:00.957630 | fa163e2e-69a7-9200-f0c5-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.19s 2025-10-13 13:35:00.958202 | fa163e2e-69a7-9200-f0c5-000000000007 | SUMMARY | undercloud | stat public key | 0.18s 2025-10-13 13:35:00.958789 | fa163e2e-69a7-9200-f0c5-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-10-13 13:35:00.959323 | fa163e2e-69a7-9200-f0c5-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-10-13 13:35:00.959925 | fa163e2e-69a7-9200-f0c5-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.02s 2025-10-13 13:35:00.960499 | fa163e2e-69a7-9200-f0c5-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-13 13:35:00.961097 | fa163e2e-69a7-9200-f0c5-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-13 13:35:00.961656 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Configure chrony service] ************************************************ 2025-10-13 13:35:03.529634 | fa163e2e-69a7-969e-5344-000000000039 | TASK | Gathering Facts 2025-10-13 13:35:04.080437 | fa163e2e-69a7-969e-5344-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-13 13:35:04.081616 | fa163e2e-69a7-969e-5344-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.565605 | 0.55s 2025-10-13 13:35:04.104293 | fa163e2e-69a7-969e-5344-000000000039 | OK | Gathering Facts | undercloud 2025-10-13 13:35:04.105200 | fa163e2e-69a7-969e-5344-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.589198 | 0.57s 2025-10-13 13:35:04.125989 | fa163e2e-69a7-969e-5344-00000000000a | TASK | Load distro-specific variables 2025-10-13 13:35:04.190632 | fa163e2e-69a7-969e-5344-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.674610 | 0.05s 2025-10-13 13:35:04.206032 | fa163e2e-69a7-969e-5344-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.690029 | 0.08s 2025-10-13 13:35:04.217938 | f5a91b50-77d3-464c-816f-d2431bbb93f0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-13 13:35:04.218497 | f5a91b50-77d3-464c-816f-d2431bbb93f0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-13 13:35:04.232824 | fa163e2e-69a7-969e-5344-000000000052 | TASK | Load distro-specific variables 2025-10-13 13:35:04.320268 | fa163e2e-69a7-969e-5344-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 13:35:04.321538 | fa163e2e-69a7-969e-5344-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.805528 | 0.09s 2025-10-13 13:35:04.331558 | fa163e2e-69a7-969e-5344-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.815542 | 0.10s 2025-10-13 13:35:04.339949 | fa163e2e-69a7-969e-5344-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 13:35:04.340560 | fa163e2e-69a7-969e-5344-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.824560 | 0.10s 2025-10-13 13:35:04.343152 | fa163e2e-69a7-969e-5344-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.827143 | 0.10s 2025-10-13 13:35:04.349305 | fa163e2e-69a7-969e-5344-00000000000b | TASK | Install chronyd 2025-10-13 13:35:04.393873 | fa163e2e-69a7-969e-5344-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.877852 | 0.04s 2025-10-13 13:35:04.405216 | fa163e2e-69a7-969e-5344-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.889210 | 0.05s 2025-10-13 13:35:04.420089 | e9681711-b72d-4b14-b1f2-f8f1e0805693 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-13 13:35:04.420724 | e9681711-b72d-4b14-b1f2-f8f1e0805693 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-13 13:35:04.445008 | fa163e2e-69a7-969e-5344-0000000000a2 | TASK | Load distro-specific variables 2025-10-13 13:35:04.506621 | fa163e2e-69a7-969e-5344-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.990600 | 0.06s 2025-10-13 13:35:04.518624 | fa163e2e-69a7-969e-5344-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.002626 | 0.07s 2025-10-13 13:35:04.528243 | 0863a4f3-fff5-4235-8ad4-5aca3c3e543f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-13 13:35:04.528700 | 0863a4f3-fff5-4235-8ad4-5aca3c3e543f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-13 13:35:04.541991 | fa163e2e-69a7-969e-5344-000000000102 | TASK | Load distro-specific variables 2025-10-13 13:35:04.623469 | fa163e2e-69a7-969e-5344-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 13:35:04.624271 | fa163e2e-69a7-969e-5344-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.108265 | 0.08s 2025-10-13 13:35:04.627762 | fa163e2e-69a7-969e-5344-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.111746 | 0.08s 2025-10-13 13:35:04.647336 | fa163e2e-69a7-969e-5344-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 13:35:04.647928 | fa163e2e-69a7-969e-5344-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.131928 | 0.10s 2025-10-13 13:35:04.650741 | fa163e2e-69a7-969e-5344-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.134722 | 0.10s 2025-10-13 13:35:04.659241 | fa163e2e-69a7-969e-5344-0000000000a3 | TASK | Check for NTP service 2025-10-13 13:35:05.076655 | fa163e2e-69a7-969e-5344-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-13 13:35:05.078030 | fa163e2e-69a7-969e-5344-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.562013 | 0.41s 2025-10-13 13:35:05.089341 | fa163e2e-69a7-969e-5344-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-13 13:35:05.090182 | fa163e2e-69a7-969e-5344-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.574174 | 0.43s 2025-10-13 13:35:05.099232 | fa163e2e-69a7-969e-5344-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-13 13:35:05.167586 | fa163e2e-69a7-969e-5344-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-13 13:35:05.169099 | fa163e2e-69a7-969e-5344-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.653081 | 0.07s 2025-10-13 13:35:05.200354 | fa163e2e-69a7-969e-5344-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-13 13:35:05.201092 | fa163e2e-69a7-969e-5344-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.685090 | 0.09s 2025-10-13 13:35:05.211478 | fa163e2e-69a7-969e-5344-0000000000a5 | TASK | Install chronyd package 2025-10-13 13:35:08.338130 | fa163e2e-69a7-969e-5344-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-13 13:35:08.339725 | fa163e2e-69a7-969e-5344-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.823704 | 3.13s 2025-10-13 13:35:09.864232 | fa163e2e-69a7-969e-5344-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-13 13:35:09.865599 | fa163e2e-69a7-969e-5344-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.349589 | 4.64s 2025-10-13 13:35:09.874855 | fa163e2e-69a7-969e-5344-00000000000c | TASK | Upgrade chronyd 2025-10-13 13:35:09.937243 | fa163e2e-69a7-969e-5344-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-13 13:35:09.939017 | fa163e2e-69a7-969e-5344-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.422991 | 0.06s 2025-10-13 13:35:09.970873 | fa163e2e-69a7-969e-5344-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-13 13:35:09.971585 | fa163e2e-69a7-969e-5344-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.455582 | 0.08s 2025-10-13 13:35:09.978779 | fa163e2e-69a7-969e-5344-00000000000d | TASK | Configure chronyd 2025-10-13 13:35:10.049391 | fa163e2e-69a7-969e-5344-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.533351 | 0.07s 2025-10-13 13:35:10.071442 | fa163e2e-69a7-969e-5344-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.555404 | 0.08s 2025-10-13 13:35:10.084407 | 83b00ac0-52d2-482d-9c32-2e094968f680 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-13 13:35:10.085095 | 83b00ac0-52d2-482d-9c32-2e094968f680 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-13 13:35:10.108797 | fa163e2e-69a7-969e-5344-000000000162 | TASK | Load distro-specific variables 2025-10-13 13:35:10.185005 | fa163e2e-69a7-969e-5344-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.668966 | 0.08s 2025-10-13 13:35:10.197010 | fa163e2e-69a7-969e-5344-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.681005 | 0.08s 2025-10-13 13:35:10.211098 | a3c42dc2-4723-4833-8a69-89f6c5ed0644 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-13 13:35:10.211795 | a3c42dc2-4723-4833-8a69-89f6c5ed0644 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-13 13:35:10.227581 | fa163e2e-69a7-969e-5344-0000000001fa | TASK | Load distro-specific variables 2025-10-13 13:35:10.332800 | fa163e2e-69a7-969e-5344-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 13:35:10.333754 | fa163e2e-69a7-969e-5344-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.817744 | 0.10s 2025-10-13 13:35:10.339330 | fa163e2e-69a7-969e-5344-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 13:35:10.340101 | fa163e2e-69a7-969e-5344-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.824104 | 0.10s 2025-10-13 13:35:10.343466 | fa163e2e-69a7-969e-5344-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.827452 | 0.11s 2025-10-13 13:35:10.344648 | fa163e2e-69a7-969e-5344-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.828645 | 0.10s 2025-10-13 13:35:10.353495 | fa163e2e-69a7-969e-5344-000000000163 | TASK | Install chrony configuration file 2025-10-13 13:35:11.108014 | fa163e2e-69a7-969e-5344-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-13 13:35:11.109249 | fa163e2e-69a7-969e-5344-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.593236 | 0.74s 2025-10-13 13:35:11.141085 | fa163e2e-69a7-969e-5344-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-10-13 13:35:11.142082 | fa163e2e-69a7-969e-5344-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.626076 | 0.79s 2025-10-13 13:35:11.150611 | fa163e2e-69a7-969e-5344-00000000000e | TASK | Run chronyd 2025-10-13 13:35:11.250814 | fa163e2e-69a7-969e-5344-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.734788 | 0.10s 2025-10-13 13:35:11.262188 | fa163e2e-69a7-969e-5344-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.746181 | 0.10s 2025-10-13 13:35:11.281623 | f47f05a0-60d0-48b4-b8de-41e49021658c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-13 13:35:11.282383 | f47f05a0-60d0-48b4-b8de-41e49021658c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-13 13:35:11.320168 | fa163e2e-69a7-969e-5344-000000000233 | TASK | Load distro-specific variables 2025-10-13 13:35:11.404091 | fa163e2e-69a7-969e-5344-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.888063 | 0.08s 2025-10-13 13:35:11.419466 | fa163e2e-69a7-969e-5344-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.903462 | 0.09s 2025-10-13 13:35:11.433607 | f4926e84-c52a-446f-b043-e1801d24a810 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-13 13:35:11.434353 | f4926e84-c52a-446f-b043-e1801d24a810 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-13 13:35:11.452034 | fa163e2e-69a7-969e-5344-0000000002ee | TASK | Load distro-specific variables 2025-10-13 13:35:11.572380 | fa163e2e-69a7-969e-5344-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 13:35:11.573954 | fa163e2e-69a7-969e-5344-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.057939 | 0.09s 2025-10-13 13:35:11.582587 | fa163e2e-69a7-969e-5344-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 13:35:11.583262 | fa163e2e-69a7-969e-5344-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.067258 | 0.13s 2025-10-13 13:35:11.584608 | fa163e2e-69a7-969e-5344-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.068596 | 0.10s 2025-10-13 13:35:11.590262 | fa163e2e-69a7-969e-5344-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.074257 | 0.14s 2025-10-13 13:35:11.598587 | fa163e2e-69a7-969e-5344-000000000234 | TASK | Ensure chronyd is running 2025-10-13 13:35:12.212338 | fa163e2e-69a7-969e-5344-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-13 13:35:12.215156 | fa163e2e-69a7-969e-5344-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.699126 | 0.62s 2025-10-13 13:35:13.223110 | fa163e2e-69a7-969e-5344-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-13 13:35:13.224020 | fa163e2e-69a7-969e-5344-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.708020 | 1.61s 2025-10-13 13:35:13.228683 | fa163e2e-69a7-969e-5344-000000000235 | TASK | Force chronyd restart 2025-10-13 13:35:13.321768 | fa163e2e-69a7-969e-5344-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-10-13 13:35:13.323219 | fa163e2e-69a7-969e-5344-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.807199 | 0.09s 2025-10-13 13:35:13.705809 | fa163e2e-69a7-969e-5344-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-13 13:35:13.707559 | fa163e2e-69a7-969e-5344-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:10.191551 | 0.47s 2025-10-13 13:35:13.717282 | fa163e2e-69a7-969e-5344-00000000000f | TASK | Enable online service 2025-10-13 13:35:13.772477 | fa163e2e-69a7-969e-5344-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.256389 | 0.05s 2025-10-13 13:35:13.809117 | fa163e2e-69a7-969e-5344-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:10.293096 | 0.08s 2025-10-13 13:35:13.828364 | 35d6ab77-cd18-4c66-8421-f55fe21b4862 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-13 13:35:13.829277 | 35d6ab77-cd18-4c66-8421-f55fe21b4862 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-13 13:35:13.873398 | fa163e2e-69a7-969e-5344-000000000338 | TASK | Create chrony-online.service unit file 2025-10-13 13:35:14.353198 | fa163e2e-69a7-969e-5344-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-10-13 13:35:14.354175 | fa163e2e-69a7-969e-5344-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.838167 | 0.48s 2025-10-13 13:35:14.385717 | fa163e2e-69a7-969e-5344-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-10-13 13:35:14.386613 | fa163e2e-69a7-969e-5344-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.870611 | 0.50s 2025-10-13 13:35:14.392274 | fa163e2e-69a7-969e-5344-000000000339 | TASK | Enable chrony-online.service 2025-10-13 13:35:15.604604 | fa163e2e-69a7-969e-5344-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-13 13:35:15.606407 | fa163e2e-69a7-969e-5344-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:12.090393 | 1.21s 2025-10-13 13:35:15.608834 | fa163e2e-69a7-969e-5344-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-13 13:35:15.610145 | fa163e2e-69a7-969e-5344-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:12.094139 | 1.21s 2025-10-13 13:35:15.619514 | fa163e2e-69a7-969e-5344-000000000010 | TASK | Sync chronyc 2025-10-13 13:35:15.682315 | fa163e2e-69a7-969e-5344-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.166285 | 0.06s 2025-10-13 13:35:15.704302 | fa163e2e-69a7-969e-5344-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.188289 | 0.07s 2025-10-13 13:35:15.720640 | 6eaef4b4-7506-4b69-94b4-5072371143d4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-13 13:35:15.721365 | 6eaef4b4-7506-4b69-94b4-5072371143d4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-13 13:35:15.768498 | fa163e2e-69a7-969e-5344-00000000042a | TASK | Force NTP sync 2025-10-13 13:35:16.022206 | fa163e2e-69a7-969e-5344-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-13 13:35:16.023793 | fa163e2e-69a7-969e-5344-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.507772 | 0.25s 2025-10-13 13:35:16.086756 | fa163e2e-69a7-969e-5344-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-13 13:35:16.087618 | fa163e2e-69a7-969e-5344-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.571616 | 0.31s 2025-10-13 13:35:16.092610 | fa163e2e-69a7-969e-5344-00000000042b | TASK | Ensure system is NTP time synced 2025-10-13 13:35:26.354876 | fa163e2e-69a7-969e-5344-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-13 13:35:26.356345 | fa163e2e-69a7-969e-5344-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.840325 | 10.26s 2025-10-13 13:35:26.398610 | fa163e2e-69a7-969e-5344-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-13 13:35:26.399606 | fa163e2e-69a7-969e-5344-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.883601 | 10.29s 2025-10-13 13:35:26.419953 | fa163e2e-69a7-969e-5344-00000000002c | TASK | Set timezone 2025-10-13 13:35:26.864800 | fa163e2e-69a7-969e-5344-00000000002c | OK | Set timezone | undercloud 2025-10-13 13:35:26.866020 | fa163e2e-69a7-969e-5344-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.350007 | 0.43s 2025-10-13 13:35:26.866861 | fa163e2e-69a7-969e-5344-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-13 13:35:26.867499 | fa163e2e-69a7-969e-5344-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.351496 | 0.45s 2025-10-13 13:35:26.874986 | fa163e2e-69a7-969e-5344-00000000002d | TASK | Restart time services 2025-10-13 13:35:26.900010 | fa163e2e-69a7-969e-5344-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-13 13:35:26.906465 | fa163e2e-69a7-969e-5344-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-13 13:35:26.912572 | fa163e2e-69a7-969e-5344-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.396544 | 0.04s 2025-10-13 13:35:26.924032 | fa163e2e-69a7-969e-5344-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-13 13:35:26.929610 | fa163e2e-69a7-969e-5344-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-13 13:35:26.935270 | fa163e2e-69a7-969e-5344-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.419254 | 0.05s 2025-10-13 13:35:26.979812 | fa163e2e-69a7-969e-5344-000000000012 | HANDLER | Restart chronyd 2025-10-13 13:35:27.428736 | fa163e2e-69a7-969e-5344-000000000012 | CHANGED | Restart chronyd | undercloud 2025-10-13 13:35:27.430101 | fa163e2e-69a7-969e-5344-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:23.914093 | 0.45s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2025-10-13 13:35:27.447120 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 13:35:27.447687 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 13:35:27.448213 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.932211 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 13:35:27.448861 | UUID | Info | Host | Task Name | Run Time 2025-10-13 13:35:27.449401 | fa163e2e-69a7-969e-5344-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.29s 2025-10-13 13:35:27.450116 | fa163e2e-69a7-969e-5344-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.26s 2025-10-13 13:35:27.450670 | fa163e2e-69a7-969e-5344-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.64s 2025-10-13 13:35:27.451275 | fa163e2e-69a7-969e-5344-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.13s 2025-10-13 13:35:27.451920 | fa163e2e-69a7-969e-5344-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 1.61s 2025-10-13 13:35:27.452513 | fa163e2e-69a7-969e-5344-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.21s 2025-10-13 13:35:27.453128 | fa163e2e-69a7-969e-5344-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.21s 2025-10-13 13:35:27.453684 | fa163e2e-69a7-969e-5344-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.79s 2025-10-13 13:35:27.454242 | fa163e2e-69a7-969e-5344-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.74s 2025-10-13 13:35:27.454901 | fa163e2e-69a7-969e-5344-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.62s 2025-10-13 13:35:27.455605 | fa163e2e-69a7-969e-5344-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.57s 2025-10-13 13:35:27.456233 | fa163e2e-69a7-969e-5344-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.55s 2025-10-13 13:35:27.456795 | fa163e2e-69a7-969e-5344-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.50s 2025-10-13 13:35:27.457393 | fa163e2e-69a7-969e-5344-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.48s 2025-10-13 13:35:27.457978 | fa163e2e-69a7-969e-5344-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.47s 2025-10-13 13:35:27.458603 | fa163e2e-69a7-969e-5344-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.45s 2025-10-13 13:35:27.459192 | fa163e2e-69a7-969e-5344-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.45s 2025-10-13 13:35:27.459742 | fa163e2e-69a7-969e-5344-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.43s 2025-10-13 13:35:27.460373 | fa163e2e-69a7-969e-5344-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.43s 2025-10-13 13:35:27.460895 | fa163e2e-69a7-969e-5344-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.41s 2025-10-13 13:35:27.461560 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec] ******************************************************** 2025-10-13 13:35:28.351537 | fa163e2e-69a7-740a-7332-000000000005 | SKIPPED | fail | undercloud 2025-10-13 13:35:28.352333 | fa163e2e-69a7-740a-7332-000000000005 | TIMING | fail | undercloud | 0:00:00.066226 | 0.05s 2025-10-13 13:35:28.411665 | fa163e2e-69a7-740a-7332-000000000006 | SKIPPED | fail | undercloud 2025-10-13 13:35:28.412862 | fa163e2e-69a7-740a-7332-000000000006 | TIMING | fail | undercloud | 0:00:00.126750 | 0.06s 2025-10-13 13:35:28.419927 | fa163e2e-69a7-740a-7332-000000000008 | TASK | Ensure working_dir is provided 2025-10-13 13:35:28.455408 | fa163e2e-69a7-740a-7332-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-13 13:35:28.456822 | fa163e2e-69a7-740a-7332-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.170710 | 0.04s 2025-10-13 13:35:28.475687 | fa163e2e-69a7-740a-7332-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-13 13:35:28.512281 | fa163e2e-69a7-740a-7332-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-13 13:35:28.513488 | fa163e2e-69a7-740a-7332-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.227375 | 0.04s 2025-10-13 13:35:28.520518 | fa163e2e-69a7-740a-7332-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-13 13:35:28.556629 | fa163e2e-69a7-740a-7332-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-13 13:35:28.557586 | fa163e2e-69a7-740a-7332-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.271476 | 0.04s 2025-10-13 13:35:28.564553 | fa163e2e-69a7-740a-7332-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-13 13:35:28.601183 | fa163e2e-69a7-740a-7332-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-13 13:35:28.602318 | fa163e2e-69a7-740a-7332-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.316208 | 0.04s 2025-10-13 13:35:28.609746 | fa163e2e-69a7-740a-7332-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-13 13:35:28.668873 | fa163e2e-69a7-740a-7332-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-13 13:35:28.669935 | fa163e2e-69a7-740a-7332-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.383825 | 0.06s 2025-10-13 13:35:28.676967 | fa163e2e-69a7-740a-7332-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-13 13:35:28.792797 | fa163e2e-69a7-740a-7332-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['osd', 'mon', '_admin', 'mgr'], 'service_type': 'host'} 2025-10-13 13:35:28.794155 | fa163e2e-69a7-740a-7332-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.508039 | 0.12s 2025-10-13 13:35:28.807455 | fa163e2e-69a7-740a-7332-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-10-13 13:35:28.822506 | fa163e2e-69a7-740a-7332-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-10-13 13:35:28.834715 | fa163e2e-69a7-740a-7332-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-10-13 13:35:28.841238 | fa163e2e-69a7-740a-7332-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.555111 | 0.16s 2025-10-13 13:35:28.851878 | fa163e2e-69a7-740a-7332-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-13 13:35:28.959274 | fa163e2e-69a7-740a-7332-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['osd', 'mon', '_admin', 'mgr'], 'service_type': 'host'} 2025-10-13 13:35:28.975263 | fa163e2e-69a7-740a-7332-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-10-13 13:35:28.988174 | fa163e2e-69a7-740a-7332-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-10-13 13:35:29.000682 | fa163e2e-69a7-740a-7332-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-10-13 13:35:29.012229 | fa163e2e-69a7-740a-7332-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.726104 | 0.16s 2025-10-13 13:35:29.021716 | fa163e2e-69a7-740a-7332-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-13 13:35:29.073629 | fa163e2e-69a7-740a-7332-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-13 13:35:29.075023 | fa163e2e-69a7-740a-7332-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.788906 | 0.05s 2025-10-13 13:35:29.084375 | fa163e2e-69a7-740a-7332-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-13 13:35:29.113725 | fa163e2e-69a7-740a-7332-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-13 13:35:29.115062 | fa163e2e-69a7-740a-7332-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.828948 | 0.03s 2025-10-13 13:35:29.115913 | fa163e2e-69a7-740a-7332-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.829810 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-13 13:35:29.182107 | fa163e2e-69a7-740a-7332-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-13 13:35:29.210961 | fa163e2e-69a7-740a-7332-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-13 13:35:29.211957 | fa163e2e-69a7-740a-7332-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.925848 | 0.03s 2025-10-13 13:35:29.217757 | fa163e2e-69a7-740a-7332-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-13 13:35:29.389862 | fa163e2e-69a7-740a-7332-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-13 13:35:29.391295 | fa163e2e-69a7-740a-7332-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.105183 | 0.17s 2025-10-13 13:35:29.398021 | fa163e2e-69a7-740a-7332-000000000019 | TASK | Set IP address of first monitor 2025-10-13 13:35:29.436229 | fa163e2e-69a7-740a-7332-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-13 13:35:29.437779 | fa163e2e-69a7-740a-7332-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.151662 | 0.04s 2025-10-13 13:35:29.462671 | fa163e2e-69a7-740a-7332-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-13 13:35:29.499966 | fa163e2e-69a7-740a-7332-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-13 13:35:29.501099 | fa163e2e-69a7-740a-7332-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.214991 | 0.04s 2025-10-13 13:35:29.509314 | fa163e2e-69a7-740a-7332-000000000021 | TASK | Install cephadm package 2025-10-13 13:35:32.537932 | fa163e2e-69a7-740a-7332-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-13 13:35:32.539029 | fa163e2e-69a7-740a-7332-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.252923 | 3.03s 2025-10-13 13:35:32.545182 | fa163e2e-69a7-740a-7332-000000000022 | TASK | Stat cephadm file 2025-10-13 13:35:32.818241 | fa163e2e-69a7-740a-7332-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-13 13:35:32.820221 | fa163e2e-69a7-740a-7332-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.534102 | 0.27s 2025-10-13 13:35:32.830902 | fa163e2e-69a7-740a-7332-000000000023 | TASK | Fail if cephadm is not available 2025-10-13 13:35:32.859607 | fa163e2e-69a7-740a-7332-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-13 13:35:32.861240 | fa163e2e-69a7-740a-7332-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.575119 | 0.03s 2025-10-13 13:35:32.871966 | fa163e2e-69a7-740a-7332-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-13 13:35:33.587973 | fa163e2e-69a7-740a-7332-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-13 13:35:33.589291 | fa163e2e-69a7-740a-7332-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.303177 | 0.72s 2025-10-13 13:35:33.598627 | fa163e2e-69a7-740a-7332-000000000026 | TASK | Set list of found FSIDs 2025-10-13 13:35:33.706640 | fa163e2e-69a7-740a-7332-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-13 13:35:33.707802 | fa163e2e-69a7-740a-7332-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.421686 | 0.11s 2025-10-13 13:35:33.716561 | fa163e2e-69a7-740a-7332-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-13 13:35:33.803454 | fa163e2e-69a7-740a-7332-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-13 13:35:33.804605 | fa163e2e-69a7-740a-7332-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.518494 | 0.09s 2025-10-13 13:35:33.813451 | fa163e2e-69a7-740a-7332-000000000028 | TASK | Set FSID to the discovered value 2025-10-13 13:35:33.890458 | fa163e2e-69a7-740a-7332-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-13 13:35:33.891506 | fa163e2e-69a7-740a-7332-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.605391 | 0.08s 2025-10-13 13:35:33.900411 | fa163e2e-69a7-740a-7332-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-13 13:35:33.977300 | fa163e2e-69a7-740a-7332-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-13 13:35:33.978563 | fa163e2e-69a7-740a-7332-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.692450 | 0.08s 2025-10-13 13:35:33.987364 | fa163e2e-69a7-740a-7332-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-13 13:35:34.047946 | fa163e2e-69a7-740a-7332-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-13 13:35:34.049146 | fa163e2e-69a7-740a-7332-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.763030 | 0.06s 2025-10-13 13:35:34.056702 | fa163e2e-69a7-740a-7332-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-13 13:35:34.336947 | fa163e2e-69a7-740a-7332-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-13 13:35:34.338778 | fa163e2e-69a7-740a-7332-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.052657 | 0.28s 2025-10-13 13:35:34.349579 | fa163e2e-69a7-740a-7332-00000000002d | TASK | Ensure specs directory exists 2025-10-13 13:35:34.546902 | fa163e2e-69a7-740a-7332-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-13 13:35:34.548698 | fa163e2e-69a7-740a-7332-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.262576 | 0.20s 2025-10-13 13:35:34.564288 | fa163e2e-69a7-740a-7332-00000000002e | TASK | Stat spec file on ansible host 2025-10-13 13:35:34.758270 | fa163e2e-69a7-740a-7332-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e2e-69a7-740a-7332-00000000002e') missing from stats 2025-10-13 13:35:34.768555 | fa163e2e-69a7-740a-7332-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-13 13:35:35.293581 | fa163e2e-69a7-740a-7332-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-13 13:35:35.295404 | fa163e2e-69a7-740a-7332-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.009283 | 0.53s 2025-10-13 13:35:35.310720 | fa163e2e-69a7-740a-7332-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-13 13:35:35.629127 | fa163e2e-69a7-740a-7332-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e2e-69a7-740a-7332-000000000031') missing from stats 2025-10-13 13:35:35.640116 | fa163e2e-69a7-740a-7332-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-13 13:35:36.155293 | fa163e2e-69a7-740a-7332-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-13 13:35:36.156792 | fa163e2e-69a7-740a-7332-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:07.870679 | 0.52s 2025-10-13 13:35:36.175572 | fa163e2e-69a7-740a-7332-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-13 13:35:36.267135 | fa163e2e-69a7-740a-7332-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-13 13:35:36.268944 | fa163e2e-69a7-740a-7332-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:07.982816 | 0.09s 2025-10-13 13:35:36.284788 | fa163e2e-69a7-740a-7332-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-13 13:35:36.333272 | fa163e2e-69a7-740a-7332-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-13 13:35:36.334963 | fa163e2e-69a7-740a-7332-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.048842 | 0.05s 2025-10-13 13:35:36.344928 | fa163e2e-69a7-740a-7332-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-13 13:35:36.555876 | fa163e2e-69a7-740a-7332-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-13 13:35:36.557620 | fa163e2e-69a7-740a-7332-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.271500 | 0.21s 2025-10-13 13:35:36.738097 | fa163e2e-69a7-740a-7332-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-13 13:35:36.739566 | fa163e2e-69a7-740a-7332-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.453463 | 0.39s 2025-10-13 13:35:36.750116 | fa163e2e-69a7-740a-7332-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.463996 | 0.40s 2025-10-13 13:35:36.759274 | fa163e2e-69a7-740a-7332-000000000065 | TASK | Fail if necessary files are missing 2025-10-13 13:35:36.865625 | fa163e2e-69a7-740a-7332-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': 360721620, 'dev': 64516, 'nlink': 1, 'atime': 1760362500.330866, 'mtime': 1760362500.13486, 'ctime': 1760362500.3338661, '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': '2bb6de3e8b6d6e94fa55ace4c58526406097def9', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '617630002', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2025-10-13 13:35:36.872332 | fa163e2e-69a7-740a-7332-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': 385882677, 'dev': 64516, 'nlink': 1, 'atime': 1760362500.8798826, 'mtime': 1760362500.6808765, 'ctime': 1760362500.8828826, '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': '406622ea0ee4cbe2490beaade9d7abaf864e21fb', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3129193672', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2025-10-13 13:35:36.884225 | fa163e2e-69a7-740a-7332-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.598105 | 0.12s 2025-10-13 13:35:36.920762 | fa163e2e-69a7-740a-7332-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-13 13:35:37.119955 | fa163e2e-69a7-740a-7332-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-13 13:35:37.121086 | fa163e2e-69a7-740a-7332-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:08.834978 | 0.20s 2025-10-13 13:35:37.127734 | fa163e2e-69a7-740a-7332-000000000068 | TASK | Run cephadm bootstrap 2025-10-13 13:36:40.957044 | fa163e2e-69a7-740a-7332-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-13 13:36:40.958551 | fa163e2e-69a7-740a-7332-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:12.672436 | 63.83s 2025-10-13 13:36:40.968361 | fa163e2e-69a7-740a-7332-000000000069 | TASK | Show results of bootstrap 2025-10-13 13:36:41.015686 | fa163e2e-69a7-740a-7332-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-13 13:36:41.016487 | fa163e2e-69a7-740a-7332-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:12.730382 | 0.05s 2025-10-13 13:36:41.021028 | fa163e2e-69a7-740a-7332-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-13 13:36:41.078771 | fa163e2e-69a7-740a-7332-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:12.792646 | 0.06s 2025-10-13 13:36:41.091530 | 3b634e8e-e570-482b-92c3-363d1f4df58d | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-13 13:36:41.112309 | fa163e2e-69a7-740a-7332-00000000020b | TASK | Set ceph CLI 2025-10-13 13:36:41.293075 | fa163e2e-69a7-740a-7332-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-13 13:36:41.294139 | fa163e2e-69a7-740a-7332-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:13.008030 | 0.18s 2025-10-13 13:36:41.301178 | fa163e2e-69a7-740a-7332-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-13 13:36:42.181598 | fa163e2e-69a7-740a-7332-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-13 13:36:42.182340 | fa163e2e-69a7-740a-7332-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:13.896235 | 0.88s 2025-10-13 13:36:42.187289 | fa163e2e-69a7-740a-7332-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-13 13:36:43.310381 | fa163e2e-69a7-740a-7332-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-13 13:36:43.312067 | fa163e2e-69a7-740a-7332-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:15.025945 | 1.12s 2025-10-13 13:36:43.319839 | fa163e2e-69a7-740a-7332-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-13 13:36:43.367304 | fa163e2e-69a7-740a-7332-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-13 13:36:43.368230 | fa163e2e-69a7-740a-7332-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:15.082101 | 0.05s 2025-10-13 13:36:43.379454 | fa163e2e-69a7-740a-7332-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-13 13:36:43.424177 | fa163e2e-69a7-740a-7332-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-13 13:36:43.424896 | fa163e2e-69a7-740a-7332-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.138792 | 0.04s 2025-10-13 13:36:43.429009 | fa163e2e-69a7-740a-7332-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-13 13:36:43.457775 | fa163e2e-69a7-740a-7332-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-13 13:36:43.458392 | fa163e2e-69a7-740a-7332-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:15.172290 | 0.03s 2025-10-13 13:36:43.462511 | fa163e2e-69a7-740a-7332-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-13 13:36:43.518771 | fa163e2e-69a7-740a-7332-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-13 13:36:43.520354 | fa163e2e-69a7-740a-7332-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.234234 | 0.06s 2025-10-13 13:36:43.527108 | fa163e2e-69a7-740a-7332-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-13 13:36:43.527987 | fa163e2e-69a7-740a-7332-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.241882 | 0.06s 2025-10-13 13:36:43.537334 | fa163e2e-69a7-740a-7332-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-13 13:36:43.541462 | fa163e2e-69a7-740a-7332-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.255358 | 0.08s 2025-10-13 13:36:43.544681 | fa163e2e-69a7-740a-7332-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-13 13:36:43.549942 | fa163e2e-69a7-740a-7332-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.263838 | 0.09s 2025-10-13 13:36:43.553038 | fa163e2e-69a7-740a-7332-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.266939 | 0.09s 2025-10-13 13:36:43.565027 | fa163e2e-69a7-740a-7332-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-13 13:36:43.666405 | fa163e2e-69a7-740a-7332-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-13 13:36:43.722846 | fa163e2e-69a7-740a-7332-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-13 13:36:43.782459 | fa163e2e-69a7-740a-7332-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-13 13:36:43.839510 | fa163e2e-69a7-740a-7332-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-13 13:36:43.897269 | fa163e2e-69a7-740a-7332-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-13 13:36:43.956124 | fa163e2e-69a7-740a-7332-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-13 13:36:44.013108 | fa163e2e-69a7-740a-7332-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-13 13:36:44.072445 | fa163e2e-69a7-740a-7332-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-13 13:36:44.077749 | fa163e2e-69a7-740a-7332-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:15.791647 | 0.51s 2025-10-13 13:36:44.082149 | fa163e2e-69a7-740a-7332-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-13 13:36:45.030335 | fa163e2e-69a7-740a-7332-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2025-10-13 13:36:45.031325 | fa163e2e-69a7-740a-7332-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:16.745218 | 0.95s 2025-10-13 13:36:45.828043 | fa163e2e-69a7-740a-7332-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2025-10-13 13:36:45.829169 | fa163e2e-69a7-740a-7332-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.543061 | 1.75s 2025-10-13 13:36:47.020362 | fa163e2e-69a7-740a-7332-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2025-10-13 13:36:47.021386 | fa163e2e-69a7-740a-7332-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.735281 | 2.94s 2025-10-13 13:36:47.974231 | fa163e2e-69a7-740a-7332-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2025-10-13 13:36:47.975833 | fa163e2e-69a7-740a-7332-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.689724 | 3.89s 2025-10-13 13:36:47.987675 | fa163e2e-69a7-740a-7332-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.701545 | 3.90s 2025-10-13 13:36:48.014262 | fa163e2e-69a7-740a-7332-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-13 13:36:48.232770 | fa163e2e-69a7-740a-7332-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-13 13:36:48.234229 | fa163e2e-69a7-740a-7332-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.948113 | 0.22s 2025-10-13 13:36:48.245264 | fa163e2e-69a7-740a-7332-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.959151 | 0.23s 2025-10-13 13:36:48.252467 | fa163e2e-69a7-740a-7332-0000000000a7 | TASK | Fail if spec file is missing 2025-10-13 13:36:48.336222 | fa163e2e-69a7-740a-7332-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': 998252614, 'dev': 64516, 'nlink': 1, 'atime': 1760362535.2603543, 'mtime': 1760362534.9873476, 'ctime': 1760362535.2633545, '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': '5a7900e149097cd39ae79c624bf5278d1b9d64eb', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2363058816', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2025-10-13 13:36:48.348000 | fa163e2e-69a7-740a-7332-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:20.061881 | 0.09s 2025-10-13 13:36:48.358905 | fa163e2e-69a7-740a-7332-0000000000a8 | TASK | Get ceph_cli 2025-10-13 13:36:48.389236 | fa163e2e-69a7-740a-7332-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:20.103117 | 0.03s 2025-10-13 13:36:48.400380 | b31f6420-a624-48eb-80f0-5971ef148d77 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-13 13:36:48.417759 | fa163e2e-69a7-740a-7332-000000000270 | TASK | Set ceph CLI 2025-10-13 13:36:48.616951 | fa163e2e-69a7-740a-7332-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-13 13:36:48.619226 | fa163e2e-69a7-740a-7332-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:20.333105 | 0.20s 2025-10-13 13:36:48.632714 | fa163e2e-69a7-740a-7332-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-13 13:36:49.546362 | fa163e2e-69a7-740a-7332-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-13 13:36:49.547730 | fa163e2e-69a7-740a-7332-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:21.261616 | 0.91s 2025-10-13 13:36:49.557030 | fa163e2e-69a7-740a-7332-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-13 13:36:49.605272 | fa163e2e-69a7-740a-7332-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-13 13:36:49.606482 | fa163e2e-69a7-740a-7332-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:21.320366 | 0.05s 2025-10-13 13:36:49.616020 | fa163e2e-69a7-740a-7332-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-13 13:36:49.642501 | fa163e2e-69a7-740a-7332-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:21.356369 | 0.03s 2025-10-13 13:36:49.668546 | 8d0e53f0-2231-4e29-9b1e-eac7894766fe | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-13 13:36:49.688401 | fa163e2e-69a7-740a-7332-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-13 13:36:49.723405 | fa163e2e-69a7-740a-7332-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-13 13:36:49.724675 | fa163e2e-69a7-740a-7332-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:21.438559 | 0.04s 2025-10-13 13:36:49.734291 | fa163e2e-69a7-740a-7332-0000000002a8 | TASK | set cephadm debug level 2025-10-13 13:36:49.780948 | fa163e2e-69a7-740a-7332-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-13 13:36:49.782223 | fa163e2e-69a7-740a-7332-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:21.496107 | 0.05s 2025-10-13 13:36:49.791832 | fa163e2e-69a7-740a-7332-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-13 13:36:49.879925 | fa163e2e-69a7-740a-7332-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-13 13:36:49.880943 | fa163e2e-69a7-740a-7332-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:21.594840 | 0.09s 2025-10-13 13:36:49.885460 | fa163e2e-69a7-740a-7332-0000000002aa | TASK | set container image base in ceph configuration 2025-10-13 13:36:50.823037 | fa163e2e-69a7-740a-7332-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-13 13:36:50.824076 | fa163e2e-69a7-740a-7332-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:22.537967 | 0.94s 2025-10-13 13:36:50.831860 | fa163e2e-69a7-740a-7332-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-13 13:36:50.887273 | fa163e2e-69a7-740a-7332-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-13 13:36:50.888239 | fa163e2e-69a7-740a-7332-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:22.602131 | 0.06s 2025-10-13 13:36:50.894952 | fa163e2e-69a7-740a-7332-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-13 13:36:50.940382 | fa163e2e-69a7-740a-7332-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-13 13:36:50.941300 | fa163e2e-69a7-740a-7332-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:22.655192 | 0.05s 2025-10-13 13:36:50.947776 | fa163e2e-69a7-740a-7332-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-13 13:36:51.014040 | fa163e2e-69a7-740a-7332-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-13 13:36:51.015302 | fa163e2e-69a7-740a-7332-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:22.729187 | 0.07s 2025-10-13 13:36:51.028130 | fa163e2e-69a7-740a-7332-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-13 13:36:51.077271 | fa163e2e-69a7-740a-7332-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-13 13:36:51.078558 | fa163e2e-69a7-740a-7332-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:22.792445 | 0.05s 2025-10-13 13:36:51.087858 | fa163e2e-69a7-740a-7332-0000000000ac | TASK | Apply spec 2025-10-13 13:36:52.656835 | fa163e2e-69a7-740a-7332-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-13 13:36:52.657658 | fa163e2e-69a7-740a-7332-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:24.371556 | 1.57s 2025-10-13 13:36:52.662085 | fa163e2e-69a7-740a-7332-0000000000ad | TASK | Show results of spec apply 2025-10-13 13:36:52.720984 | fa163e2e-69a7-740a-7332-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-13 13:36:52.722212 | fa163e2e-69a7-740a-7332-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:24.436099 | 0.06s 2025-10-13 13:36:52.733387 | fa163e2e-69a7-740a-7332-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-13 13:36:52.790182 | fa163e2e-69a7-740a-7332-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:24.504054 | 0.06s 2025-10-13 13:36:52.802303 | b207f241-6b21-4a24-8b8b-b3a56bc020ff | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-13 13:36:52.832168 | fa163e2e-69a7-740a-7332-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-13 13:36:53.717452 | fa163e2e-69a7-740a-7332-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-13 13:37:24.759047 | fa163e2e-69a7-740a-7332-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-13 13:37:24.759919 | fa163e2e-69a7-740a-7332-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:56.473814 | 31.93s 2025-10-13 13:37:24.768844 | fa163e2e-69a7-740a-7332-0000000000c9 | TASK | Get ceph_cli 2025-10-13 13:37:24.793261 | fa163e2e-69a7-740a-7332-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-13 13:37:24.794154 | fa163e2e-69a7-740a-7332-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.508048 | 0.02s 2025-10-13 13:37:24.799006 | fa163e2e-69a7-740a-7332-0000000000ca | TASK | Collect ceph config dump 2025-10-13 13:37:24.843376 | fa163e2e-69a7-740a-7332-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-13 13:37:24.844332 | fa163e2e-69a7-740a-7332-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:56.558226 | 0.04s 2025-10-13 13:37:24.849154 | fa163e2e-69a7-740a-7332-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-13 13:37:24.914790 | fa163e2e-69a7-740a-7332-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-13 13:37:24.916157 | fa163e2e-69a7-740a-7332-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:56.630042 | 0.07s 2025-10-13 13:37:24.925336 | fa163e2e-69a7-740a-7332-0000000000cc | TASK | Create pool 2025-10-13 13:37:24.982667 | fa163e2e-69a7-740a-7332-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:56.696550 | 0.06s 2025-10-13 13:37:24.993513 | fa163e2e-69a7-740a-7332-0000000000cd | TASK | Enable application on Ceph pools 2025-10-13 13:37:25.041847 | fa163e2e-69a7-740a-7332-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:56.755729 | 0.05s 2025-10-13 13:37:25.049933 | fa163e2e-69a7-740a-7332-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-13 13:37:25.092382 | fa163e2e-69a7-740a-7332-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-13 13:37:25.094070 | fa163e2e-69a7-740a-7332-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:56.807953 | 0.04s 2025-10-13 13:37:25.103304 | fa163e2e-69a7-740a-7332-0000000000d0 | TASK | Set trash interval 2025-10-13 13:37:25.190013 | fa163e2e-69a7-740a-7332-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-13 13:37:25.196927 | fa163e2e-69a7-740a-7332-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:56.910796 | 0.09s 2025-10-13 13:37:25.216317 | fa163e2e-69a7-740a-7332-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-13 13:37:25.285339 | fa163e2e-69a7-740a-7332-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:56.999171 | 0.07s 2025-10-13 13:37:25.296883 | fa163e2e-69a7-740a-7332-0000000000e9 | TASK | Get ceph_cli 2025-10-13 13:37:25.344948 | fa163e2e-69a7-740a-7332-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-13 13:37:25.346038 | fa163e2e-69a7-740a-7332-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.059930 | 0.05s 2025-10-13 13:37:25.352270 | fa163e2e-69a7-740a-7332-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-13 13:37:25.410365 | fa163e2e-69a7-740a-7332-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:57.124238 | 0.06s 2025-10-13 13:37:25.430312 | fa163e2e-69a7-740a-7332-0000000000f9 | TASK | Get ceph_cli 2025-10-13 13:37:25.471066 | fa163e2e-69a7-740a-7332-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-13 13:37:25.472553 | fa163e2e-69a7-740a-7332-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.186434 | 0.04s 2025-10-13 13:37:25.482544 | fa163e2e-69a7-740a-7332-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-13 13:37:25.530785 | fa163e2e-69a7-740a-7332-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-13 13:37:25.532179 | fa163e2e-69a7-740a-7332-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:57.246060 | 0.05s 2025-10-13 13:37:25.542009 | fa163e2e-69a7-740a-7332-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-13 13:37:25.585839 | fa163e2e-69a7-740a-7332-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-13 13:37:25.587103 | fa163e2e-69a7-740a-7332-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:57.300987 | 0.04s 2025-10-13 13:37:25.596444 | fa163e2e-69a7-740a-7332-0000000000fc | TASK | Extract mons_json 2025-10-13 13:37:25.643491 | fa163e2e-69a7-740a-7332-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-13 13:37:25.644897 | fa163e2e-69a7-740a-7332-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:57.358781 | 0.05s 2025-10-13 13:37:25.654847 | fa163e2e-69a7-740a-7332-0000000000fd | TASK | Build mons_list 2025-10-13 13:37:25.704639 | fa163e2e-69a7-740a-7332-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-13 13:37:25.706525 | fa163e2e-69a7-740a-7332-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:57.420400 | 0.05s 2025-10-13 13:37:25.720703 | fa163e2e-69a7-740a-7332-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-13 13:37:25.764813 | fa163e2e-69a7-740a-7332-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-13 13:37:25.766266 | fa163e2e-69a7-740a-7332-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:57.480147 | 0.04s 2025-10-13 13:37:25.779955 | fa163e2e-69a7-740a-7332-0000000000ff | TASK | Verify the keyring 2025-10-13 13:37:25.849656 | fa163e2e-69a7-740a-7332-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:57.563529 | 0.07s 2025-10-13 13:37:25.866818 | fa163e2e-69a7-740a-7332-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-13 13:37:25.904257 | fa163e2e-69a7-740a-7332-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-13 13:37:25.905775 | fa163e2e-69a7-740a-7332-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:57.619654 | 0.04s 2025-10-13 13:37:25.925011 | fa163e2e-69a7-740a-7332-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-13 13:37:25.966673 | fa163e2e-69a7-740a-7332-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-13 13:37:25.967860 | fa163e2e-69a7-740a-7332-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:57.681754 | 0.04s 2025-10-13 13:37:25.980507 | fa163e2e-69a7-740a-7332-00000000011c | TASK | Get ceph_cli 2025-10-13 13:37:26.001116 | fa163e2e-69a7-740a-7332-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.714988 | 0.02s 2025-10-13 13:37:26.011809 | 7e91c461-0119-424e-9662-051458813541 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-13 13:37:26.024759 | fa163e2e-69a7-740a-7332-0000000003c0 | TASK | Set ceph CLI 2025-10-13 13:37:26.165757 | fa163e2e-69a7-740a-7332-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-13 13:37:26.167572 | fa163e2e-69a7-740a-7332-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:57.881446 | 0.14s 2025-10-13 13:37:26.178106 | fa163e2e-69a7-740a-7332-00000000011d | TASK | Get the ceph orchestrator status 2025-10-13 13:37:27.027386 | fa163e2e-69a7-740a-7332-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-13 13:37:27.028497 | fa163e2e-69a7-740a-7332-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:58.742388 | 0.85s 2025-10-13 13:37:27.035950 | fa163e2e-69a7-740a-7332-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-13 13:37:27.071681 | fa163e2e-69a7-740a-7332-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-13 13:37:27.072746 | fa163e2e-69a7-740a-7332-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:58.786629 | 0.04s 2025-10-13 13:37:27.080089 | fa163e2e-69a7-740a-7332-000000000120 | TASK | Show the deployed daemons 2025-10-13 13:37:27.894063 | fa163e2e-69a7-740a-7332-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-13 13:37:27.895516 | fa163e2e-69a7-740a-7332-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:01:59.609398 | 0.81s 2025-10-13 13:37:27.908724 | fa163e2e-69a7-740a-7332-000000000121 | TASK | Deployed daemons 2025-10-13 13:37:27.956061 | fa163e2e-69a7-740a-7332-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-13 13:37:27.958303 | fa163e2e-69a7-740a-7332-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:01:59.672187 | 0.05s 2025-10-13 13:37:27.967989 | fa163e2e-69a7-740a-7332-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-13 13:37:28.840524 | fa163e2e-69a7-740a-7332-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-13 13:37:28.841455 | fa163e2e-69a7-740a-7332-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:00.555327 | 0.87s 2025-10-13 13:37:28.847699 | fa163e2e-69a7-740a-7332-000000000123 | TASK | Ceph cluster status 2025-10-13 13:37:28.882460 | fa163e2e-69a7-740a-7332-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 627e7f45-65aa-56de-94df-66eaee84a56e", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 81s)", " mgr: standalone.ectizd(active, since 65s)", " osd: 1 osds: 1 up (since 15s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-10-13 13:37:28.883385 | fa163e2e-69a7-740a-7332-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:00.597274 | 0.03s 2025-10-13 13:37:28.897488 | fa163e2e-69a7-740a-7332-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-13 13:37:29.537378 | fa163e2e-69a7-740a-7332-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e2e-69a7-740a-7332-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2025-10-13 13:37:29.562405 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 13:37:29.562783 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 13:37:29.563156 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:01.277056 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 13:37:29.563505 | UUID | Info | Host | Task Name | Run Time 2025-10-13 13:37:29.563851 | fa163e2e-69a7-740a-7332-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 63.83s 2025-10-13 13:37:29.564176 | fa163e2e-69a7-740a-7332-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.93s 2025-10-13 13:37:29.564522 | fa163e2e-69a7-740a-7332-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.90s 2025-10-13 13:37:29.564844 | fa163e2e-69a7-740a-7332-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.03s 2025-10-13 13:37:29.565153 | fa163e2e-69a7-740a-7332-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.57s 2025-10-13 13:37:29.565514 | fa163e2e-69a7-740a-7332-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.12s 2025-10-13 13:37:29.565839 | fa163e2e-69a7-740a-7332-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.94s 2025-10-13 13:37:29.566141 | fa163e2e-69a7-740a-7332-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.91s 2025-10-13 13:37:29.566463 | fa163e2e-69a7-740a-7332-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.88s 2025-10-13 13:37:29.566777 | fa163e2e-69a7-740a-7332-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.87s 2025-10-13 13:37:29.567079 | fa163e2e-69a7-740a-7332-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.85s 2025-10-13 13:37:29.567378 | fa163e2e-69a7-740a-7332-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.81s 2025-10-13 13:37:29.567719 | fa163e2e-69a7-740a-7332-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.72s 2025-10-13 13:37:29.568054 | fa163e2e-69a7-740a-7332-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.53s 2025-10-13 13:37:29.568358 | fa163e2e-69a7-740a-7332-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.52s 2025-10-13 13:37:29.568734 | fa163e2e-69a7-740a-7332-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.51s 2025-10-13 13:37:29.569048 | fa163e2e-69a7-740a-7332-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.40s 2025-10-13 13:37:29.569353 | fa163e2e-69a7-740a-7332-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.28s 2025-10-13 13:37:29.569740 | fa163e2e-69a7-740a-7332-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.27s 2025-10-13 13:37:29.570052 | fa163e2e-69a7-740a-7332-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.23s 2025-10-13 13:37:29.570347 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=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 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' + '[' False = true ']' + '[' True = true ']' + '[' 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 /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-10-13 13:37:32.705 40321 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-13 13:37:32.730 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.730 40321 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-13 13:37:32.732 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.732 40321 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-13 13:37:32.733 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.734 40321 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-13 13:37:32.735 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.735 40321 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-13 13:37:32.737 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.737 40321 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-13 13:37:32.739 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.739 40321 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-13 13:37:32.762 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.762 40321 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-13 13:37:32.782 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.782 40321 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-13 13:37:32.785 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.785 40321 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-13 13:37:32.787 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.787 40321 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-13 13:37:32.790 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.790 40321 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-13 13:37:32.792 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.792 40321 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-13 13:37:32.794 40321 INFO migrate.versioning.api [-] done 2025-10-13 13:37:32.794 40321 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-13 13:37:32.823 40321 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-10-13 13:37:40Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:40Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:41Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:41Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:41Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-13 13:37:41Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:41Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-13 13:37:41Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:37:42Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:42Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-13 13:37:42Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-13 13:37:43Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:43Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:43Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:43Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-13 13:37:43Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:37:44Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:44Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:44Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:44Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-13 13:37:44Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-13 13:37:44Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:37:44Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:45Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:45Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:45Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-13 13:37:45Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:45Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-13 13:37:45Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-13 13:37:45Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:45Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:45Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:45Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-13 13:37:46Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:46Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-13 13:37:46Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:46Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-13 13:37:46Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:46Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-13 13:37:46Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:37:46Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:46Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-13 13:37:47Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:47Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-13 13:37:47Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:47Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:47Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-13 13:37:47Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:37:47Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:47Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-13 13:37:48Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-13 13:37:48Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:48Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-13 13:37:48Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:48Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-13 13:37:48Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:37:49Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-13 13:37:49Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:49Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:50Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:50Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:50Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:50Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-13 13:37:50Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:50Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:50Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-13 13:37:50Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-13 13:37:51Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-13 13:37:51Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-13 13:37:51Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-13 13:37:51Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-13 13:37:51Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:51Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:51Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:51Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-13 13:37:51Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:37:52Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-13 13:37:52Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:52Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:52Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-13 13:37:53Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-13 13:37:54Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:54Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-13 13:37:54Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:54Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:54Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:55Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:56Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:56Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:56Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:56Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:37:56Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:37:57Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-13 13:37:58Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:58Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:58Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:58Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:37:58Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:58Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 13:37:58Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:37:59Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:37:59Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 13:38:00Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:00Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:38:01Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:01Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:38:01Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:02Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:03Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:03Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-13 13:38:03Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:03Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:03Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:38:03Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:04Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-13 13:38:04Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:05Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-13 13:38:05Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:06Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-13 13:38:07Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:08Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-13 13:38:08Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:08Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:08Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:08Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:08Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:08Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-13 13:38:09Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:09Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-13 13:38:10Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:10Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-13 13:38:10Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:10Z [standalone.StandaloneServiceChain.ServiceChain.4.CephBase]: CREATE_COMPLETE state changed 2025-10-13 13:38:10Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:11Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-13 13:38:12Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:13Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-13 13:38:13Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:13Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:13Z [standalone.StandaloneServiceChain.ServiceChain.6.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:13Z [standalone.StandaloneServiceChain.ServiceChain.6.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-13 13:38:14Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:14Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:14Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:14Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-13 13:38:15Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:15Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-13 13:38:15Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:15Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-13 13:38:15Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:16Z [standalone.StandaloneServiceChain.ServiceChain.6.CephBase]: CREATE_COMPLETE state changed 2025-10-13 13:38:16Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:17Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-13 13:38:18Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:18Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:18Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:18Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:18Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:18Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-13 13:38:18Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:18Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-13 13:38:19Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:19Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-13 13:38:19Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:20Z [standalone.StandaloneServiceChain.ServiceChain.7.CephBase]: CREATE_COMPLETE state changed 2025-10-13 13:38:20Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:21Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-13 13:38:21Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:21Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:21Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:21Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:21Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:21Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-13 13:38:21Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:21Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-13 13:38:22Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:22Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-13 13:38:22Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:23Z [standalone.StandaloneServiceChain.ServiceChain.8.CephBase]: CREATE_COMPLETE state changed 2025-10-13 13:38:23Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:24Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-13 13:38:25Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:25Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:26Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:26Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBase]: CREATE_COMPLETE state changed 2025-10-13 13:38:27Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:27Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:38:27Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:28Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:29Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:29Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:29Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:38:29Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:30Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:30Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:30Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:30Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:30Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 13:38:30Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:30Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:31Z [standalone.StandaloneServiceChain.ServiceChain.9.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 13:38:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 13:38:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:32Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:33Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-13 13:38:33Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:33Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:33Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:34Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:34Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:38:34Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:35Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:35Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:38:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:36Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 13:38:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:38Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:39Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:39Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:38:39Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:39Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:40Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:40Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 13:38:40Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:41Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:41Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:41Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-13 13:38:42Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:42Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:38:43Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:43Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:44Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-13 13:38:44Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:44Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-13 13:38:45Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:45Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:45Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:46Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:47Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-10-13 13:38:47Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:47Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:47Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:48Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:38:48Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:48Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 13:38:49Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:49Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:49Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:49Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:50Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:50Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:51Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:38:51Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:51Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-13 13:38:52Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:52Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:52Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:53Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:38:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:54Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:55Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:55Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:38:55Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:55Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:38:55Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:56Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:56Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:56Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-13 13:38:56Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:56Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:56Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:38:57Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:57Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:57Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:38:57Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:57Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 13:38:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:38:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 13:38:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-13 13:38:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:38:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderCommon]: CREATE_COMPLETE state changed 2025-10-13 13:39:00Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderBase]: CREATE_COMPLETE state changed 2025-10-13 13:39:00Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:00Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-13 13:39:01Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:02Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:02Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:03Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:03Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:03Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:39:04Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:04Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:04Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:05Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:05Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:05Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:39:06Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:07Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-13 13:39:07Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:08Z [standalone.StandaloneServiceChain.ServiceChain.13.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-13 13:39:08Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:09Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-13 13:39:09Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:10Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-13 13:39:11Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:11Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:11Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:11Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:12Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:13Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:39:13Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:14Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-13 13:39:14Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:15Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-13 13:39:15Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:15Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:16Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:16Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:17Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 13:39:18Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:18Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:39:19Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:19Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:19Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:39:20Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:20Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:20Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:20Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:20Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:21Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:21Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-13 13:39:21Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-13 13:39:21Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:21Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-13 13:39:22Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:22Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:22Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:22Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:22Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:22Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:22Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:23Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:23Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:23Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-13 13:39:24Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:25Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:39:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:25Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:26Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-13 13:39:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:29Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 13:39:29Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:30Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:39:30Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:31Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:31Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:39:31Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:31Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:31Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:32Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-13 13:39:32Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:32Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-10-13 13:39:32Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:33Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-13 13:39:34Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:34Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:34Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:34Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:35Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:36Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:36Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-13 13:39:37Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:37Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-13 13:39:37Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:39:38Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:38Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:38Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:39Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:39Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-13 13:39:40Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:40Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-13 13:39:40Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-13 13:39:41Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:42Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:42Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:42Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:39:42Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:43Z [standalone.StandaloneServiceChain.ServiceChain.19.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-13 13:39:43Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:44Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-13 13:39:45Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:45Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:45Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:46Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:46Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-13 13:39:46Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:46Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:46Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 13:39:46Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:47Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:47Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:47Z [standalone.StandaloneServiceChain.ServiceChain.20.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 13:39:48Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:49Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:49Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:39:50Z [standalone.StandaloneServiceChain.ServiceChain.20.HeatBase]: CREATE_COMPLETE state changed 2025-10-13 13:39:50Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:51Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-13 13:39:51Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:51Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:51Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:52Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:53Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:39:53Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:53Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:54Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatBase]: CREATE_COMPLETE state changed 2025-10-13 13:39:54Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:55Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:55Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:56Z [standalone.StandaloneServiceChain.ServiceChain.21.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-13 13:39:56Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:56Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 13:39:56Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:57Z [standalone.StandaloneServiceChain.ServiceChain.21.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 13:39:57Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:39:57Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-13 13:39:58Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:58Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:58Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:59Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:59Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:39:59Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatBase]: CREATE_COMPLETE state changed 2025-10-13 13:39:59Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:39:59Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:39:59Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:00Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:00Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:00Z [standalone.StandaloneServiceChain.ServiceChain.22.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-13 13:40:01Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:02Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:02Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:40:03Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:03Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:04Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-13 13:40:05Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:05Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:05Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:06Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:06Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:06Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:06Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:07Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-13 13:40:07Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:07Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:07Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:07Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:08Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:09Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:09Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:10Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-13 13:40:11Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:11Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:11Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:11Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:11Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:12Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-13 13:40:12Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:12Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:12Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:13Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:13Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:13Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:14Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:15Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:15Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:15Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:40:15Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:15Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:15Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:16Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:16Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:16Z [standalone.StandaloneServiceChain.ServiceChain.26.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-13 13:40:16Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:16Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 13:40:16Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:17Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 13:40:17Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:18Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-13 13:40:19Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:19Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:19Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:19Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:19Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:19Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 13:40:19Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:20Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:20Z [standalone.StandaloneServiceChain.ServiceChain.27.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 13:40:21Z [standalone.StandaloneServiceChain.ServiceChain.27.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:21Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:40:22Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:22Z [standalone.StandaloneServiceChain.ServiceChain.27.ManilaBase]: CREATE_COMPLETE state changed 2025-10-13 13:40:23Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:23Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:23Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:23Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:24Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-13 13:40:24Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:25Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-13 13:40:26Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:26Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:26Z [standalone.StandaloneServiceChain.ServiceChain.29.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:27Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:27Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:27Z [standalone.StandaloneServiceChain.ServiceChain.29.ManilaBase]: CREATE_COMPLETE state changed 2025-10-13 13:40:28Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:29Z [standalone.StandaloneServiceChain.ServiceChain.29.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:29Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:30Z [standalone.StandaloneServiceChain.ServiceChain.29.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:40:30Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:31Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-13 13:40:31Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:31Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:32Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:32Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:32Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:33Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:33Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:33Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:33Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-13 13:40:34Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:34Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:34Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:40:36Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:37Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:37Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:40:37Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:37Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:39Z [standalone.StandaloneServiceChain.ServiceChain.30.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-13 13:40:39Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:40Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-13 13:40:40Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:40Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:41Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:41Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:42Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:43Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:43Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:44Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-13 13:40:44Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:44Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:44Z [standalone.StandaloneServiceChain.ServiceChain.32.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:45Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:45Z [standalone.StandaloneServiceChain.ServiceChain.32.MysqlBase]: CREATE_COMPLETE state changed 2025-10-13 13:40:46Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:46Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:46Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:46Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:47Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-13 13:40:47Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:48Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-13 13:40:49Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:49Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:49Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:50Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:50Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronBase]: CREATE_COMPLETE state changed 2025-10-13 13:40:51Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:51Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:51Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:40:51Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:51Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:51Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:52Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:52Z [standalone.StandaloneServiceChain.ServiceChain.34.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-13 13:40:53Z [standalone.StandaloneServiceChain.ServiceChain.34.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:53Z [standalone.StandaloneServiceChain.ServiceChain.34.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-13 13:40:53Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:40:54Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:54Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:54Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:55Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-13 13:40:56Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:56Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:56Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:56Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:40:57Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:57Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:57Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:57Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:40:57Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:40:58Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-13 13:40:58Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:40:59Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-13 13:40:59Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:00Z [standalone.StandaloneServiceChain.ServiceChain.35.NeutronBase]: CREATE_COMPLETE state changed 2025-10-13 13:41:00Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:01Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-13 13:41:01Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:01Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:01Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:01Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:02Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:03Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:03Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-13 13:41:04Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:04Z [standalone.StandaloneServiceChain.ServiceChain.36.NeutronBase]: CREATE_COMPLETE state changed 2025-10-13 13:41:05Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:41:05Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:06Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-13 13:41:07Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:07Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:07Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:07Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:08Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:09Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:09Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:41:10Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:10Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronBase]: CREATE_COMPLETE state changed 2025-10-13 13:41:11Z [standalone.StandaloneServiceChain.ServiceChain.37.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-13 13:41:11Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:12Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-13 13:41:13Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:13Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:13Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:14Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:14Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:14Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-13 13:41:15Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:15Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:15Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:15Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:15Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:16Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:16Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:16Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 13:41:16Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:16Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 13:41:16Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:17Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:17Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:17Z [standalone.StandaloneServiceChain.ServiceChain.38.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 13:41:17Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:17Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:17Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:18Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:18Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-13 13:41:19Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:19Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:41:20Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:20Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-13 13:41:21Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:41:21Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:22Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-13 13:41:22Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:23Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:23Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:24Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:24Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-13 13:41:24Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:24Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:24Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:24Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:25Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:25Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 13:41:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-13 13:41:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:27Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:27Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-13 13:41:27Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLogging]: CREATE_COMPLETE state changed 2025-10-13 13:41:28Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:28Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:41:29Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:41:29Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:30Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-13 13:41:30Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:30Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:31Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:32Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:32Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-13 13:41:32Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:32Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:32Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:32Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:33Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:33Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-13 13:41:34Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:34Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:41:35Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:36Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:41:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 13:41:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:37Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 13:41:38Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:38Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:38Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-13 13:41:38Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:38Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:38Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:39Z [standalone.StandaloneServiceChain.ServiceChain.40.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 13:41:39Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:40Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-13 13:41:40Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:40Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:41Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:41Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:42Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-13 13:41:43Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:43Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:41:44Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:44Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:44Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:44Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:41:44Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:44Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:44Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:45Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:45Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:45Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-13 13:41:45Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:45Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:46Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:46Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-13 13:41:46Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:46Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:46Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:46Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE state changed 2025-10-13 13:41:47Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 13:41:47Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:47Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-13 13:41:48Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:48Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:48Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:48Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:48Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:49Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:49Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:49Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-13 13:41:49Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:50Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:50Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:50Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:50Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:51Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:41:51Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaLogging]: CREATE_COMPLETE state changed 2025-10-13 13:41:51Z [standalone.StandaloneServiceChain.ServiceChain.42.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-13 13:41:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:53Z [standalone.StandaloneServiceChain.ServiceChain.42.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 13:41:53Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:53Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:53Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:53Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 13:41:54Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:54Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-13 13:41:55Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:55Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:55Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:55Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-13 13:41:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:58Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:58Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:41:58Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-13 13:41:58Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:58Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:41:58Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:41:59Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:41:59Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 13:42:00Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:00Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:01Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-13 13:42:02Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:02Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:02Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:03Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:03Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:03Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:04Z [standalone.StandaloneServiceChain.ServiceChain.44.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:05Z [standalone.StandaloneServiceChain.ServiceChain.44.SshdBase]: CREATE_COMPLETE state changed 2025-10-13 13:42:05Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:06Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-13 13:42:06Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:06Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:07Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:08Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:08Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-13 13:42:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:10Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:10Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 13:42:11Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:11Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:11Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:42:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-13 13:42:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-10-13 13:42:13Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:14Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-13 13:42:14Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:14Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:14Z [standalone.StandaloneServiceChain.ServiceChain.46.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:14Z [standalone.StandaloneServiceChain.ServiceChain.46.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:15Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:16Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:16Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:16Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:16Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:17Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-13 13:42:18Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:18Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:18Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:19Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:19Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:19Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:19Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:20Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-13 13:42:20Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:20Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:20Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:20Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:22Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-13 13:42:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:23Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NeutronBase]: CREATE_COMPLETE state changed 2025-10-13 13:42:24Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:25Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-13 13:42:26Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:27Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-13 13:42:27Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:27Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:27Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:28Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:28Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:29Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-13 13:42:30Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:30Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:30Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:31Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:31Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:31Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:31Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:31Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:31Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:32Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:32Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:32Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:32Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:32Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:32Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:32Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:33Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:33Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:33Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:33Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-13 13:42:33Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:34Z [standalone.StandaloneServiceChain.ServiceChain.51.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-13 13:42:34Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:35Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-13 13:42:35Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:36Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-13 13:42:37Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:37Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:37Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:37Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:38Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:38Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:38Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:38Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 13:42:38Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:39Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:39Z [standalone.StandaloneServiceChain.ServiceChain.53.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 13:42:40Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:40Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 13:42:40Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:40Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:40Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:40Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:41Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:41Z [standalone.StandaloneServiceChain.ServiceChain.53.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-13 13:42:42Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:42Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:43Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-13 13:42:43Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:44Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-13 13:42:45Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:46Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-13 13:42:46Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:47Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-13 13:42:48Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:49Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-13 13:42:49Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:49Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:49Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:49Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:50Z [standalone.StandaloneServiceChain.ServiceChain.58.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:51Z [standalone.StandaloneServiceChain.ServiceChain.58.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:51Z [standalone.StandaloneServiceChain.ServiceChain.58.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-13 13:42:51Z [standalone.StandaloneServiceChain.ServiceChain.58.SwiftBase]: CREATE_COMPLETE state changed 2025-10-13 13:42:52Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:53Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:53Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:54Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-13 13:42:55Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:55Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:55Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:55Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:55Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:56Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-13 13:42:56Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:56Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:42:56Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:57Z [standalone.StandaloneServiceChain.ServiceChain.60.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:57Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 13:42:58Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:42:58Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:42:58Z [standalone.StandaloneServiceChain.ServiceChain.60.SwiftBase]: CREATE_COMPLETE state changed 2025-10-13 13:42:58Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:42:59Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-13 13:43:00Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:01Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-13 13:43:01Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:02Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-13 13:43:02Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:03Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-13 13:43:04Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:04Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:04Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:04Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:43:04Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:05Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-13 13:43:05Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:05Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:05Z [standalone.StandaloneServiceChain.ServiceChain.65.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:05Z [standalone.StandaloneServiceChain.ServiceChain.65.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:43:06Z [standalone.StandaloneServiceChain.ServiceChain.65.Podman]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:07Z [standalone.StandaloneServiceChain.ServiceChain.65.Podman]: CREATE_COMPLETE state changed 2025-10-13 13:43:07Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:08Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-13 13:43:09Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:09Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 13:43:09Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:10Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-13 13:43:10Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:10Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-13 13:43:12Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:12Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:12Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:13Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-13 13:43:13Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:13Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:13Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:13Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-13 13:43:13Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:13Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:14Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:14Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:14Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:14Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-13 13:43:14Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:14Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-13 13:43:14Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:15Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:15Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:15Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-13 13:43:15Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:15Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:15Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:15Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:15Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:16Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:16Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:16Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:16Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:16Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-13 13:43:16Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:17Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:17Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:17Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:17Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:17Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:17Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:17Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:17Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:17Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-13 13:43:18Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:18Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:18Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:18Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-13 13:43:18Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:18Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-13 13:43:18Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:18Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:19Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:19Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:19Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:19Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-13 13:43:19Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:20Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-13 13:43:20Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:20Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:20Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:20Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-13 13:43:20Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:20Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-13 13:43:20Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:21Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:21Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:21Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-13 13:43:21Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:21Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-13 13:43:22Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:22Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-13 13:43:22Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:22Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-13 13:43:22Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:23Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-13 13:43:23Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:23Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:23Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-13 13:43:23Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-13 13:43:23Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:23Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:23Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-13 13:43:23Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:23Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:23Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:23Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-13 13:43:24Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-13 13:43:24Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:24Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:25Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:25Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-13 13:43:26Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:26Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:26Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:27Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:27Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-13 13:43:27Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-13 13:43:27Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:28Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-13 13:43:28Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:28Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:28Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:28Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:28Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:28Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:29Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-13 13:43:29Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:29Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:29Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:29Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:29Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:29Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-13 13:43:29Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-13 13:43:29Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-13 13:43:29Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-13 13:43:29Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-13 13:43:29Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:29Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:29Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:29Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:29Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:30Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-13 13:43:30Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-13 13:43:30Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-13 13:43:30Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-13 13:43:30Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-13 13:43:30Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-13 13:43:30Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:30Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:30Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:30Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:30Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-13 13:43:30Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:31Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-13 13:43:31Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-13 13:43:31Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:32Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-13 13:43:32Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-13 13:43:32Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-13 13:43:33Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:33Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-13 13:43:33Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:33Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:33Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:33Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:33Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:33Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:33Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-13 13:43:33Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-13 13:43:33Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-13 13:43:33Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-13 13:43:33Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-13 13:43:33Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-13 13:43:33Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:33Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:33Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-13 13:43:33Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:33Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:33Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 13:43:33Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:33Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-13 13:43:34Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:34Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:34Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:34Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-13 13:43:34Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:35Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:35Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-13 13:43:35Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-13 13:43:36Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:37Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:37Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:37Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-13 13:43:37Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:37Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-13 13:43:38Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:38Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:39Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:39Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:40Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:40Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:41Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 13:43:41Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-13 13:43:41Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 13:43:41Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-13 13:43:41Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/8d76137a-d95e-40d8-b8ce-25a4ec0adc26 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-10-13 13:44:04.734386 | fa163e2e-69a7-8df9-1ef2-000000000006 | TASK | External deployment step 0 2025-10-13 13:44:04.759045 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-000000000006') missing from stats 2025-10-13 13:44:04.798113 | fa163e2e-69a7-8df9-1ef2-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.117300 | 0.02s 2025-10-13 13:44:04.803343 | 380ea971-62cc-4fac-a8b2-157389a823fb | INCLUDED | /root/standalone-ansible-fa02z7re/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-13 13:44:04.818664 | fa163e2e-69a7-8df9-1ef2-00000000011a | TASK | create ovn mac address for Standalone role nodes 2025-10-13 13:44:05.632087 | fa163e2e-69a7-8df9-1ef2-00000000011a | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-13 13:44:05.633568 | fa163e2e-69a7-8df9-1ef2-00000000011a | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:00.952768 | 0.81s PLAY [Check if required variables are defined] ********************************* 2025-10-13 13:44:05.726567 | fa163e2e-69a7-8df9-1ef2-000000000126 | TASK | Gathering Facts 2025-10-13 13:44:06.231554 | fa163e2e-69a7-8df9-1ef2-000000000126 | OK | Gathering Facts | localhost 2025-10-13 13:44:06.232365 | fa163e2e-69a7-8df9-1ef2-000000000126 | TIMING | Gathering Facts | localhost | 0:00:01.551547 | 0.50s 2025-10-13 13:44:06.264392 | fa163e2e-69a7-8df9-1ef2-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-13 13:44:06.265064 | fa163e2e-69a7-8df9-1ef2-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:01.584273 | 0.02s 2025-10-13 13:44:06.291176 | fa163e2e-69a7-8df9-1ef2-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-13 13:44:06.291863 | fa163e2e-69a7-8df9-1ef2-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:01.611075 | 0.02s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-13 13:44:06.368820 | fa163e2e-69a7-8df9-1ef2-00000000014e | TASK | Gathering Facts 2025-10-13 13:44:06.377343 | fa163e2e-69a7-8df9-1ef2-00000000014e | TASK | Gathering Facts 2025-10-13 13:44:06.670364 | fa163e2e-69a7-8df9-1ef2-00000000014e | OK | Gathering Facts | standalone 2025-10-13 13:44:06.671830 | fa163e2e-69a7-8df9-1ef2-00000000014e | TIMING | Gathering Facts | standalone | 0:00:01.991026 | 0.29s 2025-10-13 13:44:06.710687 | fa163e2e-69a7-8df9-1ef2-00000000014e | OK | Gathering Facts | undercloud 2025-10-13 13:44:06.713675 | fa163e2e-69a7-8df9-1ef2-00000000014e | TIMING | Gathering Facts | undercloud | 0:00:02.032874 | 0.34s 2025-10-13 13:44:06.746934 | fa163e2e-69a7-8df9-1ef2-000000000012 | TASK | Set legacy facts 2025-10-13 13:44:06.769575 | fa163e2e-69a7-8df9-1ef2-000000000012 | TASK | Set legacy facts 2025-10-13 13:44:06.779559 | fa163e2e-69a7-8df9-1ef2-000000000012 | OK | Set legacy facts | standalone 2025-10-13 13:44:06.781026 | fa163e2e-69a7-8df9-1ef2-000000000012 | TIMING | Set legacy facts | standalone | 0:00:02.100212 | 0.03s 2025-10-13 13:44:06.819389 | fa163e2e-69a7-8df9-1ef2-000000000012 | OK | Set legacy facts | undercloud 2025-10-13 13:44:06.820242 | fa163e2e-69a7-8df9-1ef2-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:02.139449 | 0.05s PLAY [Load global variables] *************************************************** 2025-10-13 13:44:06.984556 | fa163e2e-69a7-8df9-1ef2-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-13 13:44:06.988078 | fa163e2e-69a7-8df9-1ef2-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:02.307285 | 0.04s 2025-10-13 13:44:06.988505 | fa163e2e-69a7-8df9-1ef2-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-13 13:44:06.988887 | fa163e2e-69a7-8df9-1ef2-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:02.308101 | 0.03s PLAY [Include extra variables from files] ************************************** 2025-10-13 13:44:07.066647 | fa163e2e-69a7-8df9-1ef2-000000000018 | TASK | Include Service VIP vars 2025-10-13 13:44:07.087915 | fa163e2e-69a7-8df9-1ef2-000000000018 | IGNORED | Include Service VIP vars | undercloud | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-fa02z7re/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2025-10-13 13:44:07.088676 | fa163e2e-69a7-8df9-1ef2-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:02.407882 | 0.02s 2025-10-13 13:44:07.099197 | fa163e2e-69a7-8df9-1ef2-000000000018 | IGNORED | Include Service VIP vars | standalone | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-fa02z7re/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2025-10-13 13:44:07.099525 | fa163e2e-69a7-8df9-1ef2-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:02.418742 | 0.02s 2025-10-13 13:44:07.102483 | fa163e2e-69a7-8df9-1ef2-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-13 13:44:07.135740 | fa163e2e-69a7-8df9-1ef2-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-13 13:44:07.136557 | fa163e2e-69a7-8df9-1ef2-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:02.455763 | 0.03s 2025-10-13 13:44:07.137014 | fa163e2e-69a7-8df9-1ef2-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-13 13:44:07.137457 | fa163e2e-69a7-8df9-1ef2-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:02.456671 | 0.02s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-13 13:44:07.224898 | fa163e2e-69a7-8df9-1ef2-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-13 13:44:07.755961 | fa163e2e-69a7-8df9-1ef2-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e2e-69a7-8df9-1ef2-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-13 13:44:07.806605 | fa163e2e-69a7-8df9-1ef2-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-13 13:44:07.835146 | fa163e2e-69a7-8df9-1ef2-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-13 13:44:07.835759 | fa163e2e-69a7-8df9-1ef2-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:03.154969 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-10-13 13:44:07.891781 | fa163e2e-69a7-8df9-1ef2-000000000023 | TASK | Set selinux state 2025-10-13 13:44:08.449988 | fa163e2e-69a7-8df9-1ef2-000000000023 | OK | Set selinux state | standalone 2025-10-13 13:44:08.451243 | fa163e2e-69a7-8df9-1ef2-000000000023 | TIMING | Set selinux state | standalone | 0:00:03.770445 | 0.56s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-13 13:44:08.588406 | fa163e2e-69a7-8df9-1ef2-000000000026 | TASK | Configure Hosts Entries 2025-10-13 13:44:08.614277 | fa163e2e-69a7-8df9-1ef2-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:03.933449 | 0.02s 2025-10-13 13:44:08.626821 | fa163e2e-69a7-8df9-1ef2-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:03.946028 | 0.02s 2025-10-13 13:44:08.677726 | fa163e2e-69a7-8df9-1ef2-0000000001df | TASK | Create temporary file for hosts 2025-10-13 13:44:09.010977 | fa163e2e-69a7-8df9-1ef2-0000000001df | CHANGED | Create temporary file for hosts | standalone 2025-10-13 13:44:09.012524 | fa163e2e-69a7-8df9-1ef2-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:04.331710 | 0.32s 2025-10-13 13:44:09.034714 | fa163e2e-69a7-8df9-1ef2-0000000001df | CHANGED | Create temporary file for hosts | undercloud 2025-10-13 13:44:09.035713 | fa163e2e-69a7-8df9-1ef2-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:04.354914 | 0.36s 2025-10-13 13:44:09.056262 | fa163e2e-69a7-8df9-1ef2-0000000001e0 | TASK | Prepare temporary /etc/hosts 2025-10-13 13:44:09.417027 | fa163e2e-69a7-8df9-1ef2-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-13 13:44:09.418009 | fa163e2e-69a7-8df9-1ef2-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:04.737218 | 0.36s 2025-10-13 13:44:09.439285 | fa163e2e-69a7-8df9-1ef2-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-13 13:44:09.440261 | fa163e2e-69a7-8df9-1ef2-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:04.759468 | 0.37s 2025-10-13 13:44:09.457995 | fa163e2e-69a7-8df9-1ef2-0000000001e1 | TASK | Remove old Heat hosts configuration (if present) 2025-10-13 13:44:09.779348 | fa163e2e-69a7-8df9-1ef2-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-13 13:44:09.780255 | fa163e2e-69a7-8df9-1ef2-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:05.099464 | 0.30s 2025-10-13 13:44:09.822103 | fa163e2e-69a7-8df9-1ef2-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-13 13:44:09.823068 | fa163e2e-69a7-8df9-1ef2-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:05.142274 | 0.36s 2025-10-13 13:44:09.841109 | fa163e2e-69a7-8df9-1ef2-0000000001e2 | TASK | Render out the hosts entries 2025-10-13 13:44:09.964046 | fa163e2e-69a7-8df9-1ef2-0000000001e2 | OK | Render out the hosts entries | undercloud 2025-10-13 13:44:09.965269 | fa163e2e-69a7-8df9-1ef2-0000000001e2 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:05.284470 | 0.12s 2025-10-13 13:44:09.983463 | fa163e2e-69a7-8df9-1ef2-0000000001e3 | TASK | Prepare new /etc/hosts 2025-10-13 13:44:10.233491 | fa163e2e-69a7-8df9-1ef2-0000000001e3 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-13 13:44:10.234607 | fa163e2e-69a7-8df9-1ef2-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:05.553810 | 0.25s 2025-10-13 13:44:10.350092 | fa163e2e-69a7-8df9-1ef2-0000000001e3 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-13 13:44:10.351205 | fa163e2e-69a7-8df9-1ef2-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:05.670410 | 0.35s 2025-10-13 13:44:10.370091 | fa163e2e-69a7-8df9-1ef2-0000000001e4 | TASK | Update /etc/hosts contents (if changed) 2025-10-13 13:44:10.744644 | fa163e2e-69a7-8df9-1ef2-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-13 13:44:10.745968 | fa163e2e-69a7-8df9-1ef2-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:06.065167 | 0.37s 2025-10-13 13:44:10.747026 | fa163e2e-69a7-8df9-1ef2-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-13 13:44:10.747809 | fa163e2e-69a7-8df9-1ef2-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:06.067018 | 0.36s 2025-10-13 13:44:10.766150 | fa163e2e-69a7-8df9-1ef2-0000000001e5 | TASK | Clean up temporary hosts file 2025-10-13 13:44:11.108966 | fa163e2e-69a7-8df9-1ef2-0000000001e5 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-13 13:44:11.110448 | fa163e2e-69a7-8df9-1ef2-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:06.429618 | 0.34s 2025-10-13 13:44:11.173316 | fa163e2e-69a7-8df9-1ef2-0000000001e5 | CHANGED | Clean up temporary hosts file | standalone 2025-10-13 13:44:11.174406 | fa163e2e-69a7-8df9-1ef2-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:06.493612 | 0.39s PLAY [Common roles for TripleO servers] **************************************** 2025-10-13 13:44:11.299146 | fa163e2e-69a7-8df9-1ef2-00000000002a | TASK | Common roles for TripleO servers 2025-10-13 13:44:11.326077 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-00000000002a') missing from stats 2025-10-13 13:44:11.401848 | fa163e2e-69a7-8df9-1ef2-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:06.721040 | 0.02s 2025-10-13 13:44:11.485227 | fa163e2e-69a7-8df9-1ef2-000000000242 | TASK | Gather variables for each operating system 2025-10-13 13:44:11.593588 | fa163e2e-69a7-8df9-1ef2-000000000242 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-13 13:44:11.595098 | fa163e2e-69a7-8df9-1ef2-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:06.914277 | 0.11s 2025-10-13 13:44:11.604914 | fa163e2e-69a7-8df9-1ef2-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:06.924112 | 0.12s 2025-10-13 13:44:11.631343 | fa163e2e-69a7-8df9-1ef2-000000000244 | TASK | Check release version package is installed 2025-10-13 13:44:11.904986 | fa163e2e-69a7-8df9-1ef2-000000000244 | CHANGED | Check release version package is installed | standalone 2025-10-13 13:44:11.906294 | fa163e2e-69a7-8df9-1ef2-000000000244 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:07.225494 | 0.27s 2025-10-13 13:44:11.931739 | fa163e2e-69a7-8df9-1ef2-000000000245 | TASK | Deploy release version package 2025-10-13 13:44:16.567764 | fa163e2e-69a7-8df9-1ef2-000000000245 | CHANGED | Deploy release version package | standalone 2025-10-13 13:44:16.568942 | fa163e2e-69a7-8df9-1ef2-000000000245 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:11.888144 | 4.64s 2025-10-13 13:44:16.588725 | fa163e2e-69a7-8df9-1ef2-000000000247 | TASK | Include packages tasks 2025-10-13 13:44:16.607371 | fa163e2e-69a7-8df9-1ef2-000000000247 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:11.926557 | 0.02s 2025-10-13 13:44:16.634154 | 1466bf66-6d28-409c-8bf6-755130890485 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-13 13:44:16.659201 | fa163e2e-69a7-8df9-1ef2-00000000029b | TASK | Gather facts if they don't exist 2025-10-13 13:44:16.695230 | fa163e2e-69a7-8df9-1ef2-00000000029b | SKIPPED | Gather facts if they don't exist | standalone 2025-10-13 13:44:16.696224 | fa163e2e-69a7-8df9-1ef2-00000000029b | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:12.015429 | 0.04s 2025-10-13 13:44:16.720609 | fa163e2e-69a7-8df9-1ef2-00000000029c | TASK | Gather variables for each operating system 2025-10-13 13:44:16.810202 | fa163e2e-69a7-8df9-1ef2-00000000029c | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-13 13:44:16.821310 | fa163e2e-69a7-8df9-1ef2-00000000029c | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:12.140493 | 0.10s 2025-10-13 13:44:16.846621 | fa163e2e-69a7-8df9-1ef2-00000000029e | TASK | Check required packages to bootstrap TripleO is installed 2025-10-13 13:44:17.118726 | fa163e2e-69a7-8df9-1ef2-00000000029e | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-13 13:44:17.120165 | fa163e2e-69a7-8df9-1ef2-00000000029e | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:12.439364 | 0.27s 2025-10-13 13:44:17.144128 | fa163e2e-69a7-8df9-1ef2-00000000029f | TASK | Deploy required packages to bootstrap TripleO 2025-10-13 13:44:22.346720 | fa163e2e-69a7-8df9-1ef2-00000000029f | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-13 13:44:22.347973 | fa163e2e-69a7-8df9-1ef2-00000000029f | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:17.667172 | 5.20s 2025-10-13 13:44:22.378102 | fa163e2e-69a7-8df9-1ef2-0000000002a0 | TASK | Ensure packages are actually well installed 2025-10-13 13:44:23.397362 | fa163e2e-69a7-8df9-1ef2-0000000002a0 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-13 13:44:23.398899 | fa163e2e-69a7-8df9-1ef2-0000000002a0 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:18.718098 | 1.02s 2025-10-13 13:44:23.424564 | fa163e2e-69a7-8df9-1ef2-000000000248 | TASK | Enable openvswitch service if installed 2025-10-13 13:44:24.334712 | fa163e2e-69a7-8df9-1ef2-000000000248 | CHANGED | Enable openvswitch service if installed | standalone 2025-10-13 13:44:24.336800 | fa163e2e-69a7-8df9-1ef2-000000000248 | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:19.655999 | 0.91s 2025-10-13 13:44:24.362564 | fa163e2e-69a7-8df9-1ef2-000000000249 | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-13 13:44:24.576480 | fa163e2e-69a7-8df9-1ef2-000000000249 | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-13 13:44:24.577907 | fa163e2e-69a7-8df9-1ef2-000000000249 | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:19.897107 | 0.21s 2025-10-13 13:44:24.602862 | fa163e2e-69a7-8df9-1ef2-00000000024b | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-13 13:44:24.886033 | fa163e2e-69a7-8df9-1ef2-00000000024b | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-13 13:44:24.887868 | fa163e2e-69a7-8df9-1ef2-00000000024b | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:20.207066 | 0.28s 2025-10-13 13:44:24.913026 | fa163e2e-69a7-8df9-1ef2-00000000024c | TASK | Deploy network-scripts required for deprecated network service 2025-10-13 13:44:24.971929 | fa163e2e-69a7-8df9-1ef2-00000000024c | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-13 13:44:24.973311 | fa163e2e-69a7-8df9-1ef2-00000000024c | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:20.292510 | 0.06s 2025-10-13 13:44:24.998894 | fa163e2e-69a7-8df9-1ef2-00000000024d | TASK | Ensure network service is enabled 2025-10-13 13:44:25.388752 | fa163e2e-69a7-8df9-1ef2-00000000024d | OK | Ensure network service is enabled | standalone 2025-10-13 13:44:25.390570 | fa163e2e-69a7-8df9-1ef2-00000000024d | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:20.709770 | 0.39s 2025-10-13 13:44:25.415407 | fa163e2e-69a7-8df9-1ef2-00000000024f | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-13 13:44:25.741210 | fa163e2e-69a7-8df9-1ef2-00000000024f | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-13 13:44:25.742193 | fa163e2e-69a7-8df9-1ef2-00000000024f | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:21.061402 | 0.33s 2025-10-13 13:44:25.761411 | fa163e2e-69a7-8df9-1ef2-000000000250 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-13 13:44:26.002358 | fa163e2e-69a7-8df9-1ef2-000000000250 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-13 13:44:26.003769 | fa163e2e-69a7-8df9-1ef2-000000000250 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:21.322965 | 0.24s 2025-10-13 13:44:26.028052 | fa163e2e-69a7-8df9-1ef2-000000000251 | TASK | Reload NetworkManager 2025-10-13 13:44:26.383105 | fa163e2e-69a7-8df9-1ef2-000000000251 | CHANGED | Reload NetworkManager | standalone 2025-10-13 13:44:26.384912 | fa163e2e-69a7-8df9-1ef2-000000000251 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:21.704112 | 0.36s 2025-10-13 13:44:26.410692 | fa163e2e-69a7-8df9-1ef2-000000000253 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-13 13:44:26.610661 | fa163e2e-69a7-8df9-1ef2-000000000253 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-13 13:44:26.611953 | fa163e2e-69a7-8df9-1ef2-000000000253 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:21.931155 | 0.20s 2025-10-13 13:44:26.636083 | fa163e2e-69a7-8df9-1ef2-000000000254 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-13 13:44:26.967916 | fa163e2e-69a7-8df9-1ef2-000000000254 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-13 13:44:26.969289 | fa163e2e-69a7-8df9-1ef2-000000000254 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:22.288491 | 0.33s 2025-10-13 13:44:26.993579 | fa163e2e-69a7-8df9-1ef2-000000000255 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-13 13:44:27.233165 | fa163e2e-69a7-8df9-1ef2-000000000255 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-13 13:44:27.233912 | fa163e2e-69a7-8df9-1ef2-000000000255 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:22.553122 | 0.24s 2025-10-13 13:44:27.250481 | fa163e2e-69a7-8df9-1ef2-000000000256 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-13 13:44:27.468606 | fa163e2e-69a7-8df9-1ef2-000000000256 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-13 13:44:27.469919 | fa163e2e-69a7-8df9-1ef2-000000000256 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:22.789120 | 0.22s 2025-10-13 13:44:27.533600 | fa163e2e-69a7-8df9-1ef2-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:22.852797 | 0.02s 2025-10-13 13:44:27.609166 | fa163e2e-69a7-8df9-1ef2-00000000034f | TASK | Create temporary file for ssh_known_hosts 2025-10-13 13:44:27.810131 | fa163e2e-69a7-8df9-1ef2-00000000034f | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-13 13:44:27.810883 | fa163e2e-69a7-8df9-1ef2-00000000034f | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:23.130091 | 0.20s 2025-10-13 13:44:27.827356 | fa163e2e-69a7-8df9-1ef2-000000000350 | TASK | Check for ssh_known_hosts file 2025-10-13 13:44:28.025839 | fa163e2e-69a7-8df9-1ef2-000000000350 | OK | Check for ssh_known_hosts file | standalone 2025-10-13 13:44:28.026627 | fa163e2e-69a7-8df9-1ef2-000000000350 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:23.345836 | 0.20s 2025-10-13 13:44:28.045248 | fa163e2e-69a7-8df9-1ef2-000000000351 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-13 13:44:28.070015 | fa163e2e-69a7-8df9-1ef2-000000000351 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-13 13:44:28.070762 | fa163e2e-69a7-8df9-1ef2-000000000351 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:23.389970 | 0.02s 2025-10-13 13:44:28.088969 | fa163e2e-69a7-8df9-1ef2-000000000352 | TASK | Write temporary file 2025-10-13 13:44:28.125295 | fa163e2e-69a7-8df9-1ef2-000000000352 | SKIPPED | Write temporary file | standalone 2025-10-13 13:44:28.126322 | fa163e2e-69a7-8df9-1ef2-000000000352 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:23.445524 | 0.04s 2025-10-13 13:44:28.149309 | fa163e2e-69a7-8df9-1ef2-000000000353 | TASK | Set ssh_known_hosts fact 2025-10-13 13:44:28.227542 | fa163e2e-69a7-8df9-1ef2-000000000353 | OK | Set ssh_known_hosts fact | standalone 2025-10-13 13:44:28.228216 | fa163e2e-69a7-8df9-1ef2-000000000353 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:23.547427 | 0.08s 2025-10-13 13:44:28.245693 | fa163e2e-69a7-8df9-1ef2-000000000354 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-13 13:44:28.426644 | fa163e2e-69a7-8df9-1ef2-000000000354 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-13 13:44:28.428015 | fa163e2e-69a7-8df9-1ef2-000000000354 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:23.747215 | 0.18s 2025-10-13 13:44:28.452592 | fa163e2e-69a7-8df9-1ef2-000000000355 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-13 13:44:28.662644 | fa163e2e-69a7-8df9-1ef2-000000000355 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-13 13:44:28.663357 | fa163e2e-69a7-8df9-1ef2-000000000355 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:23.982567 | 0.21s 2025-10-13 13:44:28.679918 | fa163e2e-69a7-8df9-1ef2-000000000356 | TASK | Remove temp file 2025-10-13 13:44:28.928658 | fa163e2e-69a7-8df9-1ef2-000000000356 | CHANGED | Remove temp file | standalone 2025-10-13 13:44:28.930015 | fa163e2e-69a7-8df9-1ef2-000000000356 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:24.249216 | 0.25s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-13 13:44:29.102654 | fa163e2e-69a7-8df9-1ef2-000000000034 | TASK | Deploy step tasks for step 0 2025-10-13 13:44:29.150788 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-000000000034') missing from stats 2025-10-13 13:44:29.179253 | fa163e2e-69a7-8df9-1ef2-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-13 13:44:29.401157 | fa163e2e-69a7-8df9-1ef2-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-13 13:44:29.403084 | fa163e2e-69a7-8df9-1ef2-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:24.722276 | 0.22s 2025-10-13 13:44:29.426397 | fa163e2e-69a7-8df9-1ef2-000000000036 | TASK | Check cloud-init status 2025-10-13 13:44:29.646703 | fa163e2e-69a7-8df9-1ef2-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-13 13:44:29.647574 | fa163e2e-69a7-8df9-1ef2-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:24.966786 | 0.22s 2025-10-13 13:44:29.664267 | fa163e2e-69a7-8df9-1ef2-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-13 13:44:29.847358 | fa163e2e-69a7-8df9-1ef2-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-13 13:44:29.848149 | fa163e2e-69a7-8df9-1ef2-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:25.167360 | 0.18s 2025-10-13 13:44:29.872045 | fa163e2e-69a7-8df9-1ef2-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-13 13:44:30.244793 | fa163e2e-69a7-8df9-1ef2-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-13 13:44:30.246158 | fa163e2e-69a7-8df9-1ef2-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:25.565361 | 0.37s 2025-10-13 13:44:30.273060 | fa163e2e-69a7-8df9-1ef2-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-13 13:44:30.501106 | fa163e2e-69a7-8df9-1ef2-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-13 13:44:30.502028 | fa163e2e-69a7-8df9-1ef2-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:25.821237 | 0.23s 2025-10-13 13:44:30.526383 | fa163e2e-69a7-8df9-1ef2-00000000003a | TASK | Write container-puppet.sh 2025-10-13 13:44:30.993350 | fa163e2e-69a7-8df9-1ef2-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-13 13:44:30.994298 | fa163e2e-69a7-8df9-1ef2-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:26.313506 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 13:44:31.051786 | fa163e2e-69a7-8df9-1ef2-00000000003b | TIMING | include_tasks | standalone | 0:00:26.370980 | 0.03s 2025-10-13 13:44:31.071047 | 4b4e4537-dac1-41d6-9b24-1e81c8d6f565 | INCLUDED | /root/standalone-ansible-fa02z7re/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-13 13:44:31.105242 | fa163e2e-69a7-8df9-1ef2-000000000404 | TASK | Configure tuned before reboot 2025-10-13 13:44:31.149884 | fa163e2e-69a7-8df9-1ef2-000000000404 | TIMING | Configure tuned before reboot | standalone | 0:00:26.469062 | 0.04s 2025-10-13 13:44:31.201035 | fa163e2e-69a7-8df9-1ef2-000000000443 | TASK | Gather variables for each operating system 2025-10-13 13:44:31.322159 | fa163e2e-69a7-8df9-1ef2-000000000443 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-13 13:44:31.323509 | fa163e2e-69a7-8df9-1ef2-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:26.642707 | 0.12s 2025-10-13 13:44:31.330568 | fa163e2e-69a7-8df9-1ef2-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:26.649754 | 0.13s 2025-10-13 13:44:31.417682 | fa163e2e-69a7-8df9-1ef2-000000000444 | TIMING | tuned : include_tasks | standalone | 0:00:26.736854 | 0.06s 2025-10-13 13:44:31.446739 | cc248031-7328-40ad-ade0-1c809b0b9f09 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-13 13:44:31.481111 | fa163e2e-69a7-8df9-1ef2-00000000046d | TASK | Check tuned package is installed 2025-10-13 13:44:31.760513 | fa163e2e-69a7-8df9-1ef2-00000000046d | CHANGED | Check tuned package is installed | standalone 2025-10-13 13:44:31.761559 | fa163e2e-69a7-8df9-1ef2-00000000046d | TIMING | tuned : Check tuned package is installed | standalone | 0:00:27.080765 | 0.28s 2025-10-13 13:44:31.781737 | fa163e2e-69a7-8df9-1ef2-00000000046e | TASK | Install tuned 2025-10-13 13:44:38.358255 | fa163e2e-69a7-8df9-1ef2-00000000046e | CHANGED | Install tuned | standalone 2025-10-13 13:44:38.359520 | fa163e2e-69a7-8df9-1ef2-00000000046e | TIMING | tuned : Install tuned | standalone | 0:00:33.678729 | 6.58s 2025-10-13 13:44:38.380371 | fa163e2e-69a7-8df9-1ef2-00000000046f | TASK | Restart tuned 2025-10-13 13:44:40.148384 | fa163e2e-69a7-8df9-1ef2-00000000046f | CHANGED | Restart tuned | standalone 2025-10-13 13:44:40.150090 | fa163e2e-69a7-8df9-1ef2-00000000046f | TIMING | tuned : Restart tuned | standalone | 0:00:35.469293 | 1.77s 2025-10-13 13:44:40.175990 | fa163e2e-69a7-8df9-1ef2-000000000445 | TASK | Check for tuned-adm 2025-10-13 13:44:40.413063 | fa163e2e-69a7-8df9-1ef2-000000000445 | OK | Check for tuned-adm | standalone 2025-10-13 13:44:40.414841 | fa163e2e-69a7-8df9-1ef2-000000000445 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:35.734045 | 0.24s 2025-10-13 13:44:40.472284 | fa163e2e-69a7-8df9-1ef2-000000000446 | TIMING | tuned : include_tasks | standalone | 0:00:35.791466 | 0.03s 2025-10-13 13:44:40.493970 | aafeec46-5db0-4992-b94e-1e6c5bb33fc1 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-13 13:44:40.534788 | fa163e2e-69a7-8df9-1ef2-0000000004a4 | TASK | Ensure profile directory exists 2025-10-13 13:44:40.596117 | fa163e2e-69a7-8df9-1ef2-0000000004a4 | SKIPPED | Ensure profile directory exists | standalone 2025-10-13 13:44:40.597831 | fa163e2e-69a7-8df9-1ef2-0000000004a4 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:35.917023 | 0.06s 2025-10-13 13:44:40.625340 | fa163e2e-69a7-8df9-1ef2-0000000004a5 | TASK | Create custom tuned profile 2025-10-13 13:44:40.679245 | fa163e2e-69a7-8df9-1ef2-0000000004a5 | SKIPPED | Create custom tuned profile | standalone 2025-10-13 13:44:40.680920 | fa163e2e-69a7-8df9-1ef2-0000000004a5 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:36.000112 | 0.05s 2025-10-13 13:44:40.709442 | fa163e2e-69a7-8df9-1ef2-0000000004a6 | TASK | Check tuned active profile 2025-10-13 13:44:41.044171 | fa163e2e-69a7-8df9-1ef2-0000000004a6 | OK | Check tuned active profile | standalone 2025-10-13 13:44:41.045875 | fa163e2e-69a7-8df9-1ef2-0000000004a6 | TIMING | tuned : Check tuned active profile | standalone | 0:00:36.365073 | 0.33s 2025-10-13 13:44:41.074018 | fa163e2e-69a7-8df9-1ef2-0000000004a7 | TASK | Check Tuned Configuration file exists 2025-10-13 13:44:41.252410 | fa163e2e-69a7-8df9-1ef2-0000000004a7 | OK | Check Tuned Configuration file exists | standalone 2025-10-13 13:44:41.253812 | fa163e2e-69a7-8df9-1ef2-0000000004a7 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:36.573014 | 0.18s 2025-10-13 13:44:41.281217 | fa163e2e-69a7-8df9-1ef2-0000000004a8 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-13 13:44:41.321517 | fa163e2e-69a7-8df9-1ef2-0000000004a8 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-13 13:44:41.323150 | fa163e2e-69a7-8df9-1ef2-0000000004a8 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:36.642345 | 0.04s 2025-10-13 13:44:41.353398 | fa163e2e-69a7-8df9-1ef2-0000000004a9 | TASK | Configure isolated cores for profile throughput-performance 2025-10-13 13:44:41.398780 | fa163e2e-69a7-8df9-1ef2-0000000004a9 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-13 13:44:41.400199 | fa163e2e-69a7-8df9-1ef2-0000000004a9 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:36.719393 | 0.04s 2025-10-13 13:44:41.427102 | fa163e2e-69a7-8df9-1ef2-0000000004aa | TASK | Enable tuned profile 2025-10-13 13:44:42.848115 | fa163e2e-69a7-8df9-1ef2-0000000004aa | CHANGED | Enable tuned profile | standalone 2025-10-13 13:44:42.849669 | fa163e2e-69a7-8df9-1ef2-0000000004aa | TIMING | tuned : Enable tuned profile | standalone | 0:00:38.168869 | 1.42s 2025-10-13 13:44:42.898906 | fa163e2e-69a7-8df9-1ef2-000000000405 | TASK | Configure kernel args and reboot 2025-10-13 13:44:42.949164 | fa163e2e-69a7-8df9-1ef2-000000000405 | TIMING | Configure kernel args and reboot | standalone | 0:00:38.268354 | 0.05s 2025-10-13 13:44:43.092579 | fa163e2e-69a7-8df9-1ef2-000000000557 | TASK | Get the command line args of the node 2025-10-13 13:44:43.363455 | fa163e2e-69a7-8df9-1ef2-000000000557 | CHANGED | Get the command line args of the node | standalone 2025-10-13 13:44:43.364933 | fa163e2e-69a7-8df9-1ef2-000000000557 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:38.684131 | 0.27s 2025-10-13 13:44:43.394954 | fa163e2e-69a7-8df9-1ef2-000000000559 | TASK | Check if node has a nova.conf 2025-10-13 13:44:43.618201 | fa163e2e-69a7-8df9-1ef2-000000000559 | OK | Check if node has a nova.conf | standalone 2025-10-13 13:44:43.619706 | fa163e2e-69a7-8df9-1ef2-000000000559 | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:38.938900 | 0.22s 2025-10-13 13:44:43.645645 | fa163e2e-69a7-8df9-1ef2-00000000055b | TASK | Warn operator about workload protection 2025-10-13 13:44:43.683205 | fa163e2e-69a7-8df9-1ef2-00000000055b | SKIPPED | Warn operator about workload protection | standalone 2025-10-13 13:44:43.684207 | fa163e2e-69a7-8df9-1ef2-00000000055b | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:39.003411 | 0.04s 2025-10-13 13:44:43.706634 | fa163e2e-69a7-8df9-1ef2-00000000055c | TASK | Setting defer reboot fact 2025-10-13 13:44:43.745095 | fa163e2e-69a7-8df9-1ef2-00000000055c | SKIPPED | Setting defer reboot fact | standalone 2025-10-13 13:44:43.746141 | fa163e2e-69a7-8df9-1ef2-00000000055c | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:39.065346 | 0.04s 2025-10-13 13:44:43.768136 | fa163e2e-69a7-8df9-1ef2-00000000055e | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-13 13:44:43.796913 | fa163e2e-69a7-8df9-1ef2-00000000055e | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:39.116097 | 0.03s 2025-10-13 13:44:43.827834 | fa163e2e-69a7-8df9-1ef2-000000000563 | TASK | Find hugepages in cmdline 2025-10-13 13:44:43.877441 | fa163e2e-69a7-8df9-1ef2-000000000563 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-13 13:44:43.878285 | fa163e2e-69a7-8df9-1ef2-000000000563 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:39.197492 | 0.05s 2025-10-13 13:44:43.897133 | fa163e2e-69a7-8df9-1ef2-000000000564 | TASK | Finding human-readable hugepages in cmdline 2025-10-13 13:44:43.937037 | fa163e2e-69a7-8df9-1ef2-000000000564 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-13 13:44:43.937884 | fa163e2e-69a7-8df9-1ef2-000000000564 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:39.257095 | 0.04s 2025-10-13 13:44:43.956632 | fa163e2e-69a7-8df9-1ef2-000000000568 | TASK | Find desired default hugepage size 2025-10-13 13:44:44.002873 | fa163e2e-69a7-8df9-1ef2-000000000568 | SKIPPED | Find desired default hugepage size | standalone 2025-10-13 13:44:44.003712 | fa163e2e-69a7-8df9-1ef2-000000000568 | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:39.322923 | 0.05s 2025-10-13 13:44:44.029308 | fa163e2e-69a7-8df9-1ef2-00000000056a | TASK | Storing non-configured hugepages 2025-10-13 13:44:44.060792 | fa163e2e-69a7-8df9-1ef2-00000000056a | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:39.379980 | 0.03s 2025-10-13 13:44:44.088135 | fa163e2e-69a7-8df9-1ef2-00000000056c | TASK | Validating against hugepages config received from TripleO 2025-10-13 13:44:44.136820 | fa163e2e-69a7-8df9-1ef2-00000000056c | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-13 13:44:44.137667 | fa163e2e-69a7-8df9-1ef2-00000000056c | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:39.456877 | 0.05s 2025-10-13 13:44:44.154905 | fa163e2e-69a7-8df9-1ef2-00000000056d | TASK | Determining the default hugepagesz 2025-10-13 13:44:44.200602 | fa163e2e-69a7-8df9-1ef2-00000000056d | SKIPPED | Determining the default hugepagesz | standalone 2025-10-13 13:44:44.201482 | fa163e2e-69a7-8df9-1ef2-00000000056d | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:39.520691 | 0.05s 2025-10-13 13:44:44.219189 | fa163e2e-69a7-8df9-1ef2-00000000056e | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-13 13:44:44.267506 | fa163e2e-69a7-8df9-1ef2-00000000056e | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-13 13:44:44.268712 | fa163e2e-69a7-8df9-1ef2-00000000056e | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:39.587913 | 0.05s 2025-10-13 13:44:44.296626 | fa163e2e-69a7-8df9-1ef2-00000000056f | TASK | Making sure that we have a default hugepagesz 2025-10-13 13:44:44.339845 | fa163e2e-69a7-8df9-1ef2-00000000056f | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-13 13:44:44.341248 | fa163e2e-69a7-8df9-1ef2-00000000056f | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:39.660447 | 0.04s 2025-10-13 13:44:44.370596 | fa163e2e-69a7-8df9-1ef2-000000000571 | TASK | Warn about possible modifications 2025-10-13 13:44:44.419877 | fa163e2e-69a7-8df9-1ef2-000000000571 | SKIPPED | Warn about possible modifications | standalone 2025-10-13 13:44:44.420627 | fa163e2e-69a7-8df9-1ef2-000000000571 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:39.739838 | 0.05s 2025-10-13 13:44:44.439345 | fa163e2e-69a7-8df9-1ef2-000000000572 | TASK | Remove hugepage settings from kernelargs 2025-10-13 13:44:44.481324 | fa163e2e-69a7-8df9-1ef2-000000000572 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-13 13:44:44.482192 | fa163e2e-69a7-8df9-1ef2-000000000572 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:39.801401 | 0.04s 2025-10-13 13:44:44.504762 | fa163e2e-69a7-8df9-1ef2-000000000573 | TASK | Cleaning up whitespaces 2025-10-13 13:44:44.544224 | fa163e2e-69a7-8df9-1ef2-000000000573 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-13 13:44:44.545098 | fa163e2e-69a7-8df9-1ef2-000000000573 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:39.864308 | 0.04s 2025-10-13 13:44:44.563626 | fa163e2e-69a7-8df9-1ef2-000000000575 | TASK | Check if the kernelargs entry is already present in the file 2025-10-13 13:44:44.908951 | fa163e2e-69a7-8df9-1ef2-000000000575 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-13 13:44:44.910333 | fa163e2e-69a7-8df9-1ef2-000000000575 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:40.229530 | 0.35s 2025-10-13 13:44:44.935751 | fa163e2e-69a7-8df9-1ef2-000000000577 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-13 13:44:44.985169 | fa163e2e-69a7-8df9-1ef2-000000000577 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-13 13:44:44.986409 | fa163e2e-69a7-8df9-1ef2-000000000577 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:40.305609 | 0.05s 2025-10-13 13:44:45.013555 | fa163e2e-69a7-8df9-1ef2-000000000578 | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-13 13:44:45.073532 | fa163e2e-69a7-8df9-1ef2-000000000578 | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-13 13:44:45.074787 | fa163e2e-69a7-8df9-1ef2-000000000578 | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:40.393987 | 0.06s 2025-10-13 13:44:45.100914 | fa163e2e-69a7-8df9-1ef2-000000000579 | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-13 13:44:45.161965 | fa163e2e-69a7-8df9-1ef2-000000000579 | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-13 13:44:45.163141 | fa163e2e-69a7-8df9-1ef2-000000000579 | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:40.482342 | 0.06s 2025-10-13 13:44:45.189830 | fa163e2e-69a7-8df9-1ef2-00000000057a | TASK | Generate grub config 2025-10-13 13:44:45.250969 | fa163e2e-69a7-8df9-1ef2-00000000057a | SKIPPED | Generate grub config | standalone 2025-10-13 13:44:45.252377 | fa163e2e-69a7-8df9-1ef2-00000000057a | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:40.571574 | 0.06s 2025-10-13 13:44:45.278939 | fa163e2e-69a7-8df9-1ef2-00000000057e | TASK | Get the block device that /boot is on 2025-10-13 13:44:45.341522 | fa163e2e-69a7-8df9-1ef2-00000000057e | SKIPPED | Get the block device that /boot is on | standalone 2025-10-13 13:44:45.342795 | fa163e2e-69a7-8df9-1ef2-00000000057e | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:40.661998 | 0.06s 2025-10-13 13:44:45.368702 | fa163e2e-69a7-8df9-1ef2-00000000057f | TASK | Get the mount point that /boot is in 2025-10-13 13:44:45.430032 | fa163e2e-69a7-8df9-1ef2-00000000057f | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-13 13:44:45.431339 | fa163e2e-69a7-8df9-1ef2-00000000057f | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:40.750540 | 0.06s 2025-10-13 13:44:45.458188 | fa163e2e-69a7-8df9-1ef2-000000000580 | TASK | Set facts for EFI grub.cfg generation 2025-10-13 13:44:45.520694 | fa163e2e-69a7-8df9-1ef2-000000000580 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-13 13:44:45.521977 | fa163e2e-69a7-8df9-1ef2-000000000580 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:40.841172 | 0.06s 2025-10-13 13:44:45.547723 | fa163e2e-69a7-8df9-1ef2-000000000581 | TASK | Executed script to fix grub-menu 2025-10-13 13:44:45.609031 | fa163e2e-69a7-8df9-1ef2-000000000581 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-13 13:44:45.610268 | fa163e2e-69a7-8df9-1ef2-000000000581 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:40.929469 | 0.06s 2025-10-13 13:44:45.636070 | fa163e2e-69a7-8df9-1ef2-000000000582 | TASK | Check grub config paths 2025-10-13 13:44:45.705857 | fa163e2e-69a7-8df9-1ef2-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-13 13:44:45.722508 | fa163e2e-69a7-8df9-1ef2-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-13 13:44:45.728995 | fa163e2e-69a7-8df9-1ef2-000000000582 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:41.048187 | 0.09s 2025-10-13 13:44:45.756234 | fa163e2e-69a7-8df9-1ef2-000000000583 | TASK | Write EFI grub.cfg 2025-10-13 13:44:45.830486 | fa163e2e-69a7-8df9-1ef2-000000000583 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-13 13:44:45.847128 | fa163e2e-69a7-8df9-1ef2-000000000583 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-13 13:44:45.853382 | fa163e2e-69a7-8df9-1ef2-000000000583 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:41.172578 | 0.10s 2025-10-13 13:44:45.879710 | fa163e2e-69a7-8df9-1ef2-000000000584 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-13 13:44:45.929886 | fa163e2e-69a7-8df9-1ef2-000000000584 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-13 13:44:45.931096 | fa163e2e-69a7-8df9-1ef2-000000000584 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:41.250299 | 0.05s 2025-10-13 13:44:45.956697 | fa163e2e-69a7-8df9-1ef2-000000000585 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-13 13:44:46.005928 | fa163e2e-69a7-8df9-1ef2-000000000585 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-13 13:44:46.007085 | fa163e2e-69a7-8df9-1ef2-000000000585 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:41.326286 | 0.05s 2025-10-13 13:44:46.032198 | fa163e2e-69a7-8df9-1ef2-000000000586 | TASK | Execute grub2-mkconfig 2025-10-13 13:44:46.081037 | fa163e2e-69a7-8df9-1ef2-000000000586 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-13 13:44:46.082214 | fa163e2e-69a7-8df9-1ef2-000000000586 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:41.401414 | 0.05s 2025-10-13 13:44:46.107110 | fa163e2e-69a7-8df9-1ef2-000000000587 | TASK | Check for active tuned profile 2025-10-13 13:44:46.148754 | fa163e2e-69a7-8df9-1ef2-000000000587 | SKIPPED | Check for active tuned profile | standalone 2025-10-13 13:44:46.149966 | fa163e2e-69a7-8df9-1ef2-000000000587 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:41.469161 | 0.04s 2025-10-13 13:44:46.175229 | fa163e2e-69a7-8df9-1ef2-000000000588 | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-13 13:44:46.217560 | fa163e2e-69a7-8df9-1ef2-000000000588 | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-13 13:44:46.218885 | fa163e2e-69a7-8df9-1ef2-000000000588 | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:41.538078 | 0.04s 2025-10-13 13:44:46.244521 | fa163e2e-69a7-8df9-1ef2-000000000589 | TASK | Set reboot required fact 2025-10-13 13:44:46.287014 | fa163e2e-69a7-8df9-1ef2-000000000589 | SKIPPED | Set reboot required fact | standalone 2025-10-13 13:44:46.288477 | fa163e2e-69a7-8df9-1ef2-000000000589 | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:41.607641 | 0.04s 2025-10-13 13:44:46.315953 | fa163e2e-69a7-8df9-1ef2-00000000058b | TASK | Apply DPDK workarounds 2025-10-13 13:44:46.357215 | fa163e2e-69a7-8df9-1ef2-00000000058b | SKIPPED | Apply DPDK workarounds | standalone 2025-10-13 13:44:46.358504 | fa163e2e-69a7-8df9-1ef2-00000000058b | TIMING | Apply DPDK workarounds | standalone | 0:00:41.677706 | 0.04s 2025-10-13 13:44:46.383726 | fa163e2e-69a7-8df9-1ef2-00000000058d | TASK | Ensure /etc/modules-load.d exists 2025-10-13 13:44:46.411860 | fa163e2e-69a7-8df9-1ef2-00000000058d | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-13 13:44:46.413079 | fa163e2e-69a7-8df9-1ef2-00000000058d | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:41.732280 | 0.03s 2025-10-13 13:44:46.438788 | fa163e2e-69a7-8df9-1ef2-00000000058e | TASK | Load modules 2025-10-13 13:44:46.486105 | fa163e2e-69a7-8df9-1ef2-00000000058e | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-13 13:44:46.492313 | fa163e2e-69a7-8df9-1ef2-00000000058e | TIMING | tripleo_kernel : Load modules | standalone | 0:00:41.811508 | 0.05s 2025-10-13 13:44:46.517968 | fa163e2e-69a7-8df9-1ef2-000000000590 | TASK | Persist modules via modules-load.d 2025-10-13 13:44:46.562970 | fa163e2e-69a7-8df9-1ef2-000000000590 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-13 13:44:46.570357 | fa163e2e-69a7-8df9-1ef2-000000000590 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:41.889554 | 0.05s 2025-10-13 13:44:46.595545 | fa163e2e-69a7-8df9-1ef2-000000000592 | TASK | Drop module persistence 2025-10-13 13:44:46.644592 | fa163e2e-69a7-8df9-1ef2-000000000592 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-13 13:44:46.656686 | fa163e2e-69a7-8df9-1ef2-000000000592 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:41.975879 | 0.06s 2025-10-13 13:44:46.683395 | fa163e2e-69a7-8df9-1ef2-000000000594 | TASK | Set modules persistence via /etc/modules 2025-10-13 13:44:46.715038 | fa163e2e-69a7-8df9-1ef2-000000000594 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-13 13:44:46.722621 | fa163e2e-69a7-8df9-1ef2-000000000594 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:42.041817 | 0.04s 2025-10-13 13:44:46.748976 | fa163e2e-69a7-8df9-1ef2-000000000596 | TASK | Modules reload 2025-10-13 13:44:46.777262 | fa163e2e-69a7-8df9-1ef2-000000000596 | SKIPPED | Modules reload | standalone 2025-10-13 13:44:46.778553 | fa163e2e-69a7-8df9-1ef2-000000000596 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:42.097752 | 0.03s 2025-10-13 13:44:46.804961 | fa163e2e-69a7-8df9-1ef2-000000000598 | TASK | Reboot tasks 2025-10-13 13:44:46.843707 | fa163e2e-69a7-8df9-1ef2-000000000598 | SKIPPED | Reboot tasks | standalone 2025-10-13 13:44:46.844917 | fa163e2e-69a7-8df9-1ef2-000000000598 | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:42.164118 | 0.04s 2025-10-13 13:44:46.870695 | fa163e2e-69a7-8df9-1ef2-000000000599 | TASK | Skipping reboot for deployed node 2025-10-13 13:44:46.912067 | fa163e2e-69a7-8df9-1ef2-000000000599 | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-13 13:44:46.913654 | fa163e2e-69a7-8df9-1ef2-000000000599 | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:42.232855 | 0.04s PLAY [Server pre network steps] ************************************************ 2025-10-13 13:44:47.076878 | fa163e2e-69a7-8df9-1ef2-00000000003f | TASK | Server pre-network deployments 2025-10-13 13:44:47.101192 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-00000000003f') missing from stats 2025-10-13 13:44:47.122026 | fa163e2e-69a7-8df9-1ef2-000000000043 | TASK | Hiera config 2025-10-13 13:44:47.149220 | fa163e2e-69a7-8df9-1ef2-000000000043 | TIMING | Hiera config | standalone | 0:00:42.468415 | 0.03s 2025-10-13 13:44:47.185965 | fa163e2e-69a7-8df9-1ef2-00000000070f | TASK | Create /etc/puppet/hieradata 2025-10-13 13:44:47.417880 | fa163e2e-69a7-8df9-1ef2-00000000070f | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-13 13:44:47.419278 | fa163e2e-69a7-8df9-1ef2-00000000070f | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:42.738479 | 0.23s 2025-10-13 13:44:47.443981 | fa163e2e-69a7-8df9-1ef2-000000000710 | TASK | Write hiera config 2025-10-13 13:44:47.879414 | fa163e2e-69a7-8df9-1ef2-000000000710 | CHANGED | Write hiera config | standalone 2025-10-13 13:44:47.880800 | fa163e2e-69a7-8df9-1ef2-000000000710 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:43.200003 | 0.44s 2025-10-13 13:44:47.927731 | fa163e2e-69a7-8df9-1ef2-000000000044 | TASK | Hiera symlink 2025-10-13 13:44:48.182580 | fa163e2e-69a7-8df9-1ef2-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-13 13:44:48.183795 | fa163e2e-69a7-8df9-1ef2-000000000044 | TIMING | Hiera symlink | standalone | 0:00:43.502998 | 0.25s 2025-10-13 13:44:48.208373 | fa163e2e-69a7-8df9-1ef2-000000000045 | TASK | Hieradata from vars 2025-10-13 13:44:48.237897 | fa163e2e-69a7-8df9-1ef2-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:43.557098 | 0.03s 2025-10-13 13:44:48.299778 | fa163e2e-69a7-8df9-1ef2-00000000076a | TASK | Copy overcloud.json to all_nodes.json 2025-10-13 13:44:48.774949 | fa163e2e-69a7-8df9-1ef2-00000000076a | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-13 13:44:48.776288 | fa163e2e-69a7-8df9-1ef2-00000000076a | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:44.095489 | 0.48s 2025-10-13 13:44:48.801326 | fa163e2e-69a7-8df9-1ef2-00000000076b | TASK | Render hieradata from template 2025-10-13 13:44:49.331208 | fa163e2e-69a7-8df9-1ef2-00000000076b | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-13 13:44:49.332509 | fa163e2e-69a7-8df9-1ef2-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:44.651709 | 0.53s 2025-10-13 13:44:49.833343 | fa163e2e-69a7-8df9-1ef2-00000000076b | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-13 13:44:49.835372 | fa163e2e-69a7-8df9-1ef2-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:45.154577 | 1.03s 2025-10-13 13:44:50.429401 | fa163e2e-69a7-8df9-1ef2-00000000076b | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-13 13:44:50.430131 | fa163e2e-69a7-8df9-1ef2-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:45.749344 | 1.63s 2025-10-13 13:44:50.898084 | fa163e2e-69a7-8df9-1ef2-00000000076b | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-13 13:44:50.898674 | fa163e2e-69a7-8df9-1ef2-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.217887 | 2.10s 2025-10-13 13:44:51.380418 | fa163e2e-69a7-8df9-1ef2-00000000076b | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-13 13:44:51.382335 | fa163e2e-69a7-8df9-1ef2-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.701535 | 2.58s 2025-10-13 13:44:51.858332 | fa163e2e-69a7-8df9-1ef2-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-13 13:44:51.858946 | fa163e2e-69a7-8df9-1ef2-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.178158 | 3.06s 2025-10-13 13:44:52.359245 | fa163e2e-69a7-8df9-1ef2-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-13 13:44:52.360373 | fa163e2e-69a7-8df9-1ef2-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.679578 | 3.56s 2025-10-13 13:44:52.843134 | fa163e2e-69a7-8df9-1ef2-00000000076b | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-13 13:44:52.844068 | fa163e2e-69a7-8df9-1ef2-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.163277 | 4.04s 2025-10-13 13:44:53.329165 | fa163e2e-69a7-8df9-1ef2-00000000076b | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-13 13:44:53.330284 | fa163e2e-69a7-8df9-1ef2-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.649488 | 4.53s 2025-10-13 13:44:53.837100 | fa163e2e-69a7-8df9-1ef2-00000000076b | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-13 13:44:53.839019 | fa163e2e-69a7-8df9-1ef2-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.158224 | 5.04s 2025-10-13 13:44:53.851876 | fa163e2e-69a7-8df9-1ef2-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.171074 | 5.05s 2025-10-13 13:44:53.892562 | fa163e2e-69a7-8df9-1ef2-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-13 13:44:53.919223 | fa163e2e-69a7-8df9-1ef2-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:49.238425 | 0.03s 2025-10-13 13:44:53.966183 | fa163e2e-69a7-8df9-1ef2-00000000080f | TASK | Check for hieradata file 2025-10-13 13:44:54.205817 | fa163e2e-69a7-8df9-1ef2-00000000080f | OK | Check for hieradata file | standalone 2025-10-13 13:44:54.206542 | fa163e2e-69a7-8df9-1ef2-00000000080f | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:49.525753 | 0.24s 2025-10-13 13:44:54.225982 | fa163e2e-69a7-8df9-1ef2-000000000811 | TASK | Get existing data 2025-10-13 13:44:54.272179 | fa163e2e-69a7-8df9-1ef2-000000000811 | SKIPPED | Get existing data | standalone 2025-10-13 13:44:54.273358 | fa163e2e-69a7-8df9-1ef2-000000000811 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:49.592559 | 0.05s 2025-10-13 13:44:54.298538 | fa163e2e-69a7-8df9-1ef2-000000000812 | TASK | Set data fact 2025-10-13 13:44:54.349038 | fa163e2e-69a7-8df9-1ef2-000000000812 | SKIPPED | Set data fact | standalone 2025-10-13 13:44:54.350335 | fa163e2e-69a7-8df9-1ef2-000000000812 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:49.669535 | 0.05s 2025-10-13 13:44:54.376581 | fa163e2e-69a7-8df9-1ef2-000000000814 | TASK | Write ansible hieradata file 2025-10-13 13:44:54.905536 | fa163e2e-69a7-8df9-1ef2-000000000814 | CHANGED | Write ansible hieradata file | standalone 2025-10-13 13:44:54.907110 | fa163e2e-69a7-8df9-1ef2-000000000814 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:50.226313 | 0.53s 2025-10-13 13:44:55.007970 | fa163e2e-69a7-8df9-1ef2-000000000047 | TIMING | include_tasks | standalone | 0:00:50.327152 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-13 13:44:55.170232 | fa163e2e-69a7-8df9-1ef2-00000000004b | TASK | Network Configuration 2025-10-13 13:44:55.197121 | fa163e2e-69a7-8df9-1ef2-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e2e-69a7-8df9-1ef2-00000000004b') missing from stats 2025-10-13 13:44:55.227996 | fa163e2e-69a7-8df9-1ef2-00000000004c | TASK | Check NetworkConfig script existence 2025-10-13 13:44:55.254531 | fa163e2e-69a7-8df9-1ef2-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-13 13:44:55.255367 | fa163e2e-69a7-8df9-1ef2-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:50.574575 | 0.03s 2025-10-13 13:44:55.275355 | fa163e2e-69a7-8df9-1ef2-000000000052 | TASK | Gather SELinux fact if needed 2025-10-13 13:44:55.322417 | fa163e2e-69a7-8df9-1ef2-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-13 13:44:55.323709 | fa163e2e-69a7-8df9-1ef2-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:50.642911 | 0.05s 2025-10-13 13:44:55.348837 | fa163e2e-69a7-8df9-1ef2-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-13 13:44:55.980179 | fa163e2e-69a7-8df9-1ef2-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-13 13:44:55.980903 | fa163e2e-69a7-8df9-1ef2-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:51.300116 | 0.63s 2025-10-13 13:44:56.001113 | fa163e2e-69a7-8df9-1ef2-000000000054 | TASK | Ensure requirements are satisfied 2025-10-13 13:44:56.029007 | fa163e2e-69a7-8df9-1ef2-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:51.348204 | 0.03s 2025-10-13 13:44:56.086281 | fa163e2e-69a7-8df9-1ef2-0000000008ad | TASK | Gather facts if they don't exist 2025-10-13 13:44:56.133611 | fa163e2e-69a7-8df9-1ef2-0000000008ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-13 13:44:56.134831 | fa163e2e-69a7-8df9-1ef2-0000000008ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:51.454031 | 0.05s 2025-10-13 13:44:56.160289 | fa163e2e-69a7-8df9-1ef2-0000000008ae | TASK | Gather variables for each operating system 2025-10-13 13:44:56.272562 | fa163e2e-69a7-8df9-1ef2-0000000008ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-13 13:44:56.284849 | fa163e2e-69a7-8df9-1ef2-0000000008ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:51.604043 | 0.12s 2025-10-13 13:44:56.317385 | fa163e2e-69a7-8df9-1ef2-0000000008b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-13 13:44:56.603065 | fa163e2e-69a7-8df9-1ef2-0000000008b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-13 13:44:56.604375 | fa163e2e-69a7-8df9-1ef2-0000000008b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:51.923578 | 0.28s 2025-10-13 13:44:56.629299 | fa163e2e-69a7-8df9-1ef2-0000000008b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-13 13:44:56.667542 | fa163e2e-69a7-8df9-1ef2-0000000008b1 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-13 13:44:56.668633 | fa163e2e-69a7-8df9-1ef2-0000000008b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:51.987836 | 0.04s 2025-10-13 13:44:56.693066 | fa163e2e-69a7-8df9-1ef2-0000000008b2 | TASK | Ensure packages are actually well installed 2025-10-13 13:44:57.742946 | fa163e2e-69a7-8df9-1ef2-0000000008b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-13 13:44:57.744325 | fa163e2e-69a7-8df9-1ef2-0000000008b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:53.063528 | 1.05s 2025-10-13 13:44:57.793451 | fa163e2e-69a7-8df9-1ef2-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-13 13:44:58.042040 | fa163e2e-69a7-8df9-1ef2-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-13 13:44:58.043064 | fa163e2e-69a7-8df9-1ef2-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:53.362273 | 0.25s 2025-10-13 13:44:58.062094 | fa163e2e-69a7-8df9-1ef2-000000000057 | TASK | Reload NetworkManager 2025-10-13 13:44:58.469134 | fa163e2e-69a7-8df9-1ef2-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-13 13:44:58.471277 | fa163e2e-69a7-8df9-1ef2-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:53.790476 | 0.41s 2025-10-13 13:44:58.498915 | fa163e2e-69a7-8df9-1ef2-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-13 13:44:58.735583 | fa163e2e-69a7-8df9-1ef2-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-13 13:44:58.736849 | fa163e2e-69a7-8df9-1ef2-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:54.056057 | 0.24s 2025-10-13 13:44:58.756184 | fa163e2e-69a7-8df9-1ef2-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-13 13:44:58.997379 | fa163e2e-69a7-8df9-1ef2-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-13 13:44:58.998904 | fa163e2e-69a7-8df9-1ef2-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:54.318109 | 0.24s 2025-10-13 13:44:59.019443 | fa163e2e-69a7-8df9-1ef2-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-13 13:44:59.051414 | fa163e2e-69a7-8df9-1ef2-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-13 13:44:59.052867 | fa163e2e-69a7-8df9-1ef2-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:54.372071 | 0.03s 2025-10-13 13:44:59.072346 | fa163e2e-69a7-8df9-1ef2-00000000005c | TASK | Ensure we get cloud-init 2025-10-13 13:44:59.317168 | fa163e2e-69a7-8df9-1ef2-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-13 13:44:59.318364 | fa163e2e-69a7-8df9-1ef2-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:54.637572 | 0.24s 2025-10-13 13:44:59.337682 | fa163e2e-69a7-8df9-1ef2-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-13 13:44:59.600505 | fa163e2e-69a7-8df9-1ef2-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-13 13:44:59.602020 | fa163e2e-69a7-8df9-1ef2-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:54.921222 | 0.26s 2025-10-13 13:44:59.627320 | fa163e2e-69a7-8df9-1ef2-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-13 13:45:00.029412 | fa163e2e-69a7-8df9-1ef2-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-13 13:45:00.030814 | fa163e2e-69a7-8df9-1ef2-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:55.350015 | 0.40s 2025-10-13 13:45:00.056103 | fa163e2e-69a7-8df9-1ef2-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-13 13:45:00.115387 | fa163e2e-69a7-8df9-1ef2-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-13 13:45:00.116287 | fa163e2e-69a7-8df9-1ef2-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:55.435495 | 0.06s 2025-10-13 13:45:00.142283 | fa163e2e-69a7-8df9-1ef2-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-13 13:45:00.388996 | fa163e2e-69a7-8df9-1ef2-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-13 13:45:00.390545 | fa163e2e-69a7-8df9-1ef2-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:55.709740 | 0.25s 2025-10-13 13:45:00.418085 | fa163e2e-69a7-8df9-1ef2-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-13 13:45:00.490138 | fa163e2e-69a7-8df9-1ef2-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:55.809336 | 0.07s 2025-10-13 13:45:00.506891 | 7d55d8f4-4332-4082-b0dd-b18f0fa3f3f3 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-13 13:45:00.537224 | fa163e2e-69a7-8df9-1ef2-0000000008f7 | TASK | Set nic_config_file fact 2025-10-13 13:45:00.618303 | fa163e2e-69a7-8df9-1ef2-0000000008f7 | OK | Set nic_config_file fact | standalone 2025-10-13 13:45:00.619746 | fa163e2e-69a7-8df9-1ef2-0000000008f7 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:55.938946 | 0.08s 2025-10-13 13:45:00.645549 | fa163e2e-69a7-8df9-1ef2-0000000008f8 | TASK | Render overidden network config 2025-10-13 13:45:00.730214 | fa163e2e-69a7-8df9-1ef2-0000000008f8 | SKIPPED | Render overidden network config | standalone 2025-10-13 13:45:00.731646 | fa163e2e-69a7-8df9-1ef2-0000000008f8 | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:56.050841 | 0.08s 2025-10-13 13:45:00.757392 | fa163e2e-69a7-8df9-1ef2-0000000008f9 | TASK | Render network_config 2025-10-13 13:45:00.819498 | fa163e2e-69a7-8df9-1ef2-0000000008f9 | SKIPPED | Render network_config | standalone 2025-10-13 13:45:00.820978 | fa163e2e-69a7-8df9-1ef2-0000000008f9 | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:56.140174 | 0.06s 2025-10-13 13:45:00.840971 | fa163e2e-69a7-8df9-1ef2-0000000008fa | TASK | Render network_config from template 2025-10-13 13:45:01.349366 | fa163e2e-69a7-8df9-1ef2-0000000008fa | CHANGED | Render network_config from template | standalone 2025-10-13 13:45:01.350655 | fa163e2e-69a7-8df9-1ef2-0000000008fa | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:56.669858 | 0.51s 2025-10-13 13:45:01.377064 | fa163e2e-69a7-8df9-1ef2-0000000008fb | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=12572657992.43175 2025-10-13 13:45:05.430569 | fa163e2e-69a7-8df9-1ef2-0000000008fb | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-13 13:45:05.432361 | fa163e2e-69a7-8df9-1ef2-0000000008fb | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:00.751564 | 4.05s 2025-10-13 13:45:05.459218 | fa163e2e-69a7-8df9-1ef2-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-13 13:45:05.920008 | fa163e2e-69a7-8df9-1ef2-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-13 13:45:05.921602 | fa163e2e-69a7-8df9-1ef2-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:01.240803 | 0.46s 2025-10-13 13:45:05.942688 | fa163e2e-69a7-8df9-1ef2-000000000065 | TASK | Disable cloud-init network config 2025-10-13 13:45:06.465394 | fa163e2e-69a7-8df9-1ef2-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-13 13:45:06.466469 | fa163e2e-69a7-8df9-1ef2-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:01.785676 | 0.52s 2025-10-13 13:45:06.486979 | fa163e2e-69a7-8df9-1ef2-000000000066 | TASK | Ensure network service is enabled 2025-10-13 13:45:06.888209 | fa163e2e-69a7-8df9-1ef2-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-13 13:45:06.890238 | fa163e2e-69a7-8df9-1ef2-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:02.209433 | 0.40s PLAY [Server network validation] *********************************************** 2025-10-13 13:45:07.073246 | fa163e2e-69a7-8df9-1ef2-000000000096 | TASK | Basic Network Validation 2025-10-13 13:45:07.098626 | fa163e2e-69a7-8df9-1ef2-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:02.417830 | 0.02s 2025-10-13 13:45:07.138979 | fa163e2e-69a7-8df9-1ef2-000000000933 | TASK | Collect default network fact 2025-10-13 13:45:07.635598 | fa163e2e-69a7-8df9-1ef2-000000000933 | OK | Collect default network fact | standalone 2025-10-13 13:45:07.636762 | fa163e2e-69a7-8df9-1ef2-000000000933 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:02.955965 | 0.50s 2025-10-13 13:45:07.660596 | fa163e2e-69a7-8df9-1ef2-000000000934 | TASK | Check Default IPv4 Gateway availability 2025-10-13 13:45:07.688420 | fa163e2e-69a7-8df9-1ef2-000000000934 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-13 13:45:07.689564 | fa163e2e-69a7-8df9-1ef2-000000000934 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:03.008764 | 0.03s 2025-10-13 13:45:07.714375 | fa163e2e-69a7-8df9-1ef2-000000000935 | TASK | Check all networks Gateway availability 2025-10-13 13:45:07.741934 | fa163e2e-69a7-8df9-1ef2-000000000935 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:03.061131 | 0.03s 2025-10-13 13:45:07.761156 | fa163e2e-69a7-8df9-1ef2-000000000937 | TASK | Check Controllers availability 2025-10-13 13:45:07.820790 | fa163e2e-69a7-8df9-1ef2-000000000937 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-13 13:45:07.826711 | fa163e2e-69a7-8df9-1ef2-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-13 13:45:07.833621 | fa163e2e-69a7-8df9-1ef2-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-13 13:45:07.840035 | fa163e2e-69a7-8df9-1ef2-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-13 13:45:07.846308 | fa163e2e-69a7-8df9-1ef2-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-13 13:45:07.850210 | fa163e2e-69a7-8df9-1ef2-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-13 13:45:07.858146 | fa163e2e-69a7-8df9-1ef2-000000000937 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:03.177340 | 0.10s 2025-10-13 13:45:07.883251 | fa163e2e-69a7-8df9-1ef2-000000000939 | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-13 13:45:07.911784 | fa163e2e-69a7-8df9-1ef2-000000000939 | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-13 13:45:07.912994 | fa163e2e-69a7-8df9-1ef2-000000000939 | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:03.232194 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-13 13:45:08.072964 | fa163e2e-69a7-8df9-1ef2-00000000009a | TASK | Server pre deployments 2025-10-13 13:45:08.097517 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-00000000009a') missing from stats 2025-10-13 13:45:08.115242 | fa163e2e-69a7-8df9-1ef2-00000000009e | TASK | Hiera config 2025-10-13 13:45:08.140014 | fa163e2e-69a7-8df9-1ef2-00000000009e | TIMING | Hiera config | standalone | 0:01:03.459215 | 0.02s 2025-10-13 13:45:08.181275 | fa163e2e-69a7-8df9-1ef2-00000000098c | TASK | Create /etc/puppet/hieradata 2025-10-13 13:45:08.400753 | fa163e2e-69a7-8df9-1ef2-00000000098c | OK | Create /etc/puppet/hieradata | standalone 2025-10-13 13:45:08.402081 | fa163e2e-69a7-8df9-1ef2-00000000098c | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:03.721282 | 0.22s 2025-10-13 13:45:08.426823 | fa163e2e-69a7-8df9-1ef2-00000000098d | TASK | Write hiera config 2025-10-13 13:45:08.919837 | fa163e2e-69a7-8df9-1ef2-00000000098d | OK | Write hiera config | standalone 2025-10-13 13:45:08.920561 | fa163e2e-69a7-8df9-1ef2-00000000098d | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:04.239772 | 0.49s 2025-10-13 13:45:08.952862 | fa163e2e-69a7-8df9-1ef2-00000000009f | TASK | Hiera symlink 2025-10-13 13:45:09.222272 | fa163e2e-69a7-8df9-1ef2-00000000009f | OK | Hiera symlink | standalone 2025-10-13 13:45:09.223772 | fa163e2e-69a7-8df9-1ef2-00000000009f | TIMING | Hiera symlink | standalone | 0:01:04.542975 | 0.27s 2025-10-13 13:45:09.242610 | fa163e2e-69a7-8df9-1ef2-0000000000a0 | TASK | Hieradata from vars 2025-10-13 13:45:09.270136 | fa163e2e-69a7-8df9-1ef2-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:04.589323 | 0.03s 2025-10-13 13:45:09.321727 | fa163e2e-69a7-8df9-1ef2-0000000009e7 | TASK | Copy overcloud.json to all_nodes.json 2025-10-13 13:45:09.775188 | fa163e2e-69a7-8df9-1ef2-0000000009e7 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-13 13:45:09.776640 | fa163e2e-69a7-8df9-1ef2-0000000009e7 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:05.095843 | 0.45s 2025-10-13 13:45:09.798296 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | TASK | Render hieradata from template 2025-10-13 13:45:10.370627 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-13 13:45:10.371731 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:05.690941 | 0.57s 2025-10-13 13:45:10.845052 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | OK | Render hieradata from template | standalone | item=vip_data 2025-10-13 13:45:10.847784 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.166988 | 1.05s 2025-10-13 13:45:11.481560 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-13 13:45:11.483630 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.802831 | 1.68s 2025-10-13 13:45:11.936671 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-13 13:45:11.938280 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.257490 | 2.14s 2025-10-13 13:45:12.522018 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | OK | Render hieradata from template | standalone | item=fqdn 2025-10-13 13:45:12.524522 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.843722 | 2.72s 2025-10-13 13:45:13.000315 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | OK | Render hieradata from template | standalone | item=service_names 2025-10-13 13:45:13.002030 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.321242 | 3.20s 2025-10-13 13:45:13.466326 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | OK | Render hieradata from template | standalone | item=service_configs 2025-10-13 13:45:13.466965 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.786177 | 3.67s 2025-10-13 13:45:13.912516 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-13 13:45:13.913775 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.232987 | 4.11s 2025-10-13 13:45:14.347495 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-13 13:45:14.348320 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.667530 | 4.55s 2025-10-13 13:45:14.851383 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-13 13:45:14.853488 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.172692 | 5.05s 2025-10-13 13:45:14.866756 | fa163e2e-69a7-8df9-1ef2-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.185952 | 5.07s 2025-10-13 13:45:14.916833 | fa163e2e-69a7-8df9-1ef2-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-13 13:45:14.945971 | fa163e2e-69a7-8df9-1ef2-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:10.265168 | 0.03s 2025-10-13 13:45:15.013330 | fa163e2e-69a7-8df9-1ef2-000000000a8c | TASK | Check for hieradata file 2025-10-13 13:45:15.232765 | fa163e2e-69a7-8df9-1ef2-000000000a8c | OK | Check for hieradata file | standalone 2025-10-13 13:45:15.234093 | fa163e2e-69a7-8df9-1ef2-000000000a8c | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:10.553293 | 0.22s 2025-10-13 13:45:15.259196 | fa163e2e-69a7-8df9-1ef2-000000000a8e | TASK | Get existing data 2025-10-13 13:45:15.287003 | fa163e2e-69a7-8df9-1ef2-000000000a8e | SKIPPED | Get existing data | standalone 2025-10-13 13:45:15.288059 | fa163e2e-69a7-8df9-1ef2-000000000a8e | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:10.607260 | 0.03s 2025-10-13 13:45:15.314625 | fa163e2e-69a7-8df9-1ef2-000000000a8f | TASK | Set data fact 2025-10-13 13:45:15.346624 | fa163e2e-69a7-8df9-1ef2-000000000a8f | SKIPPED | Set data fact | standalone 2025-10-13 13:45:15.347837 | fa163e2e-69a7-8df9-1ef2-000000000a8f | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:10.667037 | 0.03s 2025-10-13 13:45:15.373332 | fa163e2e-69a7-8df9-1ef2-000000000a91 | TASK | Write ansible hieradata file 2025-10-13 13:45:15.816564 | fa163e2e-69a7-8df9-1ef2-000000000a91 | OK | Write ansible hieradata file | standalone 2025-10-13 13:45:15.817867 | fa163e2e-69a7-8df9-1ef2-000000000a91 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:11.137069 | 0.44s 2025-10-13 13:45:15.913387 | fa163e2e-69a7-8df9-1ef2-0000000000a2 | TIMING | include_tasks | standalone | 0:01:11.232583 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-13 13:45:16.065667 | fa163e2e-69a7-8df9-1ef2-0000000000a6 | TASK | Host prep steps 2025-10-13 13:45:16.092577 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000a6') missing from stats 2025-10-13 13:45:16.192494 | fa163e2e-69a7-8df9-1ef2-0000000000a7 | TASK | Deploy Artifacts 2025-10-13 13:45:16.304060 | fa163e2e-69a7-8df9-1ef2-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-13 13:45:16.305269 | fa163e2e-69a7-8df9-1ef2-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:11.624470 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 13:45:16.357612 | fa163e2e-69a7-8df9-1ef2-0000000000a8 | TIMING | include_tasks | standalone | 0:01:11.676808 | 0.03s 2025-10-13 13:45:16.520440 | ce831b56-a64a-4d22-8c4e-17cc000531a6 | INCLUDED | /root/standalone-ansible-fa02z7re/Standalone/host_prep_tasks.yaml | standalone 2025-10-13 13:45:16.572260 | fa163e2e-69a7-8df9-1ef2-000000000b0c | TASK | Run firewall role 2025-10-13 13:45:16.588824 | fa163e2e-69a7-8df9-1ef2-000000000b0c | TIMING | Run firewall role | standalone | 0:01:11.908031 | 0.02s 2025-10-13 13:45:16.639128 | fa163e2e-69a7-8df9-1ef2-000000000bff | TASK | Gather variables for each operating system 2025-10-13 13:45:16.746283 | fa163e2e-69a7-8df9-1ef2-000000000bff | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-13 13:45:16.747588 | fa163e2e-69a7-8df9-1ef2-000000000bff | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:12.066787 | 0.11s 2025-10-13 13:45:16.759330 | fa163e2e-69a7-8df9-1ef2-000000000bff | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:12.078531 | 0.12s 2025-10-13 13:45:16.783844 | fa163e2e-69a7-8df9-1ef2-000000000c00 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-13 13:45:19.803532 | fa163e2e-69a7-8df9-1ef2-000000000c00 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-13 13:45:19.804828 | fa163e2e-69a7-8df9-1ef2-000000000c00 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:15.124028 | 3.02s 2025-10-13 13:45:19.830371 | fa163e2e-69a7-8df9-1ef2-000000000c04 | TASK | Create empty var for masquerade rules 2025-10-13 13:45:19.869071 | fa163e2e-69a7-8df9-1ef2-000000000c04 | OK | Create empty var for masquerade rules | standalone 2025-10-13 13:45:19.870274 | fa163e2e-69a7-8df9-1ef2-000000000c04 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:15.189475 | 0.04s 2025-10-13 13:45:19.896509 | fa163e2e-69a7-8df9-1ef2-000000000c05 | TASK | Enable masquerade 2025-10-13 13:45:19.925939 | fa163e2e-69a7-8df9-1ef2-000000000c05 | SKIPPED | Enable masquerade | standalone 2025-10-13 13:45:19.927122 | fa163e2e-69a7-8df9-1ef2-000000000c05 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:15.246323 | 0.03s 2025-10-13 13:45:19.951537 | fa163e2e-69a7-8df9-1ef2-000000000c06 | TASK | Set the default frontend firewall rules 2025-10-13 13:45:19.984320 | fa163e2e-69a7-8df9-1ef2-000000000c06 | OK | Set the default frontend firewall rules | standalone 2025-10-13 13:45:19.985369 | fa163e2e-69a7-8df9-1ef2-000000000c06 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:15.304573 | 0.03s 2025-10-13 13:45:20.010611 | fa163e2e-69a7-8df9-1ef2-000000000c09 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-13 13:45:20.060376 | fa163e2e-69a7-8df9-1ef2-000000000c09 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-13 13:45:20.062114 | fa163e2e-69a7-8df9-1ef2-000000000c09 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:15.381316 | 0.05s 2025-10-13 13:45:20.087612 | fa163e2e-69a7-8df9-1ef2-000000000c0a | TASK | Set frontend rule fact (ssl rules) 2025-10-13 13:45:20.116907 | fa163e2e-69a7-8df9-1ef2-000000000c0a | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-13 13:45:20.118101 | fa163e2e-69a7-8df9-1ef2-000000000c0a | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:15.437303 | 0.03s 2025-10-13 13:45:20.144673 | fa163e2e-69a7-8df9-1ef2-000000000c0c | TASK | Set frontend rule fact (non-ssl rules) 2025-10-13 13:45:20.184005 | fa163e2e-69a7-8df9-1ef2-000000000c0c | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-13 13:45:20.185470 | fa163e2e-69a7-8df9-1ef2-000000000c0c | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:15.504632 | 0.04s 2025-10-13 13:45:20.212676 | fa163e2e-69a7-8df9-1ef2-000000000c0d | TASK | Set frontend rule fact (ssl rules) 2025-10-13 13:45:20.241535 | fa163e2e-69a7-8df9-1ef2-000000000c0d | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-13 13:45:20.243014 | fa163e2e-69a7-8df9-1ef2-000000000c0d | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:15.562213 | 0.03s 2025-10-13 13:45:20.267713 | fa163e2e-69a7-8df9-1ef2-000000000c0f | TASK | Enable LOG rules 2025-10-13 13:45:20.296609 | fa163e2e-69a7-8df9-1ef2-000000000c0f | SKIPPED | Enable LOG rules | standalone 2025-10-13 13:45:20.297845 | fa163e2e-69a7-8df9-1ef2-000000000c0f | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:15.617046 | 0.03s 2025-10-13 13:45:20.322264 | fa163e2e-69a7-8df9-1ef2-000000000c10 | TASK | Set rule fact 2025-10-13 13:45:20.419225 | fa163e2e-69a7-8df9-1ef2-000000000c10 | OK | Set rule fact | standalone 2025-10-13 13:45:20.422500 | fa163e2e-69a7-8df9-1ef2-000000000c10 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:15.741701 | 0.10s 2025-10-13 13:45:20.451687 | fa163e2e-69a7-8df9-1ef2-000000000c11 | TASK | Manage rules via nftables 2025-10-13 13:45:20.474341 | fa163e2e-69a7-8df9-1ef2-000000000c11 | TIMING | Manage rules via nftables | standalone | 0:01:15.793532 | 0.02s 2025-10-13 13:45:20.558413 | fa163e2e-69a7-8df9-1ef2-000000000c9f | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:15.877613 | 0.03s 2025-10-13 13:45:20.573089 | c0e863e3-d792-438a-9047-b24e856d4122 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-13 13:45:20.597649 | fa163e2e-69a7-8df9-1ef2-000000000cc8 | TASK | Ensure legacy iptables services are off 2025-10-13 13:45:21.007586 | fa163e2e-69a7-8df9-1ef2-000000000cc8 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-13 13:45:21.010061 | fa163e2e-69a7-8df9-1ef2-000000000cc8 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:16.329251 | 0.41s 2025-10-13 13:45:21.379407 | fa163e2e-69a7-8df9-1ef2-000000000cc8 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-13 13:45:21.380989 | fa163e2e-69a7-8df9-1ef2-000000000cc8 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:16.700193 | 0.78s 2025-10-13 13:45:21.395505 | fa163e2e-69a7-8df9-1ef2-000000000cc8 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:16.714705 | 0.80s 2025-10-13 13:45:21.417924 | fa163e2e-69a7-8df9-1ef2-000000000cc9 | TASK | Ensure nftables service is enabled and running 2025-10-13 13:45:22.179180 | fa163e2e-69a7-8df9-1ef2-000000000cc9 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-13 13:45:22.182060 | fa163e2e-69a7-8df9-1ef2-000000000cc9 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:17.501262 | 0.76s 2025-10-13 13:45:22.211143 | fa163e2e-69a7-8df9-1ef2-000000000cca | TASK | Empty nftables from anything that may lay around 2025-10-13 13:45:22.245035 | fa163e2e-69a7-8df9-1ef2-000000000cca | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-13 13:45:22.247584 | fa163e2e-69a7-8df9-1ef2-000000000cca | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:17.566780 | 0.03s 2025-10-13 13:45:22.294555 | fa163e2e-69a7-8df9-1ef2-000000000ca0 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.613745 | 0.02s 2025-10-13 13:45:22.340037 | b08ce4a0-bbbc-4c28-85b3-259750a91fbe | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-13 13:45:22.379407 | fa163e2e-69a7-8df9-1ef2-000000000cf9 | TASK | Push empty ruleset 2025-10-13 13:45:22.814016 | fa163e2e-69a7-8df9-1ef2-000000000cf9 | CHANGED | Push empty ruleset | standalone 2025-10-13 13:45:22.815247 | fa163e2e-69a7-8df9-1ef2-000000000cf9 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:18.134452 | 0.43s 2025-10-13 13:45:22.836398 | fa163e2e-69a7-8df9-1ef2-000000000cfa | TASK | Load empty ruleset 2025-10-13 13:45:23.102723 | fa163e2e-69a7-8df9-1ef2-000000000cfa | CHANGED | Load empty ruleset | standalone 2025-10-13 13:45:23.104459 | fa163e2e-69a7-8df9-1ef2-000000000cfa | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:18.423629 | 0.27s 2025-10-13 13:45:23.132405 | fa163e2e-69a7-8df9-1ef2-000000000cfc | TASK | Use default rules 2025-10-13 13:45:23.222895 | fa163e2e-69a7-8df9-1ef2-000000000cfc | OK | Use default rules | standalone 2025-10-13 13:45:23.226286 | fa163e2e-69a7-8df9-1ef2-000000000cfc | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:18.545485 | 0.09s 2025-10-13 13:45:23.255757 | fa163e2e-69a7-8df9-1ef2-000000000cfd | TASK | Enable LOG rules 2025-10-13 13:45:23.340545 | fa163e2e-69a7-8df9-1ef2-000000000cfd | OK | Enable LOG rules | standalone 2025-10-13 13:45:23.342719 | fa163e2e-69a7-8df9-1ef2-000000000cfd | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:18.661923 | 0.09s 2025-10-13 13:45:23.364695 | fa163e2e-69a7-8df9-1ef2-000000000cff | TASK | Get current nftables content 2025-10-13 13:45:23.641642 | fa163e2e-69a7-8df9-1ef2-000000000cff | CHANGED | Get current nftables content | standalone 2025-10-13 13:45:23.643409 | fa163e2e-69a7-8df9-1ef2-000000000cff | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:18.962605 | 0.28s 2025-10-13 13:45:23.667824 | fa163e2e-69a7-8df9-1ef2-000000000d01 | TASK | Generate chain jumps 2025-10-13 13:45:24.198631 | fa163e2e-69a7-8df9-1ef2-000000000d01 | CHANGED | Generate chain jumps | standalone 2025-10-13 13:45:24.200079 | fa163e2e-69a7-8df9-1ef2-000000000d01 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:19.519280 | 0.53s 2025-10-13 13:45:24.225930 | fa163e2e-69a7-8df9-1ef2-000000000d02 | TASK | Generate chain jumps 2025-10-13 13:45:24.809086 | fa163e2e-69a7-8df9-1ef2-000000000d02 | CHANGED | Generate chain jumps | standalone 2025-10-13 13:45:24.810589 | fa163e2e-69a7-8df9-1ef2-000000000d02 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:20.129790 | 0.58s 2025-10-13 13:45:24.836556 | fa163e2e-69a7-8df9-1ef2-000000000d03 | TASK | Generate nft flushes 2025-10-13 13:45:25.357565 | fa163e2e-69a7-8df9-1ef2-000000000d03 | CHANGED | Generate nft flushes | standalone 2025-10-13 13:45:25.358947 | fa163e2e-69a7-8df9-1ef2-000000000d03 | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:20.678149 | 0.52s 2025-10-13 13:45:25.384407 | fa163e2e-69a7-8df9-1ef2-000000000d04 | TASK | Generate nft tripleo chains 2025-10-13 13:45:25.822661 | fa163e2e-69a7-8df9-1ef2-000000000d04 | CHANGED | Generate nft tripleo chains | standalone 2025-10-13 13:45:25.823732 | fa163e2e-69a7-8df9-1ef2-000000000d04 | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:21.142940 | 0.44s 2025-10-13 13:45:25.843895 | fa163e2e-69a7-8df9-1ef2-000000000d05 | TASK | Generate nft ruleset in static file 2025-10-13 13:45:27.378662 | fa163e2e-69a7-8df9-1ef2-000000000d05 | CHANGED | Generate nft ruleset in static file | standalone 2025-10-13 13:45:27.379982 | fa163e2e-69a7-8df9-1ef2-000000000d05 | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:22.699185 | 1.54s 2025-10-13 13:45:27.405308 | fa163e2e-69a7-8df9-1ef2-000000000d07 | TASK | Validate all of the generated content before loading 2025-10-13 13:45:28.005727 | fa163e2e-69a7-8df9-1ef2-000000000d07 | CHANGED | Validate all of the generated content before loading | standalone 2025-10-13 13:45:28.007075 | fa163e2e-69a7-8df9-1ef2-000000000d07 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:23.326277 | 0.60s 2025-10-13 13:45:28.032275 | fa163e2e-69a7-8df9-1ef2-000000000d08 | TASK | Ensure we load our different nft rulesets on boot 2025-10-13 13:45:28.279782 | fa163e2e-69a7-8df9-1ef2-000000000d08 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-13 13:45:28.281251 | fa163e2e-69a7-8df9-1ef2-000000000d08 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:23.600451 | 0.25s 2025-10-13 13:45:28.336058 | fa163e2e-69a7-8df9-1ef2-000000000ca1 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:23.655255 | 0.03s 2025-10-13 13:45:28.355239 | d425bfa9-b177-4952-8cf8-8991906c2410 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-13 13:45:28.410860 | fa163e2e-69a7-8df9-1ef2-000000000d70 | TASK | Inject our custom chains in nftables 2025-10-13 13:45:28.663058 | fa163e2e-69a7-8df9-1ef2-000000000d70 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-13 13:45:28.664893 | fa163e2e-69a7-8df9-1ef2-000000000d70 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:23.984086 | 0.25s 2025-10-13 13:45:28.693317 | fa163e2e-69a7-8df9-1ef2-000000000d71 | TASK | Reload custom nftables ruleset files 2025-10-13 13:45:28.999368 | fa163e2e-69a7-8df9-1ef2-000000000d71 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-13 13:45:29.000824 | fa163e2e-69a7-8df9-1ef2-000000000d71 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:24.320024 | 0.31s 2025-10-13 13:45:29.073003 | fa163e2e-69a7-8df9-1ef2-000000000b0d | TASK | create persistent directories 2025-10-13 13:45:29.363744 | fa163e2e-69a7-8df9-1ef2-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-13 13:45:29.367656 | fa163e2e-69a7-8df9-1ef2-000000000b0d | TIMING | create persistent directories | standalone | 0:01:24.686845 | 0.29s 2025-10-13 13:45:29.560881 | fa163e2e-69a7-8df9-1ef2-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-13 13:45:29.563989 | fa163e2e-69a7-8df9-1ef2-000000000b0d | TIMING | create persistent directories | standalone | 0:01:24.883181 | 0.49s 2025-10-13 13:45:29.577152 | fa163e2e-69a7-8df9-1ef2-000000000b0d | TIMING | create persistent directories | standalone | 0:01:24.896349 | 0.50s 2025-10-13 13:45:29.602733 | fa163e2e-69a7-8df9-1ef2-000000000b0e | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-13 13:45:30.636387 | fa163e2e-69a7-8df9-1ef2-000000000b0e | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-13 13:45:30.637750 | fa163e2e-69a7-8df9-1ef2-000000000b0e | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:25.956958 | 1.03s 2025-10-13 13:45:30.658086 | fa163e2e-69a7-8df9-1ef2-000000000b0f | TASK | create persistent directories 2025-10-13 13:45:30.906962 | fa163e2e-69a7-8df9-1ef2-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-13 13:45:30.908948 | fa163e2e-69a7-8df9-1ef2-000000000b0f | TIMING | create persistent directories | standalone | 0:01:26.228137 | 0.25s 2025-10-13 13:45:31.128721 | fa163e2e-69a7-8df9-1ef2-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-13 13:45:31.130744 | fa163e2e-69a7-8df9-1ef2-000000000b0f | TIMING | create persistent directories | standalone | 0:01:26.449944 | 0.47s 2025-10-13 13:45:31.138445 | fa163e2e-69a7-8df9-1ef2-000000000b0f | TIMING | create persistent directories | standalone | 0:01:26.457620 | 0.48s 2025-10-13 13:45:31.163193 | fa163e2e-69a7-8df9-1ef2-000000000b10 | TASK | create fcontext entry for cinder data 2025-10-13 13:45:32.482811 | fa163e2e-69a7-8df9-1ef2-000000000b10 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-13 13:45:32.484402 | fa163e2e-69a7-8df9-1ef2-000000000b10 | TIMING | create fcontext entry for cinder data | standalone | 0:01:27.803603 | 1.32s 2025-10-13 13:45:32.508607 | fa163e2e-69a7-8df9-1ef2-000000000b11 | TASK | create persistent directories 2025-10-13 13:45:32.764446 | fa163e2e-69a7-8df9-1ef2-000000000b11 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-13 13:45:32.765474 | fa163e2e-69a7-8df9-1ef2-000000000b11 | TIMING | create persistent directories | standalone | 0:01:28.084681 | 0.26s 2025-10-13 13:45:32.992663 | fa163e2e-69a7-8df9-1ef2-000000000b11 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-13 13:45:32.994726 | fa163e2e-69a7-8df9-1ef2-000000000b11 | TIMING | create persistent directories | standalone | 0:01:28.313931 | 0.48s 2025-10-13 13:45:33.006172 | fa163e2e-69a7-8df9-1ef2-000000000b11 | TIMING | create persistent directories | standalone | 0:01:28.325365 | 0.50s 2025-10-13 13:45:33.037094 | fa163e2e-69a7-8df9-1ef2-000000000b12 | TASK | ensure ceph configurations exist 2025-10-13 13:45:33.262491 | fa163e2e-69a7-8df9-1ef2-000000000b12 | CHANGED | ensure ceph configurations exist | standalone 2025-10-13 13:45:33.263276 | fa163e2e-69a7-8df9-1ef2-000000000b12 | TIMING | ensure ceph configurations exist | standalone | 0:01:28.582488 | 0.22s 2025-10-13 13:45:33.279915 | fa163e2e-69a7-8df9-1ef2-000000000b13 | TASK | create persistent directories 2025-10-13 13:45:33.489670 | fa163e2e-69a7-8df9-1ef2-000000000b13 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-13 13:45:33.491398 | fa163e2e-69a7-8df9-1ef2-000000000b13 | TIMING | create persistent directories | standalone | 0:01:28.810599 | 0.21s 2025-10-13 13:45:33.501394 | fa163e2e-69a7-8df9-1ef2-000000000b13 | TIMING | create persistent directories | standalone | 0:01:28.820596 | 0.22s 2025-10-13 13:45:33.521690 | fa163e2e-69a7-8df9-1ef2-000000000b15 | TASK | Create cinder image conversion directory 2025-10-13 13:45:33.547006 | fa163e2e-69a7-8df9-1ef2-000000000b15 | SKIPPED | Create cinder image conversion directory | standalone 2025-10-13 13:45:33.548024 | fa163e2e-69a7-8df9-1ef2-000000000b15 | TIMING | Create cinder image conversion directory | standalone | 0:01:28.867232 | 0.03s 2025-10-13 13:45:33.566921 | fa163e2e-69a7-8df9-1ef2-000000000b16 | TASK | Mount cinder's image conversion NFS share 2025-10-13 13:45:33.593636 | fa163e2e-69a7-8df9-1ef2-000000000b16 | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-13 13:45:33.594715 | fa163e2e-69a7-8df9-1ef2-000000000b16 | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:28.913918 | 0.03s 2025-10-13 13:45:33.614658 | fa163e2e-69a7-8df9-1ef2-000000000b18 | TASK | cinder_configure_lvm fact 2025-10-13 13:45:33.640961 | fa163e2e-69a7-8df9-1ef2-000000000b18 | OK | cinder_configure_lvm fact | standalone 2025-10-13 13:45:33.642042 | fa163e2e-69a7-8df9-1ef2-000000000b18 | TIMING | cinder_configure_lvm fact | standalone | 0:01:28.961249 | 0.03s 2025-10-13 13:45:33.661500 | fa163e2e-69a7-8df9-1ef2-000000000b1a | TASK | ensure LVM rpm dependencies are installed 2025-10-13 13:45:33.687839 | fa163e2e-69a7-8df9-1ef2-000000000b1a | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-13 13:45:33.688772 | fa163e2e-69a7-8df9-1ef2-000000000b1a | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:29.007979 | 0.03s 2025-10-13 13:45:33.708161 | fa163e2e-69a7-8df9-1ef2-000000000b1b | TASK | cinder create LVM volume group dd 2025-10-13 13:45:33.734220 | fa163e2e-69a7-8df9-1ef2-000000000b1b | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-13 13:45:33.735273 | fa163e2e-69a7-8df9-1ef2-000000000b1b | TIMING | cinder create LVM volume group dd | standalone | 0:01:29.054479 | 0.03s 2025-10-13 13:45:33.755022 | fa163e2e-69a7-8df9-1ef2-000000000b1c | TASK | Get or create LVM loopback device 2025-10-13 13:45:33.782993 | fa163e2e-69a7-8df9-1ef2-000000000b1c | SKIPPED | Get or create LVM loopback device | standalone 2025-10-13 13:45:33.784104 | fa163e2e-69a7-8df9-1ef2-000000000b1c | TIMING | Get or create LVM loopback device | standalone | 0:01:29.103310 | 0.03s 2025-10-13 13:45:33.803518 | fa163e2e-69a7-8df9-1ef2-000000000b1d | TASK | Create LVM volume group 2025-10-13 13:45:33.823884 | fa163e2e-69a7-8df9-1ef2-000000000b1d | SKIPPED | Create LVM volume group | standalone 2025-10-13 13:45:33.824881 | fa163e2e-69a7-8df9-1ef2-000000000b1d | TIMING | Create LVM volume group | standalone | 0:01:29.144087 | 0.02s 2025-10-13 13:45:33.844625 | fa163e2e-69a7-8df9-1ef2-000000000b1e | TASK | cinder create service to run losetup for LVM on startup 2025-10-13 13:45:33.871196 | fa163e2e-69a7-8df9-1ef2-000000000b1e | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-13 13:45:33.872260 | fa163e2e-69a7-8df9-1ef2-000000000b1e | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:29.191467 | 0.03s 2025-10-13 13:45:33.893436 | fa163e2e-69a7-8df9-1ef2-000000000b1f | TASK | cinder enable the LVM losetup service 2025-10-13 13:45:33.919790 | fa163e2e-69a7-8df9-1ef2-000000000b1f | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-13 13:45:33.920828 | fa163e2e-69a7-8df9-1ef2-000000000b1f | TIMING | cinder enable the LVM losetup service | standalone | 0:01:29.240035 | 0.03s 2025-10-13 13:45:33.941539 | fa163e2e-69a7-8df9-1ef2-000000000b21 | TASK | allow logrotate to read inside containers 2025-10-13 13:45:34.871691 | fa163e2e-69a7-8df9-1ef2-000000000b21 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-13 13:45:34.873241 | fa163e2e-69a7-8df9-1ef2-000000000b21 | TIMING | allow logrotate to read inside containers | standalone | 0:01:30.192445 | 0.93s 2025-10-13 13:45:34.898000 | fa163e2e-69a7-8df9-1ef2-000000000b22 | TASK | authorize httpd to listen on registry ports 2025-10-13 13:45:36.919389 | fa163e2e-69a7-8df9-1ef2-000000000b22 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-13 13:45:36.921035 | fa163e2e-69a7-8df9-1ef2-000000000b22 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:32.240238 | 2.02s 2025-10-13 13:45:36.977573 | fa163e2e-69a7-8df9-1ef2-000000000b24 | OK | set_fact | standalone 2025-10-13 13:45:36.978832 | fa163e2e-69a7-8df9-1ef2-000000000b24 | TIMING | set_fact | standalone | 0:01:32.298035 | 0.03s 2025-10-13 13:45:37.032782 | fa163e2e-69a7-8df9-1ef2-000000000b25 | TIMING | include_role : tripleo_image_serve | standalone | 0:01:32.351975 | 0.03s 2025-10-13 13:45:37.089566 | fa163e2e-69a7-8df9-1ef2-000000000ea9 | TASK | ensure apache is installed 2025-10-13 13:45:43.233922 | fa163e2e-69a7-8df9-1ef2-000000000ea9 | CHANGED | ensure apache is installed | standalone 2025-10-13 13:45:43.235512 | fa163e2e-69a7-8df9-1ef2-000000000ea9 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:38.554711 | 6.14s 2025-10-13 13:45:43.260386 | fa163e2e-69a7-8df9-1ef2-000000000eaa | TASK | create image data directory 2025-10-13 13:45:43.518316 | fa163e2e-69a7-8df9-1ef2-000000000eaa | CHANGED | create image data directory | standalone 2025-10-13 13:45:43.520673 | fa163e2e-69a7-8df9-1ef2-000000000eaa | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:38.839880 | 0.26s 2025-10-13 13:45:43.545472 | fa163e2e-69a7-8df9-1ef2-000000000eab | TASK | create /v2/ response file 2025-10-13 13:45:43.961902 | fa163e2e-69a7-8df9-1ef2-000000000eab | CHANGED | create /v2/ response file | standalone 2025-10-13 13:45:43.963312 | fa163e2e-69a7-8df9-1ef2-000000000eab | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:39.282513 | 0.42s 2025-10-13 13:45:43.988590 | fa163e2e-69a7-8df9-1ef2-000000000eac | TASK | Add listen line 2025-10-13 13:45:44.284749 | fa163e2e-69a7-8df9-1ef2-000000000eac | CHANGED | Add listen line | standalone 2025-10-13 13:45:44.285594 | fa163e2e-69a7-8df9-1ef2-000000000eac | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:39.604806 | 0.30s 2025-10-13 13:45:44.302534 | fa163e2e-69a7-8df9-1ef2-000000000ead | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-13 13:45:44.810615 | fa163e2e-69a7-8df9-1ef2-000000000ead | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-13 13:45:44.811550 | fa163e2e-69a7-8df9-1ef2-000000000ead | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:40.130760 | 0.51s 2025-10-13 13:45:44.828735 | fa163e2e-69a7-8df9-1ef2-000000000eae | TASK | Image-Serve | restart httpd 2025-10-13 13:45:45.755335 | fa163e2e-69a7-8df9-1ef2-000000000eae | CHANGED | Image-Serve | restart httpd | standalone 2025-10-13 13:45:45.756893 | fa163e2e-69a7-8df9-1ef2-000000000eae | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:41.076098 | 0.93s 2025-10-13 13:45:45.795807 | fa163e2e-69a7-8df9-1ef2-000000000b27 | TASK | create persistent logs directory 2025-10-13 13:45:46.040719 | fa163e2e-69a7-8df9-1ef2-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-13 13:45:46.041666 | fa163e2e-69a7-8df9-1ef2-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:41.360874 | 0.24s 2025-10-13 13:45:46.247352 | fa163e2e-69a7-8df9-1ef2-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-13 13:45:46.248969 | fa163e2e-69a7-8df9-1ef2-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:41.568173 | 0.45s 2025-10-13 13:45:46.259628 | fa163e2e-69a7-8df9-1ef2-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:41.578834 | 0.46s 2025-10-13 13:45:46.277291 | fa163e2e-69a7-8df9-1ef2-000000000b28 | TASK | Mount NFS on host 2025-10-13 13:45:46.296016 | fa163e2e-69a7-8df9-1ef2-000000000b28 | SKIPPED | Mount NFS on host | standalone 2025-10-13 13:45:46.296863 | fa163e2e-69a7-8df9-1ef2-000000000b28 | TIMING | Mount NFS on host | standalone | 0:01:41.616073 | 0.02s 2025-10-13 13:45:46.313885 | fa163e2e-69a7-8df9-1ef2-000000000b29 | TASK | Mount Node Staging Location 2025-10-13 13:45:46.332909 | fa163e2e-69a7-8df9-1ef2-000000000b29 | SKIPPED | Mount Node Staging Location | standalone 2025-10-13 13:45:46.333709 | fa163e2e-69a7-8df9-1ef2-000000000b29 | TIMING | Mount Node Staging Location | standalone | 0:01:41.652920 | 0.02s 2025-10-13 13:45:46.350751 | fa163e2e-69a7-8df9-1ef2-000000000b2a | TASK | ensure /var/lib/glance exists 2025-10-13 13:45:46.574958 | fa163e2e-69a7-8df9-1ef2-000000000b2a | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-13 13:45:46.576471 | fa163e2e-69a7-8df9-1ef2-000000000b2a | TIMING | ensure /var/lib/glance exists | standalone | 0:01:41.895650 | 0.22s 2025-10-13 13:45:46.600274 | fa163e2e-69a7-8df9-1ef2-000000000b2b | TASK | get parameters 2025-10-13 13:45:46.628002 | fa163e2e-69a7-8df9-1ef2-000000000b2b | OK | get parameters | standalone 2025-10-13 13:45:46.629179 | fa163e2e-69a7-8df9-1ef2-000000000b2b | TIMING | get parameters | standalone | 0:01:41.948382 | 0.03s 2025-10-13 13:45:46.654151 | fa163e2e-69a7-8df9-1ef2-000000000b2d | TASK | get DeployedSSLCertificatePath attributes 2025-10-13 13:45:46.697075 | fa163e2e-69a7-8df9-1ef2-000000000b2d | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-13 13:45:46.698236 | fa163e2e-69a7-8df9-1ef2-000000000b2d | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:42.017437 | 0.04s 2025-10-13 13:45:46.721989 | fa163e2e-69a7-8df9-1ef2-000000000b2e | TASK | set is_haproxy_bootstrap_node fact 2025-10-13 13:45:46.765912 | fa163e2e-69a7-8df9-1ef2-000000000b2e | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-13 13:45:46.767141 | fa163e2e-69a7-8df9-1ef2-000000000b2e | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:42.086342 | 0.04s 2025-10-13 13:45:46.791116 | fa163e2e-69a7-8df9-1ef2-000000000b2f | TASK | get haproxy status 2025-10-13 13:45:46.835901 | fa163e2e-69a7-8df9-1ef2-000000000b2f | SKIPPED | get haproxy status | standalone 2025-10-13 13:45:46.837132 | fa163e2e-69a7-8df9-1ef2-000000000b2f | TIMING | get haproxy status | standalone | 0:01:42.156332 | 0.04s 2025-10-13 13:45:46.925164 | fa163e2e-69a7-8df9-1ef2-000000000b30 | TASK | get pacemaker status 2025-10-13 13:45:46.970692 | fa163e2e-69a7-8df9-1ef2-000000000b30 | SKIPPED | get pacemaker status | standalone 2025-10-13 13:45:46.971725 | fa163e2e-69a7-8df9-1ef2-000000000b30 | TIMING | get pacemaker status | standalone | 0:01:42.290932 | 0.05s 2025-10-13 13:45:46.991850 | fa163e2e-69a7-8df9-1ef2-000000000b31 | TASK | get docker status 2025-10-13 13:45:47.028814 | fa163e2e-69a7-8df9-1ef2-000000000b31 | SKIPPED | get docker status | standalone 2025-10-13 13:45:47.029829 | fa163e2e-69a7-8df9-1ef2-000000000b31 | TIMING | get docker status | standalone | 0:01:42.349036 | 0.04s 2025-10-13 13:45:47.050265 | fa163e2e-69a7-8df9-1ef2-000000000b32 | TASK | get container_id 2025-10-13 13:45:47.087132 | fa163e2e-69a7-8df9-1ef2-000000000b32 | SKIPPED | get container_id | standalone 2025-10-13 13:45:47.088640 | fa163e2e-69a7-8df9-1ef2-000000000b32 | TIMING | get container_id | standalone | 0:01:42.407838 | 0.04s 2025-10-13 13:45:47.113807 | fa163e2e-69a7-8df9-1ef2-000000000b33 | TASK | get pcs resource name for haproxy container 2025-10-13 13:45:47.156962 | fa163e2e-69a7-8df9-1ef2-000000000b33 | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-13 13:45:47.158273 | fa163e2e-69a7-8df9-1ef2-000000000b33 | TIMING | get pcs resource name for haproxy container | standalone | 0:01:42.477473 | 0.04s 2025-10-13 13:45:47.182967 | fa163e2e-69a7-8df9-1ef2-000000000b34 | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-13 13:45:47.232675 | fa163e2e-69a7-8df9-1ef2-000000000b34 | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-13 13:45:47.234095 | fa163e2e-69a7-8df9-1ef2-000000000b34 | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:42.553298 | 0.05s 2025-10-13 13:45:47.257935 | fa163e2e-69a7-8df9-1ef2-000000000b35 | TASK | push certificate content 2025-10-13 13:45:47.308097 | fa163e2e-69a7-8df9-1ef2-000000000b35 | SKIPPED | push certificate content | standalone 2025-10-13 13:45:47.309379 | fa163e2e-69a7-8df9-1ef2-000000000b35 | TIMING | push certificate content | standalone | 0:01:42.628579 | 0.05s 2025-10-13 13:45:47.333495 | fa163e2e-69a7-8df9-1ef2-000000000b37 | TASK | set certificate ownership 2025-10-13 13:45:47.382828 | fa163e2e-69a7-8df9-1ef2-000000000b37 | SKIPPED | set certificate ownership | standalone 2025-10-13 13:45:47.384150 | fa163e2e-69a7-8df9-1ef2-000000000b37 | TIMING | set certificate ownership | standalone | 0:01:42.703350 | 0.05s 2025-10-13 13:45:47.408415 | fa163e2e-69a7-8df9-1ef2-000000000b38 | TASK | reload haproxy if enabled 2025-10-13 13:45:47.457927 | fa163e2e-69a7-8df9-1ef2-000000000b38 | SKIPPED | reload haproxy if enabled | standalone 2025-10-13 13:45:47.459214 | fa163e2e-69a7-8df9-1ef2-000000000b38 | TIMING | reload haproxy if enabled | standalone | 0:01:42.778415 | 0.05s 2025-10-13 13:45:47.483813 | fa163e2e-69a7-8df9-1ef2-000000000b39 | TASK | restart pacemaker resource for haproxy 2025-10-13 13:45:47.526173 | fa163e2e-69a7-8df9-1ef2-000000000b39 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-13 13:45:47.527369 | fa163e2e-69a7-8df9-1ef2-000000000b39 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:42.846568 | 0.04s 2025-10-13 13:45:47.551229 | fa163e2e-69a7-8df9-1ef2-000000000b3b | TASK | copy certificate, chgrp, restart haproxy 2025-10-13 13:45:47.601016 | fa163e2e-69a7-8df9-1ef2-000000000b3b | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-13 13:45:47.602251 | fa163e2e-69a7-8df9-1ef2-000000000b3b | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:42.921451 | 0.05s 2025-10-13 13:45:47.626475 | fa163e2e-69a7-8df9-1ef2-000000000b3d | TASK | create persistent directories 2025-10-13 13:45:47.897233 | fa163e2e-69a7-8df9-1ef2-000000000b3d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-13 13:45:47.898911 | fa163e2e-69a7-8df9-1ef2-000000000b3d | TIMING | create persistent directories | standalone | 0:01:43.218107 | 0.27s 2025-10-13 13:45:48.098862 | fa163e2e-69a7-8df9-1ef2-000000000b3d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-13 13:45:48.100986 | fa163e2e-69a7-8df9-1ef2-000000000b3d | TIMING | create persistent directories | standalone | 0:01:43.420174 | 0.47s 2025-10-13 13:45:48.110669 | fa163e2e-69a7-8df9-1ef2-000000000b3d | TIMING | create persistent directories | standalone | 0:01:43.429883 | 0.48s 2025-10-13 13:45:48.130247 | fa163e2e-69a7-8df9-1ef2-000000000b3e | TASK | Run puppet on the host to apply IPtables rules 2025-10-13 13:45:53.394857 | fa163e2e-69a7-8df9-1ef2-000000000b3e | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-13 13:45:53.396138 | fa163e2e-69a7-8df9-1ef2-000000000b3e | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:48.715340 | 5.26s 2025-10-13 13:45:53.417318 | fa163e2e-69a7-8df9-1ef2-000000000b3f | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-13 13:45:53.476239 | fa163e2e-69a7-8df9-1ef2-000000000b3f | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.70 seconds", "Notice: Applied catalog in 0.22 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 50", " Total: 50", "Time:", " Transaction evaluation: 0.22", " Catalog application: 0.22", " Config retrieval: 0.77", " Last run: 1760363153", " Total: 0.22", "Version:", " Config: 1760363152", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-10-13 13:45:53.477237 | fa163e2e-69a7-8df9-1ef2-000000000b3f | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:48.796447 | 0.06s 2025-10-13 13:45:53.494877 | fa163e2e-69a7-8df9-1ef2-000000000b40 | TASK | create persistent directories 2025-10-13 13:45:53.735635 | fa163e2e-69a7-8df9-1ef2-000000000b40 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-13 13:45:53.737339 | fa163e2e-69a7-8df9-1ef2-000000000b40 | TIMING | create persistent directories | standalone | 0:01:49.056546 | 0.24s 2025-10-13 13:45:53.943473 | fa163e2e-69a7-8df9-1ef2-000000000b40 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-13 13:45:53.944144 | fa163e2e-69a7-8df9-1ef2-000000000b40 | TIMING | create persistent directories | standalone | 0:01:49.263357 | 0.45s 2025-10-13 13:45:53.951353 | fa163e2e-69a7-8df9-1ef2-000000000b40 | TIMING | create persistent directories | standalone | 0:01:49.270551 | 0.46s 2025-10-13 13:45:53.976109 | fa163e2e-69a7-8df9-1ef2-000000000b41 | TASK | create persistent directories 2025-10-13 13:45:54.184701 | fa163e2e-69a7-8df9-1ef2-000000000b41 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-13 13:45:54.185675 | fa163e2e-69a7-8df9-1ef2-000000000b41 | TIMING | create persistent directories | standalone | 0:01:49.504883 | 0.21s 2025-10-13 13:45:54.382816 | fa163e2e-69a7-8df9-1ef2-000000000b41 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-13 13:45:54.384178 | fa163e2e-69a7-8df9-1ef2-000000000b41 | TIMING | create persistent directories | standalone | 0:01:49.703380 | 0.41s 2025-10-13 13:45:54.392838 | fa163e2e-69a7-8df9-1ef2-000000000b41 | TIMING | create persistent directories | standalone | 0:01:49.712039 | 0.42s 2025-10-13 13:45:54.413472 | fa163e2e-69a7-8df9-1ef2-000000000b42 | TASK | create persistent directories 2025-10-13 13:45:54.649665 | fa163e2e-69a7-8df9-1ef2-000000000b42 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-13 13:45:54.651652 | fa163e2e-69a7-8df9-1ef2-000000000b42 | TIMING | create persistent directories | standalone | 0:01:49.970849 | 0.24s 2025-10-13 13:45:54.661201 | fa163e2e-69a7-8df9-1ef2-000000000b42 | TIMING | create persistent directories | standalone | 0:01:49.980407 | 0.25s 2025-10-13 13:45:54.678608 | fa163e2e-69a7-8df9-1ef2-000000000b43 | TASK | create persistent directories 2025-10-13 13:45:54.936676 | fa163e2e-69a7-8df9-1ef2-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-13 13:45:54.939013 | fa163e2e-69a7-8df9-1ef2-000000000b43 | TIMING | create persistent directories | standalone | 0:01:50.258200 | 0.26s 2025-10-13 13:45:55.173365 | fa163e2e-69a7-8df9-1ef2-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-13 13:45:55.174605 | fa163e2e-69a7-8df9-1ef2-000000000b43 | TIMING | create persistent directories | standalone | 0:01:50.493809 | 0.50s 2025-10-13 13:45:55.379352 | fa163e2e-69a7-8df9-1ef2-000000000b43 | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-13 13:45:55.382156 | fa163e2e-69a7-8df9-1ef2-000000000b43 | TIMING | create persistent directories | standalone | 0:01:50.701350 | 0.70s 2025-10-13 13:45:55.603362 | fa163e2e-69a7-8df9-1ef2-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-13 13:45:55.605239 | fa163e2e-69a7-8df9-1ef2-000000000b43 | TIMING | create persistent directories | standalone | 0:01:50.924447 | 0.93s 2025-10-13 13:45:55.616673 | fa163e2e-69a7-8df9-1ef2-000000000b43 | TIMING | create persistent directories | standalone | 0:01:50.935868 | 0.94s 2025-10-13 13:45:55.642617 | fa163e2e-69a7-8df9-1ef2-000000000b44 | TASK | ensure /var/tmp/horizon exists on boot 2025-10-13 13:45:56.066023 | fa163e2e-69a7-8df9-1ef2-000000000b44 | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-13 13:45:56.067400 | fa163e2e-69a7-8df9-1ef2-000000000b44 | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:51.386602 | 0.42s 2025-10-13 13:45:56.091349 | fa163e2e-69a7-8df9-1ef2-000000000b45 | TASK | create fcontext entry for iscsi 2025-10-13 13:45:57.353017 | fa163e2e-69a7-8df9-1ef2-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-13 13:45:57.355268 | fa163e2e-69a7-8df9-1ef2-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:52.674465 | 1.26s 2025-10-13 13:45:58.681193 | fa163e2e-69a7-8df9-1ef2-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-13 13:45:58.682457 | fa163e2e-69a7-8df9-1ef2-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:54.001635 | 2.59s 2025-10-13 13:45:59.896988 | fa163e2e-69a7-8df9-1ef2-000000000b45 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-13 13:45:59.899545 | fa163e2e-69a7-8df9-1ef2-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:55.218747 | 3.81s 2025-10-13 13:45:59.908907 | fa163e2e-69a7-8df9-1ef2-000000000b45 | TIMING | create fcontext entry for iscsi | standalone | 0:01:55.228107 | 3.82s 2025-10-13 13:45:59.933989 | fa163e2e-69a7-8df9-1ef2-000000000b46 | TASK | create persistent directories 2025-10-13 13:46:00.178815 | fa163e2e-69a7-8df9-1ef2-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-13 13:46:00.180834 | fa163e2e-69a7-8df9-1ef2-000000000b46 | TIMING | create persistent directories | standalone | 0:01:55.500041 | 0.25s 2025-10-13 13:46:00.360085 | fa163e2e-69a7-8df9-1ef2-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-13 13:46:00.361290 | fa163e2e-69a7-8df9-1ef2-000000000b46 | TIMING | create persistent directories | standalone | 0:01:55.680494 | 0.43s 2025-10-13 13:46:00.574789 | fa163e2e-69a7-8df9-1ef2-000000000b46 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-13 13:46:00.575870 | fa163e2e-69a7-8df9-1ef2-000000000b46 | TIMING | create persistent directories | standalone | 0:01:55.895077 | 0.64s 2025-10-13 13:46:00.581265 | fa163e2e-69a7-8df9-1ef2-000000000b46 | TIMING | create persistent directories | standalone | 0:01:55.900471 | 0.65s 2025-10-13 13:46:00.598553 | fa163e2e-69a7-8df9-1ef2-000000000b47 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-13 13:46:00.772330 | fa163e2e-69a7-8df9-1ef2-000000000b47 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-13 13:46:00.773080 | fa163e2e-69a7-8df9-1ef2-000000000b47 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:01:56.092292 | 0.17s 2025-10-13 13:46:00.789874 | fa163e2e-69a7-8df9-1ef2-000000000b48 | TASK | Stop and disable iscsid.socket service 2025-10-13 13:46:00.813795 | fa163e2e-69a7-8df9-1ef2-000000000b48 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-13 13:46:00.814339 | fa163e2e-69a7-8df9-1ef2-000000000b48 | TIMING | Stop and disable iscsid.socket service | standalone | 0:01:56.133552 | 0.02s 2025-10-13 13:46:00.830614 | fa163e2e-69a7-8df9-1ef2-000000000b49 | TASK | Check if iscsi.service is enabled 2025-10-13 13:46:01.014196 | fa163e2e-69a7-8df9-1ef2-000000000b49 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-13 13:46:01.015454 | fa163e2e-69a7-8df9-1ef2-000000000b49 | TIMING | Check if iscsi.service is enabled | standalone | 0:01:56.334629 | 0.18s 2025-10-13 13:46:01.042263 | fa163e2e-69a7-8df9-1ef2-000000000b4a | TASK | Stop iscsi.service 2025-10-13 13:46:01.070971 | fa163e2e-69a7-8df9-1ef2-000000000b4a | SKIPPED | Stop iscsi.service | standalone 2025-10-13 13:46:01.072526 | fa163e2e-69a7-8df9-1ef2-000000000b4a | TIMING | Stop iscsi.service | standalone | 0:01:56.391723 | 0.03s 2025-10-13 13:46:01.125690 | fa163e2e-69a7-8df9-1ef2-000000000b4b | TIMING | include_role : tripleo_kernel | standalone | 0:01:56.444884 | 0.03s 2025-10-13 13:46:01.223979 | fa163e2e-69a7-8df9-1ef2-000000000ffc | TASK | Install additional packages 2025-10-13 13:46:01.250670 | fa163e2e-69a7-8df9-1ef2-000000000ffc | TIMING | tripleo_kernel : Install additional packages | standalone | 0:01:56.569870 | 0.03s 2025-10-13 13:46:01.270703 | fa163e2e-69a7-8df9-1ef2-000000000ffd | TASK | Remove dracut-config-generic 2025-10-13 13:46:05.073629 | fa163e2e-69a7-8df9-1ef2-000000000ffd | CHANGED | Remove dracut-config-generic | standalone 2025-10-13 13:46:05.074703 | fa163e2e-69a7-8df9-1ef2-000000000ffd | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:00.393910 | 3.80s 2025-10-13 13:46:05.095039 | fa163e2e-69a7-8df9-1ef2-000000000ffe | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-13 13:46:05.294327 | fa163e2e-69a7-8df9-1ef2-000000000ffe | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-13 13:46:05.295155 | fa163e2e-69a7-8df9-1ef2-000000000ffe | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:00.614365 | 0.20s 2025-10-13 13:46:05.313458 | fa163e2e-69a7-8df9-1ef2-000000000fff | TASK | Write list of modules to load at boot 2025-10-13 13:46:05.755906 | fa163e2e-69a7-8df9-1ef2-000000000fff | CHANGED | Write list of modules to load at boot | standalone 2025-10-13 13:46:05.756700 | fa163e2e-69a7-8df9-1ef2-000000000fff | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:01.075911 | 0.44s 2025-10-13 13:46:05.774931 | fa163e2e-69a7-8df9-1ef2-000000001000 | TASK | Modules reload 2025-10-13 13:46:06.193722 | fa163e2e-69a7-8df9-1ef2-000000001000 | CHANGED | Modules reload | standalone 2025-10-13 13:46:06.194672 | fa163e2e-69a7-8df9-1ef2-000000001000 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:01.513884 | 0.42s 2025-10-13 13:46:06.212001 | fa163e2e-69a7-8df9-1ef2-000000001001 | TASK | Set default sysctl options 2025-10-13 13:46:06.768002 | fa163e2e-69a7-8df9-1ef2-000000001001 | CHANGED | Set default sysctl options | standalone 2025-10-13 13:46:06.769363 | fa163e2e-69a7-8df9-1ef2-000000001001 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:02.088564 | 0.56s 2025-10-13 13:46:06.794406 | fa163e2e-69a7-8df9-1ef2-000000001002 | TASK | Set extra sysctl options 2025-10-13 13:46:07.188861 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-13 13:46:07.190553 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:02.509758 | 0.39s 2025-10-13 13:46:07.441631 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-13 13:46:07.442500 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:02.761710 | 0.65s 2025-10-13 13:46:07.698418 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-13 13:46:07.700643 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:03.019846 | 0.90s 2025-10-13 13:46:07.949759 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-13 13:46:07.950839 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:03.270044 | 1.15s 2025-10-13 13:46:08.167700 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-13 13:46:08.168810 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:03.488015 | 1.37s 2025-10-13 13:46:08.413285 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-13 13:46:08.414627 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:03.733825 | 1.62s 2025-10-13 13:46:08.663539 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-13 13:46:08.664674 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:03.983878 | 1.87s 2025-10-13 13:46:08.913584 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-13 13:46:08.915360 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:04.234567 | 2.12s 2025-10-13 13:46:09.137110 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-13 13:46:09.138241 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:04.457447 | 2.34s 2025-10-13 13:46:09.361880 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-13 13:46:09.363285 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:04.682489 | 2.57s 2025-10-13 13:46:09.594654 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-13 13:46:09.595799 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:04.915004 | 2.80s 2025-10-13 13:46:09.842757 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-13 13:46:09.843990 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.163193 | 3.05s 2025-10-13 13:46:10.065143 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-13 13:46:10.066251 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.385452 | 3.27s 2025-10-13 13:46:10.251595 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-13 13:46:10.253587 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.572792 | 3.46s 2025-10-13 13:46:10.470380 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-13 13:46:10.471262 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:05.790472 | 3.67s 2025-10-13 13:46:10.687414 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-13 13:46:10.689315 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.008520 | 3.89s 2025-10-13 13:46:10.900991 | fa163e2e-69a7-8df9-1ef2-000000001002 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-13 13:46:10.902071 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.221276 | 4.11s 2025-10-13 13:46:10.911184 | fa163e2e-69a7-8df9-1ef2-000000001002 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:06.230380 | 4.11s 2025-10-13 13:46:10.941165 | fa163e2e-69a7-8df9-1ef2-000000001004 | TASK | Sysctl reload 2025-10-13 13:46:11.376143 | fa163e2e-69a7-8df9-1ef2-000000001004 | CHANGED | Sysctl reload | standalone 2025-10-13 13:46:11.378358 | fa163e2e-69a7-8df9-1ef2-000000001004 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:06.697557 | 0.44s 2025-10-13 13:46:11.432265 | fa163e2e-69a7-8df9-1ef2-000000000b4c | TASK | create persistent directories 2025-10-13 13:46:11.686726 | fa163e2e-69a7-8df9-1ef2-000000000b4c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-13 13:46:11.688273 | fa163e2e-69a7-8df9-1ef2-000000000b4c | TIMING | create persistent directories | standalone | 0:02:07.007472 | 0.25s 2025-10-13 13:46:11.856094 | fa163e2e-69a7-8df9-1ef2-000000000b4c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-13 13:46:11.857327 | fa163e2e-69a7-8df9-1ef2-000000000b4c | TIMING | create persistent directories | standalone | 0:02:07.176531 | 0.42s 2025-10-13 13:46:11.864567 | fa163e2e-69a7-8df9-1ef2-000000000b4c | TIMING | create persistent directories | standalone | 0:02:07.183763 | 0.43s 2025-10-13 13:46:11.889363 | fa163e2e-69a7-8df9-1ef2-000000000b4d | TASK | Check if file certs_valid exist 2025-10-13 13:46:12.093454 | fa163e2e-69a7-8df9-1ef2-000000000b4d | OK | Check if file certs_valid exist | standalone 2025-10-13 13:46:12.094843 | fa163e2e-69a7-8df9-1ef2-000000000b4d | TIMING | Check if file certs_valid exist | standalone | 0:02:07.414039 | 0.20s 2025-10-13 13:46:12.119908 | fa163e2e-69a7-8df9-1ef2-000000000b4e | TASK | Check if file cert9.db exist 2025-10-13 13:46:12.332717 | fa163e2e-69a7-8df9-1ef2-000000000b4e | OK | Check if file cert9.db exist | standalone 2025-10-13 13:46:12.334227 | fa163e2e-69a7-8df9-1ef2-000000000b4e | TIMING | Check if file cert9.db exist | standalone | 0:02:07.653427 | 0.21s 2025-10-13 13:46:12.359415 | fa163e2e-69a7-8df9-1ef2-000000000b4f | TASK | Check if file key4.db exist 2025-10-13 13:46:12.566249 | fa163e2e-69a7-8df9-1ef2-000000000b4f | OK | Check if file key4.db exist | standalone 2025-10-13 13:46:12.567533 | fa163e2e-69a7-8df9-1ef2-000000000b4f | TIMING | Check if file key4.db exist | standalone | 0:02:07.886737 | 0.21s 2025-10-13 13:46:12.615187 | fa163e2e-69a7-8df9-1ef2-000000000b50 | SKIPPED | fail | standalone 2025-10-13 13:46:12.616083 | fa163e2e-69a7-8df9-1ef2-000000000b50 | TIMING | fail | standalone | 0:02:07.935291 | 0.03s 2025-10-13 13:46:12.634871 | fa163e2e-69a7-8df9-1ef2-000000000b51 | TASK | Create persistent directories 2025-10-13 13:46:12.863465 | fa163e2e-69a7-8df9-1ef2-000000000b51 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-13 13:46:12.866079 | fa163e2e-69a7-8df9-1ef2-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:08.185277 | 0.23s 2025-10-13 13:46:13.093253 | fa163e2e-69a7-8df9-1ef2-000000000b51 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-13 13:46:13.095554 | fa163e2e-69a7-8df9-1ef2-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:08.414757 | 0.46s 2025-10-13 13:46:13.106609 | fa163e2e-69a7-8df9-1ef2-000000000b51 | TIMING | Create persistent directories | standalone | 0:02:08.425807 | 0.47s 2025-10-13 13:46:13.132396 | fa163e2e-69a7-8df9-1ef2-000000000b52 | TASK | create persistent directories 2025-10-13 13:46:13.355767 | fa163e2e-69a7-8df9-1ef2-000000000b52 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-13 13:46:13.357288 | fa163e2e-69a7-8df9-1ef2-000000000b52 | TIMING | create persistent directories | standalone | 0:02:08.676496 | 0.22s 2025-10-13 13:46:13.369226 | fa163e2e-69a7-8df9-1ef2-000000000b52 | TIMING | create persistent directories | standalone | 0:02:08.688424 | 0.24s 2025-10-13 13:46:13.396963 | fa163e2e-69a7-8df9-1ef2-000000000b53 | TASK | create persistent directories 2025-10-13 13:46:13.671253 | fa163e2e-69a7-8df9-1ef2-000000000b53 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-13 13:46:13.673129 | fa163e2e-69a7-8df9-1ef2-000000000b53 | TIMING | create persistent directories | standalone | 0:02:08.992321 | 0.27s 2025-10-13 13:46:13.894169 | fa163e2e-69a7-8df9-1ef2-000000000b53 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-13 13:46:13.896238 | fa163e2e-69a7-8df9-1ef2-000000000b53 | TIMING | create persistent directories | standalone | 0:02:09.215440 | 0.50s 2025-10-13 13:46:13.906750 | fa163e2e-69a7-8df9-1ef2-000000000b53 | TIMING | create persistent directories | standalone | 0:02:09.225950 | 0.51s 2025-10-13 13:46:13.932909 | fa163e2e-69a7-8df9-1ef2-000000000b54 | TASK | create persistent directories 2025-10-13 13:46:14.178471 | fa163e2e-69a7-8df9-1ef2-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-13 13:46:14.181152 | fa163e2e-69a7-8df9-1ef2-000000000b54 | TIMING | create persistent directories | standalone | 0:02:09.500342 | 0.25s 2025-10-13 13:46:14.190998 | fa163e2e-69a7-8df9-1ef2-000000000b54 | TIMING | create persistent directories | standalone | 0:02:09.510195 | 0.26s 2025-10-13 13:46:14.217338 | fa163e2e-69a7-8df9-1ef2-000000000b55 | TASK | create persistent directories 2025-10-13 13:46:14.481845 | fa163e2e-69a7-8df9-1ef2-000000000b55 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-13 13:46:14.484258 | fa163e2e-69a7-8df9-1ef2-000000000b55 | TIMING | create persistent directories | standalone | 0:02:09.803452 | 0.27s 2025-10-13 13:46:14.711553 | fa163e2e-69a7-8df9-1ef2-000000000b55 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-13 13:46:14.712960 | fa163e2e-69a7-8df9-1ef2-000000000b55 | TIMING | create persistent directories | standalone | 0:02:10.032162 | 0.49s 2025-10-13 13:46:14.928633 | fa163e2e-69a7-8df9-1ef2-000000000b55 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-13 13:46:14.930405 | fa163e2e-69a7-8df9-1ef2-000000000b55 | TIMING | create persistent directories | standalone | 0:02:10.249608 | 0.71s 2025-10-13 13:46:14.941645 | fa163e2e-69a7-8df9-1ef2-000000000b55 | TIMING | create persistent directories | standalone | 0:02:10.260843 | 0.72s 2025-10-13 13:46:14.967801 | fa163e2e-69a7-8df9-1ef2-000000000b56 | TASK | create persistent directories 2025-10-13 13:46:15.234753 | fa163e2e-69a7-8df9-1ef2-000000000b56 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-13 13:46:15.236839 | fa163e2e-69a7-8df9-1ef2-000000000b56 | TIMING | create persistent directories | standalone | 0:02:10.556035 | 0.27s 2025-10-13 13:46:15.477037 | fa163e2e-69a7-8df9-1ef2-000000000b56 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-13 13:46:15.478759 | fa163e2e-69a7-8df9-1ef2-000000000b56 | TIMING | create persistent directories | standalone | 0:02:10.797963 | 0.51s 2025-10-13 13:46:15.489481 | fa163e2e-69a7-8df9-1ef2-000000000b56 | TIMING | create persistent directories | standalone | 0:02:10.808681 | 0.52s 2025-10-13 13:46:15.514801 | fa163e2e-69a7-8df9-1ef2-000000000b57 | TASK | create persistent directories 2025-10-13 13:46:15.750582 | fa163e2e-69a7-8df9-1ef2-000000000b57 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-13 13:46:15.752802 | fa163e2e-69a7-8df9-1ef2-000000000b57 | TIMING | create persistent directories | standalone | 0:02:11.072001 | 0.24s 2025-10-13 13:46:15.762948 | fa163e2e-69a7-8df9-1ef2-000000000b57 | TIMING | create persistent directories | standalone | 0:02:11.082146 | 0.25s 2025-10-13 13:46:15.788714 | fa163e2e-69a7-8df9-1ef2-000000000b58 | TASK | creating directory 2025-10-13 13:46:16.000750 | fa163e2e-69a7-8df9-1ef2-000000000b58 | CHANGED | creating directory | standalone 2025-10-13 13:46:16.002046 | fa163e2e-69a7-8df9-1ef2-000000000b58 | TIMING | creating directory | standalone | 0:02:11.321247 | 0.21s 2025-10-13 13:46:16.026135 | fa163e2e-69a7-8df9-1ef2-000000000b59 | TASK | derive pci passthrough whitelist 2025-10-13 13:46:16.444240 | fa163e2e-69a7-8df9-1ef2-000000000b59 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-13 13:46:16.446148 | fa163e2e-69a7-8df9-1ef2-000000000b59 | TIMING | derive pci passthrough whitelist | standalone | 0:02:11.765343 | 0.42s 2025-10-13 13:46:16.475659 | fa163e2e-69a7-8df9-1ef2-000000000b5a | TASK | run derive_pci_passthrough_whitelist.py 2025-10-13 13:46:17.297820 | fa163e2e-69a7-8df9-1ef2-000000000b5a | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-13 13:46:17.298763 | fa163e2e-69a7-8df9-1ef2-000000000b5a | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:12.617972 | 0.82s 2025-10-13 13:46:17.317643 | fa163e2e-69a7-8df9-1ef2-000000000b5b | TASK | create /run/netns with temp namespace 2025-10-13 13:46:17.509668 | fa163e2e-69a7-8df9-1ef2-000000000b5b | CHANGED | create /run/netns with temp namespace | standalone 2025-10-13 13:46:17.510929 | fa163e2e-69a7-8df9-1ef2-000000000b5b | TIMING | create /run/netns with temp namespace | standalone | 0:02:12.830131 | 0.19s 2025-10-13 13:46:17.534755 | fa163e2e-69a7-8df9-1ef2-000000000b5c | TASK | remove temp namespace 2025-10-13 13:46:17.734130 | fa163e2e-69a7-8df9-1ef2-000000000b5c | CHANGED | remove temp namespace | standalone 2025-10-13 13:46:17.735401 | fa163e2e-69a7-8df9-1ef2-000000000b5c | TIMING | remove temp namespace | standalone | 0:02:13.054603 | 0.20s 2025-10-13 13:46:17.759264 | fa163e2e-69a7-8df9-1ef2-000000000b5d | TASK | create /var/lib/neutron 2025-10-13 13:46:18.000796 | fa163e2e-69a7-8df9-1ef2-000000000b5d | CHANGED | create /var/lib/neutron | standalone 2025-10-13 13:46:18.002137 | fa163e2e-69a7-8df9-1ef2-000000000b5d | TIMING | create /var/lib/neutron | standalone | 0:02:13.321340 | 0.24s 2025-10-13 13:46:18.025966 | fa163e2e-69a7-8df9-1ef2-000000000b5e | TASK | set conditions 2025-10-13 13:46:18.057494 | fa163e2e-69a7-8df9-1ef2-000000000b5e | OK | set conditions | standalone 2025-10-13 13:46:18.058560 | fa163e2e-69a7-8df9-1ef2-000000000b5e | TIMING | set conditions | standalone | 0:02:13.377763 | 0.03s 2025-10-13 13:46:18.083389 | fa163e2e-69a7-8df9-1ef2-000000000b5f | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-13 13:46:18.317969 | fa163e2e-69a7-8df9-1ef2-000000000b5f | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-13 13:46:18.319227 | fa163e2e-69a7-8df9-1ef2-000000000b5f | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:13.638430 | 0.23s 2025-10-13 13:46:18.338935 | fa163e2e-69a7-8df9-1ef2-000000000b60 | TASK | create dnsmasq dhcp kill script 2025-10-13 13:46:18.744096 | fa163e2e-69a7-8df9-1ef2-000000000b60 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-13 13:46:18.745515 | fa163e2e-69a7-8df9-1ef2-000000000b60 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:14.064716 | 0.41s 2025-10-13 13:46:18.765362 | fa163e2e-69a7-8df9-1ef2-000000000b61 | TASK | create haproxy kill script 2025-10-13 13:46:19.187731 | fa163e2e-69a7-8df9-1ef2-000000000b61 | CHANGED | create haproxy kill script | standalone 2025-10-13 13:46:19.189057 | fa163e2e-69a7-8df9-1ef2-000000000b61 | TIMING | create haproxy kill script | standalone | 0:02:14.508267 | 0.42s 2025-10-13 13:46:19.214675 | fa163e2e-69a7-8df9-1ef2-000000000b62 | TASK | create persistent directories 2025-10-13 13:46:19.467003 | fa163e2e-69a7-8df9-1ef2-000000000b62 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-13 13:46:19.468187 | fa163e2e-69a7-8df9-1ef2-000000000b62 | TIMING | create persistent directories | standalone | 0:02:14.787392 | 0.25s 2025-10-13 13:46:19.666804 | fa163e2e-69a7-8df9-1ef2-000000000b62 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-13 13:46:19.668490 | fa163e2e-69a7-8df9-1ef2-000000000b62 | TIMING | create persistent directories | standalone | 0:02:14.987697 | 0.45s 2025-10-13 13:46:19.678884 | fa163e2e-69a7-8df9-1ef2-000000000b62 | TIMING | create persistent directories | standalone | 0:02:14.998085 | 0.46s 2025-10-13 13:46:19.708241 | fa163e2e-69a7-8df9-1ef2-000000000b63 | TASK | create persistent directories 2025-10-13 13:46:19.928023 | fa163e2e-69a7-8df9-1ef2-000000000b63 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-13 13:46:19.929514 | fa163e2e-69a7-8df9-1ef2-000000000b63 | TIMING | create persistent directories | standalone | 0:02:15.248708 | 0.22s 2025-10-13 13:46:19.935763 | fa163e2e-69a7-8df9-1ef2-000000000b63 | TIMING | create persistent directories | standalone | 0:02:15.254964 | 0.23s 2025-10-13 13:46:19.954063 | fa163e2e-69a7-8df9-1ef2-000000000b64 | TASK | create persistent directories 2025-10-13 13:46:20.170811 | fa163e2e-69a7-8df9-1ef2-000000000b64 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-13 13:46:20.172424 | fa163e2e-69a7-8df9-1ef2-000000000b64 | TIMING | create persistent directories | standalone | 0:02:15.491621 | 0.22s 2025-10-13 13:46:20.343004 | fa163e2e-69a7-8df9-1ef2-000000000b64 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-13 13:46:20.344879 | fa163e2e-69a7-8df9-1ef2-000000000b64 | TIMING | create persistent directories | standalone | 0:02:15.664083 | 0.39s 2025-10-13 13:46:20.356184 | fa163e2e-69a7-8df9-1ef2-000000000b64 | TIMING | create persistent directories | standalone | 0:02:15.675377 | 0.40s 2025-10-13 13:46:20.388028 | fa163e2e-69a7-8df9-1ef2-000000000b65 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-13 13:46:20.613057 | fa163e2e-69a7-8df9-1ef2-000000000b65 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-13 13:46:20.614022 | fa163e2e-69a7-8df9-1ef2-000000000b65 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:15.933230 | 0.22s 2025-10-13 13:46:20.633171 | fa163e2e-69a7-8df9-1ef2-000000000b66 | TASK | create persistent directories 2025-10-13 13:46:20.878460 | fa163e2e-69a7-8df9-1ef2-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-13 13:46:20.880098 | fa163e2e-69a7-8df9-1ef2-000000000b66 | TIMING | create persistent directories | standalone | 0:02:16.199294 | 0.25s 2025-10-13 13:46:21.118363 | fa163e2e-69a7-8df9-1ef2-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-13 13:46:21.119759 | fa163e2e-69a7-8df9-1ef2-000000000b66 | TIMING | create persistent directories | standalone | 0:02:16.438969 | 0.49s 2025-10-13 13:46:21.306665 | fa163e2e-69a7-8df9-1ef2-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-13 13:46:21.307875 | fa163e2e-69a7-8df9-1ef2-000000000b66 | TIMING | create persistent directories | standalone | 0:02:16.627081 | 0.67s 2025-10-13 13:46:21.533116 | fa163e2e-69a7-8df9-1ef2-000000000b66 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-13 13:46:21.534419 | fa163e2e-69a7-8df9-1ef2-000000000b66 | TIMING | create persistent directories | standalone | 0:02:16.853625 | 0.90s 2025-10-13 13:46:21.758376 | fa163e2e-69a7-8df9-1ef2-000000000b66 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-13 13:46:21.759558 | fa163e2e-69a7-8df9-1ef2-000000000b66 | TIMING | create persistent directories | standalone | 0:02:17.078769 | 1.13s 2025-10-13 13:46:21.770315 | fa163e2e-69a7-8df9-1ef2-000000000b66 | TIMING | create persistent directories | standalone | 0:02:17.089523 | 1.14s 2025-10-13 13:46:21.789888 | fa163e2e-69a7-8df9-1ef2-000000000b67 | TASK | ensure /run/nova is present upon reboot 2025-10-13 13:46:22.265219 | fa163e2e-69a7-8df9-1ef2-000000000b67 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-13 13:46:22.266349 | fa163e2e-69a7-8df9-1ef2-000000000b67 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:17.585556 | 0.47s 2025-10-13 13:46:22.291373 | fa163e2e-69a7-8df9-1ef2-000000000b68 | TASK | create tempfiles 2025-10-13 13:46:22.587832 | fa163e2e-69a7-8df9-1ef2-000000000b68 | CHANGED | create tempfiles | standalone 2025-10-13 13:46:22.589329 | fa163e2e-69a7-8df9-1ef2-000000000b68 | TIMING | create tempfiles | standalone | 0:02:17.908530 | 0.30s 2025-10-13 13:46:22.616673 | fa163e2e-69a7-8df9-1ef2-000000000b69 | TASK | Mount Nova NFS Share 2025-10-13 13:46:22.646052 | fa163e2e-69a7-8df9-1ef2-000000000b69 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-13 13:46:22.647414 | fa163e2e-69a7-8df9-1ef2-000000000b69 | TIMING | Mount Nova NFS Share | standalone | 0:02:17.966611 | 0.03s 2025-10-13 13:46:22.665357 | fa163e2e-69a7-8df9-1ef2-000000000b6b | TASK | check systemd-container package installed or not 2025-10-13 13:46:22.692044 | fa163e2e-69a7-8df9-1ef2-000000000b6b | SKIPPED | check systemd-container package installed or not | standalone 2025-10-13 13:46:22.692935 | fa163e2e-69a7-8df9-1ef2-000000000b6b | TIMING | check systemd-container package installed or not | standalone | 0:02:18.012145 | 0.03s 2025-10-13 13:46:22.719995 | fa163e2e-69a7-8df9-1ef2-000000000b6c | TASK | get latest package from downloaded package versions 2025-10-13 13:46:22.748868 | fa163e2e-69a7-8df9-1ef2-000000000b6c | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-13 13:46:22.749923 | fa163e2e-69a7-8df9-1ef2-000000000b6c | TIMING | get latest package from downloaded package versions | standalone | 0:02:18.069128 | 0.03s 2025-10-13 13:46:22.775787 | fa163e2e-69a7-8df9-1ef2-000000000b6d | TASK | Install systemd-container package on boot 2025-10-13 13:46:22.804383 | fa163e2e-69a7-8df9-1ef2-000000000b6d | SKIPPED | Install systemd-container package on boot | standalone 2025-10-13 13:46:22.805628 | fa163e2e-69a7-8df9-1ef2-000000000b6d | TIMING | Install systemd-container package on boot | standalone | 0:02:18.124829 | 0.03s 2025-10-13 13:46:22.830230 | fa163e2e-69a7-8df9-1ef2-000000000b6e | TASK | enable install-systemd-container on compute boot 2025-10-13 13:46:22.869293 | fa163e2e-69a7-8df9-1ef2-000000000b6e | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-13 13:46:22.870627 | fa163e2e-69a7-8df9-1ef2-000000000b6e | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:18.189826 | 0.04s 2025-10-13 13:46:22.896810 | fa163e2e-69a7-8df9-1ef2-000000000b6f | TASK | check if install-systemd-container service exists 2025-10-13 13:46:22.924664 | fa163e2e-69a7-8df9-1ef2-000000000b6f | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-13 13:46:22.925700 | fa163e2e-69a7-8df9-1ef2-000000000b6f | TIMING | check if install-systemd-container service exists | standalone | 0:02:18.244902 | 0.03s 2025-10-13 13:46:22.949967 | fa163e2e-69a7-8df9-1ef2-000000000b70 | TASK | disable and mask install-systemd-container on compute boot 2025-10-13 13:46:22.977340 | fa163e2e-69a7-8df9-1ef2-000000000b70 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-13 13:46:22.978477 | fa163e2e-69a7-8df9-1ef2-000000000b70 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:18.297678 | 0.03s 2025-10-13 13:46:23.002970 | fa163e2e-69a7-8df9-1ef2-000000000b72 | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-13 13:46:23.032847 | fa163e2e-69a7-8df9-1ef2-000000000b72 | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-13 13:46:23.033939 | fa163e2e-69a7-8df9-1ef2-000000000b72 | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:18.353140 | 0.03s 2025-10-13 13:46:23.058000 | fa163e2e-69a7-8df9-1ef2-000000000b74 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-13 13:46:23.087834 | fa163e2e-69a7-8df9-1ef2-000000000b74 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-13 13:46:23.089175 | fa163e2e-69a7-8df9-1ef2-000000000b74 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:18.408375 | 0.03s 2025-10-13 13:46:23.108345 | fa163e2e-69a7-8df9-1ef2-000000000b75 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-13 13:46:23.135198 | fa163e2e-69a7-8df9-1ef2-000000000b75 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-13 13:46:23.136037 | fa163e2e-69a7-8df9-1ef2-000000000b75 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:18.455245 | 0.03s 2025-10-13 13:46:23.155286 | fa163e2e-69a7-8df9-1ef2-000000000b76 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-13 13:46:23.182092 | fa163e2e-69a7-8df9-1ef2-000000000b76 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-13 13:46:23.183215 | fa163e2e-69a7-8df9-1ef2-000000000b76 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:18.502415 | 0.03s 2025-10-13 13:46:23.207593 | fa163e2e-69a7-8df9-1ef2-000000000b78 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-13 13:46:23.236274 | fa163e2e-69a7-8df9-1ef2-000000000b78 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-13 13:46:23.237329 | fa163e2e-69a7-8df9-1ef2-000000000b78 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:18.556530 | 0.03s 2025-10-13 13:46:23.261580 | fa163e2e-69a7-8df9-1ef2-000000000b79 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-13 13:46:23.289385 | fa163e2e-69a7-8df9-1ef2-000000000b79 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-13 13:46:23.290655 | fa163e2e-69a7-8df9-1ef2-000000000b79 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:18.609856 | 0.03s 2025-10-13 13:46:23.314749 | fa163e2e-69a7-8df9-1ef2-000000000b7a | TASK | Making sure virt-guest-shutdown.target is present 2025-10-13 13:46:23.343132 | fa163e2e-69a7-8df9-1ef2-000000000b7a | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-13 13:46:23.344386 | fa163e2e-69a7-8df9-1ef2-000000000b7a | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:18.663586 | 0.03s 2025-10-13 13:46:23.368702 | fa163e2e-69a7-8df9-1ef2-000000000b7b | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-13 13:46:23.397364 | fa163e2e-69a7-8df9-1ef2-000000000b7b | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-13 13:46:23.398923 | fa163e2e-69a7-8df9-1ef2-000000000b7b | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:18.718121 | 0.03s 2025-10-13 13:46:23.423708 | fa163e2e-69a7-8df9-1ef2-000000000b7d | TASK | Do we prepend nova startup with a delay 2025-10-13 13:46:23.454888 | fa163e2e-69a7-8df9-1ef2-000000000b7d | OK | Do we prepend nova startup with a delay | standalone 2025-10-13 13:46:23.456096 | fa163e2e-69a7-8df9-1ef2-000000000b7d | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:18.775291 | 0.03s 2025-10-13 13:46:23.479885 | fa163e2e-69a7-8df9-1ef2-000000000b7e | TASK | install nova-compute delay wrapper script 2025-10-13 13:46:23.529757 | fa163e2e-69a7-8df9-1ef2-000000000b7e | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-13 13:46:23.530955 | fa163e2e-69a7-8df9-1ef2-000000000b7e | TIMING | install nova-compute delay wrapper script | standalone | 0:02:18.850157 | 0.05s 2025-10-13 13:46:23.554900 | fa163e2e-69a7-8df9-1ef2-000000000b7f | TASK | Is irqbalance enabled 2025-10-13 13:46:23.584903 | fa163e2e-69a7-8df9-1ef2-000000000b7f | OK | Is irqbalance enabled | standalone 2025-10-13 13:46:23.586033 | fa163e2e-69a7-8df9-1ef2-000000000b7f | TIMING | Is irqbalance enabled | standalone | 0:02:18.905235 | 0.03s 2025-10-13 13:46:23.610229 | fa163e2e-69a7-8df9-1ef2-000000000b80 | TASK | disable irqbalance service on compute 2025-10-13 13:46:23.639869 | fa163e2e-69a7-8df9-1ef2-000000000b80 | SKIPPED | disable irqbalance service on compute | standalone 2025-10-13 13:46:23.640894 | fa163e2e-69a7-8df9-1ef2-000000000b80 | TIMING | disable irqbalance service on compute | standalone | 0:02:18.960095 | 0.03s 2025-10-13 13:46:23.664287 | fa163e2e-69a7-8df9-1ef2-000000000b81 | TASK | create persistent directories 2025-10-13 13:46:23.909192 | fa163e2e-69a7-8df9-1ef2-000000000b81 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-13 13:46:23.911006 | fa163e2e-69a7-8df9-1ef2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:19.230205 | 0.25s 2025-10-13 13:46:23.920367 | fa163e2e-69a7-8df9-1ef2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:19.239576 | 0.25s 2025-10-13 13:46:23.939551 | fa163e2e-69a7-8df9-1ef2-000000000b82 | TASK | create libvirt persistent data directories 2025-10-13 13:46:24.201375 | fa163e2e-69a7-8df9-1ef2-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-13 13:46:24.203375 | fa163e2e-69a7-8df9-1ef2-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:19.522564 | 0.26s 2025-10-13 13:46:24.445080 | fa163e2e-69a7-8df9-1ef2-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-13 13:46:24.446876 | fa163e2e-69a7-8df9-1ef2-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:19.766080 | 0.51s 2025-10-13 13:46:24.683927 | fa163e2e-69a7-8df9-1ef2-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-13 13:46:24.685603 | fa163e2e-69a7-8df9-1ef2-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:20.004808 | 0.75s 2025-10-13 13:46:24.885355 | fa163e2e-69a7-8df9-1ef2-000000000b82 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-13 13:46:24.886645 | fa163e2e-69a7-8df9-1ef2-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:20.205858 | 0.95s 2025-10-13 13:46:25.107595 | fa163e2e-69a7-8df9-1ef2-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-13 13:46:25.109257 | fa163e2e-69a7-8df9-1ef2-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:20.428462 | 1.17s 2025-10-13 13:46:25.354478 | fa163e2e-69a7-8df9-1ef2-000000000b82 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-13 13:46:25.356141 | fa163e2e-69a7-8df9-1ef2-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:20.675347 | 1.42s 2025-10-13 13:46:25.583240 | fa163e2e-69a7-8df9-1ef2-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-13 13:46:25.584387 | fa163e2e-69a7-8df9-1ef2-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:20.903591 | 1.64s 2025-10-13 13:46:25.829252 | fa163e2e-69a7-8df9-1ef2-000000000b82 | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-13 13:46:25.830319 | fa163e2e-69a7-8df9-1ef2-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:21.149523 | 1.89s 2025-10-13 13:46:25.839496 | fa163e2e-69a7-8df9-1ef2-000000000b82 | TIMING | create libvirt persistent data directories | standalone | 0:02:21.158694 | 1.90s 2025-10-13 13:46:25.867333 | fa163e2e-69a7-8df9-1ef2-000000000b83 | TASK | ensure qemu group is present on the host 2025-10-13 13:46:26.301057 | fa163e2e-69a7-8df9-1ef2-000000000b83 | CHANGED | ensure qemu group is present on the host | standalone 2025-10-13 13:46:26.302300 | fa163e2e-69a7-8df9-1ef2-000000000b83 | TIMING | ensure qemu group is present on the host | standalone | 0:02:21.621502 | 0.43s 2025-10-13 13:46:26.326387 | fa163e2e-69a7-8df9-1ef2-000000000b84 | TASK | ensure qemu user is present on the host 2025-10-13 13:46:26.864958 | fa163e2e-69a7-8df9-1ef2-000000000b84 | CHANGED | ensure qemu user is present on the host | standalone 2025-10-13 13:46:26.866221 | fa163e2e-69a7-8df9-1ef2-000000000b84 | TIMING | ensure qemu user is present on the host | standalone | 0:02:22.185424 | 0.54s 2025-10-13 13:46:26.891380 | fa163e2e-69a7-8df9-1ef2-000000000b85 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-13 13:46:27.114221 | fa163e2e-69a7-8df9-1ef2-000000000b85 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-13 13:46:27.115695 | fa163e2e-69a7-8df9-1ef2-000000000b85 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:22.434896 | 0.22s 2025-10-13 13:46:27.139639 | fa163e2e-69a7-8df9-1ef2-000000000b86 | TASK | check if libvirt is installed 2025-10-13 13:46:27.384192 | fa163e2e-69a7-8df9-1ef2-000000000b86 | CHANGED | check if libvirt is installed | standalone 2025-10-13 13:46:27.385505 | fa163e2e-69a7-8df9-1ef2-000000000b86 | TIMING | check if libvirt is installed | standalone | 0:02:22.704706 | 0.24s 2025-10-13 13:46:27.410296 | fa163e2e-69a7-8df9-1ef2-000000000b87 | TASK | make sure libvirt services are disabled and masked 2025-10-13 13:46:27.450345 | fa163e2e-69a7-8df9-1ef2-000000000b87 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-13 13:46:27.457287 | fa163e2e-69a7-8df9-1ef2-000000000b87 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-13 13:46:27.463585 | fa163e2e-69a7-8df9-1ef2-000000000b87 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:22.782785 | 0.05s 2025-10-13 13:46:27.487167 | fa163e2e-69a7-8df9-1ef2-000000000b88 | TASK | ensure /run/libvirt is present upon reboot 2025-10-13 13:46:27.968112 | fa163e2e-69a7-8df9-1ef2-000000000b88 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-13 13:46:27.969321 | fa163e2e-69a7-8df9-1ef2-000000000b88 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:23.288525 | 0.48s 2025-10-13 13:46:27.994299 | fa163e2e-69a7-8df9-1ef2-000000000b89 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-13 13:46:29.014233 | fa163e2e-69a7-8df9-1ef2-000000000b89 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-13 13:46:29.017181 | fa163e2e-69a7-8df9-1ef2-000000000b89 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:24.336374 | 1.02s 2025-10-13 13:46:29.053219 | fa163e2e-69a7-8df9-1ef2-000000000b8a | TASK | Create libvirt persistent data directories 2025-10-13 13:46:29.298011 | fa163e2e-69a7-8df9-1ef2-000000000b8a | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-13 13:46:29.300495 | fa163e2e-69a7-8df9-1ef2-000000000b8a | TIMING | Create libvirt persistent data directories | standalone | 0:02:24.619693 | 0.24s 2025-10-13 13:46:29.311189 | fa163e2e-69a7-8df9-1ef2-000000000b8a | TIMING | Create libvirt persistent data directories | standalone | 0:02:24.630375 | 0.26s 2025-10-13 13:46:29.334243 | fa163e2e-69a7-8df9-1ef2-000000000b8b | TASK | create persistent directories 2025-10-13 13:46:29.633521 | fa163e2e-69a7-8df9-1ef2-000000000b8b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-13 13:46:29.635205 | fa163e2e-69a7-8df9-1ef2-000000000b8b | TIMING | create persistent directories | standalone | 0:02:24.954402 | 0.30s 2025-10-13 13:46:29.862652 | fa163e2e-69a7-8df9-1ef2-000000000b8b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-13 13:46:29.865020 | fa163e2e-69a7-8df9-1ef2-000000000b8b | TIMING | create persistent directories | standalone | 0:02:25.184224 | 0.53s 2025-10-13 13:46:29.875957 | fa163e2e-69a7-8df9-1ef2-000000000b8b | TIMING | create persistent directories | standalone | 0:02:25.195144 | 0.54s 2025-10-13 13:46:29.900756 | fa163e2e-69a7-8df9-1ef2-000000000b8c | TASK | Copy in cleanup script 2025-10-13 13:46:30.387097 | fa163e2e-69a7-8df9-1ef2-000000000b8c | CHANGED | Copy in cleanup script | standalone 2025-10-13 13:46:30.388815 | fa163e2e-69a7-8df9-1ef2-000000000b8c | TIMING | Copy in cleanup script | standalone | 0:02:25.708008 | 0.49s 2025-10-13 13:46:30.407293 | fa163e2e-69a7-8df9-1ef2-000000000b8d | TASK | Copy in cleanup service 2025-10-13 13:46:30.906645 | fa163e2e-69a7-8df9-1ef2-000000000b8d | CHANGED | Copy in cleanup service | standalone 2025-10-13 13:46:30.907734 | fa163e2e-69a7-8df9-1ef2-000000000b8d | TIMING | Copy in cleanup service | standalone | 0:02:26.226941 | 0.50s 2025-10-13 13:46:30.927590 | fa163e2e-69a7-8df9-1ef2-000000000b8e | TASK | Enabling the cleanup service 2025-10-13 13:46:31.641520 | fa163e2e-69a7-8df9-1ef2-000000000b8e | CHANGED | Enabling the cleanup service | standalone 2025-10-13 13:46:31.642771 | fa163e2e-69a7-8df9-1ef2-000000000b8e | TIMING | Enabling the cleanup service | standalone | 0:02:26.961977 | 0.71s 2025-10-13 13:46:31.663064 | fa163e2e-69a7-8df9-1ef2-000000000b8f | TASK | create persistent directories 2025-10-13 13:46:31.926318 | fa163e2e-69a7-8df9-1ef2-000000000b8f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-13 13:46:31.927410 | fa163e2e-69a7-8df9-1ef2-000000000b8f | TIMING | create persistent directories | standalone | 0:02:27.246615 | 0.26s 2025-10-13 13:46:32.118213 | fa163e2e-69a7-8df9-1ef2-000000000b8f | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-13 13:46:32.119301 | fa163e2e-69a7-8df9-1ef2-000000000b8f | TIMING | create persistent directories | standalone | 0:02:27.438505 | 0.45s 2025-10-13 13:46:32.126663 | fa163e2e-69a7-8df9-1ef2-000000000b8f | TIMING | create persistent directories | standalone | 0:02:27.445870 | 0.46s 2025-10-13 13:46:32.148198 | fa163e2e-69a7-8df9-1ef2-000000000b90 | TASK | set conditions 2025-10-13 13:46:32.178767 | fa163e2e-69a7-8df9-1ef2-000000000b90 | OK | set conditions | standalone 2025-10-13 13:46:32.179995 | fa163e2e-69a7-8df9-1ef2-000000000b90 | TIMING | set conditions | standalone | 0:02:27.499196 | 0.03s 2025-10-13 13:46:32.221285 | fa163e2e-69a7-8df9-1ef2-000000000b91 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:27.540485 | 0.02s 2025-10-13 13:46:32.271857 | fa163e2e-69a7-8df9-1ef2-00000000125a | TASK | Gather variables for each operating system 2025-10-13 13:46:32.373893 | fa163e2e-69a7-8df9-1ef2-00000000125a | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:27.693080 | 0.10s 2025-10-13 13:46:32.399113 | fa163e2e-69a7-8df9-1ef2-00000000125b | TASK | Set packages facts 2025-10-13 13:46:32.429846 | fa163e2e-69a7-8df9-1ef2-00000000125b | OK | Set packages facts | standalone 2025-10-13 13:46:32.431154 | fa163e2e-69a7-8df9-1ef2-00000000125b | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:27.750355 | 0.03s 2025-10-13 13:46:32.457222 | fa163e2e-69a7-8df9-1ef2-00000000125c | TASK | Manage package 2025-10-13 13:46:32.508987 | fa163e2e-69a7-8df9-1ef2-00000000125c | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-13 13:46:32.524272 | fa163e2e-69a7-8df9-1ef2-00000000125c | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-13 13:46:32.541098 | fa163e2e-69a7-8df9-1ef2-00000000125c | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-13 13:46:37.184787 | fa163e2e-69a7-8df9-1ef2-00000000125c | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:32.503966 | 4.73s 2025-10-13 13:46:37.206927 | fa163e2e-69a7-8df9-1ef2-00000000125c | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-13 13:46:37.220008 | fa163e2e-69a7-8df9-1ef2-00000000125c | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:32.539206 | 4.76s 2025-10-13 13:46:37.267367 | fa163e2e-69a7-8df9-1ef2-000000000b92 | TASK | create fcontext for rabbitmq data 2025-10-13 13:46:38.572028 | fa163e2e-69a7-8df9-1ef2-000000000b92 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-13 13:46:38.573744 | fa163e2e-69a7-8df9-1ef2-000000000b92 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:33.892945 | 1.30s 2025-10-13 13:46:38.598343 | fa163e2e-69a7-8df9-1ef2-000000000b93 | TASK | create persistent directories 2025-10-13 13:46:38.864861 | fa163e2e-69a7-8df9-1ef2-000000000b93 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-13 13:46:38.866538 | fa163e2e-69a7-8df9-1ef2-000000000b93 | TIMING | create persistent directories | standalone | 0:02:34.185738 | 0.27s 2025-10-13 13:46:39.113050 | fa163e2e-69a7-8df9-1ef2-000000000b93 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-13 13:46:39.114926 | fa163e2e-69a7-8df9-1ef2-000000000b93 | TIMING | create persistent directories | standalone | 0:02:34.434131 | 0.52s 2025-10-13 13:46:39.125587 | fa163e2e-69a7-8df9-1ef2-000000000b93 | TIMING | create persistent directories | standalone | 0:02:34.444784 | 0.53s 2025-10-13 13:46:39.150680 | fa163e2e-69a7-8df9-1ef2-000000000b94 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-13 13:46:39.426200 | fa163e2e-69a7-8df9-1ef2-000000000b94 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-13 13:46:39.427518 | fa163e2e-69a7-8df9-1ef2-000000000b94 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:34.746720 | 0.28s 2025-10-13 13:46:39.451077 | fa163e2e-69a7-8df9-1ef2-000000000b95 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-13 13:46:39.466986 | fa163e2e-69a7-8df9-1ef2-000000000b95 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-13 13:46:39.468328 | fa163e2e-69a7-8df9-1ef2-000000000b95 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:34.787528 | 0.02s 2025-10-13 13:46:39.492477 | fa163e2e-69a7-8df9-1ef2-000000000b96 | TASK | Remove existing entries from logind conf 2025-10-13 13:46:39.661930 | fa163e2e-69a7-8df9-1ef2-000000000b96 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-13 13:46:39.663374 | fa163e2e-69a7-8df9-1ef2-000000000b96 | TIMING | Remove existing entries from logind conf | standalone | 0:02:34.982571 | 0.17s 2025-10-13 13:46:39.687564 | fa163e2e-69a7-8df9-1ef2-000000000b97 | TASK | Make sure systemd-logind ignores power off 2025-10-13 13:46:39.907905 | fa163e2e-69a7-8df9-1ef2-000000000b97 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-13 13:46:39.908652 | fa163e2e-69a7-8df9-1ef2-000000000b97 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:35.227863 | 0.22s 2025-10-13 13:46:39.925375 | fa163e2e-69a7-8df9-1ef2-000000000b98 | TASK | Restart systemd-logind 2025-10-13 13:46:40.359592 | fa163e2e-69a7-8df9-1ef2-000000000b98 | CHANGED | Restart systemd-logind | standalone 2025-10-13 13:46:40.361348 | fa163e2e-69a7-8df9-1ef2-000000000b98 | TIMING | Restart systemd-logind | standalone | 0:02:35.680550 | 0.44s 2025-10-13 13:46:40.386276 | fa163e2e-69a7-8df9-1ef2-000000000b99 | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-13 13:46:40.457848 | fa163e2e-69a7-8df9-1ef2-000000000b99 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-13 13:46:40.459062 | fa163e2e-69a7-8df9-1ef2-000000000b99 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:35.778261 | 0.07s 2025-10-13 13:46:40.483986 | fa163e2e-69a7-8df9-1ef2-000000000b9a | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-13 13:46:40.546985 | fa163e2e-69a7-8df9-1ef2-000000000b9a | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-13 13:46:40.548065 | fa163e2e-69a7-8df9-1ef2-000000000b9a | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:35.867259 | 0.06s 2025-10-13 13:46:40.574371 | fa163e2e-69a7-8df9-1ef2-000000000b9b | TASK | create persistent logs directory 2025-10-13 13:46:40.826989 | fa163e2e-69a7-8df9-1ef2-000000000b9b | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-13 13:46:40.830765 | fa163e2e-69a7-8df9-1ef2-000000000b9b | TIMING | create persistent logs directory | standalone | 0:02:36.149969 | 0.25s 2025-10-13 13:46:41.004592 | fa163e2e-69a7-8df9-1ef2-000000000b9b | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-13 13:46:41.005657 | fa163e2e-69a7-8df9-1ef2-000000000b9b | TIMING | create persistent logs directory | standalone | 0:02:36.324862 | 0.43s 2025-10-13 13:46:41.012220 | fa163e2e-69a7-8df9-1ef2-000000000b9b | TIMING | create persistent logs directory | standalone | 0:02:36.331426 | 0.44s 2025-10-13 13:46:41.037242 | fa163e2e-69a7-8df9-1ef2-000000000b9d | TASK | Set login facts 2025-10-13 13:46:41.065766 | fa163e2e-69a7-8df9-1ef2-000000000b9d | OK | Set login facts | standalone 2025-10-13 13:46:41.066860 | fa163e2e-69a7-8df9-1ef2-000000000b9d | TIMING | Set login facts | standalone | 0:02:36.386063 | 0.03s 2025-10-13 13:46:41.090485 | fa163e2e-69a7-8df9-1ef2-000000000b9e | TASK | Convert logins json to dict 2025-10-13 13:46:41.129510 | fa163e2e-69a7-8df9-1ef2-000000000b9e | SKIPPED | Convert logins json to dict | standalone 2025-10-13 13:46:41.130600 | fa163e2e-69a7-8df9-1ef2-000000000b9e | TIMING | Convert logins json to dict | standalone | 0:02:36.449801 | 0.04s 2025-10-13 13:46:41.154097 | fa163e2e-69a7-8df9-1ef2-000000000b9f | TASK | Set registry logins 2025-10-13 13:46:41.196044 | fa163e2e-69a7-8df9-1ef2-000000000b9f | SKIPPED | Set registry logins | standalone 2025-10-13 13:46:41.197193 | fa163e2e-69a7-8df9-1ef2-000000000b9f | TIMING | Set registry logins | standalone | 0:02:36.516393 | 0.04s 2025-10-13 13:46:41.221898 | fa163e2e-69a7-8df9-1ef2-000000000ba0 | TASK | Run podman install 2025-10-13 13:46:41.243759 | fa163e2e-69a7-8df9-1ef2-000000000ba0 | TIMING | Run podman install | standalone | 0:02:36.562952 | 0.02s 2025-10-13 13:46:41.326091 | fa163e2e-69a7-8df9-1ef2-00000000133c | TASK | Gather variables for each operating system 2025-10-13 13:46:41.475779 | fa163e2e-69a7-8df9-1ef2-00000000133c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-13 13:46:41.476721 | fa163e2e-69a7-8df9-1ef2-00000000133c | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:36.795926 | 0.15s 2025-10-13 13:46:41.481725 | fa163e2e-69a7-8df9-1ef2-00000000133c | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:36.800926 | 0.15s 2025-10-13 13:46:41.507194 | fa163e2e-69a7-8df9-1ef2-00000000133e | TASK | ensure podman and deps are installed 2025-10-13 13:46:44.526611 | fa163e2e-69a7-8df9-1ef2-00000000133e | OK | ensure podman and deps are installed | standalone 2025-10-13 13:46:44.528618 | fa163e2e-69a7-8df9-1ef2-00000000133e | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:39.847824 | 3.02s 2025-10-13 13:46:44.549213 | fa163e2e-69a7-8df9-1ef2-00000000133f | TASK | Ensure we get the ansible interfaces facts 2025-10-13 13:46:45.087771 | fa163e2e-69a7-8df9-1ef2-00000000133f | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-13 13:46:45.089597 | fa163e2e-69a7-8df9-1ef2-00000000133f | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:40.408804 | 0.54s 2025-10-13 13:46:45.111378 | fa163e2e-69a7-8df9-1ef2-000000001340 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-13 13:46:45.138351 | fa163e2e-69a7-8df9-1ef2-000000001340 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-13 13:46:45.140016 | fa163e2e-69a7-8df9-1ef2-000000001340 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:40.459224 | 0.03s 2025-10-13 13:46:45.160546 | fa163e2e-69a7-8df9-1ef2-000000001342 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-13 13:46:45.193287 | fa163e2e-69a7-8df9-1ef2-000000001342 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-13 13:46:45.194928 | fa163e2e-69a7-8df9-1ef2-000000001342 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:40.514124 | 0.03s 2025-10-13 13:46:45.218149 | fa163e2e-69a7-8df9-1ef2-000000001343 | TASK | Update default network configuration if possible 2025-10-13 13:46:45.262071 | fa163e2e-69a7-8df9-1ef2-000000001343 | SKIPPED | Update default network configuration if possible | standalone 2025-10-13 13:46:45.263831 | fa163e2e-69a7-8df9-1ef2-000000001343 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:40.583025 | 0.04s 2025-10-13 13:46:45.291540 | fa163e2e-69a7-8df9-1ef2-000000001345 | TASK | Make sure /etc/containers/networks exists 2025-10-13 13:46:45.535731 | fa163e2e-69a7-8df9-1ef2-000000001345 | OK | Make sure /etc/containers/networks exists | standalone 2025-10-13 13:46:45.537724 | fa163e2e-69a7-8df9-1ef2-000000001345 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:40.856914 | 0.24s 2025-10-13 13:46:45.564160 | fa163e2e-69a7-8df9-1ef2-000000001346 | TASK | Get current podman network 2025-10-13 13:46:45.889235 | fa163e2e-69a7-8df9-1ef2-000000001346 | CHANGED | Get current podman network | standalone 2025-10-13 13:46:45.891237 | fa163e2e-69a7-8df9-1ef2-000000001346 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:41.210436 | 0.33s 2025-10-13 13:46:45.918542 | fa163e2e-69a7-8df9-1ef2-000000001347 | TASK | Update the default network configuration 2025-10-13 13:46:46.582063 | fa163e2e-69a7-8df9-1ef2-000000001347 | CHANGED | Update the default network configuration | standalone 2025-10-13 13:46:46.583841 | fa163e2e-69a7-8df9-1ef2-000000001347 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:41.903032 | 0.66s 2025-10-13 13:46:46.610241 | fa163e2e-69a7-8df9-1ef2-000000001348 | TASK | Write containers registries.conf 2025-10-13 13:46:47.253550 | fa163e2e-69a7-8df9-1ef2-000000001348 | CHANGED | Write containers registries.conf | standalone 2025-10-13 13:46:47.255350 | fa163e2e-69a7-8df9-1ef2-000000001348 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:42.574553 | 0.64s 2025-10-13 13:46:47.277554 | fa163e2e-69a7-8df9-1ef2-000000001349 | TASK | Write containers.conf 2025-10-13 13:46:47.568545 | fa163e2e-69a7-8df9-1ef2-000000001349 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-13 13:46:47.569547 | fa163e2e-69a7-8df9-1ef2-000000001349 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:42.888733 | 0.29s 2025-10-13 13:46:47.799166 | fa163e2e-69a7-8df9-1ef2-000000001349 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-13 13:46:47.800328 | fa163e2e-69a7-8df9-1ef2-000000001349 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:43.119530 | 0.52s 2025-10-13 13:46:47.989592 | fa163e2e-69a7-8df9-1ef2-000000001349 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-13 13:46:47.991707 | fa163e2e-69a7-8df9-1ef2-000000001349 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:43.310910 | 0.71s 2025-10-13 13:46:48.216790 | fa163e2e-69a7-8df9-1ef2-000000001349 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-13 13:46:48.218186 | fa163e2e-69a7-8df9-1ef2-000000001349 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:43.537389 | 0.94s 2025-10-13 13:46:48.226803 | fa163e2e-69a7-8df9-1ef2-000000001349 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:43.545990 | 0.95s 2025-10-13 13:46:48.254181 | fa163e2e-69a7-8df9-1ef2-00000000134a | TASK | Enable podman.socket service 2025-10-13 13:46:48.288102 | fa163e2e-69a7-8df9-1ef2-00000000134a | SKIPPED | Enable podman.socket service | standalone 2025-10-13 13:46:48.289587 | fa163e2e-69a7-8df9-1ef2-00000000134a | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:43.608786 | 0.03s 2025-10-13 13:46:48.339344 | fa163e2e-69a7-8df9-1ef2-000000000ba1 | TASK | Run podman login 2025-10-13 13:46:48.370224 | fa163e2e-69a7-8df9-1ef2-000000000ba1 | TIMING | Run podman login | standalone | 0:02:43.689399 | 0.03s 2025-10-13 13:46:48.454649 | fa163e2e-69a7-8df9-1ef2-00000000144a | TASK | Perform container registry login(s) with podman 2025-10-13 13:46:48.484341 | fa163e2e-69a7-8df9-1ef2-00000000144a | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:43.803525 | 0.03s 2025-10-13 13:46:48.526564 | fa163e2e-69a7-8df9-1ef2-000000000ba3 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-13 13:46:48.967067 | fa163e2e-69a7-8df9-1ef2-000000000ba3 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-13 13:46:48.968603 | fa163e2e-69a7-8df9-1ef2-000000000ba3 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:44.287805 | 0.44s 2025-10-13 13:46:48.989756 | fa163e2e-69a7-8df9-1ef2-000000000ba4 | TASK | Ensure rsyslog is installed 2025-10-13 13:46:51.933159 | fa163e2e-69a7-8df9-1ef2-000000000ba4 | OK | Ensure rsyslog is installed | standalone 2025-10-13 13:46:51.934549 | fa163e2e-69a7-8df9-1ef2-000000000ba4 | TIMING | Ensure rsyslog is installed | standalone | 0:02:47.253752 | 2.94s 2025-10-13 13:46:51.958554 | fa163e2e-69a7-8df9-1ef2-000000000ba5 | TASK | Ensure rsyslog is enabled and started 2025-10-13 13:46:52.424771 | fa163e2e-69a7-8df9-1ef2-000000000ba5 | OK | Ensure rsyslog is enabled and started | standalone 2025-10-13 13:46:52.426825 | fa163e2e-69a7-8df9-1ef2-000000000ba5 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:47.746025 | 0.47s 2025-10-13 13:46:52.483524 | fa163e2e-69a7-8df9-1ef2-000000000ba6 | TIMING | include_role : tripleo_sshd | standalone | 0:02:47.802717 | 0.03s 2025-10-13 13:46:52.568450 | fa163e2e-69a7-8df9-1ef2-000000001553 | TASK | Gather variables for each operating system 2025-10-13 13:46:52.686063 | fa163e2e-69a7-8df9-1ef2-000000001553 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-13 13:46:52.687052 | fa163e2e-69a7-8df9-1ef2-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:48.006256 | 0.12s 2025-10-13 13:46:52.691502 | fa163e2e-69a7-8df9-1ef2-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:48.010698 | 0.12s 2025-10-13 13:46:52.716842 | fa163e2e-69a7-8df9-1ef2-000000001555 | TASK | Install the OpenSSH server 2025-10-13 13:46:55.582184 | fa163e2e-69a7-8df9-1ef2-000000001555 | OK | Install the OpenSSH server | standalone 2025-10-13 13:46:55.583629 | fa163e2e-69a7-8df9-1ef2-000000001555 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:02:50.902829 | 2.87s 2025-10-13 13:46:55.609355 | fa163e2e-69a7-8df9-1ef2-000000001556 | TASK | Start sshd 2025-10-13 13:46:55.640604 | fa163e2e-69a7-8df9-1ef2-000000001556 | SKIPPED | Start sshd | standalone 2025-10-13 13:46:55.641988 | fa163e2e-69a7-8df9-1ef2-000000001556 | TIMING | tripleo_sshd : Start sshd | standalone | 0:02:50.961188 | 0.03s 2025-10-13 13:46:55.662870 | fa163e2e-69a7-8df9-1ef2-000000001557 | TASK | PasswordAuthentication notice 2025-10-13 13:46:55.693001 | fa163e2e-69a7-8df9-1ef2-000000001557 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-13 13:46:55.694061 | fa163e2e-69a7-8df9-1ef2-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:02:51.013267 | 0.03s 2025-10-13 13:46:55.714471 | fa163e2e-69a7-8df9-1ef2-000000001558 | TASK | PasswordAuthentication duplication notice 2025-10-13 13:46:55.744555 | fa163e2e-69a7-8df9-1ef2-000000001558 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-13 13:46:55.745547 | fa163e2e-69a7-8df9-1ef2-000000001558 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:02:51.064754 | 0.03s 2025-10-13 13:46:55.765838 | fa163e2e-69a7-8df9-1ef2-000000001559 | TASK | Motd duplication notice 2025-10-13 13:46:55.802969 | fa163e2e-69a7-8df9-1ef2-000000001559 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-10-13 13:46:55.804166 | fa163e2e-69a7-8df9-1ef2-000000001559 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:02:51.123370 | 0.04s 2025-10-13 13:46:55.828100 | fa163e2e-69a7-8df9-1ef2-00000000155a | TASK | Configure the banner text 2025-10-13 13:46:55.859723 | fa163e2e-69a7-8df9-1ef2-00000000155a | SKIPPED | Configure the banner text | standalone 2025-10-13 13:46:55.860788 | fa163e2e-69a7-8df9-1ef2-00000000155a | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:02:51.179990 | 0.03s 2025-10-13 13:46:55.884880 | fa163e2e-69a7-8df9-1ef2-00000000155b | TASK | Configure the motd banner 2025-10-13 13:46:55.915884 | fa163e2e-69a7-8df9-1ef2-00000000155b | SKIPPED | Configure the motd banner | standalone 2025-10-13 13:46:55.917088 | fa163e2e-69a7-8df9-1ef2-00000000155b | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:02:51.236289 | 0.03s 2025-10-13 13:46:55.942128 | fa163e2e-69a7-8df9-1ef2-00000000155c | TASK | Update sshd configuration options from vars 2025-10-13 13:46:55.979917 | fa163e2e-69a7-8df9-1ef2-00000000155c | OK | Update sshd configuration options from vars | standalone 2025-10-13 13:46:55.981221 | fa163e2e-69a7-8df9-1ef2-00000000155c | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:02:51.300417 | 0.04s 2025-10-13 13:46:56.005464 | fa163e2e-69a7-8df9-1ef2-00000000155d | TASK | Adjust ssh server configuration 2025-10-13 13:46:56.528613 | fa163e2e-69a7-8df9-1ef2-00000000155d | CHANGED | Adjust ssh server configuration | standalone 2025-10-13 13:46:56.530096 | fa163e2e-69a7-8df9-1ef2-00000000155d | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:02:51.849295 | 0.52s 2025-10-13 13:46:56.554810 | fa163e2e-69a7-8df9-1ef2-00000000155e | TASK | Restart sshd 2025-10-13 13:46:57.989244 | fa163e2e-69a7-8df9-1ef2-00000000155e | CHANGED | Restart sshd | standalone 2025-10-13 13:46:57.990943 | fa163e2e-69a7-8df9-1ef2-00000000155e | TIMING | tripleo_sshd : Restart sshd | standalone | 0:02:53.310126 | 1.43s 2025-10-13 13:46:58.032522 | fa163e2e-69a7-8df9-1ef2-000000000ba7 | TASK | create persistent directories 2025-10-13 13:46:58.315722 | fa163e2e-69a7-8df9-1ef2-000000000ba7 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-13 13:46:58.317369 | fa163e2e-69a7-8df9-1ef2-000000000ba7 | TIMING | create persistent directories | standalone | 0:02:53.636565 | 0.28s 2025-10-13 13:46:58.521256 | fa163e2e-69a7-8df9-1ef2-000000000ba7 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-13 13:46:58.523602 | fa163e2e-69a7-8df9-1ef2-000000000ba7 | TIMING | create persistent directories | standalone | 0:02:53.842802 | 0.49s 2025-10-13 13:46:58.728018 | fa163e2e-69a7-8df9-1ef2-000000000ba7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-13 13:46:58.730076 | fa163e2e-69a7-8df9-1ef2-000000000ba7 | TIMING | create persistent directories | standalone | 0:02:54.049270 | 0.70s 2025-10-13 13:46:58.741164 | fa163e2e-69a7-8df9-1ef2-000000000ba7 | TIMING | create persistent directories | standalone | 0:02:54.060354 | 0.71s 2025-10-13 13:46:58.767474 | fa163e2e-69a7-8df9-1ef2-000000000ba8 | TASK | create persistent directories 2025-10-13 13:46:59.039041 | fa163e2e-69a7-8df9-1ef2-000000000ba8 | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-13 13:46:59.040953 | fa163e2e-69a7-8df9-1ef2-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:54.360141 | 0.27s 2025-10-13 13:46:59.266946 | fa163e2e-69a7-8df9-1ef2-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-13 13:46:59.268648 | fa163e2e-69a7-8df9-1ef2-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:54.587856 | 0.50s 2025-10-13 13:46:59.485980 | fa163e2e-69a7-8df9-1ef2-000000000ba8 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-13 13:46:59.487374 | fa163e2e-69a7-8df9-1ef2-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:54.806573 | 0.72s 2025-10-13 13:46:59.495539 | fa163e2e-69a7-8df9-1ef2-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:54.814731 | 0.73s 2025-10-13 13:46:59.521807 | fa163e2e-69a7-8df9-1ef2-000000000ba9 | TASK | Set swift_use_local_disks fact 2025-10-13 13:46:59.555668 | fa163e2e-69a7-8df9-1ef2-000000000ba9 | OK | Set swift_use_local_disks fact | standalone 2025-10-13 13:46:59.557247 | fa163e2e-69a7-8df9-1ef2-000000000ba9 | TIMING | Set swift_use_local_disks fact | standalone | 0:02:54.876445 | 0.03s 2025-10-13 13:46:59.582009 | fa163e2e-69a7-8df9-1ef2-000000000baa | TASK | Set use_node_data_lookup fact 2025-10-13 13:46:59.613929 | fa163e2e-69a7-8df9-1ef2-000000000baa | OK | Set use_node_data_lookup fact | standalone 2025-10-13 13:46:59.615497 | fa163e2e-69a7-8df9-1ef2-000000000baa | TIMING | Set use_node_data_lookup fact | standalone | 0:02:54.934695 | 0.03s 2025-10-13 13:46:59.640344 | fa163e2e-69a7-8df9-1ef2-000000000bab | TASK | Create Swift d1 directory if needed 2025-10-13 13:46:59.862301 | fa163e2e-69a7-8df9-1ef2-000000000bab | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-13 13:46:59.864144 | fa163e2e-69a7-8df9-1ef2-000000000bab | TIMING | Create Swift d1 directory if needed | standalone | 0:02:55.183339 | 0.22s 2025-10-13 13:46:59.890507 | fa163e2e-69a7-8df9-1ef2-000000000bac | TASK | Set fact for SwiftRawDisks 2025-10-13 13:46:59.927011 | fa163e2e-69a7-8df9-1ef2-000000000bac | OK | Set fact for SwiftRawDisks | standalone 2025-10-13 13:46:59.928798 | fa163e2e-69a7-8df9-1ef2-000000000bac | TIMING | Set fact for SwiftRawDisks | standalone | 0:02:55.247996 | 0.04s 2025-10-13 13:46:59.954929 | fa163e2e-69a7-8df9-1ef2-000000000bad | TASK | Get hiera swift::storage::disks::args 2025-10-13 13:46:59.985305 | fa163e2e-69a7-8df9-1ef2-000000000bad | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-13 13:46:59.986793 | fa163e2e-69a7-8df9-1ef2-000000000bad | TIMING | Get hiera swift::storage::disks::args | standalone | 0:02:55.305993 | 0.03s 2025-10-13 13:47:00.008918 | fa163e2e-69a7-8df9-1ef2-000000000bae | TASK | Set fact for swift_raw_disks 2025-10-13 13:47:00.040455 | fa163e2e-69a7-8df9-1ef2-000000000bae | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-13 13:47:00.041954 | fa163e2e-69a7-8df9-1ef2-000000000bae | TIMING | Set fact for swift_raw_disks | standalone | 0:02:55.361155 | 0.03s 2025-10-13 13:47:00.064691 | fa163e2e-69a7-8df9-1ef2-000000000baf | TASK | Format SwiftRawDisks 2025-10-13 13:47:00.098622 | fa163e2e-69a7-8df9-1ef2-000000000baf | TIMING | Format SwiftRawDisks | standalone | 0:02:55.417809 | 0.03s 2025-10-13 13:47:00.119938 | fa163e2e-69a7-8df9-1ef2-000000000bb0 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-13 13:47:00.170346 | fa163e2e-69a7-8df9-1ef2-000000000bb0 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-13 13:47:00.171442 | fa163e2e-69a7-8df9-1ef2-000000000bb0 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:02:55.490634 | 0.05s 2025-10-13 13:47:00.190921 | fa163e2e-69a7-8df9-1ef2-000000000bb1 | TASK | Mount devices defined in SwiftRawDisks 2025-10-13 13:47:00.217776 | fa163e2e-69a7-8df9-1ef2-000000000bb1 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:02:55.536977 | 0.03s 2025-10-13 13:47:00.237489 | fa163e2e-69a7-8df9-1ef2-000000000bb2 | TASK | Check for NTP service 2025-10-13 13:47:00.477871 | fa163e2e-69a7-8df9-1ef2-000000000bb2 | CHANGED | Check for NTP service | standalone 2025-10-13 13:47:00.478834 | fa163e2e-69a7-8df9-1ef2-000000000bb2 | TIMING | Check for NTP service | standalone | 0:02:55.798043 | 0.24s 2025-10-13 13:47:00.498162 | fa163e2e-69a7-8df9-1ef2-000000000bb3 | TASK | Disable NTP before configuring Chrony 2025-10-13 13:47:00.537411 | fa163e2e-69a7-8df9-1ef2-000000000bb3 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-13 13:47:00.538425 | fa163e2e-69a7-8df9-1ef2-000000000bb3 | TIMING | Disable NTP before configuring Chrony | standalone | 0:02:55.857630 | 0.04s 2025-10-13 13:47:00.562717 | fa163e2e-69a7-8df9-1ef2-000000000bb4 | TASK | Install, Configure and Run Chrony 2025-10-13 13:47:00.591215 | fa163e2e-69a7-8df9-1ef2-000000000bb4 | TIMING | Install, Configure and Run Chrony | standalone | 0:02:55.910413 | 0.03s 2025-10-13 13:47:00.668193 | fa163e2e-69a7-8df9-1ef2-0000000016df | TASK | Load distro-specific variables 2025-10-13 13:47:00.686648 | fa163e2e-69a7-8df9-1ef2-0000000016df | TIMING | chrony : Load distro-specific variables | standalone | 0:02:56.005847 | 0.02s 2025-10-13 13:47:00.695117 | 614e6842-bf9a-4fd7-81d7-cbe05c996793 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-13 13:47:00.716652 | fa163e2e-69a7-8df9-1ef2-0000000017bc | TASK | Load distro-specific variables 2025-10-13 13:47:00.767195 | fa163e2e-69a7-8df9-1ef2-0000000017bc | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 13:47:00.769610 | fa163e2e-69a7-8df9-1ef2-0000000017bc | TIMING | chrony : Load distro-specific variables | standalone | 0:02:56.088805 | 0.05s 2025-10-13 13:47:00.779279 | fa163e2e-69a7-8df9-1ef2-0000000017bc | TIMING | chrony : Load distro-specific variables | standalone | 0:02:56.098478 | 0.06s 2025-10-13 13:47:00.804549 | fa163e2e-69a7-8df9-1ef2-0000000016e0 | TASK | Install chronyd 2025-10-13 13:47:00.835686 | fa163e2e-69a7-8df9-1ef2-0000000016e0 | TIMING | chrony : Install chronyd | standalone | 0:02:56.154876 | 0.03s 2025-10-13 13:47:00.857551 | 5ae7b2a3-331a-49cf-9630-e98456e345f9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-13 13:47:00.890796 | fa163e2e-69a7-8df9-1ef2-0000000017f5 | TASK | Load distro-specific variables 2025-10-13 13:47:00.917951 | fa163e2e-69a7-8df9-1ef2-0000000017f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:56.237140 | 0.03s 2025-10-13 13:47:00.926658 | 25aa8599-9cda-4023-9e5a-9c01bbd1eaf2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-13 13:47:00.950414 | fa163e2e-69a7-8df9-1ef2-00000000183c | TASK | Load distro-specific variables 2025-10-13 13:47:01.002783 | fa163e2e-69a7-8df9-1ef2-00000000183c | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 13:47:01.003749 | fa163e2e-69a7-8df9-1ef2-00000000183c | TIMING | chrony : Load distro-specific variables | standalone | 0:02:56.322956 | 0.05s 2025-10-13 13:47:01.008802 | fa163e2e-69a7-8df9-1ef2-00000000183c | TIMING | chrony : Load distro-specific variables | standalone | 0:02:56.328009 | 0.06s 2025-10-13 13:47:01.033734 | fa163e2e-69a7-8df9-1ef2-0000000017f6 | TASK | Check for NTP service 2025-10-13 13:47:01.282679 | fa163e2e-69a7-8df9-1ef2-0000000017f6 | CHANGED | Check for NTP service | standalone 2025-10-13 13:47:01.283947 | fa163e2e-69a7-8df9-1ef2-0000000017f6 | TIMING | chrony : Check for NTP service | standalone | 0:02:56.603148 | 0.25s 2025-10-13 13:47:01.309724 | fa163e2e-69a7-8df9-1ef2-0000000017f7 | TASK | Disable NTP before configuring Chrony 2025-10-13 13:47:01.348728 | fa163e2e-69a7-8df9-1ef2-0000000017f7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-13 13:47:01.349897 | fa163e2e-69a7-8df9-1ef2-0000000017f7 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:02:56.669098 | 0.04s 2025-10-13 13:47:01.376164 | fa163e2e-69a7-8df9-1ef2-0000000017f8 | TASK | Install chronyd package 2025-10-13 13:47:04.365903 | fa163e2e-69a7-8df9-1ef2-0000000017f8 | OK | Install chronyd package | standalone 2025-10-13 13:47:04.367729 | fa163e2e-69a7-8df9-1ef2-0000000017f8 | TIMING | chrony : Install chronyd package | standalone | 0:02:59.686927 | 2.99s 2025-10-13 13:47:04.395880 | fa163e2e-69a7-8df9-1ef2-0000000016e1 | TASK | Upgrade chronyd 2025-10-13 13:47:04.425939 | fa163e2e-69a7-8df9-1ef2-0000000016e1 | SKIPPED | Upgrade chronyd | standalone 2025-10-13 13:47:04.427349 | fa163e2e-69a7-8df9-1ef2-0000000016e1 | TIMING | chrony : Upgrade chronyd | standalone | 0:02:59.746554 | 0.03s 2025-10-13 13:47:04.448792 | fa163e2e-69a7-8df9-1ef2-0000000016e2 | TASK | Configure chronyd 2025-10-13 13:47:04.484212 | fa163e2e-69a7-8df9-1ef2-0000000016e2 | TIMING | chrony : Configure chronyd | standalone | 0:02:59.803395 | 0.03s 2025-10-13 13:47:04.500661 | fb4a8720-f636-4a69-a013-3140b0a8c25c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-13 13:47:04.536410 | fa163e2e-69a7-8df9-1ef2-000000001875 | TASK | Load distro-specific variables 2025-10-13 13:47:04.569795 | fa163e2e-69a7-8df9-1ef2-000000001875 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:59.888985 | 0.03s 2025-10-13 13:47:04.583167 | 34e02776-43b7-42ce-b3d1-c478cb90c7ac | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-13 13:47:04.608556 | fa163e2e-69a7-8df9-1ef2-0000000018e1 | TASK | Load distro-specific variables 2025-10-13 13:47:04.664949 | fa163e2e-69a7-8df9-1ef2-0000000018e1 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 13:47:04.666613 | fa163e2e-69a7-8df9-1ef2-0000000018e1 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:59.985801 | 0.06s 2025-10-13 13:47:04.673420 | fa163e2e-69a7-8df9-1ef2-0000000018e1 | TIMING | chrony : Load distro-specific variables | standalone | 0:02:59.992617 | 0.06s 2025-10-13 13:47:04.699172 | fa163e2e-69a7-8df9-1ef2-000000001876 | TASK | Install chrony configuration file 2025-10-13 13:47:05.255556 | fa163e2e-69a7-8df9-1ef2-000000001876 | OK | Install chrony configuration file | standalone 2025-10-13 13:47:05.257373 | fa163e2e-69a7-8df9-1ef2-000000001876 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:00.576573 | 0.56s 2025-10-13 13:47:05.285419 | fa163e2e-69a7-8df9-1ef2-0000000016e3 | TASK | Run chronyd 2025-10-13 13:47:05.319848 | fa163e2e-69a7-8df9-1ef2-0000000016e3 | TIMING | chrony : Run chronyd | standalone | 0:03:00.639025 | 0.03s 2025-10-13 13:47:05.346224 | 6d9e6bef-6902-4e19-b3ba-4188812f48dd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-13 13:47:05.397332 | fa163e2e-69a7-8df9-1ef2-000000001904 | TASK | Load distro-specific variables 2025-10-13 13:47:05.425219 | fa163e2e-69a7-8df9-1ef2-000000001904 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:00.744391 | 0.02s 2025-10-13 13:47:05.443123 | ede00fc5-a61c-43e0-9cb4-0b62db9cb348 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-13 13:47:05.474534 | fa163e2e-69a7-8df9-1ef2-000000001988 | TASK | Load distro-specific variables 2025-10-13 13:47:05.531628 | fa163e2e-69a7-8df9-1ef2-000000001988 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 13:47:05.533747 | fa163e2e-69a7-8df9-1ef2-000000001988 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:00.852932 | 0.06s 2025-10-13 13:47:05.545894 | fa163e2e-69a7-8df9-1ef2-000000001988 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:00.865084 | 0.07s 2025-10-13 13:47:05.570952 | fa163e2e-69a7-8df9-1ef2-000000001905 | TASK | Ensure chronyd is running 2025-10-13 13:47:06.975254 | fa163e2e-69a7-8df9-1ef2-000000001905 | OK | Ensure chronyd is running | standalone 2025-10-13 13:47:06.976630 | fa163e2e-69a7-8df9-1ef2-000000001905 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:02.295838 | 1.40s 2025-10-13 13:47:06.998179 | fa163e2e-69a7-8df9-1ef2-000000001906 | TASK | Force chronyd restart 2025-10-13 13:47:07.046615 | fa163e2e-69a7-8df9-1ef2-000000001906 | SKIPPED | Force chronyd restart | standalone 2025-10-13 13:47:07.047378 | fa163e2e-69a7-8df9-1ef2-000000001906 | TIMING | chrony : Force chronyd restart | standalone | 0:03:02.366588 | 0.05s 2025-10-13 13:47:07.064509 | fa163e2e-69a7-8df9-1ef2-0000000016e4 | TASK | Enable online service 2025-10-13 13:47:07.091124 | fa163e2e-69a7-8df9-1ef2-0000000016e4 | TIMING | chrony : Enable online service | standalone | 0:03:02.410330 | 0.03s 2025-10-13 13:47:07.103448 | dd0b90fb-503b-453e-872d-d7d258fca653 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-13 13:47:07.147580 | fa163e2e-69a7-8df9-1ef2-0000000019b5 | TASK | Create chrony-online.service unit file 2025-10-13 13:47:07.560856 | fa163e2e-69a7-8df9-1ef2-0000000019b5 | OK | Create chrony-online.service unit file | standalone 2025-10-13 13:47:07.562118 | fa163e2e-69a7-8df9-1ef2-0000000019b5 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:02.881319 | 0.41s 2025-10-13 13:47:07.586973 | fa163e2e-69a7-8df9-1ef2-0000000019b6 | TASK | Enable chrony-online.service 2025-10-13 13:47:08.307850 | fa163e2e-69a7-8df9-1ef2-0000000019b6 | CHANGED | Enable chrony-online.service | standalone 2025-10-13 13:47:08.309782 | fa163e2e-69a7-8df9-1ef2-0000000019b6 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:03.628987 | 0.72s 2025-10-13 13:47:08.328531 | fa163e2e-69a7-8df9-1ef2-0000000016e5 | TASK | Sync chronyc 2025-10-13 13:47:08.359366 | fa163e2e-69a7-8df9-1ef2-0000000016e5 | TIMING | chrony : Sync chronyc | standalone | 0:03:03.678565 | 0.03s 2025-10-13 13:47:08.369509 | 6725aae0-2b0e-4e6e-935b-f7435feb8c7d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-13 13:47:08.440837 | fa163e2e-69a7-8df9-1ef2-000000001a5b | TASK | Force NTP sync 2025-10-13 13:47:08.671430 | fa163e2e-69a7-8df9-1ef2-000000001a5b | CHANGED | Force NTP sync | standalone 2025-10-13 13:47:08.673300 | fa163e2e-69a7-8df9-1ef2-000000001a5b | TIMING | chrony : Force NTP sync | standalone | 0:03:03.992495 | 0.23s 2025-10-13 13:47:08.700615 | fa163e2e-69a7-8df9-1ef2-000000001a5c | TASK | Ensure system is NTP time synced 2025-10-13 13:47:08.934158 | fa163e2e-69a7-8df9-1ef2-000000001a5c | CHANGED | Ensure system is NTP time synced | standalone 2025-10-13 13:47:08.936041 | fa163e2e-69a7-8df9-1ef2-000000001a5c | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:04.255233 | 0.23s 2025-10-13 13:47:08.991448 | fa163e2e-69a7-8df9-1ef2-000000000bb5 | TASK | Force NTP sync 2025-10-13 13:47:09.225307 | fa163e2e-69a7-8df9-1ef2-000000000bb5 | CHANGED | Force NTP sync | standalone 2025-10-13 13:47:09.226677 | fa163e2e-69a7-8df9-1ef2-000000000bb5 | TIMING | Force NTP sync | standalone | 0:03:04.545877 | 0.23s 2025-10-13 13:47:09.251763 | fa163e2e-69a7-8df9-1ef2-000000000bb6 | TASK | Ensure system is NTP time synced 2025-10-13 13:47:09.492131 | fa163e2e-69a7-8df9-1ef2-000000000bb6 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-13 13:47:09.493127 | fa163e2e-69a7-8df9-1ef2-000000000bb6 | TIMING | Ensure system is NTP time synced | standalone | 0:03:04.812335 | 0.24s 2025-10-13 13:47:09.513352 | fa163e2e-69a7-8df9-1ef2-000000000bb7 | TASK | Run timezone role 2025-10-13 13:47:09.539404 | fa163e2e-69a7-8df9-1ef2-000000000bb7 | TIMING | Run timezone role | standalone | 0:03:04.858598 | 0.02s 2025-10-13 13:47:09.639862 | fa163e2e-69a7-8df9-1ef2-000000001c14 | TASK | Set timezone 2025-10-13 13:47:10.190981 | fa163e2e-69a7-8df9-1ef2-000000001c14 | OK | Set timezone | standalone 2025-10-13 13:47:10.192822 | fa163e2e-69a7-8df9-1ef2-000000001c14 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:05.512019 | 0.55s 2025-10-13 13:47:10.220265 | fa163e2e-69a7-8df9-1ef2-000000001c15 | TASK | Restart time services 2025-10-13 13:47:10.262702 | fa163e2e-69a7-8df9-1ef2-000000001c15 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-13 13:47:10.271185 | fa163e2e-69a7-8df9-1ef2-000000001c15 | SKIPPED | Restart time services | standalone | item=crond 2025-10-13 13:47:10.284183 | fa163e2e-69a7-8df9-1ef2-000000001c15 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:05.603352 | 0.06s 2025-10-13 13:47:10.335203 | fa163e2e-69a7-8df9-1ef2-000000000bb8 | TASK | install tmpwatch on the host 2025-10-13 13:47:13.248586 | fa163e2e-69a7-8df9-1ef2-000000000bb8 | OK | install tmpwatch on the host | standalone 2025-10-13 13:47:13.249855 | fa163e2e-69a7-8df9-1ef2-000000000bb8 | TIMING | install tmpwatch on the host | standalone | 0:03:08.569057 | 2.91s 2025-10-13 13:47:13.273673 | fa163e2e-69a7-8df9-1ef2-000000000bb9 | TASK | Notice - ctlplane subnet is set 2025-10-13 13:47:13.304510 | fa163e2e-69a7-8df9-1ef2-000000000bb9 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-13 13:47:13.305651 | fa163e2e-69a7-8df9-1ef2-000000000bb9 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:08.624855 | 0.03s 2025-10-13 13:47:13.359219 | fa163e2e-69a7-8df9-1ef2-000000000bba | TIMING | include_role : tuned | standalone | 0:03:08.678414 | 0.03s 2025-10-13 13:47:13.433970 | fa163e2e-69a7-8df9-1ef2-000000001e38 | TASK | Gather variables for each operating system 2025-10-13 13:47:13.556135 | fa163e2e-69a7-8df9-1ef2-000000001e38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-13 13:47:13.557955 | fa163e2e-69a7-8df9-1ef2-000000001e38 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:08.877153 | 0.12s 2025-10-13 13:47:13.568015 | fa163e2e-69a7-8df9-1ef2-000000001e38 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:08.887217 | 0.13s 2025-10-13 13:47:13.657665 | fa163e2e-69a7-8df9-1ef2-000000001e39 | TIMING | tuned : include_tasks | standalone | 0:03:08.976853 | 0.07s 2025-10-13 13:47:13.670821 | 84a4572d-b879-4215-8f8e-6ce59ed1132b | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-13 13:47:13.694599 | fa163e2e-69a7-8df9-1ef2-000000001f61 | TASK | Check tuned package is installed 2025-10-13 13:47:13.939383 | fa163e2e-69a7-8df9-1ef2-000000001f61 | CHANGED | Check tuned package is installed | standalone 2025-10-13 13:47:13.940930 | fa163e2e-69a7-8df9-1ef2-000000001f61 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:09.260129 | 0.24s 2025-10-13 13:47:13.965879 | fa163e2e-69a7-8df9-1ef2-000000001f62 | TASK | Install tuned 2025-10-13 13:47:13.994820 | fa163e2e-69a7-8df9-1ef2-000000001f62 | SKIPPED | Install tuned | standalone 2025-10-13 13:47:13.996145 | fa163e2e-69a7-8df9-1ef2-000000001f62 | TIMING | tuned : Install tuned | standalone | 0:03:09.315340 | 0.03s 2025-10-13 13:47:14.021599 | fa163e2e-69a7-8df9-1ef2-000000001f63 | TASK | Restart tuned 2025-10-13 13:47:14.053801 | fa163e2e-69a7-8df9-1ef2-000000001f63 | SKIPPED | Restart tuned | standalone 2025-10-13 13:47:14.055007 | fa163e2e-69a7-8df9-1ef2-000000001f63 | TIMING | tuned : Restart tuned | standalone | 0:03:09.374199 | 0.03s 2025-10-13 13:47:14.080071 | fa163e2e-69a7-8df9-1ef2-000000001e3a | TASK | Check for tuned-adm 2025-10-13 13:47:14.329328 | fa163e2e-69a7-8df9-1ef2-000000001e3a | OK | Check for tuned-adm | standalone 2025-10-13 13:47:14.330330 | fa163e2e-69a7-8df9-1ef2-000000001e3a | TIMING | tuned : Check for tuned-adm | standalone | 0:03:09.649540 | 0.25s 2025-10-13 13:47:14.394140 | fa163e2e-69a7-8df9-1ef2-000000001e3b | TIMING | tuned : include_tasks | standalone | 0:03:09.713333 | 0.04s 2025-10-13 13:47:14.411525 | 5fb7d2ca-19ce-4f53-8440-5e4a44fa852d | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-13 13:47:14.442183 | fa163e2e-69a7-8df9-1ef2-000000001f8e | TASK | Ensure profile directory exists 2025-10-13 13:47:14.511622 | fa163e2e-69a7-8df9-1ef2-000000001f8e | SKIPPED | Ensure profile directory exists | standalone 2025-10-13 13:47:14.512525 | fa163e2e-69a7-8df9-1ef2-000000001f8e | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:09.831732 | 0.07s 2025-10-13 13:47:14.532445 | fa163e2e-69a7-8df9-1ef2-000000001f8f | TASK | Create custom tuned profile 2025-10-13 13:47:14.591657 | fa163e2e-69a7-8df9-1ef2-000000001f8f | SKIPPED | Create custom tuned profile | standalone 2025-10-13 13:47:14.592918 | fa163e2e-69a7-8df9-1ef2-000000001f8f | TIMING | tuned : Create custom tuned profile | standalone | 0:03:09.912118 | 0.06s 2025-10-13 13:47:14.618698 | fa163e2e-69a7-8df9-1ef2-000000001f90 | TASK | Check tuned active profile 2025-10-13 13:47:14.851286 | fa163e2e-69a7-8df9-1ef2-000000001f90 | OK | Check tuned active profile | standalone 2025-10-13 13:47:14.852633 | fa163e2e-69a7-8df9-1ef2-000000001f90 | TIMING | tuned : Check tuned active profile | standalone | 0:03:10.171833 | 0.23s 2025-10-13 13:47:14.879046 | fa163e2e-69a7-8df9-1ef2-000000001f91 | TASK | Check Tuned Configuration file exists 2025-10-13 13:47:15.145803 | fa163e2e-69a7-8df9-1ef2-000000001f91 | OK | Check Tuned Configuration file exists | standalone 2025-10-13 13:47:15.147095 | fa163e2e-69a7-8df9-1ef2-000000001f91 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:10.466298 | 0.27s 2025-10-13 13:47:15.172881 | fa163e2e-69a7-8df9-1ef2-000000001f92 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-13 13:47:15.233443 | fa163e2e-69a7-8df9-1ef2-000000001f92 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-13 13:47:15.234714 | fa163e2e-69a7-8df9-1ef2-000000001f92 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:10.553917 | 0.06s 2025-10-13 13:47:15.262675 | fa163e2e-69a7-8df9-1ef2-000000001f93 | TASK | Configure isolated cores for profile throughput-performance 2025-10-13 13:47:15.316423 | fa163e2e-69a7-8df9-1ef2-000000001f93 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-13 13:47:15.317831 | fa163e2e-69a7-8df9-1ef2-000000001f93 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:10.637032 | 0.05s 2025-10-13 13:47:15.338539 | fa163e2e-69a7-8df9-1ef2-000000001f94 | TASK | Enable tuned profile 2025-10-13 13:47:15.379619 | fa163e2e-69a7-8df9-1ef2-000000001f94 | SKIPPED | Enable tuned profile | standalone 2025-10-13 13:47:15.381105 | fa163e2e-69a7-8df9-1ef2-000000001f94 | TIMING | tuned : Enable tuned profile | standalone | 0:03:10.700307 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-13 13:47:15.525504 | fa163e2e-69a7-8df9-1ef2-0000000000ac | TASK | Overcloud container setup tasks 2025-10-13 13:47:15.553802 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000ac') missing from stats 2025-10-13 13:47:15.581425 | fa163e2e-69a7-8df9-1ef2-0000000000ad | TASK | Write config data 2025-10-13 13:47:15.642789 | fa163e2e-69a7-8df9-1ef2-0000000000ad | TIMING | Write config data | standalone | 0:03:10.961978 | 0.06s 2025-10-13 13:47:15.685646 | 06d5eaa3-a831-425c-bf0c-f9b8a598d795 | INCLUDED | /root/standalone-ansible-fa02z7re/common_container_setup_tasks.yaml | standalone 2025-10-13 13:47:15.711287 | fa163e2e-69a7-8df9-1ef2-000000001ff2 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-13 13:47:15.972836 | fa163e2e-69a7-8df9-1ef2-000000001ff2 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-13 13:47:15.973682 | fa163e2e-69a7-8df9-1ef2-000000001ff2 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:11.292894 | 0.26s 2025-10-13 13:47:15.991284 | fa163e2e-69a7-8df9-1ef2-000000001ff3 | TASK | Create ContainerLogStdoutPath directory 2025-10-13 13:47:16.198862 | fa163e2e-69a7-8df9-1ef2-000000001ff3 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-13 13:47:16.200157 | fa163e2e-69a7-8df9-1ef2-000000001ff3 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:11.519358 | 0.21s 2025-10-13 13:47:16.224270 | fa163e2e-69a7-8df9-1ef2-000000001ff4 | TASK | Create /var/lib/tripleo-config directory 2025-10-13 13:47:16.447843 | fa163e2e-69a7-8df9-1ef2-000000001ff4 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-13 13:47:16.448578 | fa163e2e-69a7-8df9-1ef2-000000001ff4 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:11.767789 | 0.22s 2025-10-13 13:47:16.465716 | fa163e2e-69a7-8df9-1ef2-000000001ff5 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-13 13:47:16.648873 | fa163e2e-69a7-8df9-1ef2-000000001ff5 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-13 13:47:16.649561 | fa163e2e-69a7-8df9-1ef2-000000001ff5 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:11.968772 | 0.18s 2025-10-13 13:47:16.673511 | fa163e2e-69a7-8df9-1ef2-000000001ff6 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-13 13:47:16.851362 | fa163e2e-69a7-8df9-1ef2-000000001ff6 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-13 13:47:16.852824 | fa163e2e-69a7-8df9-1ef2-000000001ff6 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:12.172027 | 0.18s 2025-10-13 13:47:16.877761 | fa163e2e-69a7-8df9-1ef2-000000001ffa | TASK | Create fcontext entry for container-config-scripts 2025-10-13 13:47:18.128019 | fa163e2e-69a7-8df9-1ef2-000000001ffa | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-13 13:47:18.129554 | fa163e2e-69a7-8df9-1ef2-000000001ffa | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:13.448756 | 1.25s 2025-10-13 13:47:18.155096 | fa163e2e-69a7-8df9-1ef2-000000001ffb | TASK | Create /var/lib/container-config-scripts 2025-10-13 13:47:18.394126 | fa163e2e-69a7-8df9-1ef2-000000001ffb | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-13 13:47:18.395746 | fa163e2e-69a7-8df9-1ef2-000000001ffb | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:13.714948 | 0.24s 2025-10-13 13:47:18.420697 | fa163e2e-69a7-8df9-1ef2-000000001ffc | TASK | Write container config scripts 2025-10-13 13:47:18.781405 | fa163e2e-69a7-8df9-1ef2-000000001ffc | CHANGED | Write container config scripts | standalone 2025-10-13 13:47:18.782888 | fa163e2e-69a7-8df9-1ef2-000000001ffc | TIMING | Write container config scripts | standalone | 0:03:14.102089 | 0.36s 2025-10-13 13:47:18.807604 | fa163e2e-69a7-8df9-1ef2-000000001ffd | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-13 13:47:19.222600 | fa163e2e-69a7-8df9-1ef2-000000001ffd | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-13 13:47:19.223830 | fa163e2e-69a7-8df9-1ef2-000000001ffd | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:14.543032 | 0.41s 2025-10-13 13:47:19.247804 | fa163e2e-69a7-8df9-1ef2-000000001ffe | TASK | Generate startup configs files per step and per container 2025-10-13 13:47:19.839429 | fa163e2e-69a7-8df9-1ef2-000000001ffe | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-13 13:47:19.846800 | fa163e2e-69a7-8df9-1ef2-000000001ffe | TIMING | Generate startup configs files per step and per container | standalone | 0:03:15.166000 | 0.60s 2025-10-13 13:47:19.883210 | fa163e2e-69a7-8df9-1ef2-000000001fff | TASK | Create /var/lib/kolla/config_files directory 2025-10-13 13:47:20.125161 | fa163e2e-69a7-8df9-1ef2-000000001fff | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-13 13:47:20.126411 | fa163e2e-69a7-8df9-1ef2-000000001fff | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:15.445616 | 0.24s 2025-10-13 13:47:20.144225 | fa163e2e-69a7-8df9-1ef2-000000002000 | TASK | Create /var/lib/config-data directory 2025-10-13 13:47:20.353992 | fa163e2e-69a7-8df9-1ef2-000000002000 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-13 13:47:20.355581 | fa163e2e-69a7-8df9-1ef2-000000002000 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:15.674780 | 0.21s 2025-10-13 13:47:20.382935 | fa163e2e-69a7-8df9-1ef2-000000002001 | TASK | Write container config json files 2025-10-13 13:47:20.858588 | fa163e2e-69a7-8df9-1ef2-000000002001 | CHANGED | Write container config json files | standalone 2025-10-13 13:47:20.865337 | fa163e2e-69a7-8df9-1ef2-000000002001 | TIMING | Write container config json files | standalone | 0:03:16.184530 | 0.48s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-13 13:47:21.026547 | fa163e2e-69a7-8df9-1ef2-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-13 13:47:21.056408 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 13:47:21.115423 | fa163e2e-69a7-8df9-1ef2-0000000000b2 | TIMING | include_tasks | standalone | 0:03:16.434618 | 0.04s 2025-10-13 13:47:21.128914 | 9fd0cea9-770f-4e1b-a552-adaa28df557a | INCLUDED | /root/standalone-ansible-fa02z7re/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-13 13:47:21.266993 | fa163e2e-69a7-8df9-1ef2-0000000000b6 | TASK | External deployment step 1 2025-10-13 13:47:21.295067 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000b6') missing from stats 2025-10-13 13:47:21.355583 | fa163e2e-69a7-8df9-1ef2-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:16.674772 | 0.04s 2025-10-13 13:47:21.395605 | 489a0f82-5de0-4727-b79c-97f38970e433 | INCLUDED | /root/standalone-ansible-fa02z7re/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-13 13:47:21.413882 | fa163e2e-69a7-8df9-1ef2-000000002046 | TASK | Set some tripleo-ansible facts 2025-10-13 13:47:21.464733 | fa163e2e-69a7-8df9-1ef2-000000002046 | OK | Set some tripleo-ansible facts | undercloud 2025-10-13 13:47:21.465890 | fa163e2e-69a7-8df9-1ef2-000000002046 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:16.785091 | 0.05s 2025-10-13 13:47:21.483755 | fa163e2e-69a7-8df9-1ef2-000000002048 | TASK | Build disk list for cephadm 2025-10-13 13:47:21.534223 | fa163e2e-69a7-8df9-1ef2-000000002048 | OK | Build disk list for cephadm | undercloud 2025-10-13 13:47:21.535335 | fa163e2e-69a7-8df9-1ef2-000000002048 | TIMING | Build disk list for cephadm | undercloud | 0:03:16.854540 | 0.05s 2025-10-13 13:47:21.553714 | fa163e2e-69a7-8df9-1ef2-00000000204f | TASK | Container image prepare 2025-10-13 13:47:22.586915 | fa163e2e-69a7-8df9-1ef2-00000000204f | CHANGED | Container image prepare | undercloud 2025-10-13 13:47:22.589107 | fa163e2e-69a7-8df9-1ef2-00000000204f | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:17.908311 | 1.03s 2025-10-13 13:47:22.626692 | fa163e2e-69a7-8df9-1ef2-000000002056 | TASK | Create /etc/openstack directory if it does not exist 2025-10-13 13:47:22.878592 | fa163e2e-69a7-8df9-1ef2-000000002056 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-13 13:47:22.879844 | fa163e2e-69a7-8df9-1ef2-000000002056 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:18.199045 | 0.25s 2025-10-13 13:47:22.897693 | fa163e2e-69a7-8df9-1ef2-000000002057 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-13 13:47:22.947705 | fa163e2e-69a7-8df9-1ef2-000000002057 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:18.266893 | 0.05s 2025-10-13 13:47:22.991084 | fa163e2e-69a7-8df9-1ef2-00000000207e | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-13 13:47:23.252547 | fa163e2e-69a7-8df9-1ef2-00000000207e | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-13 13:47:23.253796 | fa163e2e-69a7-8df9-1ef2-00000000207e | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:18.572997 | 0.26s 2025-10-13 13:47:23.273577 | fa163e2e-69a7-8df9-1ef2-00000000207f | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-13 13:47:23.762145 | fa163e2e-69a7-8df9-1ef2-00000000207f | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-13 13:47:23.763392 | fa163e2e-69a7-8df9-1ef2-00000000207f | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:19.082595 | 0.49s 2025-10-13 13:47:23.783053 | fa163e2e-69a7-8df9-1ef2-000000002080 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-13 13:47:23.846295 | fa163e2e-69a7-8df9-1ef2-000000002080 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:19.165487 | 0.06s 2025-10-13 13:47:23.894408 | fa163e2e-69a7-8df9-1ef2-0000000020ba | TASK | Check for a configured destination 2025-10-13 13:47:23.957766 | fa163e2e-69a7-8df9-1ef2-0000000020ba | SKIPPED | Check for a configured destination | undercloud 2025-10-13 13:47:23.959334 | fa163e2e-69a7-8df9-1ef2-0000000020ba | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:19.278527 | 0.06s 2025-10-13 13:47:23.986048 | fa163e2e-69a7-8df9-1ef2-0000000020bb | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-13 13:47:24.416800 | fa163e2e-69a7-8df9-1ef2-0000000020bb | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-13 13:47:24.418205 | fa163e2e-69a7-8df9-1ef2-0000000020bb | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:19.737405 | 0.43s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-13 13:47:24.566994 | fa163e2e-69a7-8df9-1ef2-0000000000ba | TASK | Deploy step tasks for 1 2025-10-13 13:47:24.594495 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000ba') missing from stats 2025-10-13 13:47:24.615443 | fa163e2e-69a7-8df9-1ef2-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-13 13:47:25.064296 | fa163e2e-69a7-8df9-1ef2-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-13 13:47:25.065723 | fa163e2e-69a7-8df9-1ef2-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:20.384925 | 0.45s 2025-10-13 13:47:25.090341 | fa163e2e-69a7-8df9-1ef2-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-13 13:47:25.272674 | fa163e2e-69a7-8df9-1ef2-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-13 13:47:25.273584 | fa163e2e-69a7-8df9-1ef2-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:20.592795 | 0.18s 2025-10-13 13:47:25.291166 | fa163e2e-69a7-8df9-1ef2-0000000000be | TASK | Write config data at the start of step 1 2025-10-13 13:47:25.369539 | fa163e2e-69a7-8df9-1ef2-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:20.688684 | 0.08s 2025-10-13 13:47:25.414281 | 7a027673-9d8d-492b-8c9a-a519597524ca | INCLUDED | /root/standalone-ansible-fa02z7re/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-13 13:47:25.439646 | fa163e2e-69a7-8df9-1ef2-0000000020f9 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-13 13:47:25.466188 | fa163e2e-69a7-8df9-1ef2-0000000020f9 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-13 13:47:25.466973 | fa163e2e-69a7-8df9-1ef2-0000000020f9 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:20.786180 | 0.03s 2025-10-13 13:47:25.486530 | fa163e2e-69a7-8df9-1ef2-0000000020fa | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-13 13:47:25.512793 | fa163e2e-69a7-8df9-1ef2-0000000020fa | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-13 13:47:25.513819 | fa163e2e-69a7-8df9-1ef2-0000000020fa | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:20.833021 | 0.03s 2025-10-13 13:47:25.537726 | fa163e2e-69a7-8df9-1ef2-0000000020fb | TASK | Write the puppet step_config manifest 2025-10-13 13:47:26.045833 | fa163e2e-69a7-8df9-1ef2-0000000020fb | CHANGED | Write the puppet step_config manifest | standalone 2025-10-13 13:47:26.046994 | fa163e2e-69a7-8df9-1ef2-0000000020fb | TIMING | Write the puppet step_config manifest | standalone | 0:03:21.366198 | 0.51s 2025-10-13 13:47:26.073056 | fa163e2e-69a7-8df9-1ef2-0000000020fc | TASK | Diff puppet step_config manifest changes for check mode 2025-10-13 13:47:26.103042 | fa163e2e-69a7-8df9-1ef2-0000000020fc | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-13 13:47:26.104177 | fa163e2e-69a7-8df9-1ef2-0000000020fc | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:21.423376 | 0.03s 2025-10-13 13:47:26.129225 | fa163e2e-69a7-8df9-1ef2-0000000020fd | TASK | Diff puppet step_config manifest changes for check mode 2025-10-13 13:47:26.159145 | fa163e2e-69a7-8df9-1ef2-0000000020fd | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-13 13:47:26.160248 | fa163e2e-69a7-8df9-1ef2-0000000020fd | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:21.479450 | 0.03s 2025-10-13 13:47:26.184436 | fa163e2e-69a7-8df9-1ef2-0000000020fe | TASK | Create /var/lib/container-puppet 2025-10-13 13:47:26.414832 | fa163e2e-69a7-8df9-1ef2-0000000020fe | OK | Create /var/lib/container-puppet | standalone 2025-10-13 13:47:26.416152 | fa163e2e-69a7-8df9-1ef2-0000000020fe | TIMING | Create /var/lib/container-puppet | standalone | 0:03:21.735355 | 0.23s 2025-10-13 13:47:26.440190 | fa163e2e-69a7-8df9-1ef2-0000000020ff | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-13 13:47:26.469248 | fa163e2e-69a7-8df9-1ef2-0000000020ff | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-13 13:47:26.470439 | fa163e2e-69a7-8df9-1ef2-0000000020ff | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:21.789640 | 0.03s 2025-10-13 13:47:26.494421 | fa163e2e-69a7-8df9-1ef2-000000002100 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-13 13:47:26.523345 | fa163e2e-69a7-8df9-1ef2-000000002100 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-13 13:47:26.524626 | fa163e2e-69a7-8df9-1ef2-000000002100 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:21.843824 | 0.03s 2025-10-13 13:47:26.548537 | fa163e2e-69a7-8df9-1ef2-000000002101 | TASK | Write container-puppet.json file 2025-10-13 13:47:27.066148 | fa163e2e-69a7-8df9-1ef2-000000002101 | CHANGED | Write container-puppet.json file | standalone 2025-10-13 13:47:27.067371 | fa163e2e-69a7-8df9-1ef2-000000002101 | TIMING | Write container-puppet.json file | standalone | 0:03:22.386573 | 0.52s 2025-10-13 13:47:27.091372 | fa163e2e-69a7-8df9-1ef2-000000002102 | TASK | Diff container-puppet.json changes for check mode 2025-10-13 13:47:27.119194 | fa163e2e-69a7-8df9-1ef2-000000002102 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-13 13:47:27.120200 | fa163e2e-69a7-8df9-1ef2-000000002102 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:22.439402 | 0.03s 2025-10-13 13:47:27.143751 | fa163e2e-69a7-8df9-1ef2-000000002103 | TASK | Diff container-puppet.json changes for check mode 2025-10-13 13:47:27.172691 | fa163e2e-69a7-8df9-1ef2-000000002103 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-13 13:47:27.173702 | fa163e2e-69a7-8df9-1ef2-000000002103 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:22.492903 | 0.03s 2025-10-13 13:47:27.196873 | fa163e2e-69a7-8df9-1ef2-000000002104 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-13 13:47:27.563726 | fa163e2e-69a7-8df9-1ef2-000000002104 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-13 13:47:27.564969 | fa163e2e-69a7-8df9-1ef2-000000002104 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:22.884172 | 0.37s 2025-10-13 13:47:27.588695 | fa163e2e-69a7-8df9-1ef2-000000002105 | TASK | Set host puppet debugging fact string 2025-10-13 13:47:27.620685 | fa163e2e-69a7-8df9-1ef2-000000002105 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-13 13:47:27.621761 | fa163e2e-69a7-8df9-1ef2-000000002105 | TIMING | Set host puppet debugging fact string | standalone | 0:03:22.940962 | 0.03s 2025-10-13 13:47:27.644986 | fa163e2e-69a7-8df9-1ef2-000000002106 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-13 13:47:27.674046 | fa163e2e-69a7-8df9-1ef2-000000002106 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-13 13:47:27.675090 | fa163e2e-69a7-8df9-1ef2-000000002106 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:22.994292 | 0.03s 2025-10-13 13:47:27.699339 | fa163e2e-69a7-8df9-1ef2-000000002107 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-13 13:47:27.728455 | fa163e2e-69a7-8df9-1ef2-000000002107 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-13 13:47:27.729148 | fa163e2e-69a7-8df9-1ef2-000000002107 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:23.048359 | 0.03s 2025-10-13 13:47:27.747450 | fa163e2e-69a7-8df9-1ef2-000000002108 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-13 13:47:27.777122 | fa163e2e-69a7-8df9-1ef2-000000002108 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-13 13:47:27.778627 | fa163e2e-69a7-8df9-1ef2-000000002108 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:23.097827 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 13:47:27.842147 | fa163e2e-69a7-8df9-1ef2-0000000000c0 | TIMING | include_tasks | standalone | 0:03:23.161321 | 0.04s 2025-10-13 13:47:27.956679 | 9b5df648-40b8-499e-82f7-08808a91d324 | INCLUDED | /root/standalone-ansible-fa02z7re/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-13 13:47:27.996091 | fa163e2e-69a7-8df9-1ef2-000000002133 | TASK | Create dirs for certificates and keys 2025-10-13 13:47:28.054675 | fa163e2e-69a7-8df9-1ef2-000000002133 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-13 13:47:28.077603 | fa163e2e-69a7-8df9-1ef2-000000002133 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-13 13:47:28.089820 | fa163e2e-69a7-8df9-1ef2-000000002133 | TIMING | Create dirs for certificates and keys | standalone | 0:03:23.409009 | 0.09s 2025-10-13 13:47:28.153548 | fa163e2e-69a7-8df9-1ef2-000000002134 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-13 13:47:28.154903 | fa163e2e-69a7-8df9-1ef2-000000002134 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:23.474104 | 0.04s 2025-10-13 13:47:28.180093 | fa163e2e-69a7-8df9-1ef2-00000000213b | TASK | Fail if container image is undefined 2025-10-13 13:47:28.229264 | fa163e2e-69a7-8df9-1ef2-00000000213b | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 13:47:28.230549 | fa163e2e-69a7-8df9-1ef2-00000000213b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:23.549750 | 0.05s 2025-10-13 13:47:28.270985 | fa163e2e-69a7-8df9-1ef2-00000000213c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-13 13:47:44.042679 | fa163e2e-69a7-8df9-1ef2-00000000213c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-13 13:47:44.044064 | fa163e2e-69a7-8df9-1ef2-00000000213c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:39.363266 | 15.77s 2025-10-13 13:47:44.099842 | fa163e2e-69a7-8df9-1ef2-00000000213d | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-13 13:47:44.445134 | fa163e2e-69a7-8df9-1ef2-00000000213d | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-13 13:47:44.445823 | fa163e2e-69a7-8df9-1ef2-00000000213d | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:39.765036 | 0.34s 2025-10-13 13:47:44.478613 | fa163e2e-69a7-8df9-1ef2-00000000214c | TASK | Fail if container image is undefined 2025-10-13 13:47:44.537228 | fa163e2e-69a7-8df9-1ef2-00000000214c | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 13:47:44.537870 | fa163e2e-69a7-8df9-1ef2-00000000214c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:39.857083 | 0.06s 2025-10-13 13:47:44.562005 | fa163e2e-69a7-8df9-1ef2-00000000214d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-13 13:47:55.157521 | fa163e2e-69a7-8df9-1ef2-00000000214d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-13 13:47:55.158605 | fa163e2e-69a7-8df9-1ef2-00000000214d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:50.477812 | 10.60s 2025-10-13 13:47:55.196317 | fa163e2e-69a7-8df9-1ef2-00000000214e | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-13 13:47:55.585170 | fa163e2e-69a7-8df9-1ef2-00000000214e | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-13 13:47:55.586552 | fa163e2e-69a7-8df9-1ef2-00000000214e | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:50.905754 | 0.39s 2025-10-13 13:47:55.635203 | fa163e2e-69a7-8df9-1ef2-000000002159 | TASK | Check if rsyslog exists 2025-10-13 13:47:55.897056 | fa163e2e-69a7-8df9-1ef2-000000002159 | CHANGED | Check if rsyslog exists | standalone 2025-10-13 13:47:55.898609 | fa163e2e-69a7-8df9-1ef2-000000002159 | TIMING | Check if rsyslog exists | standalone | 0:03:51.217811 | 0.26s 2025-10-13 13:47:55.923678 | fa163e2e-69a7-8df9-1ef2-00000000215b | TASK | Forward logging to haproxy.log file 2025-10-13 13:47:56.175939 | fa163e2e-69a7-8df9-1ef2-00000000215b | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-13 13:47:56.177540 | fa163e2e-69a7-8df9-1ef2-00000000215b | TIMING | Forward logging to haproxy.log file | standalone | 0:03:51.496698 | 0.25s 2025-10-13 13:47:56.203308 | fa163e2e-69a7-8df9-1ef2-00000000215c | TASK | restart rsyslog service after logging conf change 2025-10-13 13:47:57.044804 | fa163e2e-69a7-8df9-1ef2-00000000215c | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-13 13:47:57.046752 | fa163e2e-69a7-8df9-1ef2-00000000215c | TIMING | restart rsyslog service after logging conf change | standalone | 0:03:52.365954 | 0.84s 2025-10-13 13:47:57.074580 | fa163e2e-69a7-8df9-1ef2-000000002163 | TASK | Fail if container image is undefined 2025-10-13 13:47:57.137316 | fa163e2e-69a7-8df9-1ef2-000000002163 | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 13:47:57.138807 | fa163e2e-69a7-8df9-1ef2-000000002163 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:52.457999 | 0.06s 2025-10-13 13:47:57.182337 | fa163e2e-69a7-8df9-1ef2-000000002164 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-13 13:48:03.195608 | fa163e2e-69a7-8df9-1ef2-000000002164 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-13 13:48:03.196848 | fa163e2e-69a7-8df9-1ef2-000000002164 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:03:58.516056 | 6.01s 2025-10-13 13:48:03.240806 | fa163e2e-69a7-8df9-1ef2-000000002165 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-13 13:48:03.576634 | fa163e2e-69a7-8df9-1ef2-000000002165 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-13 13:48:03.578004 | fa163e2e-69a7-8df9-1ef2-000000002165 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:03:58.897207 | 0.34s 2025-10-13 13:48:03.618915 | fa163e2e-69a7-8df9-1ef2-00000000216f | TASK | Run lvmfilter role 2025-10-13 13:48:03.667791 | fa163e2e-69a7-8df9-1ef2-00000000216f | TIMING | Run lvmfilter role | standalone | 0:03:58.986988 | 0.05s 2025-10-13 13:48:03.740632 | fa163e2e-69a7-8df9-1ef2-00000000226e | TASK | Check if lvm2 is installed 2025-10-13 13:48:03.968870 | fa163e2e-69a7-8df9-1ef2-00000000226e | CHANGED | Check if lvm2 is installed | standalone 2025-10-13 13:48:03.969970 | fa163e2e-69a7-8df9-1ef2-00000000226e | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:03:59.289170 | 0.23s 2025-10-13 13:48:03.990239 | fa163e2e-69a7-8df9-1ef2-000000002270 | TASK | collect ansible devices 2025-10-13 13:48:04.029369 | fa163e2e-69a7-8df9-1ef2-000000002270 | SKIPPED | collect ansible devices | standalone 2025-10-13 13:48:04.030359 | fa163e2e-69a7-8df9-1ef2-000000002270 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:03:59.349561 | 0.04s 2025-10-13 13:48:04.050336 | fa163e2e-69a7-8df9-1ef2-000000002271 | TASK | collect in-use lvm2 devices list 2025-10-13 13:48:04.092005 | fa163e2e-69a7-8df9-1ef2-000000002271 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-13 13:48:04.093584 | fa163e2e-69a7-8df9-1ef2-000000002271 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:03:59.412772 | 0.04s 2025-10-13 13:48:04.119348 | fa163e2e-69a7-8df9-1ef2-000000002272 | TASK | set allowed_devices 2025-10-13 13:48:04.169141 | fa163e2e-69a7-8df9-1ef2-000000002272 | SKIPPED | set allowed_devices | standalone 2025-10-13 13:48:04.170624 | fa163e2e-69a7-8df9-1ef2-000000002272 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:03:59.489823 | 0.05s 2025-10-13 13:48:04.195509 | fa163e2e-69a7-8df9-1ef2-000000002273 | TASK | build lvm2 allow list 2025-10-13 13:48:04.246330 | fa163e2e-69a7-8df9-1ef2-000000002273 | SKIPPED | build lvm2 allow list | standalone 2025-10-13 13:48:04.247844 | fa163e2e-69a7-8df9-1ef2-000000002273 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:03:59.567042 | 0.05s 2025-10-13 13:48:04.272085 | fa163e2e-69a7-8df9-1ef2-000000002274 | TASK | build lvm2 deny list 2025-10-13 13:48:04.322418 | fa163e2e-69a7-8df9-1ef2-000000002274 | SKIPPED | build lvm2 deny list | standalone 2025-10-13 13:48:04.323836 | fa163e2e-69a7-8df9-1ef2-000000002274 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:03:59.643035 | 0.05s 2025-10-13 13:48:04.348664 | fa163e2e-69a7-8df9-1ef2-000000002275 | TASK | build lvm2 filter 2025-10-13 13:48:04.377066 | fa163e2e-69a7-8df9-1ef2-000000002275 | SKIPPED | build lvm2 filter | standalone 2025-10-13 13:48:04.378345 | fa163e2e-69a7-8df9-1ef2-000000002275 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:03:59.697543 | 0.03s 2025-10-13 13:48:04.403043 | fa163e2e-69a7-8df9-1ef2-000000002276 | TASK | regenerate lvm config 2025-10-13 13:48:04.456131 | fa163e2e-69a7-8df9-1ef2-000000002276 | SKIPPED | regenerate lvm config | standalone 2025-10-13 13:48:04.457453 | fa163e2e-69a7-8df9-1ef2-000000002276 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:03:59.776651 | 0.05s 2025-10-13 13:48:04.482275 | fa163e2e-69a7-8df9-1ef2-000000002277 | TASK | copy new lvm.conf in place 2025-10-13 13:48:04.536105 | fa163e2e-69a7-8df9-1ef2-000000002277 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-13 13:48:04.537427 | fa163e2e-69a7-8df9-1ef2-000000002277 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:03:59.856628 | 0.05s 2025-10-13 13:48:04.585619 | fa163e2e-69a7-8df9-1ef2-000000002175 | TASK | Fail if container image is undefined 2025-10-13 13:48:04.663602 | fa163e2e-69a7-8df9-1ef2-000000002175 | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 13:48:04.664879 | fa163e2e-69a7-8df9-1ef2-000000002175 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:59.984078 | 0.08s 2025-10-13 13:48:04.704929 | fa163e2e-69a7-8df9-1ef2-000000002176 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-13 13:48:14.395749 | fa163e2e-69a7-8df9-1ef2-000000002176 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-13 13:48:14.398755 | fa163e2e-69a7-8df9-1ef2-000000002176 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:09.717957 | 9.69s 2025-10-13 13:48:14.429933 | fa163e2e-69a7-8df9-1ef2-000000002177 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-13 13:48:14.785343 | fa163e2e-69a7-8df9-1ef2-000000002177 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-13 13:48:14.786718 | fa163e2e-69a7-8df9-1ef2-000000002177 | 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:10.105919 | 0.36s 2025-10-13 13:48:14.887332 | fa163e2e-69a7-8df9-1ef2-000000002182 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-13 13:48:14.888587 | fa163e2e-69a7-8df9-1ef2-000000002182 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:10.207788 | 0.05s 2025-10-13 13:48:14.913206 | fa163e2e-69a7-8df9-1ef2-000000002189 | TASK | Fail if container image is undefined 2025-10-13 13:48:14.977685 | fa163e2e-69a7-8df9-1ef2-000000002189 | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 13:48:14.978676 | fa163e2e-69a7-8df9-1ef2-000000002189 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:10.297882 | 0.06s 2025-10-13 13:48:15.008531 | fa163e2e-69a7-8df9-1ef2-00000000218a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-13 13:48:23.662237 | fa163e2e-69a7-8df9-1ef2-00000000218a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-13 13:48:23.663753 | fa163e2e-69a7-8df9-1ef2-00000000218a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:18.982955 | 8.65s 2025-10-13 13:48:23.719558 | fa163e2e-69a7-8df9-1ef2-00000000218b | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-13 13:48:24.075727 | fa163e2e-69a7-8df9-1ef2-00000000218b | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-13 13:48:24.076682 | fa163e2e-69a7-8df9-1ef2-00000000218b | 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:19.395891 | 0.36s 2025-10-13 13:48:24.173640 | fa163e2e-69a7-8df9-1ef2-000000002196 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-13 13:48:24.175029 | fa163e2e-69a7-8df9-1ef2-000000002196 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:19.494227 | 0.05s 2025-10-13 13:48:24.200991 | fa163e2e-69a7-8df9-1ef2-000000002198 | TASK | install systemd-container for a greenfield 2025-10-13 13:48:44.295181 | fa163e2e-69a7-8df9-1ef2-000000002198 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-13 13:48:44.298039 | fa163e2e-69a7-8df9-1ef2-000000002198 | TIMING | install systemd-container for a greenfield | standalone | 0:04:39.617239 | 20.10s 2025-10-13 13:48:44.324279 | fa163e2e-69a7-8df9-1ef2-000000002199 | TASK | manage PMEM namespaces for vPMEM 2025-10-13 13:48:44.379191 | fa163e2e-69a7-8df9-1ef2-000000002199 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-13 13:48:44.380700 | fa163e2e-69a7-8df9-1ef2-000000002199 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:39.699900 | 0.05s 2025-10-13 13:48:44.404894 | fa163e2e-69a7-8df9-1ef2-00000000219b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-13 13:48:44.674902 | fa163e2e-69a7-8df9-1ef2-00000000219b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-13 13:48:44.676298 | fa163e2e-69a7-8df9-1ef2-00000000219b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:39.995500 | 0.27s 2025-10-13 13:48:44.701642 | fa163e2e-69a7-8df9-1ef2-00000000219d | TASK | is KSM enabled 2025-10-13 13:48:44.743911 | fa163e2e-69a7-8df9-1ef2-00000000219d | OK | is KSM enabled | standalone 2025-10-13 13:48:44.745827 | fa163e2e-69a7-8df9-1ef2-00000000219d | TIMING | is KSM enabled | standalone | 0:04:40.065022 | 0.04s 2025-10-13 13:48:44.772931 | fa163e2e-69a7-8df9-1ef2-00000000219f | TASK | Check for ksm 2025-10-13 13:48:45.062670 | fa163e2e-69a7-8df9-1ef2-00000000219f | CHANGED | Check for ksm | standalone 2025-10-13 13:48:45.064032 | fa163e2e-69a7-8df9-1ef2-00000000219f | TIMING | Check for ksm | standalone | 0:04:40.383234 | 0.29s 2025-10-13 13:48:45.091089 | fa163e2e-69a7-8df9-1ef2-0000000021a0 | TASK | disable KSM services 2025-10-13 13:48:45.181298 | fa163e2e-69a7-8df9-1ef2-0000000021a0 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-13 13:48:45.214240 | fa163e2e-69a7-8df9-1ef2-0000000021a0 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-13 13:48:45.225796 | fa163e2e-69a7-8df9-1ef2-0000000021a0 | TIMING | disable KSM services | standalone | 0:04:40.544992 | 0.13s 2025-10-13 13:48:45.252311 | fa163e2e-69a7-8df9-1ef2-0000000021a1 | TASK | delete PageKSM after disable ksm on compute 2025-10-13 13:48:45.324892 | fa163e2e-69a7-8df9-1ef2-0000000021a1 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-13 13:48:45.326346 | fa163e2e-69a7-8df9-1ef2-0000000021a1 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:40.645545 | 0.07s 2025-10-13 13:48:45.352614 | fa163e2e-69a7-8df9-1ef2-0000000021a3 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-13 13:48:45.404327 | fa163e2e-69a7-8df9-1ef2-0000000021a3 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-13 13:48:45.405861 | fa163e2e-69a7-8df9-1ef2-0000000021a3 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:40.725060 | 0.05s 2025-10-13 13:48:45.431969 | fa163e2e-69a7-8df9-1ef2-0000000021a4 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-13 13:48:45.484437 | fa163e2e-69a7-8df9-1ef2-0000000021a4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-13 13:48:45.485941 | fa163e2e-69a7-8df9-1ef2-0000000021a4 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:40.805096 | 0.05s 2025-10-13 13:48:45.511459 | fa163e2e-69a7-8df9-1ef2-0000000021a5 | TASK | enable ksmtunded 2025-10-13 13:48:45.570503 | fa163e2e-69a7-8df9-1ef2-0000000021a5 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-13 13:48:45.583524 | fa163e2e-69a7-8df9-1ef2-0000000021a5 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-13 13:48:45.596508 | fa163e2e-69a7-8df9-1ef2-0000000021a5 | TIMING | enable ksmtunded | standalone | 0:04:40.915671 | 0.08s 2025-10-13 13:48:45.663040 | fa163e2e-69a7-8df9-1ef2-0000000021a7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-13 13:48:45.664659 | fa163e2e-69a7-8df9-1ef2-0000000021a7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:40.983855 | 0.04s 2025-10-13 13:48:45.691070 | fa163e2e-69a7-8df9-1ef2-0000000021a9 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-13 13:48:45.754706 | fa163e2e-69a7-8df9-1ef2-0000000021a9 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-13 13:48:45.756197 | fa163e2e-69a7-8df9-1ef2-0000000021a9 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:41.075395 | 0.06s 2025-10-13 13:48:45.782715 | fa163e2e-69a7-8df9-1ef2-0000000021aa | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-13 13:48:49.862618 | fa163e2e-69a7-8df9-1ef2-0000000021aa | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-13 13:48:49.868143 | fa163e2e-69a7-8df9-1ef2-0000000021aa | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:45.187342 | 4.08s 2025-10-13 13:48:49.903608 | fa163e2e-69a7-8df9-1ef2-0000000021ac | TASK | Fetch ovn-dbs-bundle 2025-10-13 13:48:49.975151 | fa163e2e-69a7-8df9-1ef2-0000000021ac | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-13 13:48:49.976338 | fa163e2e-69a7-8df9-1ef2-0000000021ac | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:45.295538 | 0.07s 2025-10-13 13:48:50.004947 | fa163e2e-69a7-8df9-1ef2-0000000021ad | TASK | Fetch ovn VIP 2025-10-13 13:48:50.077118 | fa163e2e-69a7-8df9-1ef2-0000000021ad | SKIPPED | Fetch ovn VIP | standalone 2025-10-13 13:48:50.078823 | fa163e2e-69a7-8df9-1ef2-0000000021ad | TIMING | Fetch ovn VIP | standalone | 0:04:45.398015 | 0.07s 2025-10-13 13:48:50.115150 | fa163e2e-69a7-8df9-1ef2-0000000021ae | TASK | Remove OVNDBs from pacemaker 2025-10-13 13:48:50.187179 | fa163e2e-69a7-8df9-1ef2-0000000021ae | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-13 13:48:50.188168 | fa163e2e-69a7-8df9-1ef2-0000000021ae | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:45.507374 | 0.07s 2025-10-13 13:48:50.210172 | fa163e2e-69a7-8df9-1ef2-0000000021af | TASK | Remove OVNDBs VIP from pacemaker 2025-10-13 13:48:50.284750 | fa163e2e-69a7-8df9-1ef2-0000000021af | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-13 13:48:50.286119 | fa163e2e-69a7-8df9-1ef2-0000000021af | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:45.605319 | 0.07s 2025-10-13 13:48:50.315931 | fa163e2e-69a7-8df9-1ef2-0000000021b0 | TASK | Clean up pacemaker remote nodes cache 2025-10-13 13:48:50.381676 | fa163e2e-69a7-8df9-1ef2-0000000021b0 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-13 13:48:50.383262 | fa163e2e-69a7-8df9-1ef2-0000000021b0 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:45.702416 | 0.07s 2025-10-13 13:48:50.411977 | fa163e2e-69a7-8df9-1ef2-0000000021b1 | TASK | Remove pacemaker attributes 2025-10-13 13:48:50.479098 | fa163e2e-69a7-8df9-1ef2-0000000021b1 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-13 13:48:50.492200 | fa163e2e-69a7-8df9-1ef2-0000000021b1 | TIMING | Remove pacemaker attributes | standalone | 0:04:45.811391 | 0.08s 2025-10-13 13:48:50.570999 | fa163e2e-69a7-8df9-1ef2-0000000021b4 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-13 13:48:50.572315 | fa163e2e-69a7-8df9-1ef2-0000000021b4 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:45.891516 | 0.05s 2025-10-13 13:48:50.601442 | fa163e2e-69a7-8df9-1ef2-0000000021b6 | TASK | Configure OVN DBs and northd 2025-10-13 13:48:50.653128 | fa163e2e-69a7-8df9-1ef2-0000000021b6 | TIMING | Configure OVN DBs and northd | standalone | 0:04:45.972318 | 0.05s 2025-10-13 13:48:50.720700 | fa163e2e-69a7-8df9-1ef2-000000002346 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-13 13:48:50.982444 | fa163e2e-69a7-8df9-1ef2-000000002346 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-13 13:48:50.983869 | fa163e2e-69a7-8df9-1ef2-000000002346 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:46.303071 | 0.26s 2025-10-13 13:48:51.011612 | fa163e2e-69a7-8df9-1ef2-000000002347 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-13 13:48:51.052856 | fa163e2e-69a7-8df9-1ef2-000000002347 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-13 13:48:51.054085 | fa163e2e-69a7-8df9-1ef2-000000002347 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:46.373286 | 0.04s 2025-10-13 13:48:51.080509 | fa163e2e-69a7-8df9-1ef2-000000002348 | TASK | check ovsdb-tool election-timer options 2025-10-13 13:48:51.337418 | fa163e2e-69a7-8df9-1ef2-000000002348 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-13 13:48:51.339001 | fa163e2e-69a7-8df9-1ef2-000000002348 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:46.658202 | 0.26s 2025-10-13 13:48:51.367110 | fa163e2e-69a7-8df9-1ef2-000000002349 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-13 13:48:51.439555 | fa163e2e-69a7-8df9-1ef2-000000002349 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-13 13:48:51.440985 | fa163e2e-69a7-8df9-1ef2-000000002349 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:46.760186 | 0.07s 2025-10-13 13:48:51.471647 | fa163e2e-69a7-8df9-1ef2-00000000234a | TASK | render OVN cluster configuration 2025-10-13 13:48:52.110120 | fa163e2e-69a7-8df9-1ef2-00000000234a | CHANGED | render OVN cluster configuration | standalone 2025-10-13 13:48:52.111150 | fa163e2e-69a7-8df9-1ef2-00000000234a | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:47.430357 | 0.64s 2025-10-13 13:48:52.134427 | fa163e2e-69a7-8df9-1ef2-00000000234b | TASK | restart OVN northd and north and south databases 2025-10-13 13:48:52.190057 | fa163e2e-69a7-8df9-1ef2-00000000234b | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:47.509242 | 0.05s 2025-10-13 13:48:52.207653 | fa163e2e-69a7-8df9-1ef2-00000000234b | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:47.526858 | 0.07s 2025-10-13 13:48:52.221739 | fa163e2e-69a7-8df9-1ef2-00000000234b | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:47.540944 | 0.09s 2025-10-13 13:48:52.233378 | fa163e2e-69a7-8df9-1ef2-00000000234b | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:47.552590 | 0.10s 2025-10-13 13:48:52.248922 | f1d9953d-3bfe-4f44-b4a2-4cbc7b45b379 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-13 13:48:52.253828 | 06ab3ba2-5646-4098-98af-88ed76480779 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-13 13:48:52.258520 | 2287c9e7-4225-455a-b9a0-7d53a1a0cddc | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-13 13:48:52.290190 | fa163e2e-69a7-8df9-1ef2-00000000237a | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-13 13:48:52.544273 | fa163e2e-69a7-8df9-1ef2-00000000237a | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-13 13:48:52.545677 | fa163e2e-69a7-8df9-1ef2-00000000237a | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:47.864877 | 0.25s 2025-10-13 13:48:52.575178 | fa163e2e-69a7-8df9-1ef2-00000000237b | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-13 13:48:52.628010 | fa163e2e-69a7-8df9-1ef2-00000000237b | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-13 13:48:52.629084 | fa163e2e-69a7-8df9-1ef2-00000000237b | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:47.948285 | 0.05s 2025-10-13 13:48:52.659089 | fa163e2e-69a7-8df9-1ef2-00000000237f | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-13 13:48:52.924511 | fa163e2e-69a7-8df9-1ef2-00000000237f | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-13 13:48:52.925797 | fa163e2e-69a7-8df9-1ef2-00000000237f | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:48.244999 | 0.27s 2025-10-13 13:48:52.955732 | fa163e2e-69a7-8df9-1ef2-000000002380 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-13 13:48:53.005429 | fa163e2e-69a7-8df9-1ef2-000000002380 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-13 13:48:53.006789 | fa163e2e-69a7-8df9-1ef2-000000002380 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:48.325990 | 0.05s 2025-10-13 13:48:53.037183 | fa163e2e-69a7-8df9-1ef2-000000002384 | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-13 13:48:53.302648 | fa163e2e-69a7-8df9-1ef2-000000002384 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-13 13:48:53.303946 | fa163e2e-69a7-8df9-1ef2-000000002384 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:48.623147 | 0.26s 2025-10-13 13:48:53.335075 | fa163e2e-69a7-8df9-1ef2-000000002385 | TASK | restart tripleo_cluster_northd systemd service 2025-10-13 13:48:53.387471 | fa163e2e-69a7-8df9-1ef2-000000002385 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-13 13:48:53.388822 | fa163e2e-69a7-8df9-1ef2-000000002385 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:48.708017 | 0.05s 2025-10-13 13:48:53.495227 | fa163e2e-69a7-8df9-1ef2-0000000021b8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-13 13:48:53.496638 | fa163e2e-69a7-8df9-1ef2-0000000021b8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:48.815829 | 0.05s 2025-10-13 13:48:53.582133 | fa163e2e-69a7-8df9-1ef2-0000000021ba | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-13 13:48:53.583390 | fa163e2e-69a7-8df9-1ef2-0000000021ba | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:48.902591 | 0.05s 2025-10-13 13:48:53.611949 | fa163e2e-69a7-8df9-1ef2-0000000021c1 | TASK | Fail if container image is undefined 2025-10-13 13:48:53.663947 | fa163e2e-69a7-8df9-1ef2-0000000021c1 | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 13:48:53.664786 | fa163e2e-69a7-8df9-1ef2-0000000021c1 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:48.983995 | 0.05s 2025-10-13 13:48:53.695850 | fa163e2e-69a7-8df9-1ef2-0000000021c2 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-13 13:49:01.587128 | fa163e2e-69a7-8df9-1ef2-0000000021c2 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-13 13:49:01.588921 | fa163e2e-69a7-8df9-1ef2-0000000021c2 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:04:56.908122 | 7.89s 2025-10-13 13:49:01.647535 | fa163e2e-69a7-8df9-1ef2-0000000021c3 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-13 13:49:01.969198 | fa163e2e-69a7-8df9-1ef2-0000000021c3 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-13 13:49:01.970727 | fa163e2e-69a7-8df9-1ef2-0000000021c3 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:04:57.289925 | 0.32s 2025-10-13 13:49:02.018579 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TASK | Pre-fetch all the containers 2025-10-13 13:49:07.713389 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-13 13:49:07.716018 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:03.035226 | 5.70s 2025-10-13 13:49:13.499536 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-13 13:49:13.502436 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:08.821637 | 11.48s 2025-10-13 13:49:17.210591 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-13 13:49:17.214039 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:12.533241 | 15.19s 2025-10-13 13:49:21.031863 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-13 13:49:21.034961 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:16.354165 | 19.01s 2025-10-13 13:49:23.834675 | fa163e2e-69a7-8df9-1ef2-0000000021ce | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-13 13:49:23.837173 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:19.156378 | 21.82s 2025-10-13 13:49:26.297578 | fa163e2e-69a7-8df9-1ef2-0000000021ce | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-13 13:49:26.299932 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:21.619137 | 24.28s 2025-10-13 13:49:31.264064 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-13 13:49:31.267256 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:26.586458 | 29.25s 2025-10-13 13:49:36.826034 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-13 13:49:36.829897 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:32.149100 | 34.81s 2025-10-13 13:49:40.082901 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-13 13:49:40.085560 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:35.404763 | 38.07s 2025-10-13 13:49:49.840153 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-13 13:49:49.844319 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:45.163523 | 47.82s 2025-10-13 13:49:54.843439 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-13 13:49:54.847776 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:05:50.166980 | 52.83s 2025-10-13 13:50:13.077127 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-13 13:50:13.081103 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:08.400308 | 71.06s 2025-10-13 13:50:24.404584 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-13 13:50:24.406817 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:19.726027 | 82.39s 2025-10-13 13:50:34.368402 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-13 13:50:34.370492 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:29.689701 | 92.35s 2025-10-13 13:50:45.421552 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-13 13:50:45.425731 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:40.744932 | 103.41s 2025-10-13 13:50:51.088689 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-13 13:50:51.092537 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:46.411741 | 109.07s 2025-10-13 13:50:56.581282 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-13 13:50:56.585164 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:51.904368 | 114.56s 2025-10-13 13:51:00.864019 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-13 13:51:00.867095 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:06:56.186300 | 118.85s 2025-10-13 13:51:07.963160 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-13 13:51:07.966955 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:03.286160 | 125.95s 2025-10-13 13:51:20.793669 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-13 13:51:20.796947 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:16.116149 | 138.78s 2025-10-13 13:51:25.579469 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-13 13:51:25.582677 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:20.901879 | 143.56s 2025-10-13 13:51:31.126472 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-13 13:51:31.129433 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:26.448635 | 149.11s 2025-10-13 13:51:34.968688 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-13 13:51:34.972843 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:30.292044 | 152.95s 2025-10-13 13:51:40.541868 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-13 13:51:40.545896 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:35.865100 | 158.53s 2025-10-13 13:51:44.067556 | fa163e2e-69a7-8df9-1ef2-0000000021ce | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-13 13:51:44.070669 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:39.389874 | 162.05s 2025-10-13 13:51:46.976016 | fa163e2e-69a7-8df9-1ef2-0000000021ce | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-13 13:51:46.980740 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:42.299937 | 164.96s 2025-10-13 13:51:50.910812 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-13 13:51:50.914012 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:46.233215 | 168.89s 2025-10-13 13:51:54.084685 | fa163e2e-69a7-8df9-1ef2-0000000021ce | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-13 13:51:54.088549 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:49.407752 | 172.07s 2025-10-13 13:51:59.571126 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-13 13:51:59.574085 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:54.893291 | 177.55s 2025-10-13 13:52:03.866128 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-13 13:52:03.868455 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:07:59.187664 | 181.85s 2025-10-13 13:52:07.270119 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-13 13:52:07.275149 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:02.594341 | 185.25s 2025-10-13 13:52:10.852898 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-13 13:52:10.857066 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:06.176270 | 188.84s 2025-10-13 13:52:14.595559 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-13 13:52:14.599465 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:09.918666 | 192.58s 2025-10-13 13:52:17.432972 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-13 13:52:17.435751 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:12.754950 | 195.42s 2025-10-13 13:52:20.785645 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-13 13:52:20.788676 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:16.107870 | 198.77s 2025-10-13 13:52:25.069663 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-13 13:52:25.072824 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:20.392028 | 203.05s 2025-10-13 13:52:29.696810 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-13 13:52:29.699678 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:25.018883 | 207.68s 2025-10-13 13:52:35.841780 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-13 13:52:35.844881 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:31.164082 | 213.82s 2025-10-13 13:52:39.705542 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-13 13:52:39.708578 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:35.027781 | 217.69s 2025-10-13 13:52:43.710622 | fa163e2e-69a7-8df9-1ef2-0000000021ce | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-13 13:52:43.713169 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:39.032372 | 221.69s 2025-10-13 13:52:44.000941 | fa163e2e-69a7-8df9-1ef2-0000000021ce | TIMING | Pre-fetch all the containers | standalone | 0:08:39.320137 | 221.98s 2025-10-13 13:52:44.140295 | fa163e2e-69a7-8df9-1ef2-0000000021d1 | TASK | Check if rsyslog exists 2025-10-13 13:52:44.363605 | fa163e2e-69a7-8df9-1ef2-0000000021d1 | CHANGED | Check if rsyslog exists | standalone 2025-10-13 13:52:44.365057 | fa163e2e-69a7-8df9-1ef2-0000000021d1 | TIMING | Check if rsyslog exists | standalone | 0:08:39.684258 | 0.22s 2025-10-13 13:52:44.394435 | fa163e2e-69a7-8df9-1ef2-0000000021d2 | TASK | Forward logging to swift.log file 2025-10-13 13:52:44.933273 | fa163e2e-69a7-8df9-1ef2-0000000021d2 | CHANGED | Forward logging to swift.log file | standalone 2025-10-13 13:52:44.934367 | fa163e2e-69a7-8df9-1ef2-0000000021d2 | TIMING | Forward logging to swift.log file | standalone | 0:08:40.253574 | 0.54s 2025-10-13 13:52:44.958594 | fa163e2e-69a7-8df9-1ef2-0000000021d3 | TASK | Restart rsyslogd service after logging conf change 2025-10-13 13:52:45.761650 | fa163e2e-69a7-8df9-1ef2-0000000021d3 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-13 13:52:45.763652 | fa163e2e-69a7-8df9-1ef2-0000000021d3 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:08:41.082852 | 0.80s 2025-10-13 13:52:45.793390 | fa163e2e-69a7-8df9-1ef2-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-13 13:52:46.023552 | fa163e2e-69a7-8df9-1ef2-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-13 13:52:46.025097 | fa163e2e-69a7-8df9-1ef2-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:08:41.344298 | 0.23s 2025-10-13 13:52:46.120816 | fa163e2e-69a7-8df9-1ef2-0000000000c3 | TIMING | include_tasks | standalone | 0:08:41.440003 | 0.06s 2025-10-13 13:52:46.208973 | 9ccd14a7-c482-4d56-92fe-f50d5ab29c55 | INCLUDED | /root/standalone-ansible-fa02z7re/common_deploy_steps_tasks.yaml | standalone 2025-10-13 13:52:46.230392 | fa163e2e-69a7-8df9-1ef2-00000000242b | TASK | Write the config_step hieradata 2025-10-13 13:52:46.724361 | fa163e2e-69a7-8df9-1ef2-00000000242b | OK | Write the config_step hieradata | standalone 2025-10-13 13:52:46.725629 | fa163e2e-69a7-8df9-1ef2-00000000242b | TIMING | Write the config_step hieradata | standalone | 0:08:42.044830 | 0.49s 2025-10-13 13:52:46.746822 | fa163e2e-69a7-8df9-1ef2-00000000242c | TASK | Run puppet host configuration for step 1 2025-10-13 13:52:47.017985 | fa163e2e-69a7-8df9-1ef2-00000000242c | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-13 13:52:47.019639 | fa163e2e-69a7-8df9-1ef2-00000000242c | TIMING | Run puppet host configuration for step 1 | standalone | 0:08:42.338838 | 0.27s 2025-10-13 13:52:47.050224 | fa163e2e-69a7-8df9-1ef2-00000000242d | TASK | Wait for puppet host configuration to finish 2025-10-13 13:52:47.335985 | fa163e2e-69a7-8df9-1ef2-00000000242d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-13 13:52:57.568362 | fa163e2e-69a7-8df9-1ef2-00000000242d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-13 13:53:07.797747 | fa163e2e-69a7-8df9-1ef2-00000000242d | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-13 13:53:17.968967 | fa163e2e-69a7-8df9-1ef2-00000000242d | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-13 13:53:28.184038 | fa163e2e-69a7-8df9-1ef2-00000000242d | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-13 13:53:38.388081 | fa163e2e-69a7-8df9-1ef2-00000000242d | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-13 13:53:48.610588 | fa163e2e-69a7-8df9-1ef2-00000000242d | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-13 13:53:48.612159 | fa163e2e-69a7-8df9-1ef2-00000000242d | TIMING | Wait for puppet host configuration to finish | standalone | 0:09:43.931361 | 61.56s 2025-10-13 13:53:48.644272 | fa163e2e-69a7-8df9-1ef2-00000000242e | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-13 13:53:48.729118 | fa163e2e-69a7-8df9-1ef2-00000000242e | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 13 13:52:47 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 13 13:52:51 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 13 13:52:51 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 13 13:52:51 puppet-user: (file & line not available)", "<13>Oct 13 13:52:51 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 13 13:52:51 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 13 13:52:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 13 13:52:52 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.42 seconds", "<13>Oct 13 13:52:52 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 13 13:52:52 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 13 13:52:52 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 13 13:53:01 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 13 13:53:09 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 13 13:53:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 13 13:53:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 13 13:53:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 13 13:53:12 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 13 13:53:13 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 13 13:53:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 13 13:53:17 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 13 13:53:19 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 13 13:53:20 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 13 13:53:20 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 13 13:53:43 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 13 13:53:45 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 13 13:53:47 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 13 13:53:47 puppet-user: Notice: Applied catalog in 55.06 seconds", "<13>Oct 13 13:53:47 puppet-user: Application:", "<13>Oct 13 13:53:47 puppet-user: Initial environment: production", "<13>Oct 13 13:53:47 puppet-user: Converged environment: production", "<13>Oct 13 13:53:47 puppet-user: Run mode: user", "<13>Oct 13 13:53:47 puppet-user: Changes:", "<13>Oct 13 13:53:47 puppet-user: Total: 17", "<13>Oct 13 13:53:47 puppet-user: Events:", "<13>Oct 13 13:53:47 puppet-user: Success: 17", "<13>Oct 13 13:53:47 puppet-user: Resources:", "<13>Oct 13 13:53:47 puppet-user: Restarted: 1", "<13>Oct 13 13:53:47 puppet-user: Changed: 16", "<13>Oct 13 13:53:47 puppet-user: Out of sync: 16", "<13>Oct 13 13:53:47 puppet-user: Total: 26", "<13>Oct 13 13:53:47 puppet-user: Time:", "<13>Oct 13 13:53:47 puppet-user: Filebucket: 0.00", "<13>Oct 13 13:53:47 puppet-user: Schedule: 0.00", "<13>Oct 13 13:53:47 puppet-user: File line: 0.00", "<13>Oct 13 13:53:47 puppet-user: File: 0.00", "<13>Oct 13 13:53:47 puppet-user: Augeas: 0.02", "<13>Oct 13 13:53:47 puppet-user: User: 0.17", "<13>Oct 13 13:53:47 puppet-user: Config retrieval: 0.48", "<13>Oct 13 13:53:47 puppet-user: Package: 17.08", "<13>Oct 13 13:53:47 puppet-user: Last run: 1760363627", "<13>Oct 13 13:53:47 puppet-user: Exec: 28.85", "<13>Oct 13 13:53:47 puppet-user: Pcmk property: 3.59", "<13>Oct 13 13:53:47 puppet-user: Service: 4.10", "<13>Oct 13 13:53:47 puppet-user: Transaction evaluation: 55.05", "<13>Oct 13 13:53:47 puppet-user: Catalog application: 55.06", "<13>Oct 13 13:53:47 puppet-user: Total: 55.06", "<13>Oct 13 13:53:47 puppet-user: Version:", "<13>Oct 13 13:53:47 puppet-user: Config: 1760363571", "<13>Oct 13 13:53:47 puppet-user: Puppet: 7.10.0" ] } 2025-10-13 13:53:48.731109 | fa163e2e-69a7-8df9-1ef2-00000000242e | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:09:44.050310 | 0.09s 2025-10-13 13:53:48.759937 | fa163e2e-69a7-8df9-1ef2-00000000242f | TASK | Pre-cache facts for puppet containers 2025-10-13 13:53:48.788888 | fa163e2e-69a7-8df9-1ef2-00000000242f | TIMING | Pre-cache facts for puppet containers | standalone | 0:09:44.108084 | 0.03s 2025-10-13 13:53:48.860668 | fa163e2e-69a7-8df9-1ef2-000000002476 | TASK | Gather variables for each operating system 2025-10-13 13:53:48.977732 | fa163e2e-69a7-8df9-1ef2-000000002476 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:09:44.296910 | 0.12s 2025-10-13 13:53:49.007946 | fa163e2e-69a7-8df9-1ef2-000000002477 | TASK | Create puppet caching structures 2025-10-13 13:53:49.261594 | fa163e2e-69a7-8df9-1ef2-000000002477 | CHANGED | Create puppet caching structures | standalone 2025-10-13 13:53:49.263075 | fa163e2e-69a7-8df9-1ef2-000000002477 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:09:44.582275 | 0.25s 2025-10-13 13:53:49.294181 | fa163e2e-69a7-8df9-1ef2-000000002478 | TASK | Check for facter.conf 2025-10-13 13:53:49.485746 | fa163e2e-69a7-8df9-1ef2-000000002478 | OK | Check for facter.conf | standalone 2025-10-13 13:53:49.487062 | fa163e2e-69a7-8df9-1ef2-000000002478 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:09:44.806265 | 0.19s 2025-10-13 13:53:49.516257 | fa163e2e-69a7-8df9-1ef2-000000002479 | TASK | Remove facter.conf if directory 2025-10-13 13:53:49.566998 | fa163e2e-69a7-8df9-1ef2-000000002479 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-13 13:53:49.568381 | fa163e2e-69a7-8df9-1ef2-000000002479 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:09:44.887580 | 0.05s 2025-10-13 13:53:49.596965 | fa163e2e-69a7-8df9-1ef2-00000000247a | TASK | Write facter cache config 2025-10-13 13:53:50.106084 | fa163e2e-69a7-8df9-1ef2-00000000247a | CHANGED | Write facter cache config | standalone 2025-10-13 13:53:50.107345 | fa163e2e-69a7-8df9-1ef2-00000000247a | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:09:45.426548 | 0.51s 2025-10-13 13:53:50.135067 | fa163e2e-69a7-8df9-1ef2-00000000247b | TASK | Cleanup facter cache if exists 2025-10-13 13:53:50.375718 | fa163e2e-69a7-8df9-1ef2-00000000247b | OK | Cleanup facter cache if exists | standalone 2025-10-13 13:53:50.376932 | fa163e2e-69a7-8df9-1ef2-00000000247b | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:09:45.696135 | 0.24s 2025-10-13 13:53:50.404160 | fa163e2e-69a7-8df9-1ef2-00000000247c | TASK | Pre-cache facts 2025-10-13 13:53:51.024399 | fa163e2e-69a7-8df9-1ef2-00000000247c | CHANGED | Pre-cache facts | standalone 2025-10-13 13:53:51.025854 | fa163e2e-69a7-8df9-1ef2-00000000247c | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:09:46.345053 | 0.62s 2025-10-13 13:53:51.058091 | fa163e2e-69a7-8df9-1ef2-00000000247d | TASK | Failed deployment if facter fails 2025-10-13 13:53:51.091890 | fa163e2e-69a7-8df9-1ef2-00000000247d | SKIPPED | Failed deployment if facter fails | standalone 2025-10-13 13:53:51.093130 | fa163e2e-69a7-8df9-1ef2-00000000247d | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:09:46.412331 | 0.03s 2025-10-13 13:53:51.143052 | fa163e2e-69a7-8df9-1ef2-00000000247e | TASK | Sync cached facts 2025-10-13 13:53:51.595347 | fa163e2e-69a7-8df9-1ef2-00000000247e | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2e-69a7-8df9-1ef2-00000000247e') missing from stats 2025-10-13 13:53:51.656747 | fa163e2e-69a7-8df9-1ef2-000000002430 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-13 13:53:51.708533 | fa163e2e-69a7-8df9-1ef2-000000002430 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:09:47.027679 | 0.05s 2025-10-13 13:53:51.738770 | 2c64dd33-00a5-4e46-9f41-4753a8024544 | INCLUDED | /root/standalone-ansible-fa02z7re/generate-config-tasks.yaml | standalone 2025-10-13 13:53:51.777078 | fa163e2e-69a7-8df9-1ef2-0000000024c8 | TASK | Create base directory puppet configs 2025-10-13 13:53:52.015258 | fa163e2e-69a7-8df9-1ef2-0000000024c8 | CHANGED | Create base directory puppet configs | standalone 2025-10-13 13:53:52.016725 | fa163e2e-69a7-8df9-1ef2-0000000024c8 | TIMING | Create base directory puppet configs | standalone | 0:09:47.335926 | 0.24s 2025-10-13 13:53:52.049042 | fa163e2e-69a7-8df9-1ef2-0000000024c9 | TASK | Generate container puppet configs for step 1 2025-10-13 13:53:52.340622 | fa163e2e-69a7-8df9-1ef2-0000000024c9 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-13 13:53:52.341331 | fa163e2e-69a7-8df9-1ef2-0000000024c9 | TIMING | Generate container puppet configs for step 1 | standalone | 0:09:47.660543 | 0.29s 2025-10-13 13:53:52.360646 | fa163e2e-69a7-8df9-1ef2-0000000024ca | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-13 13:53:52.387401 | fa163e2e-69a7-8df9-1ef2-0000000024ca | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:09:47.706591 | 0.03s 2025-10-13 13:53:52.463238 | fa163e2e-69a7-8df9-1ef2-000000002554 | TASK | Gather variables for each operating system 2025-10-13 13:53:52.576767 | fa163e2e-69a7-8df9-1ef2-000000002554 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:09:47.895953 | 0.11s 2025-10-13 13:53:52.617115 | fa163e2e-69a7-8df9-1ef2-000000002555 | TASK | Create container logs path 2025-10-13 13:53:52.839391 | fa163e2e-69a7-8df9-1ef2-000000002555 | OK | Create container logs path | standalone 2025-10-13 13:53:52.840251 | fa163e2e-69a7-8df9-1ef2-000000002555 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:09:48.159462 | 0.22s 2025-10-13 13:53:52.860414 | fa163e2e-69a7-8df9-1ef2-000000002557 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 13:53:53.285151 | fa163e2e-69a7-8df9-1ef2-000000002557 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 13:53:53.286644 | fa163e2e-69a7-8df9-1ef2-000000002557 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:48.605840 | 0.43s 2025-10-13 13:53:53.319049 | fa163e2e-69a7-8df9-1ef2-000000002558 | TASK | Finalise hashes for all containers 2025-10-13 13:53:53.375929 | fa163e2e-69a7-8df9-1ef2-000000002558 | OK | Finalise hashes for all containers | standalone 2025-10-13 13:53:53.377363 | fa163e2e-69a7-8df9-1ef2-000000002558 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:09:48.696565 | 0.06s 2025-10-13 13:53:53.406309 | fa163e2e-69a7-8df9-1ef2-00000000255a | TASK | Manage systemd shutdown files 2025-10-13 13:53:53.436266 | fa163e2e-69a7-8df9-1ef2-00000000255a | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 13:53:53.437587 | fa163e2e-69a7-8df9-1ef2-00000000255a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:09:48.756788 | 0.03s 2025-10-13 13:53:53.468621 | fa163e2e-69a7-8df9-1ef2-00000000255c | TASK | Update container configs with new config hashes 2025-10-13 13:53:53.531167 | fa163e2e-69a7-8df9-1ef2-00000000255c | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 13:53:53.532520 | fa163e2e-69a7-8df9-1ef2-00000000255c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:09:48.851695 | 0.06s 2025-10-13 13:53:53.566944 | fa163e2e-69a7-8df9-1ef2-00000000255d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 13:53:53.629234 | fa163e2e-69a7-8df9-1ef2-00000000255d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:48.948426 | 0.06s 2025-10-13 13:53:53.654838 | 67f20755-4034-4c82-8840-c0a4b941fabd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 13:53:53.691840 | fa163e2e-69a7-8df9-1ef2-0000000025a1 | TASK | Gather podman infos 2025-10-13 13:53:54.305005 | fa163e2e-69a7-8df9-1ef2-0000000025a1 | OK | Gather podman infos | standalone 2025-10-13 13:53:54.306389 | fa163e2e-69a7-8df9-1ef2-0000000025a1 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:09:49.625590 | 0.61s 2025-10-13 13:53:54.342990 | fa163e2e-69a7-8df9-1ef2-0000000025a2 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 13:53:54.405166 | fa163e2e-69a7-8df9-1ef2-0000000025a2 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 13:53:54.406600 | fa163e2e-69a7-8df9-1ef2-0000000025a2 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:49.725800 | 0.06s 2025-10-13 13:53:54.439257 | fa163e2e-69a7-8df9-1ef2-00000000255e | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 13:53:54.503134 | fa163e2e-69a7-8df9-1ef2-00000000255e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:09:49.822328 | 0.06s 2025-10-13 13:53:54.527677 | 290877f0-716e-4a94-9a8a-d5dd1c6c7e13 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 13:53:54.562888 | fa163e2e-69a7-8df9-1ef2-0000000025cb | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 13:54:22.844525 | fa163e2e-69a7-8df9-1ef2-0000000025cb | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 13:54:22.846534 | fa163e2e-69a7-8df9-1ef2-0000000025cb | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:18.165727 | 28.28s 2025-10-13 13:54:22.927312 | fa163e2e-69a7-8df9-1ef2-0000000025cc | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 13:54:22.990571 | fa163e2e-69a7-8df9-1ef2-0000000025cc | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 13:54:22.992061 | fa163e2e-69a7-8df9-1ef2-0000000025cc | 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:10:18.311262 | 0.06s 2025-10-13 13:54:23.049859 | fa163e2e-69a7-8df9-1ef2-0000000024cc | TASK | Diff puppet-generated changes for check mode 2025-10-13 13:54:23.078481 | fa163e2e-69a7-8df9-1ef2-0000000024cc | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-13 13:54:23.079662 | fa163e2e-69a7-8df9-1ef2-0000000024cc | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:18.398863 | 0.03s 2025-10-13 13:54:23.108616 | fa163e2e-69a7-8df9-1ef2-0000000024cd | TASK | Diff puppet-generated changes for check mode 2025-10-13 13:54:23.141951 | fa163e2e-69a7-8df9-1ef2-0000000024cd | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-13 13:54:23.143069 | fa163e2e-69a7-8df9-1ef2-0000000024cd | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:18.462270 | 0.03s 2025-10-13 13:54:23.173681 | fa163e2e-69a7-8df9-1ef2-000000002432 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-13 13:54:23.203133 | fa163e2e-69a7-8df9-1ef2-000000002432 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:10:18.522324 | 0.03s 2025-10-13 13:54:23.269719 | fa163e2e-69a7-8df9-1ef2-000000002621 | TASK | Gather variables for each operating system 2025-10-13 13:54:23.359323 | fa163e2e-69a7-8df9-1ef2-000000002621 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:18.678523 | 0.09s 2025-10-13 13:54:23.382702 | fa163e2e-69a7-8df9-1ef2-000000002622 | TASK | Create container logs path 2025-10-13 13:54:23.645790 | fa163e2e-69a7-8df9-1ef2-000000002622 | OK | Create container logs path | standalone 2025-10-13 13:54:23.647537 | fa163e2e-69a7-8df9-1ef2-000000002622 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:18.966735 | 0.26s 2025-10-13 13:54:23.679742 | fa163e2e-69a7-8df9-1ef2-000000002624 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-13 13:54:23.988029 | fa163e2e-69a7-8df9-1ef2-000000002624 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-13 13:54:23.989444 | fa163e2e-69a7-8df9-1ef2-000000002624 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:19.308646 | 0.31s 2025-10-13 13:54:24.021382 | fa163e2e-69a7-8df9-1ef2-000000002625 | TASK | Finalise hashes for all containers 2025-10-13 13:54:24.085077 | fa163e2e-69a7-8df9-1ef2-000000002625 | OK | Finalise hashes for all containers | standalone 2025-10-13 13:54:24.086648 | fa163e2e-69a7-8df9-1ef2-000000002625 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:19.405843 | 0.06s 2025-10-13 13:54:24.119018 | fa163e2e-69a7-8df9-1ef2-000000002627 | TASK | Manage systemd shutdown files 2025-10-13 13:54:24.153289 | fa163e2e-69a7-8df9-1ef2-000000002627 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:19.472483 | 0.03s 2025-10-13 13:54:24.190726 | f4c56de7-c116-4c0c-b3cf-5c4998a1c85e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-13 13:54:24.220341 | fa163e2e-69a7-8df9-1ef2-00000000265a | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-13 13:54:24.487336 | fa163e2e-69a7-8df9-1ef2-00000000265a | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-13 13:54:24.488976 | fa163e2e-69a7-8df9-1ef2-00000000265a | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:10:19.808173 | 0.27s 2025-10-13 13:54:24.518101 | fa163e2e-69a7-8df9-1ef2-00000000265b | TASK | Set podman_drop_in fact 2025-10-13 13:54:24.558101 | fa163e2e-69a7-8df9-1ef2-00000000265b | OK | Set podman_drop_in fact | standalone 2025-10-13 13:54:24.559389 | fa163e2e-69a7-8df9-1ef2-00000000265b | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:10:19.878591 | 0.04s 2025-10-13 13:54:24.588532 | fa163e2e-69a7-8df9-1ef2-00000000265d | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-13 13:54:25.120819 | fa163e2e-69a7-8df9-1ef2-00000000265d | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-13 13:54:25.123405 | fa163e2e-69a7-8df9-1ef2-00000000265d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:20.442601 | 0.53s 2025-10-13 13:54:25.614969 | fa163e2e-69a7-8df9-1ef2-00000000265d | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-13 13:54:25.617663 | fa163e2e-69a7-8df9-1ef2-00000000265d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:20.936863 | 1.03s 2025-10-13 13:54:25.630261 | fa163e2e-69a7-8df9-1ef2-00000000265d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:20.949453 | 1.04s 2025-10-13 13:54:25.653134 | fa163e2e-69a7-8df9-1ef2-00000000265e | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-13 13:54:26.146962 | fa163e2e-69a7-8df9-1ef2-00000000265e | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-13 13:54:26.148333 | fa163e2e-69a7-8df9-1ef2-00000000265e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:10:21.467539 | 0.49s 2025-10-13 13:54:26.173137 | fa163e2e-69a7-8df9-1ef2-00000000265f | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-13 13:54:26.663822 | fa163e2e-69a7-8df9-1ef2-00000000265f | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-13 13:54:26.665774 | fa163e2e-69a7-8df9-1ef2-00000000265f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:10:21.984969 | 0.49s 2025-10-13 13:54:26.699278 | fa163e2e-69a7-8df9-1ef2-000000002660 | TASK | Enable and start tripleo-container-shutdown 2025-10-13 13:54:27.653259 | fa163e2e-69a7-8df9-1ef2-000000002660 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-13 13:54:27.656055 | fa163e2e-69a7-8df9-1ef2-000000002660 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:10:22.975253 | 0.95s 2025-10-13 13:54:27.686299 | fa163e2e-69a7-8df9-1ef2-000000002661 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-13 13:54:28.187795 | fa163e2e-69a7-8df9-1ef2-000000002661 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-13 13:54:28.189128 | fa163e2e-69a7-8df9-1ef2-000000002661 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:10:23.508330 | 0.50s 2025-10-13 13:54:28.217341 | fa163e2e-69a7-8df9-1ef2-000000002662 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-13 13:54:28.708468 | fa163e2e-69a7-8df9-1ef2-000000002662 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-13 13:54:28.709936 | fa163e2e-69a7-8df9-1ef2-000000002662 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:10:24.029137 | 0.49s 2025-10-13 13:54:28.739099 | fa163e2e-69a7-8df9-1ef2-000000002663 | TASK | Enable and start netns-placeholder 2025-10-13 13:54:29.746028 | fa163e2e-69a7-8df9-1ef2-000000002663 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-13 13:54:29.748216 | fa163e2e-69a7-8df9-1ef2-000000002663 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:10:25.067417 | 1.01s 2025-10-13 13:54:29.778347 | fa163e2e-69a7-8df9-1ef2-000000002629 | TASK | Update container configs with new config hashes 2025-10-13 13:54:29.835379 | fa163e2e-69a7-8df9-1ef2-000000002629 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:25.154569 | 0.06s 2025-10-13 13:54:29.858481 | ecde4f25-43ee-49eb-bc17-c2426fa4e930 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-13 13:54:29.900367 | fa163e2e-69a7-8df9-1ef2-00000000268b | TASK | Update config hashes for container startup configs 2025-10-13 13:54:30.230680 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-13 13:54:30.233349 | | WARNING | Config change detected for mysql_bootstrap, new hash: c719b864882013747e4a6fe61c577719 2025-10-13 13:54:30.234272 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 2be21da3032ad75ccbe4135cd0e338d1 2025-10-13 13:54:30.235988 | | WARNING | Config change detected for clustercheck, new hash: a7af8ae2ee3733ec3f843ca782a7d238 2025-10-13 13:54:30.237651 | | WARNING | Config change detected for horizon_fix_perms, new hash: eff67e8d67d5f186cef6e48df141386b 2025-10-13 13:54:30.239277 | | WARNING | Config change detected for mysql_wait_bundle, new hash: c719b864882013747e4a6fe61c577719 2025-10-13 13:54:30.240924 | | WARNING | Config change detected for barbican_api, new hash: d98175232adee9e03624d31ed0b22944 2025-10-13 13:54:30.242476 | | WARNING | Config change detected for barbican_api_db_sync, new hash: d98175232adee9e03624d31ed0b22944 2025-10-13 13:54:30.244037 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: d98175232adee9e03624d31ed0b22944 2025-10-13 13:54:30.245624 | | WARNING | Config change detected for barbican_keystone_listener, new hash: d98175232adee9e03624d31ed0b22944 2025-10-13 13:54:30.247147 | | WARNING | Config change detected for barbican_worker, new hash: d98175232adee9e03624d31ed0b22944 2025-10-13 13:54:30.248683 | | WARNING | Config change detected for cinder_api_db_sync, new hash: bf2556c9454e19b68e3daf4f11f84a81 2025-10-13 13:54:30.250240 | | WARNING | Config change detected for glance_api_db_sync, new hash: 20647e333af6a74e07ef3325107e31dd-9002d51dff127f237c02241c0a80d08e 2025-10-13 13:54:30.252095 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 02af0e891420e5c6be1d463bd6e7979c 2025-10-13 13:54:30.253692 | | WARNING | Config change detected for horizon, new hash: eff67e8d67d5f186cef6e48df141386b 2025-10-13 13:54:30.255215 | | WARNING | Config change detected for iscsid, new hash: 9002d51dff127f237c02241c0a80d08e 2025-10-13 13:54:30.256760 | | WARNING | Config change detected for keystone, new hash: 32ceb64403625ed4f04d4f0bcdc85988 2025-10-13 13:54:30.258282 | | WARNING | Config change detected for keystone_cron, new hash: 32ceb64403625ed4f04d4f0bcdc85988 2025-10-13 13:54:30.259835 | | WARNING | Config change detected for keystone_db_sync, new hash: 32ceb64403625ed4f04d4f0bcdc85988 2025-10-13 13:54:30.261420 | | WARNING | Config change detected for manila_api_db_sync, new hash: 6f421a64683e0927a1c7cc208f5b5307 2025-10-13 13:54:30.263030 | | WARNING | Config change detected for neutron_db_sync, new hash: bfea4b567a7178c2bf424bc40994d7e4 2025-10-13 13:54:30.264769 | | WARNING | Config change detected for nova_api_db_sync, new hash: ff6c887813d25a6bfef54f8920eca651 2025-10-13 13:54:30.266303 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: ff6c887813d25a6bfef54f8920eca651 2025-10-13 13:54:30.267842 | | WARNING | Config change detected for nova_db_sync, new hash: ff6c887813d25a6bfef54f8920eca651 2025-10-13 13:54:30.269517 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 5ce329a35cfc30978bc40d323681fc5e 2025-10-13 13:54:30.270199 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 5ce329a35cfc30978bc40d323681fc5e 2025-10-13 13:54:30.270761 | | WARNING | Config change detected for nova_virtproxyd, new hash: 5ce329a35cfc30978bc40d323681fc5e 2025-10-13 13:54:30.271229 | | WARNING | Config change detected for nova_virtqemud, new hash: 5ce329a35cfc30978bc40d323681fc5e 2025-10-13 13:54:30.271799 | | WARNING | Config change detected for nova_virtsecretd, new hash: 5ce329a35cfc30978bc40d323681fc5e 2025-10-13 13:54:30.272263 | | WARNING | Config change detected for nova_virtstoraged, new hash: 5ce329a35cfc30978bc40d323681fc5e 2025-10-13 13:54:30.272774 | | WARNING | Config change detected for placement_api_db_sync, new hash: 2c5d4de4e0570c35257b2db1f73cb503 2025-10-13 13:54:30.273250 | | WARNING | Config change detected for swift_copy_rings, new hash: d8b7706e98ee5ba7e1c4d758abf97545-1d74184aa75622548b4006bd57ec8160 2025-10-13 13:54:30.273764 | | WARNING | Config change detected for cinder_api, new hash: bf2556c9454e19b68e3daf4f11f84a81 2025-10-13 13:54:30.274262 | | WARNING | Config change detected for cinder_api_cron, new hash: bf2556c9454e19b68e3daf4f11f84a81 2025-10-13 13:54:30.274752 | | WARNING | Config change detected for cinder_scheduler, new hash: bf2556c9454e19b68e3daf4f11f84a81 2025-10-13 13:54:30.275255 | | WARNING | Config change detected for glance_api, new hash: 20647e333af6a74e07ef3325107e31dd-9002d51dff127f237c02241c0a80d08e 2025-10-13 13:54:30.275776 | | WARNING | Config change detected for glance_api_cron, new hash: 20647e333af6a74e07ef3325107e31dd 2025-10-13 13:54:30.276227 | | WARNING | Config change detected for glance_api_internal, new hash: 2f2f858c5aeedbc0383732bfeeefbe74-9002d51dff127f237c02241c0a80d08e 2025-10-13 13:54:30.276788 | | WARNING | Config change detected for heat_api, new hash: 171dfb6084155b43ebab325c6674ca84 2025-10-13 13:54:30.277420 | | WARNING | Config change detected for heat_api_cfn, new hash: 8a8bc26dd2600d9ce5af7a68a05ecc83 2025-10-13 13:54:30.278023 | | WARNING | Config change detected for heat_api_cron, new hash: 171dfb6084155b43ebab325c6674ca84 2025-10-13 13:54:30.278543 | | WARNING | Config change detected for heat_engine, new hash: 02af0e891420e5c6be1d463bd6e7979c 2025-10-13 13:54:30.279031 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-13 13:54:30.279607 | | WARNING | Config change detected for manila_api, new hash: 6f421a64683e0927a1c7cc208f5b5307 2025-10-13 13:54:30.280087 | | WARNING | Config change detected for manila_api_cron, new hash: 6f421a64683e0927a1c7cc208f5b5307 2025-10-13 13:54:30.280619 | | WARNING | Config change detected for manila_scheduler, new hash: 6f421a64683e0927a1c7cc208f5b5307 2025-10-13 13:54:30.281122 | | WARNING | Config change detected for neutron_api, new hash: bfea4b567a7178c2bf424bc40994d7e4 2025-10-13 13:54:30.281630 | | WARNING | Config change detected for neutron_dhcp, new hash: bfea4b567a7178c2bf424bc40994d7e4 2025-10-13 13:54:30.282138 | | WARNING | Config change detected for neutron_sriov_agent, new hash: bfea4b567a7178c2bf424bc40994d7e4 2025-10-13 13:54:30.282648 | | WARNING | Config change detected for nova_api, new hash: ff6c887813d25a6bfef54f8920eca651 2025-10-13 13:54:30.283125 | | WARNING | Config change detected for nova_api_cron, new hash: ff6c887813d25a6bfef54f8920eca651 2025-10-13 13:54:30.283682 | | WARNING | Config change detected for nova_conductor, new hash: ff6c887813d25a6bfef54f8920eca651 2025-10-13 13:54:30.284155 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 5ce329a35cfc30978bc40d323681fc5e 2025-10-13 13:54:30.284716 | | WARNING | Config change detected for nova_metadata, new hash: 512448c809be25559cd4e0a76027bdf9 2025-10-13 13:54:30.285201 | | WARNING | Config change detected for nova_migration_target, new hash: 5ce329a35cfc30978bc40d323681fc5e 2025-10-13 13:54:30.285799 | | WARNING | Config change detected for nova_scheduler, new hash: ff6c887813d25a6bfef54f8920eca651 2025-10-13 13:54:30.286338 | | WARNING | Config change detected for nova_vnc_proxy, new hash: ff6c887813d25a6bfef54f8920eca651 2025-10-13 13:54:30.286849 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: ff6c887813d25a6bfef54f8920eca651 2025-10-13 13:54:30.287535 | | WARNING | Config change detected for ovn_metadata_agent, new hash: bfea4b567a7178c2bf424bc40994d7e4 2025-10-13 13:54:30.288064 | | WARNING | Config change detected for placement_api, new hash: 2c5d4de4e0570c35257b2db1f73cb503 2025-10-13 13:54:30.288595 | | WARNING | Config change detected for placement_wait_for_service, new hash: 2c5d4de4e0570c35257b2db1f73cb503 2025-10-13 13:54:30.289075 | | WARNING | Config change detected for swift_account_reaper, new hash: d8b7706e98ee5ba7e1c4d758abf97545 2025-10-13 13:54:30.289668 | | WARNING | Config change detected for swift_account_server, new hash: d8b7706e98ee5ba7e1c4d758abf97545 2025-10-13 13:54:30.290186 | | WARNING | Config change detected for swift_container_server, new hash: d8b7706e98ee5ba7e1c4d758abf97545 2025-10-13 13:54:30.290735 | | WARNING | Config change detected for swift_container_updater, new hash: d8b7706e98ee5ba7e1c4d758abf97545 2025-10-13 13:54:30.291213 | | WARNING | Config change detected for swift_object_expirer, new hash: d8b7706e98ee5ba7e1c4d758abf97545 2025-10-13 13:54:30.291718 | | WARNING | Config change detected for swift_object_server, new hash: d8b7706e98ee5ba7e1c4d758abf97545 2025-10-13 13:54:30.292185 | | WARNING | Config change detected for swift_object_updater, new hash: d8b7706e98ee5ba7e1c4d758abf97545 2025-10-13 13:54:30.292887 | | WARNING | Config change detected for swift_proxy, new hash: d8b7706e98ee5ba7e1c4d758abf97545 2025-10-13 13:54:30.293362 | | WARNING | Config change detected for nova_compute, new hash: 9002d51dff127f237c02241c0a80d08e-5ce329a35cfc30978bc40d323681fc5e 2025-10-13 13:54:30.294123 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 5ce329a35cfc30978bc40d323681fc5e 2025-10-13 13:54:30.294634 | fa163e2e-69a7-8df9-1ef2-00000000268b | CHANGED | Update config hashes for container startup configs | standalone 2025-10-13 13:54:30.295222 | fa163e2e-69a7-8df9-1ef2-00000000268b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:10:25.614425 | 0.39s 2025-10-13 13:54:30.321575 | fa163e2e-69a7-8df9-1ef2-00000000262a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-13 13:54:30.385063 | fa163e2e-69a7-8df9-1ef2-00000000262a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:25.704258 | 0.06s 2025-10-13 13:54:30.402048 | 29fb106c-9f77-4e10-a3b8-f752cec06e4b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 13:54:30.431388 | fa163e2e-69a7-8df9-1ef2-0000000026aa | TASK | Gather podman infos 2025-10-13 13:54:31.317234 | fa163e2e-69a7-8df9-1ef2-0000000026aa | OK | Gather podman infos | standalone 2025-10-13 13:54:31.318553 | fa163e2e-69a7-8df9-1ef2-0000000026aa | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:26.637757 | 0.89s 2025-10-13 13:54:31.383468 | fa163e2e-69a7-8df9-1ef2-0000000026ab | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-13 13:54:31.451364 | fa163e2e-69a7-8df9-1ef2-0000000026ab | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:26.770555 | 0.06s 2025-10-13 13:54:31.574229 | fa163e2e-69a7-8df9-1ef2-0000000026f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:10:26.893417 | 0.06s 2025-10-13 13:54:31.631201 | fa163e2e-69a7-8df9-1ef2-00000000262b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-13 13:54:31.682249 | fa163e2e-69a7-8df9-1ef2-00000000262b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:27.001439 | 0.05s 2025-10-13 13:54:31.705685 | 14b2d0a0-2f90-4782-b98a-b929ead29db1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 13:54:31.742225 | fa163e2e-69a7-8df9-1ef2-00000000271a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-13 13:54:39.768430 | fa163e2e-69a7-8df9-1ef2-00000000271a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-13 13:54:39.770084 | fa163e2e-69a7-8df9-1ef2-00000000271a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:35.089283 | 8.03s 2025-10-13 13:54:39.803567 | fa163e2e-69a7-8df9-1ef2-00000000271b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-13 13:54:42.405510 | fa163e2e-69a7-8df9-1ef2-00000000271b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-13 13:54:42.406934 | fa163e2e-69a7-8df9-1ef2-00000000271b | 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:10:37.726137 | 2.60s 2025-10-13 13:54:42.478515 | fa163e2e-69a7-8df9-1ef2-000000002434 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-13 13:54:42.721388 | fa163e2e-69a7-8df9-1ef2-000000002434 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-13 13:54:42.723051 | fa163e2e-69a7-8df9-1ef2-000000002434 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:10:38.042234 | 0.24s 2025-10-13 13:54:42.771728 | fa163e2e-69a7-8df9-1ef2-000000002435 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-13 13:54:42.823697 | fa163e2e-69a7-8df9-1ef2-000000002435 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:10:38.142888 | 0.05s 2025-10-13 13:54:42.855153 | fa163e2e-69a7-8df9-1ef2-000000002436 | TASK | Include container-puppet tasks for step 1 2025-10-13 13:54:42.907398 | fa163e2e-69a7-8df9-1ef2-000000002436 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:10:38.226584 | 0.05s 2025-10-13 13:54:42.934300 | f2052662-2ac2-4ffe-a88b-2bab26e653bb | INCLUDED | /root/standalone-ansible-fa02z7re/host-container-puppet-tasks.yaml | standalone 2025-10-13 13:54:42.983578 | fa163e2e-69a7-8df9-1ef2-000000002766 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-13 13:54:43.485599 | fa163e2e-69a7-8df9-1ef2-000000002766 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-13 13:54:43.487056 | fa163e2e-69a7-8df9-1ef2-000000002766 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:10:38.806252 | 0.50s 2025-10-13 13:54:43.519065 | fa163e2e-69a7-8df9-1ef2-000000002768 | TASK | Generate container puppet configs for step 1 2025-10-13 13:54:43.918061 | fa163e2e-69a7-8df9-1ef2-000000002768 | OK | Generate container puppet configs for step 1 | standalone 2025-10-13 13:54:43.919746 | fa163e2e-69a7-8df9-1ef2-000000002768 | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:39.238941 | 0.40s 2025-10-13 13:54:43.951708 | fa163e2e-69a7-8df9-1ef2-000000002769 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-13 13:54:43.982421 | fa163e2e-69a7-8df9-1ef2-000000002769 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:10:39.301612 | 0.03s 2025-10-13 13:54:44.043456 | fa163e2e-69a7-8df9-1ef2-000000002554 | TASK | Gather variables for each operating system 2025-10-13 13:54:44.159031 | fa163e2e-69a7-8df9-1ef2-000000002554 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:39.478212 | 0.11s 2025-10-13 13:54:44.189459 | fa163e2e-69a7-8df9-1ef2-000000002555 | TASK | Create container logs path 2025-10-13 13:54:44.451869 | fa163e2e-69a7-8df9-1ef2-000000002555 | OK | Create container logs path | standalone 2025-10-13 13:54:44.453265 | fa163e2e-69a7-8df9-1ef2-000000002555 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:39.772475 | 0.26s 2025-10-13 13:54:44.473448 | fa163e2e-69a7-8df9-1ef2-000000002557 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 13:54:44.661322 | fa163e2e-69a7-8df9-1ef2-000000002557 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 13:54:44.662259 | fa163e2e-69a7-8df9-1ef2-000000002557 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:39.981467 | 0.19s 2025-10-13 13:54:44.686371 | fa163e2e-69a7-8df9-1ef2-000000002558 | TASK | Finalise hashes for all containers 2025-10-13 13:54:44.734705 | fa163e2e-69a7-8df9-1ef2-000000002558 | OK | Finalise hashes for all containers | standalone 2025-10-13 13:54:44.735635 | fa163e2e-69a7-8df9-1ef2-000000002558 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:40.054843 | 0.05s 2025-10-13 13:54:44.757684 | fa163e2e-69a7-8df9-1ef2-00000000255a | TASK | Manage systemd shutdown files 2025-10-13 13:54:44.794993 | fa163e2e-69a7-8df9-1ef2-00000000255a | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 13:54:44.795888 | fa163e2e-69a7-8df9-1ef2-00000000255a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:40.115096 | 0.04s 2025-10-13 13:54:44.818864 | fa163e2e-69a7-8df9-1ef2-00000000255c | TASK | Update container configs with new config hashes 2025-10-13 13:54:44.867969 | fa163e2e-69a7-8df9-1ef2-00000000255c | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 13:54:44.868991 | fa163e2e-69a7-8df9-1ef2-00000000255c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:40.188199 | 0.05s 2025-10-13 13:54:44.902726 | fa163e2e-69a7-8df9-1ef2-00000000255d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 13:54:44.954355 | fa163e2e-69a7-8df9-1ef2-00000000255d | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 13:54:44.955708 | fa163e2e-69a7-8df9-1ef2-00000000255d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:40.274907 | 0.05s 2025-10-13 13:54:44.987352 | fa163e2e-69a7-8df9-1ef2-00000000255e | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 13:54:45.041006 | fa163e2e-69a7-8df9-1ef2-00000000255e | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 13:54:45.042449 | fa163e2e-69a7-8df9-1ef2-00000000255e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:40.361649 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-13 13:54:45.214369 | fa163e2e-69a7-8df9-1ef2-0000000000c6 | TASK | External deployment step 2 2025-10-13 13:54:45.244153 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000c6') missing from stats 2025-10-13 13:54:45.297644 | fa163e2e-69a7-8df9-1ef2-0000000000c7 | TIMING | include_tasks | undercloud | 0:10:40.616837 | 0.04s 2025-10-13 13:54:45.328220 | 478eb09e-a4a1-4421-80b3-6372a6460cf5 | INCLUDED | /root/standalone-ansible-fa02z7re/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-13 13:54:45.349421 | fa163e2e-69a7-8df9-1ef2-0000000027e3 | TASK | create cephadm working directory and related files 2025-10-13 13:54:45.413986 | fa163e2e-69a7-8df9-1ef2-0000000027e3 | TIMING | create cephadm working directory and related files | undercloud | 0:10:40.733175 | 0.06s 2025-10-13 13:54:45.470702 | fa163e2e-69a7-8df9-1ef2-00000000280b | TASK | create cephadm workdir 2025-10-13 13:54:45.762015 | fa163e2e-69a7-8df9-1ef2-00000000280b | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-fa02z7re/cephadm 2025-10-13 13:54:45.764365 | fa163e2e-69a7-8df9-1ef2-00000000280b | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:10:41.083556 | 0.29s 2025-10-13 13:54:45.774385 | fa163e2e-69a7-8df9-1ef2-00000000280b | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:10:41.093588 | 0.30s 2025-10-13 13:54:45.793191 | fa163e2e-69a7-8df9-1ef2-00000000280c | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-13 13:54:46.064904 | fa163e2e-69a7-8df9-1ef2-00000000280c | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-13 13:54:46.066168 | fa163e2e-69a7-8df9-1ef2-00000000280c | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:10:41.385371 | 0.27s 2025-10-13 13:54:46.083770 | fa163e2e-69a7-8df9-1ef2-00000000280d | TASK | get the list of enabled services on the overcloud 2025-10-13 13:54:46.154283 | fa163e2e-69a7-8df9-1ef2-00000000280d | OK | get the list of enabled services on the overcloud | undercloud 2025-10-13 13:54:46.155547 | fa163e2e-69a7-8df9-1ef2-00000000280d | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:10:41.474749 | 0.07s 2025-10-13 13:54:46.176426 | fa163e2e-69a7-8df9-1ef2-00000000280e | TASK | Set grafana_vip: 192.168.122.99 2025-10-13 13:54:46.226739 | fa163e2e-69a7-8df9-1ef2-00000000280e | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-13 13:54:46.227422 | fa163e2e-69a7-8df9-1ef2-00000000280e | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:10:41.546631 | 0.05s 2025-10-13 13:54:46.293294 | fa163e2e-69a7-8df9-1ef2-00000000280f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:41.612489 | 0.05s 2025-10-13 13:54:46.381185 | fa163e2e-69a7-8df9-1ef2-000000002893 | TASK | set basic user fact 2025-10-13 13:54:46.449628 | fa163e2e-69a7-8df9-1ef2-000000002893 | SKIPPED | set basic user fact | undercloud 2025-10-13 13:54:46.450834 | fa163e2e-69a7-8df9-1ef2-000000002893 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:10:41.770033 | 0.07s 2025-10-13 13:54:46.469155 | fa163e2e-69a7-8df9-1ef2-000000002894 | TASK | set basic home fact 2025-10-13 13:54:46.562646 | fa163e2e-69a7-8df9-1ef2-000000002894 | OK | set basic home fact | undercloud 2025-10-13 13:54:46.563866 | fa163e2e-69a7-8df9-1ef2-000000002894 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:10:41.883068 | 0.09s 2025-10-13 13:54:46.582073 | fa163e2e-69a7-8df9-1ef2-000000002895 | TASK | set calling_ansible_environment_variables fact 2025-10-13 13:54:46.698777 | fa163e2e-69a7-8df9-1ef2-000000002895 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-13 13:54:46.699872 | fa163e2e-69a7-8df9-1ef2-000000002895 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:10:42.019074 | 0.12s 2025-10-13 13:54:46.722139 | fa163e2e-69a7-8df9-1ef2-000000002897 | TASK | get all ansible environment variables 2025-10-13 13:54:46.795072 | fa163e2e-69a7-8df9-1ef2-000000002897 | SKIPPED | get all ansible environment variables | undercloud 2025-10-13 13:54:46.796211 | fa163e2e-69a7-8df9-1ef2-000000002897 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:10:42.115413 | 0.07s 2025-10-13 13:54:46.814380 | fa163e2e-69a7-8df9-1ef2-000000002898 | TASK | set calling_ansible_environment_variables 2025-10-13 13:54:46.881264 | fa163e2e-69a7-8df9-1ef2-000000002898 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-13 13:54:46.882644 | fa163e2e-69a7-8df9-1ef2-000000002898 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:10:42.201845 | 0.07s 2025-10-13 13:54:46.901406 | fa163e2e-69a7-8df9-1ef2-00000000289a | TASK | Set common fact 2025-10-13 13:54:46.973561 | fa163e2e-69a7-8df9-1ef2-00000000289a | OK | Set common fact | undercloud 2025-10-13 13:54:46.975141 | fa163e2e-69a7-8df9-1ef2-00000000289a | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:10:42.294336 | 0.07s 2025-10-13 13:54:46.994119 | fa163e2e-69a7-8df9-1ef2-00000000289b | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-13 13:54:47.034975 | fa163e2e-69a7-8df9-1ef2-00000000289b | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-13 13:54:47.036244 | fa163e2e-69a7-8df9-1ef2-00000000289b | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:10:42.355444 | 0.04s 2025-10-13 13:54:47.073962 | fa163e2e-69a7-8df9-1ef2-00000000289d | TASK | build filter list 2025-10-13 13:54:47.103590 | fa163e2e-69a7-8df9-1ef2-00000000289d | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:10:42.422775 | 0.03s 2025-10-13 13:54:47.120189 | fa163e2e-69a7-8df9-1ef2-00000000289e | TASK | add images pool 2025-10-13 13:54:47.208824 | fa163e2e-69a7-8df9-1ef2-00000000289e | OK | add images pool | undercloud 2025-10-13 13:54:47.209789 | fa163e2e-69a7-8df9-1ef2-00000000289e | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:10:42.528997 | 0.09s 2025-10-13 13:54:47.225535 | fa163e2e-69a7-8df9-1ef2-00000000289f | TASK | add volumes pool 2025-10-13 13:54:47.297084 | fa163e2e-69a7-8df9-1ef2-00000000289f | OK | add volumes pool | undercloud 2025-10-13 13:54:47.298455 | fa163e2e-69a7-8df9-1ef2-00000000289f | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:10:42.617656 | 0.07s 2025-10-13 13:54:47.319434 | fa163e2e-69a7-8df9-1ef2-0000000028a0 | TASK | add vms pool 2025-10-13 13:54:47.402801 | fa163e2e-69a7-8df9-1ef2-0000000028a0 | OK | add vms pool | undercloud 2025-10-13 13:54:47.404106 | fa163e2e-69a7-8df9-1ef2-0000000028a0 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:10:42.723304 | 0.08s 2025-10-13 13:54:47.424857 | fa163e2e-69a7-8df9-1ef2-0000000028a1 | TASK | add gnocchi pool 2025-10-13 13:54:47.464919 | fa163e2e-69a7-8df9-1ef2-0000000028a1 | SKIPPED | add gnocchi pool | undercloud 2025-10-13 13:54:47.466221 | fa163e2e-69a7-8df9-1ef2-0000000028a1 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:10:42.785420 | 0.04s 2025-10-13 13:54:47.486049 | fa163e2e-69a7-8df9-1ef2-0000000028a2 | TASK | add cinder backup pool 2025-10-13 13:54:47.562337 | fa163e2e-69a7-8df9-1ef2-0000000028a2 | OK | add cinder backup pool | undercloud 2025-10-13 13:54:47.563343 | fa163e2e-69a7-8df9-1ef2-0000000028a2 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:10:42.882552 | 0.08s 2025-10-13 13:54:47.578676 | fa163e2e-69a7-8df9-1ef2-0000000028a3 | TASK | add cinder extra pools 2025-10-13 13:54:47.609556 | fa163e2e-69a7-8df9-1ef2-0000000028a3 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:10:42.928757 | 0.03s 2025-10-13 13:54:47.625083 | fa163e2e-69a7-8df9-1ef2-0000000028a4 | TASK | build resulting pool list 2025-10-13 13:54:47.775539 | fa163e2e-69a7-8df9-1ef2-0000000028a4 | OK | build resulting pool list | undercloud 2025-10-13 13:54:47.776883 | fa163e2e-69a7-8df9-1ef2-0000000028a4 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:10:43.096085 | 0.15s 2025-10-13 13:54:47.795994 | fa163e2e-69a7-8df9-1ef2-0000000028a6 | TASK | add manila data pool 2025-10-13 13:54:47.871706 | fa163e2e-69a7-8df9-1ef2-0000000028a6 | OK | add manila data pool | undercloud 2025-10-13 13:54:47.872988 | fa163e2e-69a7-8df9-1ef2-0000000028a6 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:10:43.192180 | 0.08s 2025-10-13 13:54:47.891086 | fa163e2e-69a7-8df9-1ef2-0000000028a7 | TASK | add manila metadata pool 2025-10-13 13:54:47.967345 | fa163e2e-69a7-8df9-1ef2-0000000028a7 | OK | add manila metadata pool | undercloud 2025-10-13 13:54:47.968578 | fa163e2e-69a7-8df9-1ef2-0000000028a7 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:10:43.287781 | 0.08s 2025-10-13 13:54:48.056404 | fa163e2e-69a7-8df9-1ef2-000000002810 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:43.375594 | 0.05s 2025-10-13 13:54:48.189770 | fa163e2e-69a7-8df9-1ef2-000000002a39 | TASK | reset profiles string to avoid complex string manipulation 2025-10-13 13:54:48.246806 | fa163e2e-69a7-8df9-1ef2-000000002a39 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-13 13:54:48.248036 | fa163e2e-69a7-8df9-1ef2-000000002a39 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:10:43.567237 | 0.06s 2025-10-13 13:54:48.266813 | fa163e2e-69a7-8df9-1ef2-000000002a3b | TASK | build openstack client profiles per pool 2025-10-13 13:54:48.345803 | fa163e2e-69a7-8df9-1ef2-000000002a3b | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-13 13:54:48.347234 | fa163e2e-69a7-8df9-1ef2-000000002a3b | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:43.666434 | 0.08s 2025-10-13 13:54:48.376852 | fa163e2e-69a7-8df9-1ef2-000000002a3b | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-13 13:54:48.377573 | fa163e2e-69a7-8df9-1ef2-000000002a3b | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:43.696782 | 0.11s 2025-10-13 13:54:48.404114 | fa163e2e-69a7-8df9-1ef2-000000002a3b | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-13 13:54:48.405382 | fa163e2e-69a7-8df9-1ef2-000000002a3b | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:43.724594 | 0.14s 2025-10-13 13:54:48.424303 | fa163e2e-69a7-8df9-1ef2-000000002a3b | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-13 13:54:48.424788 | fa163e2e-69a7-8df9-1ef2-000000002a3b | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:43.744002 | 0.16s 2025-10-13 13:54:48.429193 | fa163e2e-69a7-8df9-1ef2-000000002a3b | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:10:43.748393 | 0.16s 2025-10-13 13:54:48.447773 | fa163e2e-69a7-8df9-1ef2-000000002a3c | TASK | set openstack client caps 2025-10-13 13:54:48.487947 | fa163e2e-69a7-8df9-1ef2-000000002a3c | OK | set openstack client caps | undercloud 2025-10-13 13:54:48.489126 | fa163e2e-69a7-8df9-1ef2-000000002a3c | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:10:43.808328 | 0.04s 2025-10-13 13:54:48.508350 | fa163e2e-69a7-8df9-1ef2-000000002a3d | TASK | set openstack client osd(s) caps 2025-10-13 13:54:48.562119 | fa163e2e-69a7-8df9-1ef2-000000002a3d | OK | set openstack client osd(s) caps | undercloud 2025-10-13 13:54:48.563358 | fa163e2e-69a7-8df9-1ef2-000000002a3d | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:10:43.882561 | 0.05s 2025-10-13 13:54:48.581914 | fa163e2e-69a7-8df9-1ef2-000000002a3e | TASK | Combine caps 2025-10-13 13:54:48.634746 | fa163e2e-69a7-8df9-1ef2-000000002a3e | OK | Combine caps | undercloud 2025-10-13 13:54:48.635833 | fa163e2e-69a7-8df9-1ef2-000000002a3e | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:10:43.955031 | 0.05s 2025-10-13 13:54:48.654036 | fa163e2e-69a7-8df9-1ef2-000000002a3f | TASK | set openstack client key 2025-10-13 13:54:48.723776 | fa163e2e-69a7-8df9-1ef2-000000002a3f | OK | set openstack client key | undercloud 2025-10-13 13:54:48.725050 | fa163e2e-69a7-8df9-1ef2-000000002a3f | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:10:44.044252 | 0.07s 2025-10-13 13:54:48.743864 | fa163e2e-69a7-8df9-1ef2-000000002a41 | TASK | build manila key for openstack 2025-10-13 13:54:48.816357 | fa163e2e-69a7-8df9-1ef2-000000002a41 | OK | build manila key for openstack | undercloud 2025-10-13 13:54:48.817557 | fa163e2e-69a7-8df9-1ef2-000000002a41 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:10:44.136760 | 0.07s 2025-10-13 13:54:48.836187 | fa163e2e-69a7-8df9-1ef2-000000002a42 | TASK | build radosgw key for openstack 2025-10-13 13:54:48.889430 | fa163e2e-69a7-8df9-1ef2-000000002a42 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-13 13:54:48.890652 | fa163e2e-69a7-8df9-1ef2-000000002a42 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:10:44.209854 | 0.05s 2025-10-13 13:54:48.907668 | fa163e2e-69a7-8df9-1ef2-000000002a43 | TASK | build the resulting keys 2025-10-13 13:54:49.047570 | fa163e2e-69a7-8df9-1ef2-000000002a43 | OK | build the resulting keys | undercloud 2025-10-13 13:54:49.049144 | fa163e2e-69a7-8df9-1ef2-000000002a43 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:10:44.368345 | 0.14s 2025-10-13 13:54:49.129944 | fa163e2e-69a7-8df9-1ef2-000000002811 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:10:44.449133 | 0.04s 2025-10-13 13:54:49.290150 | fa163e2e-69a7-8df9-1ef2-000000002d5e | TASK | build ceph orphan set 2025-10-13 13:54:49.337365 | fa163e2e-69a7-8df9-1ef2-000000002d5e | OK | build ceph orphan set | undercloud 2025-10-13 13:54:49.338199 | fa163e2e-69a7-8df9-1ef2-000000002d5e | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:10:44.657410 | 0.05s 2025-10-13 13:54:49.352231 | fa163e2e-69a7-8df9-1ef2-000000002d5f | TASK | clean ceph_config_overrides list 2025-10-13 13:54:49.399239 | fa163e2e-69a7-8df9-1ef2-000000002d5f | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:10:44.718440 | 0.05s 2025-10-13 13:54:49.413631 | fa163e2e-69a7-8df9-1ef2-000000002d60 | TASK | ceph_config_overrides w/o orphans 2025-10-13 13:54:49.471363 | fa163e2e-69a7-8df9-1ef2-000000002d60 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-13 13:54:49.472325 | fa163e2e-69a7-8df9-1ef2-000000002d60 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:10:44.791535 | 0.06s 2025-10-13 13:54:49.486644 | fa163e2e-69a7-8df9-1ef2-000000002d61 | TASK | build ceph config overrides 2025-10-13 13:54:49.614000 | fa163e2e-69a7-8df9-1ef2-000000002d61 | OK | build ceph config overrides | undercloud 2025-10-13 13:54:49.615356 | fa163e2e-69a7-8df9-1ef2-000000002d61 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:10:44.934557 | 0.13s 2025-10-13 13:54:49.650747 | fa163e2e-69a7-8df9-1ef2-000000002812 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-13 13:54:50.306326 | fa163e2e-69a7-8df9-1ef2-000000002812 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-13 13:54:50.307833 | fa163e2e-69a7-8df9-1ef2-000000002812 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:10:45.627033 | 0.66s 2025-10-13 13:54:50.327750 | fa163e2e-69a7-8df9-1ef2-000000002814 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-13 13:54:50.447843 | fa163e2e-69a7-8df9-1ef2-000000002814 | OK | Set bootstrap host | undercloud 2025-10-13 13:54:50.449001 | fa163e2e-69a7-8df9-1ef2-000000002814 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:10:45.768203 | 0.12s 2025-10-13 13:54:50.467365 | fa163e2e-69a7-8df9-1ef2-000000002815 | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-13 13:54:50.579814 | fa163e2e-69a7-8df9-1ef2-000000002815 | OK | Set first monitor IP | undercloud 2025-10-13 13:54:50.580799 | fa163e2e-69a7-8df9-1ef2-000000002815 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:10:45.900003 | 0.11s 2025-10-13 13:54:50.599096 | fa163e2e-69a7-8df9-1ef2-000000002816 | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-13 13:54:50.650376 | fa163e2e-69a7-8df9-1ef2-000000002816 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-13 13:54:50.651449 | fa163e2e-69a7-8df9-1ef2-000000002816 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:10:45.970650 | 0.05s 2025-10-13 13:54:50.669599 | fa163e2e-69a7-8df9-1ef2-000000002818 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-13 13:54:51.201978 | fa163e2e-69a7-8df9-1ef2-000000002818 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-13 13:54:51.203437 | fa163e2e-69a7-8df9-1ef2-000000002818 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:10:46.522641 | 0.53s 2025-10-13 13:54:51.237684 | fa163e2e-69a7-8df9-1ef2-0000000027e4 | TASK | Prepare cephadm user and keys 2025-10-13 13:54:51.872456 | fa163e2e-69a7-8df9-1ef2-0000000027e4 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-13 13:54:51.873801 | fa163e2e-69a7-8df9-1ef2-0000000027e4 | TIMING | Prepare cephadm user and keys | undercloud | 0:10:47.193002 | 0.63s 2025-10-13 13:54:51.891808 | fa163e2e-69a7-8df9-1ef2-0000000027e5 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-13 13:54:52.006282 | fa163e2e-69a7-8df9-1ef2-0000000027e5 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:10:47.325472 | 0.11s 2025-10-13 13:54:52.089853 | fa163e2e-69a7-8df9-1ef2-000000002fda | TASK | set cephadm playbook 2025-10-13 13:54:52.170906 | fa163e2e-69a7-8df9-1ef2-000000002fda | OK | set cephadm playbook | undercloud 2025-10-13 13:54:52.172142 | fa163e2e-69a7-8df9-1ef2-000000002fda | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:10:47.491342 | 0.08s 2025-10-13 13:54:52.190563 | fa163e2e-69a7-8df9-1ef2-000000002fdb | TASK | Setup the log path 2025-10-13 13:54:52.252965 | fa163e2e-69a7-8df9-1ef2-000000002fdb | OK | Setup the log path | undercloud 2025-10-13 13:54:52.254205 | fa163e2e-69a7-8df9-1ef2-000000002fdb | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:10:47.573406 | 0.06s 2025-10-13 13:54:52.272239 | fa163e2e-69a7-8df9-1ef2-000000002fdc | TASK | Setup the cephadm playbook command 2025-10-13 13:54:52.343872 | fa163e2e-69a7-8df9-1ef2-000000002fdc | OK | Setup the cephadm playbook command | undercloud 2025-10-13 13:54:52.344993 | fa163e2e-69a7-8df9-1ef2-000000002fdc | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:10:47.664196 | 0.07s 2025-10-13 13:54:52.363817 | fa163e2e-69a7-8df9-1ef2-000000002fdd | TASK | rotate cephadm_command.log 2025-10-13 13:54:52.610822 | fa163e2e-69a7-8df9-1ef2-000000002fdd | CHANGED | rotate cephadm_command.log | undercloud 2025-10-13 13:54:52.612206 | fa163e2e-69a7-8df9-1ef2-000000002fdd | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:10:47.931401 | 0.25s 2025-10-13 13:54:52.630777 | fa163e2e-69a7-8df9-1ef2-000000002fde | TASK | save cephadm playbook command to shell script 2025-10-13 13:54:53.096776 | fa163e2e-69a7-8df9-1ef2-000000002fde | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-13 13:54:53.098327 | fa163e2e-69a7-8df9-1ef2-000000002fde | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:10:48.417522 | 0.47s 2025-10-13 13:54:53.116854 | fa163e2e-69a7-8df9-1ef2-000000002fdf | TASK | Notify user about upcoming cephadm execution(s) 2025-10-13 13:54:53.199195 | fa163e2e-69a7-8df9-1ef2-000000002fdf | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-fa02z7re/cephadm/cephadm_command.log)" } 2025-10-13 13:54:53.200420 | fa163e2e-69a7-8df9-1ef2-000000002fdf | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:10:48.519625 | 0.08s 2025-10-13 13:54:53.218250 | fa163e2e-69a7-8df9-1ef2-000000002fe0 | TASK | run cephadm playbook 2025-10-13 13:55:50.044120 | fa163e2e-69a7-8df9-1ef2-000000002fe0 | CHANGED | run cephadm playbook | undercloud 2025-10-13 13:55:50.046558 | fa163e2e-69a7-8df9-1ef2-000000002fe0 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:11:45.365759 | 56.83s 2025-10-13 13:55:50.068185 | fa163e2e-69a7-8df9-1ef2-000000002fe1 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-13 13:55:50.130934 | fa163e2e-69a7-8df9-1ef2-000000002fe1 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-13 13:55:50.132573 | fa163e2e-69a7-8df9-1ef2-000000002fe1 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:11:45.451770 | 0.06s 2025-10-13 13:55:50.151593 | fa163e2e-69a7-8df9-1ef2-000000002fe2 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-13 13:55:50.208525 | fa163e2e-69a7-8df9-1ef2-000000002fe2 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-13 13:55:50.210219 | fa163e2e-69a7-8df9-1ef2-000000002fe2 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:11:45.529412 | 0.06s 2025-10-13 13:55:50.245975 | fa163e2e-69a7-8df9-1ef2-0000000027e7 | TASK | Check if the input variable file exists 2025-10-13 13:55:50.478582 | fa163e2e-69a7-8df9-1ef2-0000000027e7 | OK | Check if the input variable file exists | undercloud 2025-10-13 13:55:50.479997 | fa163e2e-69a7-8df9-1ef2-0000000027e7 | TIMING | Check if the input variable file exists | undercloud | 0:11:45.799199 | 0.23s 2025-10-13 13:55:50.498449 | fa163e2e-69a7-8df9-1ef2-0000000027e8 | TASK | Populate CephClientConfigVars from THT 2025-10-13 13:55:50.549419 | fa163e2e-69a7-8df9-1ef2-0000000027e8 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-13 13:55:50.550953 | fa163e2e-69a7-8df9-1ef2-0000000027e8 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:11:45.870151 | 0.05s 2025-10-13 13:55:50.569140 | fa163e2e-69a7-8df9-1ef2-0000000027e9 | TASK | configure ceph clients 2025-10-13 13:55:50.619830 | fa163e2e-69a7-8df9-1ef2-0000000027e9 | TIMING | configure ceph clients | undercloud | 0:11:45.939020 | 0.05s 2025-10-13 13:55:50.689826 | fa163e2e-69a7-8df9-1ef2-0000000030a4 | TASK | get the list of enabled services on the overcloud 2025-10-13 13:55:50.760934 | fa163e2e-69a7-8df9-1ef2-0000000030a4 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-13 13:55:50.762673 | fa163e2e-69a7-8df9-1ef2-0000000030a4 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:11:46.081862 | 0.07s 2025-10-13 13:55:50.783286 | fa163e2e-69a7-8df9-1ef2-0000000030a5 | TASK | Create ceph_client_fetch_dir 2025-10-13 13:55:50.834321 | fa163e2e-69a7-8df9-1ef2-0000000030a5 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:11:46.153514 | 0.05s 2025-10-13 13:55:50.854879 | 33386c5c-e1f6-40de-936c-d6bd8272ea02 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-13 13:55:50.886416 | fa163e2e-69a7-8df9-1ef2-0000000030e8 | TASK | Clean any old fetch directory path 2025-10-13 13:55:51.150305 | fa163e2e-69a7-8df9-1ef2-0000000030e8 | OK | Clean any old fetch directory path | undercloud 2025-10-13 13:55:51.151830 | fa163e2e-69a7-8df9-1ef2-0000000030e8 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:11:46.471032 | 0.26s 2025-10-13 13:55:51.170884 | fa163e2e-69a7-8df9-1ef2-0000000030e9 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-13 13:55:51.437784 | fa163e2e-69a7-8df9-1ef2-0000000030e9 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-13 13:55:51.439133 | fa163e2e-69a7-8df9-1ef2-0000000030e9 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:11:46.758336 | 0.27s 2025-10-13 13:55:51.457265 | fa163e2e-69a7-8df9-1ef2-0000000030a6 | TASK | Check if the input variables exist 2025-10-13 13:55:51.711545 | fa163e2e-69a7-8df9-1ef2-0000000030a6 | OK | Check if the input variables exist | undercloud 2025-10-13 13:55:51.713049 | fa163e2e-69a7-8df9-1ef2-0000000030a6 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:11:47.032252 | 0.25s 2025-10-13 13:55:51.731355 | fa163e2e-69a7-8df9-1ef2-0000000030a7 | TASK | Load variables produced by the cephadm provisioning process 2025-10-13 13:55:51.781295 | fa163e2e-69a7-8df9-1ef2-0000000030a7 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-13 13:55:51.782717 | fa163e2e-69a7-8df9-1ef2-0000000030a7 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:11:47.101917 | 0.05s 2025-10-13 13:55:51.801103 | fa163e2e-69a7-8df9-1ef2-0000000030a8 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-13 13:55:51.852274 | fa163e2e-69a7-8df9-1ef2-0000000030a8 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-13 13:55:51.853681 | fa163e2e-69a7-8df9-1ef2-0000000030a8 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:11:47.172882 | 0.05s 2025-10-13 13:55:51.872303 | fa163e2e-69a7-8df9-1ef2-0000000030a9 | TASK | Configure multiple external ceph clusters 2025-10-13 13:55:51.933692 | fa163e2e-69a7-8df9-1ef2-0000000030a9 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-13 13:55:51.934912 | fa163e2e-69a7-8df9-1ef2-0000000030a9 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:11:47.254113 | 0.06s 2025-10-13 13:55:51.953018 | fa163e2e-69a7-8df9-1ef2-0000000030aa | TASK | Render keys provided for the Ceph cluster 2025-10-13 13:55:52.007292 | fa163e2e-69a7-8df9-1ef2-0000000030aa | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:11:47.326484 | 0.05s 2025-10-13 13:55:52.018092 | eca1abfd-8b8f-4197-8134-0e7352dcb88a | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-13 13:55:52.052939 | fa163e2e-69a7-8df9-1ef2-00000000313c | TASK | create cephx key(s) 2025-10-13 13:55:52.585803 | fa163e2e-69a7-8df9-1ef2-00000000313c | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQCfAO1oAAAAABAAiB3Q1b3KtZcxj3AF45GhgA==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2025-10-13 13:55:52.586829 | fa163e2e-69a7-8df9-1ef2-00000000313c | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:11:47.906037 | 0.53s 2025-10-13 13:55:53.037361 | fa163e2e-69a7-8df9-1ef2-00000000313c | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQCfAO1oAAAAABAALGtW3Z0UHpT9m5DdPzse3w==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-13 13:55:53.038834 | fa163e2e-69a7-8df9-1ef2-00000000313c | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:11:48.358039 | 0.98s 2025-10-13 13:55:53.049767 | fa163e2e-69a7-8df9-1ef2-00000000313c | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:11:48.368972 | 1.00s 2025-10-13 13:55:53.068603 | fa163e2e-69a7-8df9-1ef2-0000000030ab | TASK | Render ceph config for the Ceph Clients 2025-10-13 13:55:53.118843 | fa163e2e-69a7-8df9-1ef2-0000000030ab | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:11:48.438037 | 0.05s 2025-10-13 13:55:53.128824 | 1f3c8c50-db84-4f0d-8904-4a479b96db0f | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-13 13:55:53.169412 | fa163e2e-69a7-8df9-1ef2-0000000031a0 | TASK | create ceph.conf 2025-10-13 13:55:53.726772 | fa163e2e-69a7-8df9-1ef2-0000000031a0 | CHANGED | create ceph.conf | undercloud 2025-10-13 13:55:53.728287 | fa163e2e-69a7-8df9-1ef2-0000000031a0 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:11:49.047486 | 0.56s 2025-10-13 13:55:53.749173 | fa163e2e-69a7-8df9-1ef2-0000000030ac | TASK | Configure Ceph Clients 2025-10-13 13:55:53.792272 | fa163e2e-69a7-8df9-1ef2-0000000030ac | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:11:49.111463 | 0.04s 2025-10-13 13:55:53.811755 | 4a15dbbc-4b58-4c02-8bf2-e2b48edcb388 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-13 13:55:53.853348 | fa163e2e-69a7-8df9-1ef2-00000000320f | TASK | set effective ceph_clients without limit 2025-10-13 13:55:53.943858 | fa163e2e-69a7-8df9-1ef2-00000000320f | OK | set effective ceph_clients without limit | undercloud 2025-10-13 13:55:53.945447 | fa163e2e-69a7-8df9-1ef2-00000000320f | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:11:49.264647 | 0.09s 2025-10-13 13:55:53.964906 | fa163e2e-69a7-8df9-1ef2-000000003210 | TASK | set effective ceph_clients with limit 2025-10-13 13:55:54.028028 | fa163e2e-69a7-8df9-1ef2-000000003210 | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-13 13:55:54.029276 | fa163e2e-69a7-8df9-1ef2-000000003210 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:11:49.348477 | 0.06s 2025-10-13 13:55:54.047495 | fa163e2e-69a7-8df9-1ef2-000000003211 | TASK | set distribution list from cross product of files and effective clients 2025-10-13 13:55:54.142658 | fa163e2e-69a7-8df9-1ef2-000000003211 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-13 13:55:54.144011 | fa163e2e-69a7-8df9-1ef2-000000003211 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:11:49.463213 | 0.10s 2025-10-13 13:55:54.183169 | fa163e2e-69a7-8df9-1ef2-000000003212 | TASK | Ensure /etc/ceph exists on all clients 2025-10-13 13:55:54.464233 | fa163e2e-69a7-8df9-1ef2-000000003212 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-fa02z7re/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e2e-69a7-8df9-1ef2-000000003212') missing from stats 2025-10-13 13:55:54.676203 | fa163e2e-69a7-8df9-1ef2-000000003212 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-fa02z7re/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-13 13:55:54.894693 | fa163e2e-69a7-8df9-1ef2-000000003212 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-fa02z7re/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-13 13:55:54.907762 | fa163e2e-69a7-8df9-1ef2-000000003212 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:11:50.226958 | 0.72s 2025-10-13 13:55:54.947076 | fa163e2e-69a7-8df9-1ef2-000000003213 | TASK | push files to the other nodes of cluster 2025-10-13 13:55:55.410091 | fa163e2e-69a7-8df9-1ef2-000000003213 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-fa02z7re/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e2e-69a7-8df9-1ef2-000000003213') missing from stats 2025-10-13 13:55:55.855781 | fa163e2e-69a7-8df9-1ef2-000000003213 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-fa02z7re/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-13 13:55:56.253923 | fa163e2e-69a7-8df9-1ef2-000000003213 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-fa02z7re/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-13 13:55:56.261808 | fa163e2e-69a7-8df9-1ef2-000000003213 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:11:51.581007 | 1.31s 2025-10-13 13:55:56.281291 | fa163e2e-69a7-8df9-1ef2-0000000030ad | TASK | Clean ceph_client_fetch_dir 2025-10-13 13:55:56.334454 | fa163e2e-69a7-8df9-1ef2-0000000030ad | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:11:51.653651 | 0.05s 2025-10-13 13:55:56.347183 | 6048f9f2-756b-4119-afd1-e2dafaedbac2 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-13 13:55:56.395358 | fa163e2e-69a7-8df9-1ef2-0000000032a7 | TASK | Clean any old fetch directory path 2025-10-13 13:55:56.629927 | fa163e2e-69a7-8df9-1ef2-0000000032a7 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-13 13:55:56.631268 | fa163e2e-69a7-8df9-1ef2-0000000032a7 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:11:51.950469 | 0.23s 2025-10-13 13:55:56.645965 | fa163e2e-69a7-8df9-1ef2-0000000032a8 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-13 13:55:56.694407 | fa163e2e-69a7-8df9-1ef2-0000000032a8 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-13 13:55:56.695681 | fa163e2e-69a7-8df9-1ef2-0000000032a8 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:11:52.014880 | 0.05s 2025-10-13 13:55:56.730581 | fa163e2e-69a7-8df9-1ef2-0000000027ea | TASK | tripleo client role 2025-10-13 13:55:56.759405 | fa163e2e-69a7-8df9-1ef2-0000000027ea | TIMING | tripleo client role | undercloud | 0:11:52.078597 | 0.03s 2025-10-13 13:55:56.777019 | fa163e2e-69a7-8df9-1ef2-0000000027eb | TASK | Load variables for standalone ganesha 2025-10-13 13:55:56.859736 | fa163e2e-69a7-8df9-1ef2-0000000027eb | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-13 13:55:56.860951 | fa163e2e-69a7-8df9-1ef2-0000000027eb | TIMING | Load variables for standalone ganesha | undercloud | 0:11:52.180152 | 0.08s 2025-10-13 13:55:56.879774 | fa163e2e-69a7-8df9-1ef2-0000000027ec | TASK | Config Standalone Ganesha 2025-10-13 13:55:56.964938 | fa163e2e-69a7-8df9-1ef2-0000000027ec | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-13 13:55:56.966193 | fa163e2e-69a7-8df9-1ef2-0000000027ec | TIMING | Config Standalone Ganesha | undercloud | 0:11:52.285395 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-13 13:55:57.101185 | fa163e2e-69a7-8df9-1ef2-0000000000ca | TASK | Deploy step tasks for 2 2025-10-13 13:55:57.138182 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000ca') missing from stats 2025-10-13 13:55:57.157706 | fa163e2e-69a7-8df9-1ef2-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-13 13:55:57.633427 | fa163e2e-69a7-8df9-1ef2-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-13 13:55:57.634275 | fa163e2e-69a7-8df9-1ef2-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:11:52.953486 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 13:55:57.693631 | fa163e2e-69a7-8df9-1ef2-0000000000cc | TIMING | include_tasks | standalone | 0:11:53.012832 | 0.04s 2025-10-13 13:55:57.769876 | b7e18bb9-2ead-450d-b44e-3850fe9ce3d3 | INCLUDED | /root/standalone-ansible-fa02z7re/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-13 13:55:57.804094 | fa163e2e-69a7-8df9-1ef2-00000000336e | TASK | Push script 2025-10-13 13:55:58.281950 | fa163e2e-69a7-8df9-1ef2-00000000336e | CHANGED | Push script | standalone 2025-10-13 13:55:58.282950 | fa163e2e-69a7-8df9-1ef2-00000000336e | TIMING | Push script | standalone | 0:11:53.602158 | 0.48s 2025-10-13 13:55:58.305905 | fa163e2e-69a7-8df9-1ef2-00000000336f | TASK | Insert cronjob in root crontab 2025-10-13 13:55:58.734758 | fa163e2e-69a7-8df9-1ef2-00000000336f | CHANGED | Insert cronjob in root crontab | standalone 2025-10-13 13:55:58.736123 | fa163e2e-69a7-8df9-1ef2-00000000336f | TIMING | Insert cronjob in root crontab | standalone | 0:11:54.055324 | 0.43s 2025-10-13 13:55:58.769205 | fa163e2e-69a7-8df9-1ef2-000000003376 | TASK | Gather variables for each operating system 2025-10-13 13:55:58.886126 | fa163e2e-69a7-8df9-1ef2-000000003376 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:11:54.205327 | 0.12s 2025-10-13 13:55:58.906107 | fa163e2e-69a7-8df9-1ef2-000000003377 | TASK | Detect if resource is being created or already exists 2025-10-13 13:55:59.610332 | fa163e2e-69a7-8df9-1ef2-000000003377 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 13:55:59.611330 | fa163e2e-69a7-8df9-1ef2-000000003377 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:11:54.930539 | 0.70s 2025-10-13 13:55:59.631215 | fa163e2e-69a7-8df9-1ef2-000000003378 | TASK | Run init bundle puppet on the host for haproxy 2025-10-13 13:57:45.234967 | fa163e2e-69a7-8df9-1ef2-000000003378 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-13 13:57:45.236961 | fa163e2e-69a7-8df9-1ef2-000000003378 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:13:40.556162 | 105.60s 2025-10-13 13:57:45.269167 | fa163e2e-69a7-8df9-1ef2-000000003379 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-13 13:57:45.503457 | fa163e2e-69a7-8df9-1ef2-000000003379 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-13 13:57:45.505008 | fa163e2e-69a7-8df9-1ef2-000000003379 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:13:40.824208 | 0.23s 2025-10-13 13:57:45.536740 | fa163e2e-69a7-8df9-1ef2-00000000337a | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 13:57:46.161386 | fa163e2e-69a7-8df9-1ef2-00000000337a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 13:57:46.162743 | fa163e2e-69a7-8df9-1ef2-00000000337a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:13:41.481946 | 0.62s 2025-10-13 13:57:46.196600 | fa163e2e-69a7-8df9-1ef2-00000000337b | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-13 13:57:46.452799 | fa163e2e-69a7-8df9-1ef2-00000000337b | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-13 13:57:46.454124 | fa163e2e-69a7-8df9-1ef2-00000000337b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:13:41.773326 | 0.26s 2025-10-13 13:57:46.486549 | fa163e2e-69a7-8df9-1ef2-00000000337d | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-13 13:57:46.548805 | fa163e2e-69a7-8df9-1ef2-00000000337d | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-13 13:57:46.550103 | fa163e2e-69a7-8df9-1ef2-00000000337d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:13:41.869303 | 0.06s 2025-10-13 13:57:46.581155 | fa163e2e-69a7-8df9-1ef2-00000000337e | TASK | Get container image tag from bundle haproxy-bundle 2025-10-13 13:57:46.635991 | fa163e2e-69a7-8df9-1ef2-00000000337e | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-13 13:57:46.637404 | fa163e2e-69a7-8df9-1ef2-00000000337e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:13:41.956603 | 0.05s 2025-10-13 13:57:46.669355 | fa163e2e-69a7-8df9-1ef2-00000000337f | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-13 13:57:46.723731 | fa163e2e-69a7-8df9-1ef2-00000000337f | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-13 13:57:46.724844 | fa163e2e-69a7-8df9-1ef2-00000000337f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:13:42.044050 | 0.05s 2025-10-13 13:57:46.752199 | fa163e2e-69a7-8df9-1ef2-000000003380 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 13:57:46.803748 | fa163e2e-69a7-8df9-1ef2-000000003380 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 13:57:46.804931 | fa163e2e-69a7-8df9-1ef2-000000003380 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:13:42.124133 | 0.05s 2025-10-13 13:57:46.832859 | fa163e2e-69a7-8df9-1ef2-000000003381 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-13 13:57:46.865030 | fa163e2e-69a7-8df9-1ef2-000000003381 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-13 13:57:46.865989 | fa163e2e-69a7-8df9-1ef2-000000003381 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:13:42.185196 | 0.03s 2025-10-13 13:57:46.903110 | fa163e2e-69a7-8df9-1ef2-0000000033a2 | TASK | Gather variables for each operating system 2025-10-13 13:57:46.983597 | fa163e2e-69a7-8df9-1ef2-0000000033a2 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:42.302769 | 0.08s 2025-10-13 13:57:47.002894 | fa163e2e-69a7-8df9-1ef2-0000000033a3 | TASK | Detect if resource is being created or already exists 2025-10-13 13:57:47.738415 | fa163e2e-69a7-8df9-1ef2-0000000033a3 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 13:57:47.740349 | fa163e2e-69a7-8df9-1ef2-0000000033a3 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:43.059545 | 0.74s 2025-10-13 13:57:47.771727 | fa163e2e-69a7-8df9-1ef2-0000000033a4 | TASK | Run init bundle puppet on the host for mysql 2025-10-13 13:58:14.639103 | fa163e2e-69a7-8df9-1ef2-0000000033a4 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-13 13:58:14.640327 | fa163e2e-69a7-8df9-1ef2-0000000033a4 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:14:09.959537 | 26.87s 2025-10-13 13:58:14.664353 | fa163e2e-69a7-8df9-1ef2-0000000033a5 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-13 13:58:14.905591 | fa163e2e-69a7-8df9-1ef2-0000000033a5 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-13 13:58:14.906990 | fa163e2e-69a7-8df9-1ef2-0000000033a5 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:14:10.226192 | 0.24s 2025-10-13 13:58:14.935822 | fa163e2e-69a7-8df9-1ef2-0000000033a6 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 13:58:15.363882 | fa163e2e-69a7-8df9-1ef2-0000000033a6 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 13:58:15.365708 | fa163e2e-69a7-8df9-1ef2-0000000033a6 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:10.684904 | 0.43s 2025-10-13 13:58:15.398072 | fa163e2e-69a7-8df9-1ef2-0000000033a7 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-13 13:58:15.621182 | fa163e2e-69a7-8df9-1ef2-0000000033a7 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-13 13:58:15.623073 | fa163e2e-69a7-8df9-1ef2-0000000033a7 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:14:10.942275 | 0.22s 2025-10-13 13:58:15.654281 | fa163e2e-69a7-8df9-1ef2-0000000033a9 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-13 13:58:15.709118 | fa163e2e-69a7-8df9-1ef2-0000000033a9 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-13 13:58:15.710390 | fa163e2e-69a7-8df9-1ef2-0000000033a9 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:14:11.029590 | 0.05s 2025-10-13 13:58:15.742429 | fa163e2e-69a7-8df9-1ef2-0000000033aa | TASK | Get container image tag from bundle galera-bundle 2025-10-13 13:58:15.794431 | fa163e2e-69a7-8df9-1ef2-0000000033aa | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-13 13:58:15.795765 | fa163e2e-69a7-8df9-1ef2-0000000033aa | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:14:11.114966 | 0.05s 2025-10-13 13:58:15.828418 | fa163e2e-69a7-8df9-1ef2-0000000033ab | TASK | Compare tags between marker and bundle galera-bundle 2025-10-13 13:58:15.871700 | fa163e2e-69a7-8df9-1ef2-0000000033ab | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-13 13:58:15.872955 | fa163e2e-69a7-8df9-1ef2-0000000033ab | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:14:11.192158 | 0.04s 2025-10-13 13:58:15.905451 | fa163e2e-69a7-8df9-1ef2-0000000033ac | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 13:58:15.945691 | fa163e2e-69a7-8df9-1ef2-0000000033ac | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 13:58:15.946923 | fa163e2e-69a7-8df9-1ef2-0000000033ac | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:11.266124 | 0.04s 2025-10-13 13:58:15.977343 | fa163e2e-69a7-8df9-1ef2-0000000033ad | TASK | Remove update marker for bundle galera-bundle 2025-10-13 13:58:16.031094 | fa163e2e-69a7-8df9-1ef2-0000000033ad | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-13 13:58:16.032353 | fa163e2e-69a7-8df9-1ef2-0000000033ad | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:14:11.351552 | 0.05s 2025-10-13 13:58:16.086562 | fa163e2e-69a7-8df9-1ef2-0000000033ce | TASK | Gather variables for each operating system 2025-10-13 13:58:16.189872 | fa163e2e-69a7-8df9-1ef2-0000000033ce | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:11.509066 | 0.10s 2025-10-13 13:58:16.219588 | fa163e2e-69a7-8df9-1ef2-0000000033cf | TASK | Detect if resource is being created or already exists 2025-10-13 13:58:17.002874 | fa163e2e-69a7-8df9-1ef2-0000000033cf | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 13:58:17.003753 | fa163e2e-69a7-8df9-1ef2-0000000033cf | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:12.322963 | 0.78s 2025-10-13 13:58:17.023843 | fa163e2e-69a7-8df9-1ef2-0000000033d0 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-13 13:58:42.416341 | fa163e2e-69a7-8df9-1ef2-0000000033d0 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-13 13:58:42.418230 | fa163e2e-69a7-8df9-1ef2-0000000033d0 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:14:37.737432 | 25.39s 2025-10-13 13:58:42.450440 | fa163e2e-69a7-8df9-1ef2-0000000033d1 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-13 13:58:42.685311 | fa163e2e-69a7-8df9-1ef2-0000000033d1 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-13 13:58:42.686532 | fa163e2e-69a7-8df9-1ef2-0000000033d1 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:14:38.005739 | 0.23s 2025-10-13 13:58:42.711775 | fa163e2e-69a7-8df9-1ef2-0000000033d2 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 13:58:43.159920 | fa163e2e-69a7-8df9-1ef2-0000000033d2 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 13:58:43.160698 | fa163e2e-69a7-8df9-1ef2-0000000033d2 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:38.479909 | 0.45s 2025-10-13 13:58:43.180473 | fa163e2e-69a7-8df9-1ef2-0000000033d3 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-13 13:58:43.427847 | fa163e2e-69a7-8df9-1ef2-0000000033d3 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-13 13:58:43.428922 | fa163e2e-69a7-8df9-1ef2-0000000033d3 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:14:38.748131 | 0.25s 2025-10-13 13:58:43.451411 | fa163e2e-69a7-8df9-1ef2-0000000033d5 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-13 13:58:43.487770 | fa163e2e-69a7-8df9-1ef2-0000000033d5 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-13 13:58:43.488691 | fa163e2e-69a7-8df9-1ef2-0000000033d5 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:14:38.807897 | 0.04s 2025-10-13 13:58:43.511708 | fa163e2e-69a7-8df9-1ef2-0000000033d6 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-13 13:58:43.557969 | fa163e2e-69a7-8df9-1ef2-0000000033d6 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-13 13:58:43.558768 | fa163e2e-69a7-8df9-1ef2-0000000033d6 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:14:38.877978 | 0.05s 2025-10-13 13:58:43.583161 | fa163e2e-69a7-8df9-1ef2-0000000033d7 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-13 13:58:43.621861 | fa163e2e-69a7-8df9-1ef2-0000000033d7 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-13 13:58:43.622721 | fa163e2e-69a7-8df9-1ef2-0000000033d7 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:14:38.941929 | 0.04s 2025-10-13 13:58:43.654478 | fa163e2e-69a7-8df9-1ef2-0000000033d8 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 13:58:43.703752 | fa163e2e-69a7-8df9-1ef2-0000000033d8 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 13:58:43.705355 | fa163e2e-69a7-8df9-1ef2-0000000033d8 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:39.024561 | 0.05s 2025-10-13 13:58:43.734327 | fa163e2e-69a7-8df9-1ef2-0000000033d9 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-13 13:58:43.788213 | fa163e2e-69a7-8df9-1ef2-0000000033d9 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-13 13:58:43.789965 | fa163e2e-69a7-8df9-1ef2-0000000033d9 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:14:39.109169 | 0.05s 2025-10-13 13:58:43.847813 | fa163e2e-69a7-8df9-1ef2-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-13 13:58:44.060446 | fa163e2e-69a7-8df9-1ef2-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-13 13:58:44.061360 | fa163e2e-69a7-8df9-1ef2-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:14:39.380569 | 0.21s 2025-10-13 13:58:44.138895 | fa163e2e-69a7-8df9-1ef2-0000000000cf | TIMING | include_tasks | standalone | 0:14:39.458097 | 0.06s 2025-10-13 13:58:44.156732 | 3617b4a3-06eb-45db-9423-3d59e887fea3 | INCLUDED | /root/standalone-ansible-fa02z7re/common_deploy_steps_tasks.yaml | standalone 2025-10-13 13:58:44.177805 | fa163e2e-69a7-8df9-1ef2-000000003454 | TASK | Write the config_step hieradata 2025-10-13 13:58:44.663823 | fa163e2e-69a7-8df9-1ef2-000000003454 | OK | Write the config_step hieradata | standalone 2025-10-13 13:58:44.665175 | fa163e2e-69a7-8df9-1ef2-000000003454 | TIMING | Write the config_step hieradata | standalone | 0:14:39.984376 | 0.49s 2025-10-13 13:58:44.694740 | fa163e2e-69a7-8df9-1ef2-000000003455 | TASK | Run puppet host configuration for step 2 2025-10-13 13:58:45.024115 | fa163e2e-69a7-8df9-1ef2-000000003455 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-13 13:58:45.025295 | fa163e2e-69a7-8df9-1ef2-000000003455 | TIMING | Run puppet host configuration for step 2 | standalone | 0:14:40.344498 | 0.33s 2025-10-13 13:58:45.054323 | fa163e2e-69a7-8df9-1ef2-000000003456 | TASK | Wait for puppet host configuration to finish 2025-10-13 13:58:45.308271 | fa163e2e-69a7-8df9-1ef2-000000003456 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-13 13:58:55.539452 | fa163e2e-69a7-8df9-1ef2-000000003456 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-13 13:59:05.755290 | fa163e2e-69a7-8df9-1ef2-000000003456 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-13 13:59:05.756196 | fa163e2e-69a7-8df9-1ef2-000000003456 | TIMING | Wait for puppet host configuration to finish | standalone | 0:15:01.075406 | 20.70s 2025-10-13 13:59:05.776269 | fa163e2e-69a7-8df9-1ef2-000000003457 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-13 13:59:05.825158 | fa163e2e-69a7-8df9-1ef2-000000003457 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 13 13:58:45 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 13 13:58:49 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 13 13:58:49 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 13 13:58:49 puppet-user: (file & line not available)", "<13>Oct 13 13:58:49 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 13 13:58:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 13 13:58:50 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 13 13:58:50 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.45 seconds", "<13>Oct 13 13:58:55 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 13 13:58:58 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 13 13:59:00 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 13 13:59:00 puppet-user: Notice: Applied catalog in 10.11 seconds", "<13>Oct 13 13:59:00 puppet-user: Application:", "<13>Oct 13 13:59:00 puppet-user: Initial environment: production", "<13>Oct 13 13:59:00 puppet-user: Converged environment: production", "<13>Oct 13 13:59:00 puppet-user: Run mode: user", "<13>Oct 13 13:59:00 puppet-user: Changes:", "<13>Oct 13 13:59:00 puppet-user: Total: 2", "<13>Oct 13 13:59:00 puppet-user: Events:", "<13>Oct 13 13:59:00 puppet-user: Success: 2", "<13>Oct 13 13:59:00 puppet-user: Resources:", "<13>Oct 13 13:59:00 puppet-user: Changed: 2", "<13>Oct 13 13:59:00 puppet-user: Out of sync: 2", "<13>Oct 13 13:59:00 puppet-user: Total: 28", "<13>Oct 13 13:59:00 puppet-user: Time:", "<13>Oct 13 13:59:00 puppet-user: Schedule: 0.00", "<13>Oct 13 13:59:00 puppet-user: Package: 0.00", "<13>Oct 13 13:59:00 puppet-user: File line: 0.00", "<13>Oct 13 13:59:00 puppet-user: File: 0.00", "<13>Oct 13 13:59:00 puppet-user: User: 0.01", "<13>Oct 13 13:59:00 puppet-user: Augeas: 0.01", "<13>Oct 13 13:59:00 puppet-user: Service: 0.08", "<13>Oct 13 13:59:00 puppet-user: Config retrieval: 0.50", "<13>Oct 13 13:59:00 puppet-user: Pcmk property: 1.51", "<13>Oct 13 13:59:00 puppet-user: Exec: 1.95", "<13>Oct 13 13:59:00 puppet-user: Transaction evaluation: 10.09", "<13>Oct 13 13:59:00 puppet-user: Catalog application: 10.11", "<13>Oct 13 13:59:00 puppet-user: Last run: 1760363940", "<13>Oct 13 13:59:00 puppet-user: Pcmk resource op default: 3.15", "<13>Oct 13 13:59:00 puppet-user: Pcmk resource default: 3.16", "<13>Oct 13 13:59:00 puppet-user: Filebucket: 0.00", "<13>Oct 13 13:59:00 puppet-user: Total: 10.11", "<13>Oct 13 13:59:00 puppet-user: Version:", "<13>Oct 13 13:59:00 puppet-user: Config: 1760363929", "<13>Oct 13 13:59:00 puppet-user: Puppet: 7.10.0" ] } 2025-10-13 13:59:05.826050 | fa163e2e-69a7-8df9-1ef2-000000003457 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:15:01.145261 | 0.05s 2025-10-13 13:59:05.845735 | fa163e2e-69a7-8df9-1ef2-000000003458 | TASK | Pre-cache facts for puppet containers 2025-10-13 13:59:05.875786 | fa163e2e-69a7-8df9-1ef2-000000003458 | TIMING | Pre-cache facts for puppet containers | standalone | 0:15:01.194983 | 0.03s 2025-10-13 13:59:05.931141 | fa163e2e-69a7-8df9-1ef2-000000003497 | TASK | Gather variables for each operating system 2025-10-13 13:59:06.028311 | fa163e2e-69a7-8df9-1ef2-000000003497 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:15:01.347498 | 0.10s 2025-10-13 13:59:06.062307 | fa163e2e-69a7-8df9-1ef2-000000003498 | TASK | Create puppet caching structures 2025-10-13 13:59:06.287934 | fa163e2e-69a7-8df9-1ef2-000000003498 | CHANGED | Create puppet caching structures | standalone 2025-10-13 13:59:06.289259 | fa163e2e-69a7-8df9-1ef2-000000003498 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:15:01.608461 | 0.23s 2025-10-13 13:59:06.317869 | fa163e2e-69a7-8df9-1ef2-000000003499 | TASK | Check for facter.conf 2025-10-13 13:59:06.522481 | fa163e2e-69a7-8df9-1ef2-000000003499 | OK | Check for facter.conf | standalone 2025-10-13 13:59:06.525207 | fa163e2e-69a7-8df9-1ef2-000000003499 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:15:01.844408 | 0.21s 2025-10-13 13:59:06.554703 | fa163e2e-69a7-8df9-1ef2-00000000349a | TASK | Remove facter.conf if directory 2025-10-13 13:59:06.606737 | fa163e2e-69a7-8df9-1ef2-00000000349a | SKIPPED | Remove facter.conf if directory | standalone 2025-10-13 13:59:06.608789 | fa163e2e-69a7-8df9-1ef2-00000000349a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:15:01.927980 | 0.05s 2025-10-13 13:59:06.644194 | fa163e2e-69a7-8df9-1ef2-00000000349b | TASK | Write facter cache config 2025-10-13 13:59:07.120384 | fa163e2e-69a7-8df9-1ef2-00000000349b | CHANGED | Write facter cache config | standalone 2025-10-13 13:59:07.122213 | fa163e2e-69a7-8df9-1ef2-00000000349b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:15:02.441419 | 0.48s 2025-10-13 13:59:07.144967 | fa163e2e-69a7-8df9-1ef2-00000000349c | TASK | Cleanup facter cache if exists 2025-10-13 13:59:07.361185 | fa163e2e-69a7-8df9-1ef2-00000000349c | CHANGED | Cleanup facter cache if exists | standalone 2025-10-13 13:59:07.363838 | fa163e2e-69a7-8df9-1ef2-00000000349c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:15:02.683035 | 0.22s 2025-10-13 13:59:07.383182 | fa163e2e-69a7-8df9-1ef2-00000000349d | TASK | Pre-cache facts 2025-10-13 13:59:07.957082 | fa163e2e-69a7-8df9-1ef2-00000000349d | CHANGED | Pre-cache facts | standalone 2025-10-13 13:59:07.959034 | fa163e2e-69a7-8df9-1ef2-00000000349d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:15:03.278229 | 0.58s 2025-10-13 13:59:07.988362 | fa163e2e-69a7-8df9-1ef2-00000000349e | TASK | Failed deployment if facter fails 2025-10-13 13:59:08.027382 | fa163e2e-69a7-8df9-1ef2-00000000349e | SKIPPED | Failed deployment if facter fails | standalone 2025-10-13 13:59:08.028454 | fa163e2e-69a7-8df9-1ef2-00000000349e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:15:03.347660 | 0.04s 2025-10-13 13:59:08.062733 | fa163e2e-69a7-8df9-1ef2-00000000349f | TASK | Sync cached facts 2025-10-13 13:59:08.376664 | fa163e2e-69a7-8df9-1ef2-00000000349f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2e-69a7-8df9-1ef2-00000000349f') missing from stats 2025-10-13 13:59:08.447528 | fa163e2e-69a7-8df9-1ef2-000000003459 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-13 13:59:08.495116 | fa163e2e-69a7-8df9-1ef2-000000003459 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-13 13:59:08.496540 | fa163e2e-69a7-8df9-1ef2-000000003459 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:15:03.815702 | 0.05s 2025-10-13 13:59:08.528658 | fa163e2e-69a7-8df9-1ef2-00000000345b | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-13 13:59:08.557534 | fa163e2e-69a7-8df9-1ef2-00000000345b | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:15:03.876698 | 0.03s 2025-10-13 13:59:08.677905 | fa163e2e-69a7-8df9-1ef2-0000000034f6 | TASK | Gather variables for each operating system 2025-10-13 13:59:08.799661 | fa163e2e-69a7-8df9-1ef2-0000000034f6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:04.118849 | 0.12s 2025-10-13 13:59:08.830011 | fa163e2e-69a7-8df9-1ef2-0000000034f7 | TASK | Create container logs path 2025-10-13 13:59:09.085321 | fa163e2e-69a7-8df9-1ef2-0000000034f7 | OK | Create container logs path | standalone 2025-10-13 13:59:09.086712 | fa163e2e-69a7-8df9-1ef2-0000000034f7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:04.405915 | 0.25s 2025-10-13 13:59:09.117899 | fa163e2e-69a7-8df9-1ef2-0000000034f9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-13 13:59:09.403541 | fa163e2e-69a7-8df9-1ef2-0000000034f9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-13 13:59:09.404903 | fa163e2e-69a7-8df9-1ef2-0000000034f9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:04.724102 | 0.29s 2025-10-13 13:59:09.435120 | fa163e2e-69a7-8df9-1ef2-0000000034fa | TASK | Finalise hashes for all containers 2025-10-13 13:59:09.509618 | fa163e2e-69a7-8df9-1ef2-0000000034fa | OK | Finalise hashes for all containers | standalone 2025-10-13 13:59:09.510976 | fa163e2e-69a7-8df9-1ef2-0000000034fa | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:04.830176 | 0.07s 2025-10-13 13:59:09.540307 | fa163e2e-69a7-8df9-1ef2-0000000034fc | TASK | Manage systemd shutdown files 2025-10-13 13:59:09.625933 | fa163e2e-69a7-8df9-1ef2-0000000034fc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:04.945118 | 0.08s 2025-10-13 13:59:09.661248 | 95ec3b0c-8794-4aa4-9932-65883c76e49e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-13 13:59:09.693067 | fa163e2e-69a7-8df9-1ef2-00000000352f | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-13 13:59:09.935379 | fa163e2e-69a7-8df9-1ef2-00000000352f | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-13 13:59:09.936852 | fa163e2e-69a7-8df9-1ef2-00000000352f | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:15:05.256046 | 0.24s 2025-10-13 13:59:09.966657 | fa163e2e-69a7-8df9-1ef2-000000003530 | TASK | Set podman_drop_in fact 2025-10-13 13:59:10.017556 | fa163e2e-69a7-8df9-1ef2-000000003530 | OK | Set podman_drop_in fact | standalone 2025-10-13 13:59:10.018851 | fa163e2e-69a7-8df9-1ef2-000000003530 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:15:05.338053 | 0.05s 2025-10-13 13:59:10.047478 | fa163e2e-69a7-8df9-1ef2-000000003532 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-13 13:59:10.532003 | fa163e2e-69a7-8df9-1ef2-000000003532 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-13 13:59:10.532866 | fa163e2e-69a7-8df9-1ef2-000000003532 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:05.852075 | 0.48s 2025-10-13 13:59:11.035039 | fa163e2e-69a7-8df9-1ef2-000000003532 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-13 13:59:11.036274 | fa163e2e-69a7-8df9-1ef2-000000003532 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:06.355477 | 0.99s 2025-10-13 13:59:11.043370 | fa163e2e-69a7-8df9-1ef2-000000003532 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:06.362573 | 0.99s 2025-10-13 13:59:11.067304 | fa163e2e-69a7-8df9-1ef2-000000003533 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-13 13:59:11.556669 | fa163e2e-69a7-8df9-1ef2-000000003533 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-13 13:59:11.557679 | fa163e2e-69a7-8df9-1ef2-000000003533 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:15:06.876887 | 0.49s 2025-10-13 13:59:11.580028 | fa163e2e-69a7-8df9-1ef2-000000003534 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-13 13:59:12.056051 | fa163e2e-69a7-8df9-1ef2-000000003534 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-13 13:59:12.057475 | fa163e2e-69a7-8df9-1ef2-000000003534 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:15:07.376677 | 0.48s 2025-10-13 13:59:12.087735 | fa163e2e-69a7-8df9-1ef2-000000003535 | TASK | Enable and start tripleo-container-shutdown 2025-10-13 13:59:12.761687 | fa163e2e-69a7-8df9-1ef2-000000003535 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-13 13:59:12.764899 | fa163e2e-69a7-8df9-1ef2-000000003535 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:15:08.084100 | 0.68s 2025-10-13 13:59:12.795657 | fa163e2e-69a7-8df9-1ef2-000000003536 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-13 13:59:13.297569 | fa163e2e-69a7-8df9-1ef2-000000003536 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-13 13:59:13.300838 | fa163e2e-69a7-8df9-1ef2-000000003536 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:15:08.620031 | 0.50s 2025-10-13 13:59:13.332338 | fa163e2e-69a7-8df9-1ef2-000000003537 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-13 13:59:13.754940 | fa163e2e-69a7-8df9-1ef2-000000003537 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-13 13:59:13.756354 | fa163e2e-69a7-8df9-1ef2-000000003537 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:15:09.075565 | 0.42s 2025-10-13 13:59:13.779249 | fa163e2e-69a7-8df9-1ef2-000000003538 | TASK | Enable and start netns-placeholder 2025-10-13 13:59:14.477130 | fa163e2e-69a7-8df9-1ef2-000000003538 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-13 13:59:14.478838 | fa163e2e-69a7-8df9-1ef2-000000003538 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:09.798048 | 0.70s 2025-10-13 13:59:14.506848 | fa163e2e-69a7-8df9-1ef2-0000000034fe | TASK | Update container configs with new config hashes 2025-10-13 13:59:14.566322 | fa163e2e-69a7-8df9-1ef2-0000000034fe | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:09.885518 | 0.06s 2025-10-13 13:59:14.579858 | 786b721f-ef97-4c40-9595-d6e7ba14277b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-13 13:59:14.606332 | fa163e2e-69a7-8df9-1ef2-000000003560 | TASK | Update config hashes for container startup configs 2025-10-13 13:59:14.880928 | fa163e2e-69a7-8df9-1ef2-000000003560 | OK | Update config hashes for container startup configs | standalone 2025-10-13 13:59:14.882676 | fa163e2e-69a7-8df9-1ef2-000000003560 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:10.201883 | 0.27s 2025-10-13 13:59:14.904639 | fa163e2e-69a7-8df9-1ef2-0000000034ff | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-13 13:59:14.963196 | fa163e2e-69a7-8df9-1ef2-0000000034ff | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:10.282387 | 0.06s 2025-10-13 13:59:14.980347 | f6e3c3b5-0fe7-4ef1-9072-68b92e6253a7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 13:59:15.012773 | fa163e2e-69a7-8df9-1ef2-00000000357f | TASK | Gather podman infos 2025-10-13 13:59:15.826602 | fa163e2e-69a7-8df9-1ef2-00000000357f | OK | Gather podman infos | standalone 2025-10-13 13:59:15.828216 | fa163e2e-69a7-8df9-1ef2-00000000357f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:11.147416 | 0.81s 2025-10-13 13:59:15.904440 | fa163e2e-69a7-8df9-1ef2-000000003580 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-13 13:59:15.965743 | fa163e2e-69a7-8df9-1ef2-000000003580 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:11.284933 | 0.05s 2025-10-13 13:59:16.112702 | fa163e2e-69a7-8df9-1ef2-0000000035c9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:11.431879 | 0.07s 2025-10-13 13:59:16.186205 | fa163e2e-69a7-8df9-1ef2-000000003500 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-13 13:59:16.238268 | fa163e2e-69a7-8df9-1ef2-000000003500 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:11.557465 | 0.05s 2025-10-13 13:59:16.255428 | ec942b05-3162-47df-9ff6-7cb984b89c95 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 13:59:16.287998 | fa163e2e-69a7-8df9-1ef2-0000000035ef | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-13 13:59:32.449610 | fa163e2e-69a7-8df9-1ef2-0000000035ef | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-13 13:59:32.451444 | fa163e2e-69a7-8df9-1ef2-0000000035ef | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:15:27.770631 | 16.16s 2025-10-13 13:59:32.483282 | fa163e2e-69a7-8df9-1ef2-0000000035f0 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-13 13:59:36.094673 | fa163e2e-69a7-8df9-1ef2-0000000035f0 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-13 13:59:36.095623 | fa163e2e-69a7-8df9-1ef2-0000000035f0 | 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:15:31.414835 | 3.61s 2025-10-13 13:59:36.148833 | fa163e2e-69a7-8df9-1ef2-00000000345d | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-13 13:59:36.379557 | fa163e2e-69a7-8df9-1ef2-00000000345d | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-13 13:59:36.380527 | fa163e2e-69a7-8df9-1ef2-00000000345d | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:15:31.699734 | 0.23s 2025-10-13 13:59:36.408156 | fa163e2e-69a7-8df9-1ef2-00000000345e | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-13 13:59:36.443616 | fa163e2e-69a7-8df9-1ef2-00000000345e | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:15:31.762820 | 0.03s 2025-10-13 13:59:36.463222 | fa163e2e-69a7-8df9-1ef2-00000000345f | TASK | Include container-puppet tasks for step 2 2025-10-13 13:59:36.491278 | fa163e2e-69a7-8df9-1ef2-00000000345f | TIMING | Include container-puppet tasks for step 2 | standalone | 0:15:31.810482 | 0.03s 2025-10-13 13:59:36.502700 | a6e4c471-4529-4fac-97fe-1417be3d0855 | INCLUDED | /root/standalone-ansible-fa02z7re/host-container-puppet-tasks.yaml | standalone 2025-10-13 13:59:36.530336 | fa163e2e-69a7-8df9-1ef2-00000000363b | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-13 13:59:37.022847 | fa163e2e-69a7-8df9-1ef2-00000000363b | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-13 13:59:37.024141 | fa163e2e-69a7-8df9-1ef2-00000000363b | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:15:32.343341 | 0.49s 2025-10-13 13:59:37.053703 | fa163e2e-69a7-8df9-1ef2-00000000363d | TASK | Generate container puppet configs for step 2 2025-10-13 13:59:37.338820 | fa163e2e-69a7-8df9-1ef2-00000000363d | OK | Generate container puppet configs for step 2 | standalone 2025-10-13 13:59:37.340675 | fa163e2e-69a7-8df9-1ef2-00000000363d | TIMING | Generate container puppet configs for step 2 | standalone | 0:15:32.659869 | 0.29s 2025-10-13 13:59:37.376391 | fa163e2e-69a7-8df9-1ef2-00000000363e | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-13 13:59:37.406091 | fa163e2e-69a7-8df9-1ef2-00000000363e | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:15:32.725288 | 0.03s 2025-10-13 13:59:37.482744 | fa163e2e-69a7-8df9-1ef2-00000000366d | TASK | Gather variables for each operating system 2025-10-13 13:59:37.616599 | fa163e2e-69a7-8df9-1ef2-00000000366d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:32.935773 | 0.13s 2025-10-13 13:59:37.647085 | fa163e2e-69a7-8df9-1ef2-00000000366e | TASK | Create container logs path 2025-10-13 13:59:37.903260 | fa163e2e-69a7-8df9-1ef2-00000000366e | OK | Create container logs path | standalone 2025-10-13 13:59:37.904999 | fa163e2e-69a7-8df9-1ef2-00000000366e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:33.224195 | 0.26s 2025-10-13 13:59:37.937672 | fa163e2e-69a7-8df9-1ef2-000000003670 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-13 13:59:38.161327 | fa163e2e-69a7-8df9-1ef2-000000003670 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-13 13:59:38.162078 | fa163e2e-69a7-8df9-1ef2-000000003670 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:33.481288 | 0.22s 2025-10-13 13:59:38.185525 | fa163e2e-69a7-8df9-1ef2-000000003671 | TASK | Finalise hashes for all containers 2025-10-13 13:59:38.223762 | fa163e2e-69a7-8df9-1ef2-000000003671 | OK | Finalise hashes for all containers | standalone 2025-10-13 13:59:38.224516 | fa163e2e-69a7-8df9-1ef2-000000003671 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:33.543727 | 0.04s 2025-10-13 13:59:38.247082 | fa163e2e-69a7-8df9-1ef2-000000003673 | TASK | Manage systemd shutdown files 2025-10-13 13:59:38.277106 | fa163e2e-69a7-8df9-1ef2-000000003673 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 13:59:38.278292 | fa163e2e-69a7-8df9-1ef2-000000003673 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:33.597493 | 0.03s 2025-10-13 13:59:38.301406 | fa163e2e-69a7-8df9-1ef2-000000003675 | TASK | Update container configs with new config hashes 2025-10-13 13:59:38.350121 | fa163e2e-69a7-8df9-1ef2-000000003675 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 13:59:38.351428 | fa163e2e-69a7-8df9-1ef2-000000003675 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:33.670628 | 0.05s 2025-10-13 13:59:38.383872 | fa163e2e-69a7-8df9-1ef2-000000003676 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-13 13:59:38.436840 | fa163e2e-69a7-8df9-1ef2-000000003676 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-13 13:59:38.438039 | fa163e2e-69a7-8df9-1ef2-000000003676 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:33.757240 | 0.05s 2025-10-13 13:59:38.469265 | fa163e2e-69a7-8df9-1ef2-000000003677 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-13 13:59:38.519432 | fa163e2e-69a7-8df9-1ef2-000000003677 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-13 13:59:38.520410 | fa163e2e-69a7-8df9-1ef2-000000003677 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:15:33.839611 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-13 13:59:38.699823 | fa163e2e-69a7-8df9-1ef2-0000000000d2 | TASK | External deployment step 3 2025-10-13 13:59:38.726834 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000d2') missing from stats 2025-10-13 13:59:38.782309 | fa163e2e-69a7-8df9-1ef2-0000000000d3 | TIMING | include_tasks | undercloud | 0:15:34.101502 | 0.04s 2025-10-13 13:59:38.790372 | 1660c810-6e55-49fd-8404-6a7d97ecb939 | INCLUDED | /root/standalone-ansible-fa02z7re/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-13 13:59:38.807568 | fa163e2e-69a7-8df9-1ef2-0000000036c6 | TASK | Pause cephadm 2025-10-13 13:59:38.859316 | fa163e2e-69a7-8df9-1ef2-0000000036c6 | SKIPPED | Pause cephadm | undercloud 2025-10-13 13:59:38.860354 | fa163e2e-69a7-8df9-1ef2-0000000036c6 | TIMING | Pause cephadm | undercloud | 0:15:34.179559 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-13 13:59:38.959288 | fa163e2e-69a7-8df9-1ef2-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-13 13:59:38.994730 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000d6') missing from stats 2025-10-13 13:59:39.013752 | fa163e2e-69a7-8df9-1ef2-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-13 13:59:39.499283 | fa163e2e-69a7-8df9-1ef2-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-13 13:59:39.500977 | fa163e2e-69a7-8df9-1ef2-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:15:34.820176 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 13:59:39.568480 | fa163e2e-69a7-8df9-1ef2-0000000000d8 | TIMING | include_tasks | standalone | 0:15:34.887675 | 0.04s 2025-10-13 13:59:39.596080 | d9f4f0b4-6a4b-4bb7-a802-3d17c8f06755 | INCLUDED | /root/standalone-ansible-fa02z7re/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-13 13:59:39.626573 | fa163e2e-69a7-8df9-1ef2-0000000036e5 | TASK | Start OVN container 2025-10-13 13:59:39.701825 | fa163e2e-69a7-8df9-1ef2-0000000036e5 | TIMING | Start OVN container | standalone | 0:15:35.020985 | 0.07s 2025-10-13 13:59:39.740866 | fa163e2e-69a7-8df9-1ef2-0000000036e5 | TIMING | Start OVN container | standalone | 0:15:35.060070 | 0.11s 2025-10-13 13:59:39.755971 | fa163e2e-69a7-8df9-1ef2-0000000036e5 | TIMING | Start OVN container | standalone | 0:15:35.075175 | 0.13s 2025-10-13 13:59:39.763043 | fa163e2e-69a7-8df9-1ef2-0000000036e5 | TIMING | Start OVN container | standalone | 0:15:35.082241 | 0.13s 2025-10-13 13:59:39.890293 | fa163e2e-69a7-8df9-1ef2-00000000371d | TASK | Gather variables for each operating system 2025-10-13 13:59:40.005628 | fa163e2e-69a7-8df9-1ef2-00000000371d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:35.324812 | 0.11s 2025-10-13 13:59:40.036699 | fa163e2e-69a7-8df9-1ef2-00000000371e | TASK | Create container logs path 2025-10-13 13:59:40.274584 | fa163e2e-69a7-8df9-1ef2-00000000371e | OK | Create container logs path | standalone 2025-10-13 13:59:40.276112 | fa163e2e-69a7-8df9-1ef2-00000000371e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:35.595312 | 0.24s 2025-10-13 13:59:40.308585 | fa163e2e-69a7-8df9-1ef2-000000003720 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:40.643907 | fa163e2e-69a7-8df9-1ef2-000000003720 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 13:59:40.645181 | fa163e2e-69a7-8df9-1ef2-000000003720 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:35.964383 | 0.33s 2025-10-13 13:59:40.673893 | fa163e2e-69a7-8df9-1ef2-000000003721 | TASK | Finalise hashes for all containers 2025-10-13 13:59:40.779062 | fa163e2e-69a7-8df9-1ef2-000000003721 | OK | Finalise hashes for all containers | standalone 2025-10-13 13:59:40.780437 | fa163e2e-69a7-8df9-1ef2-000000003721 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:36.099638 | 0.10s 2025-10-13 13:59:40.810277 | fa163e2e-69a7-8df9-1ef2-000000003723 | TASK | Manage systemd shutdown files 2025-10-13 13:59:40.861046 | fa163e2e-69a7-8df9-1ef2-000000003723 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 13:59:40.862257 | fa163e2e-69a7-8df9-1ef2-000000003723 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:36.181456 | 0.05s 2025-10-13 13:59:40.890987 | fa163e2e-69a7-8df9-1ef2-000000003725 | TASK | Update container configs with new config hashes 2025-10-13 13:59:40.963998 | fa163e2e-69a7-8df9-1ef2-000000003725 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 13:59:40.965266 | fa163e2e-69a7-8df9-1ef2-000000003725 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:36.284466 | 0.07s 2025-10-13 13:59:40.996020 | fa163e2e-69a7-8df9-1ef2-000000003726 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:41.071780 | fa163e2e-69a7-8df9-1ef2-000000003726 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:36.390978 | 0.07s 2025-10-13 13:59:41.087109 | ddeaf37d-a4fa-456a-91fd-538986da9e88 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 13:59:41.122136 | fa163e2e-69a7-8df9-1ef2-0000000037b2 | TASK | Gather podman infos 2025-10-13 13:59:42.200407 | fa163e2e-69a7-8df9-1ef2-0000000037b2 | OK | Gather podman infos | standalone 2025-10-13 13:59:42.201255 | fa163e2e-69a7-8df9-1ef2-0000000037b2 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:37.520466 | 1.08s 2025-10-13 13:59:42.261313 | fa163e2e-69a7-8df9-1ef2-0000000037b3 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:42.329460 | fa163e2e-69a7-8df9-1ef2-0000000037b3 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:37.648659 | 0.06s 2025-10-13 13:59:42.435856 | fa163e2e-69a7-8df9-1ef2-0000000037f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:37.755040 | 0.06s 2025-10-13 13:59:42.495514 | fa163e2e-69a7-8df9-1ef2-000000003727 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:42.560536 | fa163e2e-69a7-8df9-1ef2-000000003727 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:37.879679 | 0.06s 2025-10-13 13:59:42.584593 | b68783d6-cb73-4a27-b0d2-2cc5a1aacc08 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 13:59:42.620094 | fa163e2e-69a7-8df9-1ef2-00000000381d | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:43.557889 | fa163e2e-69a7-8df9-1ef2-00000000381d | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 13:59:43.559195 | fa163e2e-69a7-8df9-1ef2-00000000381d | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:38.878402 | 0.94s 2025-10-13 13:59:43.584302 | fa163e2e-69a7-8df9-1ef2-00000000381e | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:46.301576 | fa163e2e-69a7-8df9-1ef2-00000000381e | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 13:59:46.303031 | fa163e2e-69a7-8df9-1ef2-00000000381e | 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:15:41.622233 | 2.72s 2025-10-13 13:59:46.359165 | fa163e2e-69a7-8df9-1ef2-000000003748 | TASK | Gather variables for each operating system 2025-10-13 13:59:46.476090 | fa163e2e-69a7-8df9-1ef2-000000003748 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:41.795279 | 0.12s 2025-10-13 13:59:46.500323 | fa163e2e-69a7-8df9-1ef2-000000003749 | TASK | Create container logs path 2025-10-13 13:59:46.733609 | fa163e2e-69a7-8df9-1ef2-000000003749 | OK | Create container logs path | standalone 2025-10-13 13:59:46.734997 | fa163e2e-69a7-8df9-1ef2-000000003749 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:42.054197 | 0.23s 2025-10-13 13:59:46.765237 | fa163e2e-69a7-8df9-1ef2-00000000374b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:47.108749 | fa163e2e-69a7-8df9-1ef2-00000000374b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 13:59:47.109760 | fa163e2e-69a7-8df9-1ef2-00000000374b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:42.428966 | 0.34s 2025-10-13 13:59:47.131173 | fa163e2e-69a7-8df9-1ef2-00000000374c | TASK | Finalise hashes for all containers 2025-10-13 13:59:47.233690 | fa163e2e-69a7-8df9-1ef2-00000000374c | OK | Finalise hashes for all containers | standalone 2025-10-13 13:59:47.234841 | fa163e2e-69a7-8df9-1ef2-00000000374c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:42.554044 | 0.10s 2025-10-13 13:59:47.265106 | fa163e2e-69a7-8df9-1ef2-00000000374e | TASK | Manage systemd shutdown files 2025-10-13 13:59:47.319303 | fa163e2e-69a7-8df9-1ef2-00000000374e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 13:59:47.320283 | fa163e2e-69a7-8df9-1ef2-00000000374e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:42.639493 | 0.05s 2025-10-13 13:59:47.340284 | fa163e2e-69a7-8df9-1ef2-000000003750 | TASK | Update container configs with new config hashes 2025-10-13 13:59:47.389182 | fa163e2e-69a7-8df9-1ef2-000000003750 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 13:59:47.390180 | fa163e2e-69a7-8df9-1ef2-000000003750 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:42.709386 | 0.05s 2025-10-13 13:59:47.410598 | fa163e2e-69a7-8df9-1ef2-000000003751 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:47.479005 | fa163e2e-69a7-8df9-1ef2-000000003751 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:42.798198 | 0.07s 2025-10-13 13:59:47.504451 | 9c3ffe65-fa0e-4672-be1a-a3d9da803c07 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 13:59:47.545062 | fa163e2e-69a7-8df9-1ef2-000000003869 | TASK | Gather podman infos 2025-10-13 13:59:48.576182 | fa163e2e-69a7-8df9-1ef2-000000003869 | OK | Gather podman infos | standalone 2025-10-13 13:59:48.577989 | fa163e2e-69a7-8df9-1ef2-000000003869 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:43.897188 | 1.03s 2025-10-13 13:59:48.666871 | fa163e2e-69a7-8df9-1ef2-00000000386a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:48.757769 | fa163e2e-69a7-8df9-1ef2-00000000386a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:44.076963 | 0.09s 2025-10-13 13:59:48.874998 | fa163e2e-69a7-8df9-1ef2-0000000037f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:44.194174 | 0.07s 2025-10-13 13:59:48.929334 | fa163e2e-69a7-8df9-1ef2-000000003752 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:48.982029 | fa163e2e-69a7-8df9-1ef2-000000003752 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:44.301219 | 0.05s 2025-10-13 13:59:48.998548 | 2a2bcb81-75d0-4ddd-ad57-646aa7d0623b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 13:59:49.030839 | fa163e2e-69a7-8df9-1ef2-0000000038cf | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:49.870265 | fa163e2e-69a7-8df9-1ef2-0000000038cf | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 13:59:49.871456 | fa163e2e-69a7-8df9-1ef2-0000000038cf | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:45.190663 | 0.84s 2025-10-13 13:59:49.895445 | fa163e2e-69a7-8df9-1ef2-0000000038d0 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:52.625804 | fa163e2e-69a7-8df9-1ef2-0000000038d0 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 13:59:52.630020 | fa163e2e-69a7-8df9-1ef2-0000000038d0 | 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:15:47.949219 | 2.73s 2025-10-13 13:59:52.687664 | fa163e2e-69a7-8df9-1ef2-000000003773 | TASK | Gather variables for each operating system 2025-10-13 13:59:52.786288 | fa163e2e-69a7-8df9-1ef2-000000003773 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:48.105472 | 0.10s 2025-10-13 13:59:52.819862 | fa163e2e-69a7-8df9-1ef2-000000003774 | TASK | Create container logs path 2025-10-13 13:59:53.092719 | fa163e2e-69a7-8df9-1ef2-000000003774 | OK | Create container logs path | standalone 2025-10-13 13:59:53.093603 | fa163e2e-69a7-8df9-1ef2-000000003774 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:48.412812 | 0.27s 2025-10-13 13:59:53.114055 | fa163e2e-69a7-8df9-1ef2-000000003776 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:53.414588 | fa163e2e-69a7-8df9-1ef2-000000003776 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 13:59:53.415902 | fa163e2e-69a7-8df9-1ef2-000000003776 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:48.735103 | 0.30s 2025-10-13 13:59:53.445191 | fa163e2e-69a7-8df9-1ef2-000000003777 | TASK | Finalise hashes for all containers 2025-10-13 13:59:53.533633 | fa163e2e-69a7-8df9-1ef2-000000003777 | OK | Finalise hashes for all containers | standalone 2025-10-13 13:59:53.535104 | fa163e2e-69a7-8df9-1ef2-000000003777 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:48.854306 | 0.09s 2025-10-13 13:59:53.563820 | fa163e2e-69a7-8df9-1ef2-000000003779 | TASK | Manage systemd shutdown files 2025-10-13 13:59:53.614424 | fa163e2e-69a7-8df9-1ef2-000000003779 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 13:59:53.615827 | fa163e2e-69a7-8df9-1ef2-000000003779 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:48.935027 | 0.05s 2025-10-13 13:59:53.644854 | fa163e2e-69a7-8df9-1ef2-00000000377b | TASK | Update container configs with new config hashes 2025-10-13 13:59:53.719717 | fa163e2e-69a7-8df9-1ef2-00000000377b | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 13:59:53.721044 | fa163e2e-69a7-8df9-1ef2-00000000377b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:49.040243 | 0.07s 2025-10-13 13:59:53.751479 | fa163e2e-69a7-8df9-1ef2-00000000377c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:53.826423 | fa163e2e-69a7-8df9-1ef2-00000000377c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:49.145600 | 0.07s 2025-10-13 13:59:53.852101 | 5953d8b9-81a0-4996-8253-9455acc136db | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 13:59:53.894665 | fa163e2e-69a7-8df9-1ef2-00000000391b | TASK | Gather podman infos 2025-10-13 13:59:55.008342 | fa163e2e-69a7-8df9-1ef2-00000000391b | OK | Gather podman infos | standalone 2025-10-13 13:59:55.009648 | fa163e2e-69a7-8df9-1ef2-00000000391b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:50.328852 | 1.11s 2025-10-13 13:59:55.092376 | fa163e2e-69a7-8df9-1ef2-00000000391c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:55.181258 | fa163e2e-69a7-8df9-1ef2-00000000391c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:50.500445 | 0.08s 2025-10-13 13:59:55.313582 | fa163e2e-69a7-8df9-1ef2-0000000037f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:50.632767 | 0.08s 2025-10-13 13:59:55.369960 | fa163e2e-69a7-8df9-1ef2-00000000377d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:55.445593 | fa163e2e-69a7-8df9-1ef2-00000000377d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:50.764778 | 0.07s 2025-10-13 13:59:55.467813 | 894e0150-94d8-480f-90d4-d4a8b55fee04 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 13:59:55.501127 | fa163e2e-69a7-8df9-1ef2-000000003981 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:56.541117 | fa163e2e-69a7-8df9-1ef2-000000003981 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 13:59:56.542265 | fa163e2e-69a7-8df9-1ef2-000000003981 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:15:51.861469 | 1.04s 2025-10-13 13:59:56.566541 | fa163e2e-69a7-8df9-1ef2-000000003982 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 13:59:59.342512 | fa163e2e-69a7-8df9-1ef2-000000003982 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 13:59:59.343884 | fa163e2e-69a7-8df9-1ef2-000000003982 | 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:15:54.663081 | 2.78s 2025-10-13 13:59:59.397953 | fa163e2e-69a7-8df9-1ef2-0000000036e7 | TASK | Set NB connection 2025-10-13 13:59:59.830362 | fa163e2e-69a7-8df9-1ef2-0000000036e7 | CHANGED | Set NB connection | standalone 2025-10-13 13:59:59.831977 | fa163e2e-69a7-8df9-1ef2-0000000036e7 | TIMING | Set NB connection | standalone | 0:15:55.151176 | 0.43s 2025-10-13 13:59:59.852644 | fa163e2e-69a7-8df9-1ef2-0000000036e8 | TASK | Set SB connection 2025-10-13 14:00:00.239469 | fa163e2e-69a7-8df9-1ef2-0000000036e8 | CHANGED | Set SB connection | standalone 2025-10-13 14:00:00.240547 | fa163e2e-69a7-8df9-1ef2-0000000036e8 | TIMING | Set SB connection | standalone | 0:15:55.559754 | 0.39s 2025-10-13 14:00:00.262340 | fa163e2e-69a7-8df9-1ef2-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-13 14:00:00.534481 | fa163e2e-69a7-8df9-1ef2-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-13 14:00:00.538431 | fa163e2e-69a7-8df9-1ef2-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:15:55.857627 | 0.28s 2025-10-13 14:00:00.653949 | fa163e2e-69a7-8df9-1ef2-0000000000db | TIMING | include_tasks | standalone | 0:15:55.973129 | 0.08s 2025-10-13 14:00:00.675261 | dde3e506-a334-4cb9-85fd-9457a1e73c0b | INCLUDED | /root/standalone-ansible-fa02z7re/common_deploy_steps_tasks.yaml | standalone 2025-10-13 14:00:00.696047 | fa163e2e-69a7-8df9-1ef2-0000000039c7 | TASK | Write the config_step hieradata 2025-10-13 14:00:01.198095 | fa163e2e-69a7-8df9-1ef2-0000000039c7 | OK | Write the config_step hieradata | standalone 2025-10-13 14:00:01.200052 | fa163e2e-69a7-8df9-1ef2-0000000039c7 | TIMING | Write the config_step hieradata | standalone | 0:15:56.519245 | 0.50s 2025-10-13 14:00:01.232876 | fa163e2e-69a7-8df9-1ef2-0000000039c8 | TASK | Run puppet host configuration for step 3 2025-10-13 14:00:01.536302 | fa163e2e-69a7-8df9-1ef2-0000000039c8 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-13 14:00:01.538074 | fa163e2e-69a7-8df9-1ef2-0000000039c8 | TIMING | Run puppet host configuration for step 3 | standalone | 0:15:56.857270 | 0.30s 2025-10-13 14:00:01.569831 | fa163e2e-69a7-8df9-1ef2-0000000039c9 | TASK | Wait for puppet host configuration to finish 2025-10-13 14:00:01.840168 | fa163e2e-69a7-8df9-1ef2-0000000039c9 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-13 14:00:12.007876 | fa163e2e-69a7-8df9-1ef2-0000000039c9 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-13 14:00:22.250555 | fa163e2e-69a7-8df9-1ef2-0000000039c9 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-13 14:00:22.251974 | fa163e2e-69a7-8df9-1ef2-0000000039c9 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:17.571176 | 20.68s 2025-10-13 14:00:22.283022 | fa163e2e-69a7-8df9-1ef2-0000000039ca | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-13 14:00:22.353843 | fa163e2e-69a7-8df9-1ef2-0000000039ca | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 13 14:00:01 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 13 14:00:06 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 13 14:00:06 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 13 14:00:06 puppet-user: (file & line not available)", "<13>Oct 13 14:00:06 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 13 14:00:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 13 14:00:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 13 14:00:06 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.45 seconds", "<13>Oct 13 14:00:10 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 13 14:00:13 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 13 14:00:14 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 13 14:00:14 puppet-user: Notice: Applied catalog in 8.14 seconds", "<13>Oct 13 14:00:14 puppet-user: Application:", "<13>Oct 13 14:00:14 puppet-user: Initial environment: production", "<13>Oct 13 14:00:14 puppet-user: Converged environment: production", "<13>Oct 13 14:00:14 puppet-user: Run mode: user", "<13>Oct 13 14:00:14 puppet-user: Changes:", "<13>Oct 13 14:00:14 puppet-user: Total: 2", "<13>Oct 13 14:00:14 puppet-user: Events:", "<13>Oct 13 14:00:14 puppet-user: Success: 2", "<13>Oct 13 14:00:14 puppet-user: Resources:", "<13>Oct 13 14:00:14 puppet-user: Changed: 2", "<13>Oct 13 14:00:14 puppet-user: Out of sync: 2", "<13>Oct 13 14:00:14 puppet-user: Total: 28", "<13>Oct 13 14:00:14 puppet-user: Time:", "<13>Oct 13 14:00:14 puppet-user: Filebucket: 0.00", "<13>Oct 13 14:00:14 puppet-user: Schedule: 0.00", "<13>Oct 13 14:00:14 puppet-user: Package: 0.00", "<13>Oct 13 14:00:14 puppet-user: File line: 0.00", "<13>Oct 13 14:00:14 puppet-user: File: 0.00", "<13>Oct 13 14:00:14 puppet-user: User: 0.01", "<13>Oct 13 14:00:14 puppet-user: Augeas: 0.01", "<13>Oct 13 14:00:14 puppet-user: Service: 0.07", "<13>Oct 13 14:00:14 puppet-user: Config retrieval: 0.50", "<13>Oct 13 14:00:14 puppet-user: Pcmk property: 1.56", "<13>Oct 13 14:00:14 puppet-user: Exec: 2.00", "<13>Oct 13 14:00:14 puppet-user: Last run: 1760364014", "<13>Oct 13 14:00:14 puppet-user: Pcmk resource op default: 2.15", "<13>Oct 13 14:00:14 puppet-user: Pcmk resource default: 2.17", "<13>Oct 13 14:00:14 puppet-user: Transaction evaluation: 8.12", "<13>Oct 13 14:00:14 puppet-user: Catalog application: 8.14", "<13>Oct 13 14:00:14 puppet-user: Total: 8.15", "<13>Oct 13 14:00:14 puppet-user: Version:", "<13>Oct 13 14:00:14 puppet-user: Config: 1760364006", "<13>Oct 13 14:00:14 puppet-user: Puppet: 7.10.0" ] } 2025-10-13 14:00:22.354897 | fa163e2e-69a7-8df9-1ef2-0000000039ca | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:16:17.674106 | 0.07s 2025-10-13 14:00:22.386510 | fa163e2e-69a7-8df9-1ef2-0000000039cb | TASK | Pre-cache facts for puppet containers 2025-10-13 14:00:22.409119 | fa163e2e-69a7-8df9-1ef2-0000000039cb | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:17.728311 | 0.02s 2025-10-13 14:00:22.492710 | fa163e2e-69a7-8df9-1ef2-000000003a0a | TASK | Gather variables for each operating system 2025-10-13 14:00:22.595894 | fa163e2e-69a7-8df9-1ef2-000000003a0a | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:17.915080 | 0.10s 2025-10-13 14:00:22.627920 | fa163e2e-69a7-8df9-1ef2-000000003a0b | TASK | Create puppet caching structures 2025-10-13 14:00:22.841151 | fa163e2e-69a7-8df9-1ef2-000000003a0b | CHANGED | Create puppet caching structures | standalone 2025-10-13 14:00:22.842740 | fa163e2e-69a7-8df9-1ef2-000000003a0b | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:18.161940 | 0.21s 2025-10-13 14:00:22.872725 | fa163e2e-69a7-8df9-1ef2-000000003a0c | TASK | Check for facter.conf 2025-10-13 14:00:23.120310 | fa163e2e-69a7-8df9-1ef2-000000003a0c | OK | Check for facter.conf | standalone 2025-10-13 14:00:23.121180 | fa163e2e-69a7-8df9-1ef2-000000003a0c | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:18.440389 | 0.25s 2025-10-13 14:00:23.140660 | fa163e2e-69a7-8df9-1ef2-000000003a0d | TASK | Remove facter.conf if directory 2025-10-13 14:00:23.180047 | fa163e2e-69a7-8df9-1ef2-000000003a0d | SKIPPED | Remove facter.conf if directory | standalone 2025-10-13 14:00:23.181315 | fa163e2e-69a7-8df9-1ef2-000000003a0d | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:18.500510 | 0.04s 2025-10-13 14:00:23.211453 | fa163e2e-69a7-8df9-1ef2-000000003a0e | TASK | Write facter cache config 2025-10-13 14:00:23.674530 | fa163e2e-69a7-8df9-1ef2-000000003a0e | CHANGED | Write facter cache config | standalone 2025-10-13 14:00:23.675803 | fa163e2e-69a7-8df9-1ef2-000000003a0e | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:18.995010 | 0.46s 2025-10-13 14:00:23.703628 | fa163e2e-69a7-8df9-1ef2-000000003a0f | TASK | Cleanup facter cache if exists 2025-10-13 14:00:23.914184 | fa163e2e-69a7-8df9-1ef2-000000003a0f | CHANGED | Cleanup facter cache if exists | standalone 2025-10-13 14:00:23.915172 | fa163e2e-69a7-8df9-1ef2-000000003a0f | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:19.234382 | 0.21s 2025-10-13 14:00:23.937509 | fa163e2e-69a7-8df9-1ef2-000000003a10 | TASK | Pre-cache facts 2025-10-13 14:00:24.540926 | fa163e2e-69a7-8df9-1ef2-000000003a10 | CHANGED | Pre-cache facts | standalone 2025-10-13 14:00:24.541895 | fa163e2e-69a7-8df9-1ef2-000000003a10 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:19.861104 | 0.60s 2025-10-13 14:00:24.564770 | fa163e2e-69a7-8df9-1ef2-000000003a11 | TASK | Failed deployment if facter fails 2025-10-13 14:00:24.601754 | fa163e2e-69a7-8df9-1ef2-000000003a11 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-13 14:00:24.602593 | fa163e2e-69a7-8df9-1ef2-000000003a11 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:19.921803 | 0.04s 2025-10-13 14:00:24.629401 | fa163e2e-69a7-8df9-1ef2-000000003a12 | TASK | Sync cached facts 2025-10-13 14:00:24.930777 | fa163e2e-69a7-8df9-1ef2-000000003a12 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2e-69a7-8df9-1ef2-000000003a12') missing from stats 2025-10-13 14:00:24.971544 | fa163e2e-69a7-8df9-1ef2-0000000039cc | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-13 14:00:25.008775 | fa163e2e-69a7-8df9-1ef2-0000000039cc | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-13 14:00:25.009671 | fa163e2e-69a7-8df9-1ef2-0000000039cc | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:20.328879 | 0.04s 2025-10-13 14:00:25.029665 | fa163e2e-69a7-8df9-1ef2-0000000039ce | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-13 14:00:25.056149 | fa163e2e-69a7-8df9-1ef2-0000000039ce | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:16:20.375354 | 0.03s 2025-10-13 14:00:25.100072 | fa163e2e-69a7-8df9-1ef2-000000003a69 | TASK | Gather variables for each operating system 2025-10-13 14:00:25.213798 | fa163e2e-69a7-8df9-1ef2-000000003a69 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:20.532984 | 0.11s 2025-10-13 14:00:25.234081 | fa163e2e-69a7-8df9-1ef2-000000003a6a | TASK | Create container logs path 2025-10-13 14:00:25.453312 | fa163e2e-69a7-8df9-1ef2-000000003a6a | OK | Create container logs path | standalone 2025-10-13 14:00:25.454186 | fa163e2e-69a7-8df9-1ef2-000000003a6a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:20.773397 | 0.22s 2025-10-13 14:00:25.474329 | fa163e2e-69a7-8df9-1ef2-000000003a6c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-13 14:00:25.702466 | fa163e2e-69a7-8df9-1ef2-000000003a6c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-13 14:00:25.703369 | fa163e2e-69a7-8df9-1ef2-000000003a6c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:21.022580 | 0.23s 2025-10-13 14:00:25.726108 | fa163e2e-69a7-8df9-1ef2-000000003a6d | TASK | Finalise hashes for all containers 2025-10-13 14:00:25.774533 | fa163e2e-69a7-8df9-1ef2-000000003a6d | OK | Finalise hashes for all containers | standalone 2025-10-13 14:00:25.775774 | fa163e2e-69a7-8df9-1ef2-000000003a6d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:21.094975 | 0.05s 2025-10-13 14:00:25.801439 | fa163e2e-69a7-8df9-1ef2-000000003a6f | TASK | Manage systemd shutdown files 2025-10-13 14:00:25.828605 | fa163e2e-69a7-8df9-1ef2-000000003a6f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:21.147780 | 0.03s 2025-10-13 14:00:25.855271 | 05c839a7-1d8e-4401-8185-861d57ec2431 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-13 14:00:25.886320 | fa163e2e-69a7-8df9-1ef2-000000003aa2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-13 14:00:26.138953 | fa163e2e-69a7-8df9-1ef2-000000003aa2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-13 14:00:26.140351 | fa163e2e-69a7-8df9-1ef2-000000003aa2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:21.459553 | 0.25s 2025-10-13 14:00:26.169434 | fa163e2e-69a7-8df9-1ef2-000000003aa3 | TASK | Set podman_drop_in fact 2025-10-13 14:00:26.231629 | fa163e2e-69a7-8df9-1ef2-000000003aa3 | OK | Set podman_drop_in fact | standalone 2025-10-13 14:00:26.232878 | fa163e2e-69a7-8df9-1ef2-000000003aa3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:21.552080 | 0.06s 2025-10-13 14:00:26.261785 | fa163e2e-69a7-8df9-1ef2-000000003aa5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-13 14:00:26.766967 | fa163e2e-69a7-8df9-1ef2-000000003aa5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-13 14:00:26.770833 | fa163e2e-69a7-8df9-1ef2-000000003aa5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:22.090027 | 0.51s 2025-10-13 14:00:27.216546 | fa163e2e-69a7-8df9-1ef2-000000003aa5 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-13 14:00:27.219315 | fa163e2e-69a7-8df9-1ef2-000000003aa5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:22.538518 | 0.96s 2025-10-13 14:00:27.229761 | fa163e2e-69a7-8df9-1ef2-000000003aa5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:22.548953 | 0.97s 2025-10-13 14:00:27.269255 | fa163e2e-69a7-8df9-1ef2-000000003aa6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-13 14:00:27.739133 | fa163e2e-69a7-8df9-1ef2-000000003aa6 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-13 14:00:27.741651 | fa163e2e-69a7-8df9-1ef2-000000003aa6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:23.060850 | 0.47s 2025-10-13 14:00:27.771284 | fa163e2e-69a7-8df9-1ef2-000000003aa7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-13 14:00:28.315874 | fa163e2e-69a7-8df9-1ef2-000000003aa7 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-13 14:00:28.317786 | fa163e2e-69a7-8df9-1ef2-000000003aa7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:23.636986 | 0.54s 2025-10-13 14:00:28.350694 | fa163e2e-69a7-8df9-1ef2-000000003aa8 | TASK | Enable and start tripleo-container-shutdown 2025-10-13 14:00:29.061221 | fa163e2e-69a7-8df9-1ef2-000000003aa8 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-13 14:00:29.062622 | fa163e2e-69a7-8df9-1ef2-000000003aa8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:24.381828 | 0.71s 2025-10-13 14:00:29.086878 | fa163e2e-69a7-8df9-1ef2-000000003aa9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-13 14:00:29.624380 | fa163e2e-69a7-8df9-1ef2-000000003aa9 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-13 14:00:29.625436 | fa163e2e-69a7-8df9-1ef2-000000003aa9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:24.944644 | 0.54s 2025-10-13 14:00:29.649333 | fa163e2e-69a7-8df9-1ef2-000000003aaa | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-13 14:00:30.145365 | fa163e2e-69a7-8df9-1ef2-000000003aaa | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-13 14:00:30.146714 | fa163e2e-69a7-8df9-1ef2-000000003aaa | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:25.465915 | 0.50s 2025-10-13 14:00:30.175073 | fa163e2e-69a7-8df9-1ef2-000000003aab | TASK | Enable and start netns-placeholder 2025-10-13 14:00:30.877903 | fa163e2e-69a7-8df9-1ef2-000000003aab | CHANGED | Enable and start netns-placeholder | standalone 2025-10-13 14:00:30.879349 | fa163e2e-69a7-8df9-1ef2-000000003aab | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:26.198558 | 0.70s 2025-10-13 14:00:30.902226 | fa163e2e-69a7-8df9-1ef2-000000003a71 | TASK | Update container configs with new config hashes 2025-10-13 14:00:30.940886 | fa163e2e-69a7-8df9-1ef2-000000003a71 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:26.260075 | 0.04s 2025-10-13 14:00:30.962287 | 161c8410-d974-41f8-9ce8-6e99d70f4e75 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-13 14:00:30.998698 | fa163e2e-69a7-8df9-1ef2-000000003ad3 | TASK | Update config hashes for container startup configs 2025-10-13 14:00:31.282023 | fa163e2e-69a7-8df9-1ef2-000000003ad3 | OK | Update config hashes for container startup configs | standalone 2025-10-13 14:00:31.283351 | fa163e2e-69a7-8df9-1ef2-000000003ad3 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:26.602550 | 0.28s 2025-10-13 14:00:31.314256 | fa163e2e-69a7-8df9-1ef2-000000003a72 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-13 14:00:31.375761 | fa163e2e-69a7-8df9-1ef2-000000003a72 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:26.694957 | 0.06s 2025-10-13 14:00:31.398593 | 05ebc75a-50ca-4e92-8424-3676351ffca7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 14:00:31.437565 | fa163e2e-69a7-8df9-1ef2-000000003af2 | TASK | Gather podman infos 2025-10-13 14:00:32.611320 | fa163e2e-69a7-8df9-1ef2-000000003af2 | OK | Gather podman infos | standalone 2025-10-13 14:00:32.612419 | fa163e2e-69a7-8df9-1ef2-000000003af2 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:27.931624 | 1.17s 2025-10-13 14:00:32.710165 | fa163e2e-69a7-8df9-1ef2-000000003af3 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-13 14:00:32.769337 | fa163e2e-69a7-8df9-1ef2-000000003af3 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:28.088518 | 0.05s 2025-10-13 14:00:32.901297 | fa163e2e-69a7-8df9-1ef2-0000000037f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:28.220484 | 0.08s 2025-10-13 14:00:32.960319 | fa163e2e-69a7-8df9-1ef2-000000003a73 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-13 14:00:33.016273 | fa163e2e-69a7-8df9-1ef2-000000003a73 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:16:28.335451 | 0.05s 2025-10-13 14:00:33.043376 | 616a4b07-1d8b-491d-812e-93b34aefa903 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 14:00:33.082307 | fa163e2e-69a7-8df9-1ef2-000000003b5d | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-13 14:01:24.755907 | fa163e2e-69a7-8df9-1ef2-000000003b5d | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-13 14:01:24.757385 | fa163e2e-69a7-8df9-1ef2-000000003b5d | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:20.076586 | 51.67s 2025-10-13 14:01:24.788755 | fa163e2e-69a7-8df9-1ef2-000000003b5e | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-13 14:01:55.158468 | fa163e2e-69a7-8df9-1ef2-000000003b5e | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-13 14:01:55.159705 | fa163e2e-69a7-8df9-1ef2-000000003b5e | 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:17:50.478916 | 30.37s 2025-10-13 14:01:55.257984 | fa163e2e-69a7-8df9-1ef2-0000000039d0 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-13 14:01:55.480340 | fa163e2e-69a7-8df9-1ef2-0000000039d0 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-13 14:01:55.481120 | fa163e2e-69a7-8df9-1ef2-0000000039d0 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:17:50.800331 | 0.22s 2025-10-13 14:01:55.508805 | fa163e2e-69a7-8df9-1ef2-0000000039d1 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-13 14:01:55.544695 | fa163e2e-69a7-8df9-1ef2-0000000039d1 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:17:50.863902 | 0.04s 2025-10-13 14:01:55.564852 | fa163e2e-69a7-8df9-1ef2-0000000039d2 | TASK | Include container-puppet tasks for step 3 2025-10-13 14:01:55.612538 | fa163e2e-69a7-8df9-1ef2-0000000039d2 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:17:50.931698 | 0.05s 2025-10-13 14:01:55.639230 | babd1801-5791-4f34-a6e5-11541a50adb8 | INCLUDED | /root/standalone-ansible-fa02z7re/host-container-puppet-tasks.yaml | standalone 2025-10-13 14:01:55.676141 | fa163e2e-69a7-8df9-1ef2-000000003ba9 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-13 14:01:56.177389 | fa163e2e-69a7-8df9-1ef2-000000003ba9 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-13 14:01:56.178218 | fa163e2e-69a7-8df9-1ef2-000000003ba9 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:17:51.497429 | 0.50s 2025-10-13 14:01:56.202718 | fa163e2e-69a7-8df9-1ef2-000000003bab | TASK | Generate container puppet configs for step 3 2025-10-13 14:01:56.469894 | fa163e2e-69a7-8df9-1ef2-000000003bab | OK | Generate container puppet configs for step 3 | standalone 2025-10-13 14:01:56.471621 | fa163e2e-69a7-8df9-1ef2-000000003bab | TIMING | Generate container puppet configs for step 3 | standalone | 0:17:51.790815 | 0.27s 2025-10-13 14:01:56.504758 | fa163e2e-69a7-8df9-1ef2-000000003bac | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-13 14:01:56.528236 | fa163e2e-69a7-8df9-1ef2-000000003bac | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:17:51.847422 | 0.02s 2025-10-13 14:01:56.606463 | fa163e2e-69a7-8df9-1ef2-000000003bdb | TASK | Gather variables for each operating system 2025-10-13 14:01:56.699025 | fa163e2e-69a7-8df9-1ef2-000000003bdb | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:52.018206 | 0.09s 2025-10-13 14:01:56.720183 | fa163e2e-69a7-8df9-1ef2-000000003bdc | TASK | Create container logs path 2025-10-13 14:01:56.929234 | fa163e2e-69a7-8df9-1ef2-000000003bdc | OK | Create container logs path | standalone 2025-10-13 14:01:56.930967 | fa163e2e-69a7-8df9-1ef2-000000003bdc | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:52.250161 | 0.21s 2025-10-13 14:01:56.968167 | fa163e2e-69a7-8df9-1ef2-000000003bde | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-13 14:01:57.262458 | fa163e2e-69a7-8df9-1ef2-000000003bde | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-13 14:01:57.263479 | fa163e2e-69a7-8df9-1ef2-000000003bde | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:17:52.582685 | 0.29s 2025-10-13 14:01:57.289085 | fa163e2e-69a7-8df9-1ef2-000000003bdf | TASK | Finalise hashes for all containers 2025-10-13 14:01:57.324979 | fa163e2e-69a7-8df9-1ef2-000000003bdf | OK | Finalise hashes for all containers | standalone 2025-10-13 14:01:57.326264 | fa163e2e-69a7-8df9-1ef2-000000003bdf | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:52.645466 | 0.03s 2025-10-13 14:01:57.357391 | fa163e2e-69a7-8df9-1ef2-000000003be1 | TASK | Manage systemd shutdown files 2025-10-13 14:01:57.396990 | fa163e2e-69a7-8df9-1ef2-000000003be1 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 14:01:57.398596 | fa163e2e-69a7-8df9-1ef2-000000003be1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:52.717791 | 0.04s 2025-10-13 14:01:57.430923 | fa163e2e-69a7-8df9-1ef2-000000003be3 | TASK | Update container configs with new config hashes 2025-10-13 14:01:57.485355 | fa163e2e-69a7-8df9-1ef2-000000003be3 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 14:01:57.486408 | fa163e2e-69a7-8df9-1ef2-000000003be3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:52.805614 | 0.05s 2025-10-13 14:01:57.515146 | fa163e2e-69a7-8df9-1ef2-000000003be4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-13 14:01:57.554534 | fa163e2e-69a7-8df9-1ef2-000000003be4 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-13 14:01:57.555312 | fa163e2e-69a7-8df9-1ef2-000000003be4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:17:52.874521 | 0.04s 2025-10-13 14:01:57.576581 | fa163e2e-69a7-8df9-1ef2-000000003be5 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-13 14:01:57.613366 | fa163e2e-69a7-8df9-1ef2-000000003be5 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-13 14:01:57.614330 | fa163e2e-69a7-8df9-1ef2-000000003be5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:17:52.933536 | 0.04s PLAY [External deployment step 4] ********************************************** 2025-10-13 14:01:57.731345 | fa163e2e-69a7-8df9-1ef2-0000000000de | TASK | External deployment step 4 2025-10-13 14:01:57.768134 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000de') missing from stats 2025-10-13 14:01:57.822270 | fa163e2e-69a7-8df9-1ef2-0000000000df | TIMING | include_tasks | undercloud | 0:17:53.141468 | 0.04s 2025-10-13 14:01:57.862243 | af32e0cb-1ca8-4518-a026-3562f173c2a8 | INCLUDED | /root/standalone-ansible-fa02z7re/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-13 14:01:57.887167 | fa163e2e-69a7-8df9-1ef2-000000003c34 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-13 14:01:59.542912 | fa163e2e-69a7-8df9-1ef2-000000003c34 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-13 14:01:59.545012 | fa163e2e-69a7-8df9-1ef2-000000003c34 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:17:54.864210 | 1.66s 2025-10-13 14:02:00.692503 | fa163e2e-69a7-8df9-1ef2-000000003c34 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-13 14:02:00.693637 | fa163e2e-69a7-8df9-1ef2-000000003c34 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:17:56.012846 | 2.80s 2025-10-13 14:02:00.697828 | fa163e2e-69a7-8df9-1ef2-000000003c34 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:17:56.017031 | 2.81s 2025-10-13 14:02:00.717138 | fa163e2e-69a7-8df9-1ef2-000000003c37 | TASK | Manage Keystone resources for OpenStack services 2025-10-13 14:02:00.768738 | fa163e2e-69a7-8df9-1ef2-000000003c37 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:17:56.087922 | 0.05s 2025-10-13 14:02:00.835080 | fa163e2e-69a7-8df9-1ef2-000000003c63 | TASK | Create Keystone Admin resources 2025-10-13 14:02:00.884830 | fa163e2e-69a7-8df9-1ef2-000000003c63 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:17:56.204028 | 0.05s 2025-10-13 14:02:00.912299 | 98521ba8-5fed-4da7-9428-e7cd3ac36446 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-13 14:02:00.942500 | fa163e2e-69a7-8df9-1ef2-000000003ca4 | TASK | Create admin and service projects 2025-10-13 14:02:00.980036 | fa163e2e-69a7-8df9-1ef2-000000003ca4 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:17:56.299233 | 0.04s 2025-10-13 14:02:00.990598 | 5a868c23-b1fd-4ff4-9d82-342afedd957b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-13 14:02:01.019647 | fa163e2e-69a7-8df9-1ef2-000000003cf5 | TASK | Async creation of Keystone project 2025-10-13 14:02:01.585230 | fa163e2e-69a7-8df9-1ef2-000000003cf5 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-13 14:02:01.586713 | fa163e2e-69a7-8df9-1ef2-000000003cf5 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:56.905912 | 0.57s 2025-10-13 14:02:01.884639 | fa163e2e-69a7-8df9-1ef2-000000003cf5 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-13 14:02:01.885212 | fa163e2e-69a7-8df9-1ef2-000000003cf5 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:57.204425 | 0.86s 2025-10-13 14:02:01.890759 | fa163e2e-69a7-8df9-1ef2-000000003cf5 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:17:57.209962 | 0.87s 2025-10-13 14:02:01.907538 | fa163e2e-69a7-8df9-1ef2-000000003cf7 | TASK | Check Keystone project status 2025-10-13 14:02:02.156981 | fa163e2e-69a7-8df9-1ef2-000000003cf7 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-13 14:02:07.377778 | fa163e2e-69a7-8df9-1ef2-000000003cf7 | OK | Check Keystone project status | undercloud | item=admin 2025-10-13 14:02:07.380305 | fa163e2e-69a7-8df9-1ef2-000000003cf7 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:02.699512 | 5.47s 2025-10-13 14:02:07.576702 | fa163e2e-69a7-8df9-1ef2-000000003cf7 | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-13 14:02:07.578591 | fa163e2e-69a7-8df9-1ef2-000000003cf7 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:02.897794 | 5.67s 2025-10-13 14:02:07.589686 | fa163e2e-69a7-8df9-1ef2-000000003cf7 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:02.908629 | 5.68s 2025-10-13 14:02:07.609530 | fa163e2e-69a7-8df9-1ef2-000000003ca5 | TASK | Create admin role 2025-10-13 14:02:09.016644 | fa163e2e-69a7-8df9-1ef2-000000003ca5 | OK | Create admin role | undercloud 2025-10-13 14:02:09.018209 | fa163e2e-69a7-8df9-1ef2-000000003ca5 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:18:04.337411 | 1.41s 2025-10-13 14:02:09.038056 | fa163e2e-69a7-8df9-1ef2-000000003ca6 | TASK | Create _member_ role 2025-10-13 14:02:09.088152 | fa163e2e-69a7-8df9-1ef2-000000003ca6 | SKIPPED | Create _member_ role | undercloud 2025-10-13 14:02:09.089337 | fa163e2e-69a7-8df9-1ef2-000000003ca6 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:18:04.408537 | 0.05s 2025-10-13 14:02:09.108987 | fa163e2e-69a7-8df9-1ef2-000000003ca7 | TASK | Check admin password 2025-10-13 14:02:10.487833 | fa163e2e-69a7-8df9-1ef2-000000003ca7 | OK | Check admin password | undercloud 2025-10-13 14:02:10.489190 | fa163e2e-69a7-8df9-1ef2-000000003ca7 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:18:05.808392 | 1.38s 2025-10-13 14:02:10.508352 | fa163e2e-69a7-8df9-1ef2-000000003ca8 | TASK | Create admin user 2025-10-13 14:02:12.272997 | fa163e2e-69a7-8df9-1ef2-000000003ca8 | CHANGED | Create admin user | undercloud 2025-10-13 14:02:12.275595 | fa163e2e-69a7-8df9-1ef2-000000003ca8 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:18:07.594785 | 1.77s 2025-10-13 14:02:12.294431 | fa163e2e-69a7-8df9-1ef2-000000003ca9 | TASK | Assign admin role to admin project for admin user 2025-10-13 14:02:13.819145 | fa163e2e-69a7-8df9-1ef2-000000003ca9 | OK | Assign admin role to admin project for admin user | undercloud 2025-10-13 14:02:13.820524 | fa163e2e-69a7-8df9-1ef2-000000003ca9 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:18:09.139686 | 1.52s 2025-10-13 14:02:13.841328 | fa163e2e-69a7-8df9-1ef2-000000003caa | TASK | Assign _member_ role to admin project for admin user 2025-10-13 14:02:13.905822 | fa163e2e-69a7-8df9-1ef2-000000003caa | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-13 14:02:13.906955 | fa163e2e-69a7-8df9-1ef2-000000003caa | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:18:09.226162 | 0.06s 2025-10-13 14:02:13.925914 | fa163e2e-69a7-8df9-1ef2-000000003cab | TASK | Create identity service 2025-10-13 14:02:15.193935 | fa163e2e-69a7-8df9-1ef2-000000003cab | OK | Create identity service | undercloud 2025-10-13 14:02:15.195561 | fa163e2e-69a7-8df9-1ef2-000000003cab | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:18:10.514755 | 1.27s 2025-10-13 14:02:15.215430 | fa163e2e-69a7-8df9-1ef2-000000003cac | TASK | Create identity public endpoint 2025-10-13 14:02:16.592885 | fa163e2e-69a7-8df9-1ef2-000000003cac | OK | Create identity public endpoint | undercloud 2025-10-13 14:02:16.594262 | fa163e2e-69a7-8df9-1ef2-000000003cac | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:18:11.913465 | 1.38s 2025-10-13 14:02:16.613508 | fa163e2e-69a7-8df9-1ef2-000000003cad | TASK | Create identity internal endpoint 2025-10-13 14:02:17.784990 | fa163e2e-69a7-8df9-1ef2-000000003cad | OK | Create identity internal endpoint | undercloud 2025-10-13 14:02:17.786419 | fa163e2e-69a7-8df9-1ef2-000000003cad | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:18:13.105620 | 1.17s 2025-10-13 14:02:17.806416 | fa163e2e-69a7-8df9-1ef2-000000003cae | TASK | Create identity admin endpoint 2025-10-13 14:02:18.994978 | fa163e2e-69a7-8df9-1ef2-000000003cae | OK | Create identity admin endpoint | undercloud 2025-10-13 14:02:18.996447 | fa163e2e-69a7-8df9-1ef2-000000003cae | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:18:14.315648 | 1.19s 2025-10-13 14:02:19.015082 | fa163e2e-69a7-8df9-1ef2-000000003c64 | TASK | Create Keystone Projects 2025-10-13 14:02:19.101189 | fa163e2e-69a7-8df9-1ef2-000000003c64 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:18:14.420374 | 0.08s 2025-10-13 14:02:19.113369 | fa163e2e-69a7-8df9-1ef2-000000003c64 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:18:14.432563 | 0.10s 2025-10-13 14:02:19.127556 | d84413cd-015b-4037-bea4-b415fe27732b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-13 14:02:19.176736 | fa163e2e-69a7-8df9-1ef2-000000003d81 | TASK | Async creation of Keystone project 2025-10-13 14:02:19.471740 | fa163e2e-69a7-8df9-1ef2-000000003d81 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-13 14:02:19.474058 | fa163e2e-69a7-8df9-1ef2-000000003d81 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:18:14.793245 | 0.30s 2025-10-13 14:02:19.484391 | fa163e2e-69a7-8df9-1ef2-000000003d81 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:18:14.803593 | 0.31s 2025-10-13 14:02:19.503295 | fa163e2e-69a7-8df9-1ef2-000000003d83 | TASK | Check Keystone project status 2025-10-13 14:02:19.704792 | fa163e2e-69a7-8df9-1ef2-000000003d83 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-13 14:02:24.932358 | fa163e2e-69a7-8df9-1ef2-000000003d83 | OK | Check Keystone project status | undercloud | item=service 2025-10-13 14:02:24.935259 | fa163e2e-69a7-8df9-1ef2-000000003d83 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:20.254451 | 5.43s 2025-10-13 14:02:24.944271 | fa163e2e-69a7-8df9-1ef2-000000003d83 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:18:20.263477 | 5.44s 2025-10-13 14:02:24.960257 | fa163e2e-69a7-8df9-1ef2-000000003c66 | TASK | Create Keystone Domains 2025-10-13 14:02:25.038747 | fa163e2e-69a7-8df9-1ef2-000000003c66 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:18:20.357933 | 0.08s 2025-10-13 14:02:25.051233 | fa163e2e-69a7-8df9-1ef2-000000003c66 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:18:20.370434 | 0.09s 2025-10-13 14:02:25.061352 | 3bbee6c3-557c-436c-87f7-5302cde665fa | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-13 14:02:25.104299 | fa163e2e-69a7-8df9-1ef2-000000003e36 | TASK | Async creation of Keystone domains 2025-10-13 14:02:25.574904 | fa163e2e-69a7-8df9-1ef2-000000003e36 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-13 14:02:25.577031 | fa163e2e-69a7-8df9-1ef2-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:18:20.896225 | 0.47s 2025-10-13 14:02:25.586996 | fa163e2e-69a7-8df9-1ef2-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:18:20.906202 | 0.48s 2025-10-13 14:02:25.601478 | fa163e2e-69a7-8df9-1ef2-000000003e38 | TASK | Check Keystone domain status 2025-10-13 14:02:25.877691 | fa163e2e-69a7-8df9-1ef2-000000003e38 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-13 14:02:31.099947 | fa163e2e-69a7-8df9-1ef2-000000003e38 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-13 14:02:31.100959 | fa163e2e-69a7-8df9-1ef2-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:18:26.420167 | 5.50s 2025-10-13 14:02:31.107334 | fa163e2e-69a7-8df9-1ef2-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:18:26.426535 | 5.50s 2025-10-13 14:02:31.123543 | fa163e2e-69a7-8df9-1ef2-000000003c68 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-13 14:02:31.174893 | fa163e2e-69a7-8df9-1ef2-000000003c68 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:18:26.494092 | 0.05s 2025-10-13 14:02:31.184263 | 81f02b94-6773-4657-8992-7ea1fb53f2b9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-13 14:02:31.226101 | fa163e2e-69a7-8df9-1ef2-000000003f00 | TASK | Collect OpenStack Keystone domains infos 2025-10-13 14:02:32.586925 | fa163e2e-69a7-8df9-1ef2-000000003f00 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-13 14:02:32.587830 | fa163e2e-69a7-8df9-1ef2-000000003f00 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:18:27.907036 | 1.36s 2025-10-13 14:02:32.603742 | fa163e2e-69a7-8df9-1ef2-000000003f01 | TASK | Set openstack_domains fact 2025-10-13 14:02:32.665253 | fa163e2e-69a7-8df9-1ef2-000000003f01 | OK | Set openstack_domains fact | undercloud 2025-10-13 14:02:32.666701 | fa163e2e-69a7-8df9-1ef2-000000003f01 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:18:27.985903 | 0.06s 2025-10-13 14:02:32.682233 | fa163e2e-69a7-8df9-1ef2-000000003c69 | TASK | Create Keystone Services 2025-10-13 14:02:32.782105 | fa163e2e-69a7-8df9-1ef2-000000003c69 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:28.101287 | 0.10s 2025-10-13 14:02:32.800210 | fa163e2e-69a7-8df9-1ef2-000000003c69 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:28.119406 | 0.12s 2025-10-13 14:02:32.808105 | fa163e2e-69a7-8df9-1ef2-000000003c69 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:18:28.127311 | 0.12s 2025-10-13 14:02:32.819573 | af555d20-9ab7-4476-9c8f-7ca3246cba61 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-13 14:02:32.825359 | 3ad87788-c68e-49b8-b7cb-2f393c969c70 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-13 14:02:32.871052 | fa163e2e-69a7-8df9-1ef2-000000003fdd | TASK | Async creation of Keystone service 2025-10-13 14:02:33.244517 | fa163e2e-69a7-8df9-1ef2-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-13 14:02:33.246588 | fa163e2e-69a7-8df9-1ef2-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:28.565787 | 0.37s 2025-10-13 14:02:33.526887 | fa163e2e-69a7-8df9-1ef2-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-13 14:02:33.528824 | fa163e2e-69a7-8df9-1ef2-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:28.848029 | 0.66s 2025-10-13 14:02:33.816816 | fa163e2e-69a7-8df9-1ef2-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-13 14:02:33.818438 | fa163e2e-69a7-8df9-1ef2-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:29.137643 | 0.95s 2025-10-13 14:02:34.100434 | fa163e2e-69a7-8df9-1ef2-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-13 14:02:34.101546 | fa163e2e-69a7-8df9-1ef2-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:29.420750 | 1.23s 2025-10-13 14:02:34.381133 | fa163e2e-69a7-8df9-1ef2-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-13 14:02:34.381978 | fa163e2e-69a7-8df9-1ef2-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:29.701187 | 1.51s 2025-10-13 14:02:34.633632 | fa163e2e-69a7-8df9-1ef2-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-13 14:02:34.636454 | fa163e2e-69a7-8df9-1ef2-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:29.955663 | 1.76s 2025-10-13 14:02:34.906244 | fa163e2e-69a7-8df9-1ef2-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-13 14:02:34.907115 | fa163e2e-69a7-8df9-1ef2-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:30.226327 | 2.03s 2025-10-13 14:02:35.156085 | fa163e2e-69a7-8df9-1ef2-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-13 14:02:35.157172 | fa163e2e-69a7-8df9-1ef2-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:30.476378 | 2.28s 2025-10-13 14:02:35.459804 | fa163e2e-69a7-8df9-1ef2-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-13 14:02:35.460584 | fa163e2e-69a7-8df9-1ef2-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:30.779794 | 2.59s 2025-10-13 14:02:35.746462 | fa163e2e-69a7-8df9-1ef2-000000003fdd | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-13 14:02:35.751472 | fa163e2e-69a7-8df9-1ef2-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:31.070678 | 2.88s 2025-10-13 14:02:35.759875 | fa163e2e-69a7-8df9-1ef2-000000003fdd | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:31.079081 | 2.89s 2025-10-13 14:02:35.779348 | fa163e2e-69a7-8df9-1ef2-000000003fdf | TASK | Check Keystone service status 2025-10-13 14:02:36.011225 | fa163e2e-69a7-8df9-1ef2-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-13 14:02:36.012121 | fa163e2e-69a7-8df9-1ef2-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:31.331331 | 0.23s 2025-10-13 14:02:36.223195 | fa163e2e-69a7-8df9-1ef2-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-13 14:02:36.224016 | fa163e2e-69a7-8df9-1ef2-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:31.543226 | 0.44s 2025-10-13 14:02:36.451670 | fa163e2e-69a7-8df9-1ef2-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-13 14:02:36.452794 | fa163e2e-69a7-8df9-1ef2-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:31.771999 | 0.67s 2025-10-13 14:02:36.701746 | fa163e2e-69a7-8df9-1ef2-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-13 14:02:36.702990 | fa163e2e-69a7-8df9-1ef2-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:32.022194 | 0.92s 2025-10-13 14:02:36.984845 | fa163e2e-69a7-8df9-1ef2-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-13 14:02:36.985681 | fa163e2e-69a7-8df9-1ef2-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:32.304891 | 1.21s 2025-10-13 14:02:37.260159 | fa163e2e-69a7-8df9-1ef2-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-13 14:02:37.261475 | fa163e2e-69a7-8df9-1ef2-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:32.580679 | 1.48s 2025-10-13 14:02:37.541473 | fa163e2e-69a7-8df9-1ef2-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-13 14:02:37.542636 | fa163e2e-69a7-8df9-1ef2-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:32.861839 | 1.76s 2025-10-13 14:02:37.771861 | fa163e2e-69a7-8df9-1ef2-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-13 14:02:37.772945 | fa163e2e-69a7-8df9-1ef2-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:33.092150 | 1.99s 2025-10-13 14:02:38.000262 | fa163e2e-69a7-8df9-1ef2-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-13 14:02:38.000971 | fa163e2e-69a7-8df9-1ef2-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:33.320182 | 2.22s 2025-10-13 14:02:38.248958 | fa163e2e-69a7-8df9-1ef2-000000003fdf | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-13 14:02:38.250201 | fa163e2e-69a7-8df9-1ef2-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:33.569404 | 2.47s 2025-10-13 14:02:38.265187 | fa163e2e-69a7-8df9-1ef2-000000003fdf | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:33.584377 | 2.48s 2025-10-13 14:02:38.285440 | fa163e2e-69a7-8df9-1ef2-000000003fe4 | TASK | Async creation of Keystone service 2025-10-13 14:02:38.623026 | fa163e2e-69a7-8df9-1ef2-000000003fe4 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-13 14:02:38.624534 | fa163e2e-69a7-8df9-1ef2-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:33.943698 | 0.34s 2025-10-13 14:02:38.636766 | fa163e2e-69a7-8df9-1ef2-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:18:33.955964 | 0.35s 2025-10-13 14:02:38.656323 | fa163e2e-69a7-8df9-1ef2-000000003fe6 | TASK | Check Keystone service status 2025-10-13 14:02:38.888746 | fa163e2e-69a7-8df9-1ef2-000000003fe6 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-13 14:02:44.081133 | fa163e2e-69a7-8df9-1ef2-000000003fe6 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-13 14:02:44.082038 | fa163e2e-69a7-8df9-1ef2-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:39.401244 | 5.42s 2025-10-13 14:02:44.086134 | fa163e2e-69a7-8df9-1ef2-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:18:39.405333 | 5.43s 2025-10-13 14:02:44.105636 | fa163e2e-69a7-8df9-1ef2-000000003c6b | TASK | Create Keystone Endpoints 2025-10-13 14:02:44.179887 | fa163e2e-69a7-8df9-1ef2-000000003c6b | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:39.499067 | 0.07s 2025-10-13 14:02:44.212397 | fa163e2e-69a7-8df9-1ef2-000000003c6b | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:39.531597 | 0.11s 2025-10-13 14:02:44.238650 | fa163e2e-69a7-8df9-1ef2-000000003c6b | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:39.557854 | 0.13s 2025-10-13 14:02:44.249805 | fa163e2e-69a7-8df9-1ef2-000000003c6b | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:18:39.569014 | 0.14s 2025-10-13 14:02:44.256539 | e802cfdd-32a0-4e14-a26d-991d80258e09 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-13 14:02:44.259754 | 1aaf9f51-2ab0-4fa7-b8a7-d3b04d17abb0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-13 14:02:44.262343 | bfaee72e-80ba-488e-883a-049608f3c539 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-13 14:02:44.301522 | fa163e2e-69a7-8df9-1ef2-00000000410e | TASK | Create Keystone public endpoints 2025-10-13 14:02:44.400262 | fa163e2e-69a7-8df9-1ef2-00000000410e | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:39.719451 | 0.10s 2025-10-13 14:02:44.417713 | fa163e2e-69a7-8df9-1ef2-00000000410e | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:39.736919 | 0.12s 2025-10-13 14:02:44.426004 | fa163e2e-69a7-8df9-1ef2-00000000410e | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:18:39.745206 | 0.12s 2025-10-13 14:02:44.446088 | 421d9390-e75c-416f-9bc5-bcf98587c353 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-13 14:02:44.455539 | 1b6cf491-d829-413b-882d-e431ea41547d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-13 14:02:44.475942 | fa163e2e-69a7-8df9-1ef2-000000004236 | TASK | Async creation of Keystone public endpoint 2025-10-13 14:02:44.832348 | fa163e2e-69a7-8df9-1ef2-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-13 14:02:44.834519 | fa163e2e-69a7-8df9-1ef2-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:40.153689 | 0.36s 2025-10-13 14:02:45.111473 | fa163e2e-69a7-8df9-1ef2-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-13 14:02:45.112122 | fa163e2e-69a7-8df9-1ef2-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:40.431334 | 0.64s 2025-10-13 14:02:45.348981 | fa163e2e-69a7-8df9-1ef2-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-13 14:02:45.349625 | fa163e2e-69a7-8df9-1ef2-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:40.668836 | 0.87s 2025-10-13 14:02:45.612306 | fa163e2e-69a7-8df9-1ef2-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-13 14:02:45.613068 | fa163e2e-69a7-8df9-1ef2-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:40.932281 | 1.14s 2025-10-13 14:02:45.910449 | fa163e2e-69a7-8df9-1ef2-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-13 14:02:45.911419 | fa163e2e-69a7-8df9-1ef2-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:41.230624 | 1.43s 2025-10-13 14:02:46.181544 | fa163e2e-69a7-8df9-1ef2-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-13 14:02:46.182134 | fa163e2e-69a7-8df9-1ef2-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:41.501346 | 1.71s 2025-10-13 14:02:46.475166 | fa163e2e-69a7-8df9-1ef2-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-13 14:02:46.476159 | fa163e2e-69a7-8df9-1ef2-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:41.795363 | 2.00s 2025-10-13 14:02:46.746913 | fa163e2e-69a7-8df9-1ef2-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-13 14:02:46.747663 | fa163e2e-69a7-8df9-1ef2-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:42.066871 | 2.27s 2025-10-13 14:02:47.002549 | fa163e2e-69a7-8df9-1ef2-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-13 14:02:47.003302 | fa163e2e-69a7-8df9-1ef2-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:42.322514 | 2.53s 2025-10-13 14:02:47.314594 | fa163e2e-69a7-8df9-1ef2-000000004236 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-13 14:02:47.315347 | fa163e2e-69a7-8df9-1ef2-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:42.634556 | 2.84s 2025-10-13 14:02:47.323708 | fa163e2e-69a7-8df9-1ef2-000000004236 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:42.642906 | 2.85s 2025-10-13 14:02:47.343596 | fa163e2e-69a7-8df9-1ef2-000000004238 | TASK | Check Keystone public endpoint status 2025-10-13 14:02:47.590752 | fa163e2e-69a7-8df9-1ef2-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-13 14:02:47.592071 | fa163e2e-69a7-8df9-1ef2-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:42.911273 | 0.25s 2025-10-13 14:02:47.842716 | fa163e2e-69a7-8df9-1ef2-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-13 14:02:47.846266 | fa163e2e-69a7-8df9-1ef2-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:43.165470 | 0.50s 2025-10-13 14:02:48.095550 | fa163e2e-69a7-8df9-1ef2-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-13 14:02:48.096198 | fa163e2e-69a7-8df9-1ef2-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:43.415409 | 0.75s 2025-10-13 14:02:48.338859 | fa163e2e-69a7-8df9-1ef2-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-13 14:02:48.339512 | fa163e2e-69a7-8df9-1ef2-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:43.658725 | 0.99s 2025-10-13 14:02:48.561315 | fa163e2e-69a7-8df9-1ef2-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-13 14:02:48.562084 | fa163e2e-69a7-8df9-1ef2-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:43.881297 | 1.22s 2025-10-13 14:02:48.771418 | fa163e2e-69a7-8df9-1ef2-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-13 14:02:48.773024 | fa163e2e-69a7-8df9-1ef2-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:44.092235 | 1.43s 2025-10-13 14:02:49.044346 | fa163e2e-69a7-8df9-1ef2-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-13 14:02:49.046126 | fa163e2e-69a7-8df9-1ef2-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:44.365338 | 1.70s 2025-10-13 14:02:49.322714 | fa163e2e-69a7-8df9-1ef2-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-13 14:02:49.324083 | fa163e2e-69a7-8df9-1ef2-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:44.643297 | 1.98s 2025-10-13 14:02:49.520952 | fa163e2e-69a7-8df9-1ef2-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-13 14:02:49.522185 | fa163e2e-69a7-8df9-1ef2-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:44.841389 | 2.18s 2025-10-13 14:02:49.758351 | fa163e2e-69a7-8df9-1ef2-000000004238 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-13 14:02:49.759743 | fa163e2e-69a7-8df9-1ef2-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:45.078945 | 2.41s 2025-10-13 14:02:49.770820 | fa163e2e-69a7-8df9-1ef2-000000004238 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:45.090015 | 2.43s 2025-10-13 14:02:49.793819 | fa163e2e-69a7-8df9-1ef2-00000000423d | TASK | Async creation of Keystone public endpoint 2025-10-13 14:02:50.132421 | fa163e2e-69a7-8df9-1ef2-00000000423d | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-13 14:02:50.134568 | fa163e2e-69a7-8df9-1ef2-00000000423d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:45.453765 | 0.34s 2025-10-13 14:02:50.144230 | fa163e2e-69a7-8df9-1ef2-00000000423d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:18:45.463431 | 0.35s 2025-10-13 14:02:50.161396 | fa163e2e-69a7-8df9-1ef2-00000000423f | TASK | Check Keystone public endpoint status 2025-10-13 14:02:50.365420 | fa163e2e-69a7-8df9-1ef2-00000000423f | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-13 14:02:55.584679 | fa163e2e-69a7-8df9-1ef2-00000000423f | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-13 14:02:55.587006 | fa163e2e-69a7-8df9-1ef2-00000000423f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:50.906204 | 5.42s 2025-10-13 14:02:55.597337 | fa163e2e-69a7-8df9-1ef2-00000000423f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:18:50.916537 | 5.43s 2025-10-13 14:02:55.619310 | fa163e2e-69a7-8df9-1ef2-000000004113 | TASK | Create Keystone admin endpoints 2025-10-13 14:02:55.714658 | fa163e2e-69a7-8df9-1ef2-000000004113 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:18:51.033849 | 0.09s 2025-10-13 14:02:55.764147 | fa163e2e-69a7-8df9-1ef2-000000004113 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:18:51.083351 | 0.14s 2025-10-13 14:02:55.774950 | fa163e2e-69a7-8df9-1ef2-000000004113 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:18:51.094149 | 0.15s 2025-10-13 14:02:55.793586 | e03db4be-5df0-4381-bcdc-83400e3feb69 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-13 14:02:55.803376 | 938364f2-0120-4c0a-b664-260ccda7ee91 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-13 14:02:55.830172 | fa163e2e-69a7-8df9-1ef2-00000000428f | TASK | Async creation of Keystone admin endpoint 2025-10-13 14:02:56.158525 | fa163e2e-69a7-8df9-1ef2-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-13 14:02:56.160884 | fa163e2e-69a7-8df9-1ef2-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:51.480079 | 0.33s 2025-10-13 14:02:56.393468 | fa163e2e-69a7-8df9-1ef2-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-13 14:02:56.394443 | fa163e2e-69a7-8df9-1ef2-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:51.713649 | 0.56s 2025-10-13 14:02:56.702202 | fa163e2e-69a7-8df9-1ef2-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-13 14:02:56.702866 | fa163e2e-69a7-8df9-1ef2-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:52.022078 | 0.87s 2025-10-13 14:02:57.015223 | fa163e2e-69a7-8df9-1ef2-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-13 14:02:57.018248 | fa163e2e-69a7-8df9-1ef2-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:52.337451 | 1.19s 2025-10-13 14:02:57.296315 | fa163e2e-69a7-8df9-1ef2-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-13 14:02:57.298655 | fa163e2e-69a7-8df9-1ef2-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:52.617858 | 1.47s 2025-10-13 14:02:57.595340 | fa163e2e-69a7-8df9-1ef2-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-13 14:02:57.596044 | fa163e2e-69a7-8df9-1ef2-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:52.915256 | 1.76s 2025-10-13 14:02:57.937600 | fa163e2e-69a7-8df9-1ef2-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-13 14:02:57.940377 | fa163e2e-69a7-8df9-1ef2-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:53.259581 | 2.11s 2025-10-13 14:02:58.207045 | fa163e2e-69a7-8df9-1ef2-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-13 14:02:58.208039 | fa163e2e-69a7-8df9-1ef2-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:53.527245 | 2.38s 2025-10-13 14:02:58.530604 | fa163e2e-69a7-8df9-1ef2-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-13 14:02:58.531642 | fa163e2e-69a7-8df9-1ef2-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:53.850848 | 2.70s 2025-10-13 14:02:58.851879 | fa163e2e-69a7-8df9-1ef2-00000000428f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-13 14:02:58.852947 | fa163e2e-69a7-8df9-1ef2-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:54.172153 | 3.02s 2025-10-13 14:02:58.867718 | fa163e2e-69a7-8df9-1ef2-00000000428f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:54.186917 | 3.04s 2025-10-13 14:02:58.890999 | fa163e2e-69a7-8df9-1ef2-000000004291 | TASK | Check Keystone admin endpoint status 2025-10-13 14:02:59.103708 | fa163e2e-69a7-8df9-1ef2-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-13 14:02:59.105314 | fa163e2e-69a7-8df9-1ef2-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:54.424512 | 0.21s 2025-10-13 14:02:59.309691 | fa163e2e-69a7-8df9-1ef2-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-13 14:02:59.310891 | fa163e2e-69a7-8df9-1ef2-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:54.630095 | 0.42s 2025-10-13 14:02:59.561867 | fa163e2e-69a7-8df9-1ef2-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-13 14:02:59.563014 | fa163e2e-69a7-8df9-1ef2-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:54.882218 | 0.67s 2025-10-13 14:02:59.803955 | fa163e2e-69a7-8df9-1ef2-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-13 14:02:59.806216 | fa163e2e-69a7-8df9-1ef2-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:55.125418 | 0.91s 2025-10-13 14:03:00.097644 | fa163e2e-69a7-8df9-1ef2-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-13 14:03:00.098330 | fa163e2e-69a7-8df9-1ef2-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:55.417543 | 1.21s 2025-10-13 14:03:00.314238 | fa163e2e-69a7-8df9-1ef2-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-13 14:03:00.315427 | fa163e2e-69a7-8df9-1ef2-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:55.634631 | 1.42s 2025-10-13 14:03:00.510943 | fa163e2e-69a7-8df9-1ef2-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-13 14:03:00.512849 | fa163e2e-69a7-8df9-1ef2-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:55.832053 | 1.62s 2025-10-13 14:03:00.743369 | fa163e2e-69a7-8df9-1ef2-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-13 14:03:00.745298 | fa163e2e-69a7-8df9-1ef2-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:56.064503 | 1.85s 2025-10-13 14:03:01.005359 | fa163e2e-69a7-8df9-1ef2-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-13 14:03:01.006389 | fa163e2e-69a7-8df9-1ef2-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:56.325596 | 2.11s 2025-10-13 14:03:01.297898 | fa163e2e-69a7-8df9-1ef2-000000004291 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-13 14:03:01.299551 | fa163e2e-69a7-8df9-1ef2-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:56.618749 | 2.41s 2025-10-13 14:03:01.315070 | fa163e2e-69a7-8df9-1ef2-000000004291 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:18:56.634270 | 2.42s 2025-10-13 14:03:01.345829 | fa163e2e-69a7-8df9-1ef2-000000004296 | TASK | Async creation of Keystone admin endpoint 2025-10-13 14:03:01.722886 | fa163e2e-69a7-8df9-1ef2-000000004296 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-13 14:03:01.724139 | fa163e2e-69a7-8df9-1ef2-000000004296 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:57.043338 | 0.38s 2025-10-13 14:03:01.736416 | fa163e2e-69a7-8df9-1ef2-000000004296 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:18:57.055617 | 0.39s 2025-10-13 14:03:01.758151 | fa163e2e-69a7-8df9-1ef2-000000004298 | TASK | Check Keystone admin endpoint status 2025-10-13 14:03:02.002598 | fa163e2e-69a7-8df9-1ef2-000000004298 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-13 14:03:07.179868 | fa163e2e-69a7-8df9-1ef2-000000004298 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-13 14:03:07.181135 | fa163e2e-69a7-8df9-1ef2-000000004298 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:02.500335 | 5.42s 2025-10-13 14:03:07.187997 | fa163e2e-69a7-8df9-1ef2-000000004298 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:19:02.507197 | 5.43s 2025-10-13 14:03:07.206117 | fa163e2e-69a7-8df9-1ef2-000000004118 | TASK | Create Keystone internal endpoints 2025-10-13 14:03:07.318753 | fa163e2e-69a7-8df9-1ef2-000000004118 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:19:02.637933 | 0.11s 2025-10-13 14:03:07.336470 | fa163e2e-69a7-8df9-1ef2-000000004118 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:19:02.655662 | 0.13s 2025-10-13 14:03:07.350048 | fa163e2e-69a7-8df9-1ef2-000000004118 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:19:02.669246 | 0.14s 2025-10-13 14:03:07.363194 | 6470a5c0-e698-48b9-b199-0933c72b5668 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-13 14:03:07.370144 | e0a74840-6f4f-4dea-b4f3-3072d2059643 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-13 14:03:07.392148 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | TASK | Async creation of Keystone internal endpoint 2025-10-13 14:03:07.712751 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-13 14:03:07.713799 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:03.033004 | 0.32s 2025-10-13 14:03:07.997872 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-13 14:03:07.999197 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:03.318396 | 0.61s 2025-10-13 14:03:08.267927 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-13 14:03:08.269090 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:03.588287 | 0.88s 2025-10-13 14:03:08.580749 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-13 14:03:08.581384 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:03.900596 | 1.19s 2025-10-13 14:03:08.840782 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-13 14:03:08.842174 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:04.161386 | 1.45s 2025-10-13 14:03:09.128247 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-13 14:03:09.129214 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:04.448418 | 1.74s 2025-10-13 14:03:09.401536 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-13 14:03:09.403562 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:04.722766 | 2.01s 2025-10-13 14:03:09.638944 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-13 14:03:09.640838 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:04.960042 | 2.25s 2025-10-13 14:03:09.869510 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-13 14:03:09.870574 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:05.189778 | 2.48s 2025-10-13 14:03:10.178360 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-13 14:03:10.178949 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:05.498162 | 2.79s 2025-10-13 14:03:10.183860 | fa163e2e-69a7-8df9-1ef2-0000000042e8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:05.503062 | 2.79s 2025-10-13 14:03:10.207137 | fa163e2e-69a7-8df9-1ef2-0000000042ea | TASK | Check Keystone internal endpoint status 2025-10-13 14:03:10.446924 | fa163e2e-69a7-8df9-1ef2-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-13 14:03:10.447838 | fa163e2e-69a7-8df9-1ef2-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:05.767045 | 0.24s 2025-10-13 14:03:10.695351 | fa163e2e-69a7-8df9-1ef2-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-13 14:03:10.696183 | fa163e2e-69a7-8df9-1ef2-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:06.015393 | 0.49s 2025-10-13 14:03:10.898097 | fa163e2e-69a7-8df9-1ef2-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-13 14:03:10.900127 | fa163e2e-69a7-8df9-1ef2-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:06.219330 | 0.69s 2025-10-13 14:03:11.114101 | fa163e2e-69a7-8df9-1ef2-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-13 14:03:11.116239 | fa163e2e-69a7-8df9-1ef2-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:06.435442 | 0.91s 2025-10-13 14:03:11.352431 | fa163e2e-69a7-8df9-1ef2-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-13 14:03:11.354256 | fa163e2e-69a7-8df9-1ef2-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:06.673461 | 1.14s 2025-10-13 14:03:11.545627 | fa163e2e-69a7-8df9-1ef2-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-13 14:03:11.547184 | fa163e2e-69a7-8df9-1ef2-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:06.866395 | 1.34s 2025-10-13 14:03:11.769777 | fa163e2e-69a7-8df9-1ef2-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-13 14:03:11.770544 | fa163e2e-69a7-8df9-1ef2-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:07.089756 | 1.56s 2025-10-13 14:03:12.018618 | fa163e2e-69a7-8df9-1ef2-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-13 14:03:12.019852 | fa163e2e-69a7-8df9-1ef2-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:07.339057 | 1.81s 2025-10-13 14:03:12.297538 | fa163e2e-69a7-8df9-1ef2-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-13 14:03:12.298958 | fa163e2e-69a7-8df9-1ef2-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:07.618162 | 2.09s 2025-10-13 14:03:12.481695 | fa163e2e-69a7-8df9-1ef2-0000000042ea | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-13 14:03:12.483319 | fa163e2e-69a7-8df9-1ef2-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:07.802518 | 2.27s 2025-10-13 14:03:12.498020 | fa163e2e-69a7-8df9-1ef2-0000000042ea | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:07.817216 | 2.29s 2025-10-13 14:03:12.527543 | fa163e2e-69a7-8df9-1ef2-0000000042ef | TASK | Async creation of Keystone internal endpoint 2025-10-13 14:03:12.904975 | fa163e2e-69a7-8df9-1ef2-0000000042ef | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-13 14:03:12.906111 | fa163e2e-69a7-8df9-1ef2-0000000042ef | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:08.225315 | 0.38s 2025-10-13 14:03:12.924653 | fa163e2e-69a7-8df9-1ef2-0000000042ef | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:19:08.243860 | 0.40s 2025-10-13 14:03:12.940087 | fa163e2e-69a7-8df9-1ef2-0000000042f1 | TASK | Check Keystone internal endpoint status 2025-10-13 14:03:13.147039 | fa163e2e-69a7-8df9-1ef2-0000000042f1 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-13 14:03:18.339807 | fa163e2e-69a7-8df9-1ef2-0000000042f1 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-13 14:03:18.341152 | fa163e2e-69a7-8df9-1ef2-0000000042f1 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:13.660353 | 5.40s 2025-10-13 14:03:18.347909 | fa163e2e-69a7-8df9-1ef2-0000000042f1 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:19:13.667109 | 5.41s 2025-10-13 14:03:18.368575 | fa163e2e-69a7-8df9-1ef2-000000003c6d | TASK | Run cleanup tasks 2025-10-13 14:03:18.422142 | fa163e2e-69a7-8df9-1ef2-000000003c6d | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:19:13.741321 | 0.05s 2025-10-13 14:03:18.438702 | b22fb420-c745-4708-aebd-6587085fe8bc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-13 14:03:18.521185 | fa163e2e-69a7-8df9-1ef2-00000000433d | TASK | Get list of enabled services 2025-10-13 14:03:21.209063 | fa163e2e-69a7-8df9-1ef2-00000000433d | CHANGED | Get list of enabled services | undercloud 2025-10-13 14:03:21.210582 | fa163e2e-69a7-8df9-1ef2-00000000433d | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:19:16.529790 | 2.69s 2025-10-13 14:03:21.225217 | fa163e2e-69a7-8df9-1ef2-00000000433e | TASK | List services to be disabled 2025-10-13 14:03:21.308435 | fa163e2e-69a7-8df9-1ef2-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-13 14:03:21.344251 | fa163e2e-69a7-8df9-1ef2-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-13 14:03:21.374768 | fa163e2e-69a7-8df9-1ef2-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-13 14:03:21.401187 | fa163e2e-69a7-8df9-1ef2-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-13 14:03:21.426176 | fa163e2e-69a7-8df9-1ef2-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-13 14:03:21.451557 | fa163e2e-69a7-8df9-1ef2-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-13 14:03:21.480726 | fa163e2e-69a7-8df9-1ef2-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-13 14:03:21.504294 | fa163e2e-69a7-8df9-1ef2-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-13 14:03:21.531218 | fa163e2e-69a7-8df9-1ef2-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-13 14:03:21.557817 | fa163e2e-69a7-8df9-1ef2-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-13 14:03:21.584643 | fa163e2e-69a7-8df9-1ef2-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-13 14:03:21.608585 | fa163e2e-69a7-8df9-1ef2-00000000433e | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-13 14:03:21.621232 | fa163e2e-69a7-8df9-1ef2-00000000433e | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:19:16.940426 | 0.39s 2025-10-13 14:03:21.642652 | fa163e2e-69a7-8df9-1ef2-00000000433f | TASK | Delete keystone services not enabled 2025-10-13 14:03:21.668988 | fa163e2e-69a7-8df9-1ef2-00000000433f | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:19:16.988171 | 0.02s 2025-10-13 14:03:21.689237 | fa163e2e-69a7-8df9-1ef2-000000003c6e | TASK | Create Keystone Roles 2025-10-13 14:03:21.787552 | fa163e2e-69a7-8df9-1ef2-000000003c6e | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:19:17.106233 | 0.10s 2025-10-13 14:03:21.798891 | fa163e2e-69a7-8df9-1ef2-000000003c6e | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:19:17.118100 | 0.11s 2025-10-13 14:03:21.808431 | 9607549e-6fc9-4457-9907-c65027306135 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-13 14:03:21.870442 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | TASK | Async creation of Keystone role 2025-10-13 14:03:22.190719 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-13 14:03:22.192156 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:17.511360 | 0.32s 2025-10-13 14:03:22.448778 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-13 14:03:22.450842 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:17.770046 | 0.58s 2025-10-13 14:03:22.728207 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-13 14:03:22.729263 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:18.048467 | 0.86s 2025-10-13 14:03:23.022417 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-13 14:03:23.025294 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:18.344493 | 1.15s 2025-10-13 14:03:23.291902 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-13 14:03:23.293655 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:18.612797 | 1.42s 2025-10-13 14:03:23.641726 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-13 14:03:23.643280 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:18.962487 | 1.77s 2025-10-13 14:03:23.942300 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-13 14:03:23.943098 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:19.262307 | 2.07s 2025-10-13 14:03:24.204081 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-13 14:03:24.205375 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:19.524586 | 2.33s 2025-10-13 14:03:24.209609 | fa163e2e-69a7-8df9-1ef2-0000000044a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:19:19.528811 | 2.34s 2025-10-13 14:03:24.226788 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | TASK | Check Keystone role status 2025-10-13 14:03:24.438856 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-13 14:03:24.440717 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:19.759922 | 0.21s 2025-10-13 14:03:24.639281 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-13 14:03:24.640176 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:19.959386 | 0.41s 2025-10-13 14:03:24.910415 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-13 14:03:24.912707 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:20.231919 | 0.68s 2025-10-13 14:03:25.172007 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-13 14:03:25.173782 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:20.492989 | 0.95s 2025-10-13 14:03:25.431653 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-13 14:03:25.433795 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:20.752998 | 1.21s 2025-10-13 14:03:25.683979 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-13 14:03:25.687821 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:21.007019 | 1.46s 2025-10-13 14:03:25.946972 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-13 14:03:25.948207 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:21.267421 | 1.72s 2025-10-13 14:03:26.153601 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-13 14:03:26.155039 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:21.474249 | 1.93s 2025-10-13 14:03:26.160775 | fa163e2e-69a7-8df9-1ef2-0000000044a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:19:21.479966 | 1.93s 2025-10-13 14:03:26.183272 | fa163e2e-69a7-8df9-1ef2-000000003c70 | TASK | Create Keystone Users 2025-10-13 14:03:26.267853 | fa163e2e-69a7-8df9-1ef2-000000003c70 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:19:21.587033 | 0.08s 2025-10-13 14:03:26.285549 | fa163e2e-69a7-8df9-1ef2-000000003c70 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:19:21.604747 | 0.10s 2025-10-13 14:03:26.299561 | fa163e2e-69a7-8df9-1ef2-000000003c70 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:19:21.618741 | 0.11s 2025-10-13 14:03:26.326072 | 1235616f-083e-43f1-84c9-31736aae3191 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-13 14:03:26.340326 | 50556547-e083-4b32-a95c-ed7abcd3db39 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-13 14:03:26.397664 | fa163e2e-69a7-8df9-1ef2-000000004635 | TASK | Check password of Keystone user 2025-10-13 14:03:27.501183 | fa163e2e-69a7-8df9-1ef2-000000004635 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:27.504110 | fa163e2e-69a7-8df9-1ef2-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:22.823302 | 1.11s 2025-10-13 14:03:28.554056 | fa163e2e-69a7-8df9-1ef2-000000004635 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:28.556860 | fa163e2e-69a7-8df9-1ef2-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:23.876049 | 2.16s 2025-10-13 14:03:29.488968 | fa163e2e-69a7-8df9-1ef2-000000004635 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:29.490722 | fa163e2e-69a7-8df9-1ef2-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:24.809925 | 3.09s 2025-10-13 14:03:30.350534 | fa163e2e-69a7-8df9-1ef2-000000004635 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:30.352186 | fa163e2e-69a7-8df9-1ef2-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:25.671390 | 3.95s 2025-10-13 14:03:31.310293 | fa163e2e-69a7-8df9-1ef2-000000004635 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:31.311103 | fa163e2e-69a7-8df9-1ef2-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:26.630312 | 4.91s 2025-10-13 14:03:32.242615 | fa163e2e-69a7-8df9-1ef2-000000004635 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:32.244155 | fa163e2e-69a7-8df9-1ef2-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:27.563365 | 5.85s 2025-10-13 14:03:33.126332 | fa163e2e-69a7-8df9-1ef2-000000004635 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:33.127786 | fa163e2e-69a7-8df9-1ef2-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:28.446992 | 6.73s 2025-10-13 14:03:34.039366 | fa163e2e-69a7-8df9-1ef2-000000004635 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:34.041339 | fa163e2e-69a7-8df9-1ef2-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:29.360539 | 7.64s 2025-10-13 14:03:34.945623 | fa163e2e-69a7-8df9-1ef2-000000004635 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:34.946551 | fa163e2e-69a7-8df9-1ef2-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:30.265751 | 8.55s 2025-10-13 14:03:35.897901 | fa163e2e-69a7-8df9-1ef2-000000004635 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:35.898443 | fa163e2e-69a7-8df9-1ef2-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:31.217654 | 9.50s 2025-10-13 14:03:35.903288 | fa163e2e-69a7-8df9-1ef2-000000004635 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:35.904326 | fa163e2e-69a7-8df9-1ef2-000000004635 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:31.223533 | 9.51s 2025-10-13 14:03:35.923137 | fa163e2e-69a7-8df9-1ef2-000000004637 | TASK | Async creation of Keystone user 2025-10-13 14:03:36.296429 | fa163e2e-69a7-8df9-1ef2-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:36.299242 | fa163e2e-69a7-8df9-1ef2-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:31.618432 | 0.37s 2025-10-13 14:03:36.665454 | fa163e2e-69a7-8df9-1ef2-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:36.666295 | fa163e2e-69a7-8df9-1ef2-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:31.985504 | 0.74s 2025-10-13 14:03:37.007643 | fa163e2e-69a7-8df9-1ef2-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:37.008590 | fa163e2e-69a7-8df9-1ef2-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:32.327795 | 1.08s 2025-10-13 14:03:37.311451 | fa163e2e-69a7-8df9-1ef2-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:37.312350 | fa163e2e-69a7-8df9-1ef2-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:32.631556 | 1.39s 2025-10-13 14:03:37.657850 | fa163e2e-69a7-8df9-1ef2-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:37.658541 | fa163e2e-69a7-8df9-1ef2-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:32.977751 | 1.73s 2025-10-13 14:03:38.013434 | fa163e2e-69a7-8df9-1ef2-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:38.014133 | fa163e2e-69a7-8df9-1ef2-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:33.333344 | 2.09s 2025-10-13 14:03:38.307375 | fa163e2e-69a7-8df9-1ef2-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:38.309158 | fa163e2e-69a7-8df9-1ef2-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:33.628369 | 2.38s 2025-10-13 14:03:38.633353 | fa163e2e-69a7-8df9-1ef2-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:38.633945 | fa163e2e-69a7-8df9-1ef2-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:33.953158 | 2.71s 2025-10-13 14:03:38.911275 | fa163e2e-69a7-8df9-1ef2-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:38.911802 | fa163e2e-69a7-8df9-1ef2-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:34.231014 | 2.99s 2025-10-13 14:03:39.171120 | fa163e2e-69a7-8df9-1ef2-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:39.171688 | fa163e2e-69a7-8df9-1ef2-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:34.490900 | 3.25s 2025-10-13 14:03:39.183177 | fa163e2e-69a7-8df9-1ef2-000000004637 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:39.184106 | fa163e2e-69a7-8df9-1ef2-000000004637 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:34.503311 | 3.26s 2025-10-13 14:03:39.202831 | fa163e2e-69a7-8df9-1ef2-000000004639 | TASK | Check Keystone user status 2025-10-13 14:03:39.450820 | fa163e2e-69a7-8df9-1ef2-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:39.451644 | fa163e2e-69a7-8df9-1ef2-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:34.770853 | 0.25s 2025-10-13 14:03:39.677356 | fa163e2e-69a7-8df9-1ef2-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:39.678107 | fa163e2e-69a7-8df9-1ef2-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:34.997319 | 0.47s 2025-10-13 14:03:39.944401 | fa163e2e-69a7-8df9-1ef2-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:39.945171 | fa163e2e-69a7-8df9-1ef2-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:35.264380 | 0.74s 2025-10-13 14:03:40.216840 | fa163e2e-69a7-8df9-1ef2-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:40.217544 | fa163e2e-69a7-8df9-1ef2-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:35.536751 | 1.01s 2025-10-13 14:03:40.532984 | fa163e2e-69a7-8df9-1ef2-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:40.533664 | fa163e2e-69a7-8df9-1ef2-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:35.852874 | 1.33s 2025-10-13 14:03:40.784964 | fa163e2e-69a7-8df9-1ef2-000000004639 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-13 14:03:46.013945 | fa163e2e-69a7-8df9-1ef2-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:46.015139 | fa163e2e-69a7-8df9-1ef2-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:41.334342 | 6.81s 2025-10-13 14:03:46.306326 | fa163e2e-69a7-8df9-1ef2-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:46.307078 | fa163e2e-69a7-8df9-1ef2-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:41.626288 | 7.10s 2025-10-13 14:03:46.565360 | fa163e2e-69a7-8df9-1ef2-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:46.566316 | fa163e2e-69a7-8df9-1ef2-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:41.885521 | 7.36s 2025-10-13 14:03:46.836275 | fa163e2e-69a7-8df9-1ef2-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:46.836839 | fa163e2e-69a7-8df9-1ef2-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:42.156053 | 7.63s 2025-10-13 14:03:47.109124 | fa163e2e-69a7-8df9-1ef2-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:47.111049 | fa163e2e-69a7-8df9-1ef2-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:42.430254 | 7.91s 2025-10-13 14:03:47.121401 | fa163e2e-69a7-8df9-1ef2-000000004639 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:47.122394 | fa163e2e-69a7-8df9-1ef2-000000004639 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:42.441599 | 7.92s 2025-10-13 14:03:47.147263 | fa163e2e-69a7-8df9-1ef2-00000000463e | TASK | Check password of Keystone user 2025-10-13 14:03:48.114649 | fa163e2e-69a7-8df9-1ef2-00000000463e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:48.116136 | fa163e2e-69a7-8df9-1ef2-00000000463e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:43.435331 | 0.97s 2025-10-13 14:03:49.057097 | fa163e2e-69a7-8df9-1ef2-00000000463e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:49.058795 | fa163e2e-69a7-8df9-1ef2-00000000463e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:44.378006 | 1.91s 2025-10-13 14:03:49.957107 | fa163e2e-69a7-8df9-1ef2-00000000463e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:49.957820 | fa163e2e-69a7-8df9-1ef2-00000000463e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:45.277031 | 2.81s 2025-10-13 14:03:49.965520 | fa163e2e-69a7-8df9-1ef2-00000000463e | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-13 14:03:49.966508 | fa163e2e-69a7-8df9-1ef2-00000000463e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:19:45.285688 | 2.82s 2025-10-13 14:03:49.985446 | fa163e2e-69a7-8df9-1ef2-000000004640 | TASK | Async creation of Keystone user 2025-10-13 14:03:50.384523 | fa163e2e-69a7-8df9-1ef2-000000004640 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:50.385621 | fa163e2e-69a7-8df9-1ef2-000000004640 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:45.704821 | 0.40s 2025-10-13 14:03:50.744932 | fa163e2e-69a7-8df9-1ef2-000000004640 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:50.745462 | fa163e2e-69a7-8df9-1ef2-000000004640 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:46.064674 | 0.76s 2025-10-13 14:03:51.059823 | fa163e2e-69a7-8df9-1ef2-000000004640 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:51.060944 | fa163e2e-69a7-8df9-1ef2-000000004640 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:46.380143 | 1.07s 2025-10-13 14:03:51.071209 | fa163e2e-69a7-8df9-1ef2-000000004640 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 14:03:51.071898 | fa163e2e-69a7-8df9-1ef2-000000004640 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:19:46.391110 | 1.09s 2025-10-13 14:03:51.086841 | fa163e2e-69a7-8df9-1ef2-000000004642 | TASK | Check Keystone user status 2025-10-13 14:03:51.309865 | fa163e2e-69a7-8df9-1ef2-000000004642 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-13 14:03:56.500572 | fa163e2e-69a7-8df9-1ef2-000000004642 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:56.502203 | fa163e2e-69a7-8df9-1ef2-000000004642 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:51.821407 | 5.41s 2025-10-13 14:03:56.791637 | fa163e2e-69a7-8df9-1ef2-000000004642 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:56.793781 | fa163e2e-69a7-8df9-1ef2-000000004642 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:52.112984 | 5.70s 2025-10-13 14:03:57.053223 | fa163e2e-69a7-8df9-1ef2-000000004642 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:57.055730 | fa163e2e-69a7-8df9-1ef2-000000004642 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:52.374928 | 5.96s 2025-10-13 14:03:57.065790 | fa163e2e-69a7-8df9-1ef2-000000004642 | CHANGED | Check Keystone user status | undercloud 2025-10-13 14:03:57.066990 | fa163e2e-69a7-8df9-1ef2-000000004642 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:19:52.386193 | 5.97s 2025-10-13 14:03:57.091354 | fa163e2e-69a7-8df9-1ef2-000000003c72 | TASK | Assign Keystone Users to Roles 2025-10-13 14:03:57.179332 | fa163e2e-69a7-8df9-1ef2-000000003c72 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:19:52.498507 | 0.09s 2025-10-13 14:03:57.205515 | fa163e2e-69a7-8df9-1ef2-000000003c72 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:19:52.524688 | 0.11s 2025-10-13 14:03:57.220149 | fa163e2e-69a7-8df9-1ef2-000000003c72 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:19:52.539340 | 0.13s 2025-10-13 14:03:57.234638 | bf58b1ec-358e-439c-bf67-085ffe694a98 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-13 14:03:57.242273 | b08b0f5e-73f2-4baf-bab2-cbc5928f86e0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-13 14:03:57.317832 | fa163e2e-69a7-8df9-1ef2-000000004821 | TASK | Async assignment of Keystone user per role 2025-10-13 14:03:57.416648 | fa163e2e-69a7-8df9-1ef2-000000004821 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:52.735819 | 0.10s 2025-10-13 14:03:57.437861 | fa163e2e-69a7-8df9-1ef2-000000004821 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:52.757045 | 0.12s 2025-10-13 14:03:57.444715 | fa163e2e-69a7-8df9-1ef2-000000004821 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:19:52.763908 | 0.13s 2025-10-13 14:03:57.461776 | 699711ae-e0a5-4a42-a5ee-a8c69ca64add | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-13 14:03:57.471635 | f6c4e3df-3884-4ca4-8707-1739020a3b28 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-13 14:03:57.494297 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | TASK | Async assignment of Keystone user to roles 2025-10-13 14:03:57.880542 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-13 14:03:57.881647 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:53.200852 | 0.39s 2025-10-13 14:03:58.195031 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-13 14:03:58.195761 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:53.514972 | 0.70s 2025-10-13 14:03:58.462788 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-13 14:03:58.464645 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:53.783856 | 0.97s 2025-10-13 14:03:58.779150 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-13 14:03:58.779767 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:54.098980 | 1.28s 2025-10-13 14:03:59.057082 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-13 14:03:59.057718 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:54.376931 | 1.56s 2025-10-13 14:03:59.387585 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-13 14:03:59.388325 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:54.707538 | 1.89s 2025-10-13 14:03:59.671648 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-13 14:03:59.672645 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:54.991855 | 2.18s 2025-10-13 14:04:00.019285 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-13 14:04:00.020069 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:55.339280 | 2.52s 2025-10-13 14:04:00.341224 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-13 14:04:00.342140 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:55.661354 | 2.85s 2025-10-13 14:04:00.640067 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-13 14:04:00.640766 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:55.959979 | 3.15s 2025-10-13 14:04:00.650246 | fa163e2e-69a7-8df9-1ef2-0000000049e5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:19:55.969445 | 3.15s 2025-10-13 14:04:00.671199 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | TASK | Check Keystone user assignment to roles status 2025-10-13 14:04:00.924630 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-13 14:04:06.119168 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-13 14:04:06.120361 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:01.439559 | 5.45s 2025-10-13 14:04:06.400719 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-13 14:04:06.402581 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:01.721782 | 5.73s 2025-10-13 14:04:06.648685 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-13 14:04:06.650745 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:01.969947 | 5.98s 2025-10-13 14:04:06.940945 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-13 14:04:06.942718 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:02.261930 | 6.27s 2025-10-13 14:04:07.238941 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-13 14:04:07.240164 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:02.559362 | 6.57s 2025-10-13 14:04:07.425429 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-13 14:04:07.426559 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:02.745763 | 6.75s 2025-10-13 14:04:07.673237 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-13 14:04:07.674357 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:02.993562 | 7.00s 2025-10-13 14:04:07.956465 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-13 14:04:07.957645 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:03.276847 | 7.28s 2025-10-13 14:04:08.195620 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-13 14:04:08.196430 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:03.515640 | 7.52s 2025-10-13 14:04:08.447320 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-13 14:04:08.448263 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:03.767471 | 7.77s 2025-10-13 14:04:08.458334 | fa163e2e-69a7-8df9-1ef2-0000000049e7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:03.777522 | 7.79s 2025-10-13 14:04:08.483580 | fa163e2e-69a7-8df9-1ef2-0000000049ec | TASK | Async assignment of Keystone user to roles 2025-10-13 14:04:08.850819 | fa163e2e-69a7-8df9-1ef2-0000000049ec | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-13 14:04:08.852913 | fa163e2e-69a7-8df9-1ef2-0000000049ec | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:04.172121 | 0.37s 2025-10-13 14:04:09.225605 | fa163e2e-69a7-8df9-1ef2-0000000049ec | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-13 14:04:09.226995 | fa163e2e-69a7-8df9-1ef2-0000000049ec | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:04.546195 | 0.74s 2025-10-13 14:04:09.534351 | fa163e2e-69a7-8df9-1ef2-0000000049ec | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-13 14:04:09.535401 | fa163e2e-69a7-8df9-1ef2-0000000049ec | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:04.854609 | 1.05s 2025-10-13 14:04:09.542904 | fa163e2e-69a7-8df9-1ef2-0000000049ec | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:04.862102 | 1.06s 2025-10-13 14:04:09.561258 | fa163e2e-69a7-8df9-1ef2-0000000049ee | TASK | Check Keystone user assignment to roles status 2025-10-13 14:04:09.830345 | fa163e2e-69a7-8df9-1ef2-0000000049ee | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-13 14:04:15.040673 | fa163e2e-69a7-8df9-1ef2-0000000049ee | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-13 14:04:15.042089 | fa163e2e-69a7-8df9-1ef2-0000000049ee | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:10.361288 | 5.48s 2025-10-13 14:04:15.328210 | fa163e2e-69a7-8df9-1ef2-0000000049ee | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-13 14:04:15.329149 | fa163e2e-69a7-8df9-1ef2-0000000049ee | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:10.648358 | 5.77s 2025-10-13 14:04:15.610282 | fa163e2e-69a7-8df9-1ef2-0000000049ee | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-13 14:04:15.611579 | fa163e2e-69a7-8df9-1ef2-0000000049ee | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:10.930779 | 6.05s 2025-10-13 14:04:15.617411 | fa163e2e-69a7-8df9-1ef2-0000000049ee | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:10.936605 | 6.05s 2025-10-13 14:04:15.639134 | fa163e2e-69a7-8df9-1ef2-000000004826 | TASK | Async assignment of Keystone user per role 2025-10-13 14:04:15.733602 | fa163e2e-69a7-8df9-1ef2-000000004826 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:20:11.052790 | 0.09s 2025-10-13 14:04:15.737743 | fa163e2e-69a7-8df9-1ef2-000000004826 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:20:11.056940 | 0.10s 2025-10-13 14:04:15.751961 | aeacea4d-5992-4936-8945-e82e329556f0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-13 14:04:15.778959 | fa163e2e-69a7-8df9-1ef2-000000004a46 | TASK | Async assignment of Keystone user to roles 2025-10-13 14:04:16.099372 | fa163e2e-69a7-8df9-1ef2-000000004a46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-13 14:04:16.100443 | fa163e2e-69a7-8df9-1ef2-000000004a46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:11.419649 | 0.32s 2025-10-13 14:04:16.464258 | fa163e2e-69a7-8df9-1ef2-000000004a46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-13 14:04:16.465032 | fa163e2e-69a7-8df9-1ef2-000000004a46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:11.784244 | 0.68s 2025-10-13 14:04:16.736182 | fa163e2e-69a7-8df9-1ef2-000000004a46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-13 14:04:16.736765 | fa163e2e-69a7-8df9-1ef2-000000004a46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:12.055979 | 0.96s 2025-10-13 14:04:16.746646 | fa163e2e-69a7-8df9-1ef2-000000004a46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:20:12.065839 | 0.97s 2025-10-13 14:04:16.766778 | fa163e2e-69a7-8df9-1ef2-000000004a48 | TASK | Check Keystone user assignment to roles status 2025-10-13 14:04:17.015369 | fa163e2e-69a7-8df9-1ef2-000000004a48 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-13 14:04:22.251401 | fa163e2e-69a7-8df9-1ef2-000000004a48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-13 14:04:22.252248 | fa163e2e-69a7-8df9-1ef2-000000004a48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:17.571450 | 5.48s 2025-10-13 14:04:22.518142 | fa163e2e-69a7-8df9-1ef2-000000004a48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-13 14:04:22.519319 | fa163e2e-69a7-8df9-1ef2-000000004a48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:17.838524 | 5.74s 2025-10-13 14:04:22.773582 | fa163e2e-69a7-8df9-1ef2-000000004a48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-13 14:04:22.774963 | fa163e2e-69a7-8df9-1ef2-000000004a48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:18.094166 | 6.00s 2025-10-13 14:04:22.782514 | fa163e2e-69a7-8df9-1ef2-000000004a48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:20:18.101693 | 6.01s 2025-10-13 14:04:22.820107 | fa163e2e-69a7-8df9-1ef2-000000003c38 | TASK | is Keystone LDAP enabled 2025-10-13 14:04:22.861465 | fa163e2e-69a7-8df9-1ef2-000000003c38 | OK | is Keystone LDAP enabled | undercloud 2025-10-13 14:04:22.862782 | fa163e2e-69a7-8df9-1ef2-000000003c38 | TIMING | is Keystone LDAP enabled | undercloud | 0:20:18.181983 | 0.04s 2025-10-13 14:04:22.880986 | fa163e2e-69a7-8df9-1ef2-000000003c39 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-13 14:04:22.944764 | fa163e2e-69a7-8df9-1ef2-000000003c39 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-13 14:04:22.946263 | fa163e2e-69a7-8df9-1ef2-000000003c39 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:20:18.265462 | 0.06s 2025-10-13 14:04:22.966376 | fa163e2e-69a7-8df9-1ef2-000000003c3a | TASK | Manage Keystone domains from LDAP config 2025-10-13 14:04:23.031313 | fa163e2e-69a7-8df9-1ef2-000000003c3a | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-13 14:04:23.032732 | fa163e2e-69a7-8df9-1ef2-000000003c3a | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:20:18.351931 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-13 14:04:23.137184 | fa163e2e-69a7-8df9-1ef2-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-13 14:04:23.163112 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000e2') missing from stats 2025-10-13 14:04:23.183226 | fa163e2e-69a7-8df9-1ef2-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-13 14:04:23.653934 | fa163e2e-69a7-8df9-1ef2-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-13 14:04:23.655533 | fa163e2e-69a7-8df9-1ef2-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:20:18.974697 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 14:04:23.727575 | fa163e2e-69a7-8df9-1ef2-0000000000e4 | TIMING | include_tasks | standalone | 0:20:19.046763 | 0.04s 2025-10-13 14:04:23.772146 | 18324193-eb60-4c49-9cd1-227f74a03a3f | INCLUDED | /root/standalone-ansible-fa02z7re/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-13 14:04:23.798115 | fa163e2e-69a7-8df9-1ef2-000000004a8a | TASK | Create virtqemud recovery script 2025-10-13 14:04:24.230347 | fa163e2e-69a7-8df9-1ef2-000000004a8a | CHANGED | Create virtqemud recovery script | standalone 2025-10-13 14:04:24.231727 | fa163e2e-69a7-8df9-1ef2-000000004a8a | TIMING | Create virtqemud recovery script | standalone | 0:20:19.550928 | 0.43s 2025-10-13 14:04:24.258422 | fa163e2e-69a7-8df9-1ef2-000000004a8b | TASK | Create virtqemud recovery trigger service 2025-10-13 14:04:24.745538 | fa163e2e-69a7-8df9-1ef2-000000004a8b | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-13 14:04:24.746980 | fa163e2e-69a7-8df9-1ef2-000000004a8b | TIMING | Create virtqemud recovery trigger service | standalone | 0:20:20.066180 | 0.49s 2025-10-13 14:04:24.775412 | fa163e2e-69a7-8df9-1ef2-000000004a8c | TASK | Create virtqemud recovery trigger timer 2025-10-13 14:04:25.289650 | fa163e2e-69a7-8df9-1ef2-000000004a8c | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-13 14:04:25.291058 | fa163e2e-69a7-8df9-1ef2-000000004a8c | TIMING | Create virtqemud recovery trigger timer | standalone | 0:20:20.610258 | 0.51s 2025-10-13 14:04:25.319871 | fa163e2e-69a7-8df9-1ef2-000000004a8d | TASK | Enable virtqemud recovery trigger service 2025-10-13 14:04:26.472394 | fa163e2e-69a7-8df9-1ef2-000000004a8d | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-13 14:04:26.474939 | fa163e2e-69a7-8df9-1ef2-000000004a8d | TIMING | Enable virtqemud recovery trigger service | standalone | 0:20:21.794134 | 1.15s 2025-10-13 14:04:26.507927 | fa163e2e-69a7-8df9-1ef2-000000004a8e | TASK | Enable virtqemud recovery trigger timer 2025-10-13 14:04:27.616467 | fa163e2e-69a7-8df9-1ef2-000000004a8e | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-13 14:04:27.619008 | fa163e2e-69a7-8df9-1ef2-000000004a8e | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:20:22.938202 | 1.11s 2025-10-13 14:04:27.647019 | fa163e2e-69a7-8df9-1ef2-000000004a8f | TASK | Really enable virtqemud recovery trigger timer 2025-10-13 14:04:28.290090 | fa163e2e-69a7-8df9-1ef2-000000004a8f | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-13 14:04:28.291551 | fa163e2e-69a7-8df9-1ef2-000000004a8f | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:20:23.610749 | 0.64s 2025-10-13 14:04:28.318329 | fa163e2e-69a7-8df9-1ef2-000000004a91 | TASK | Create systemd file 2025-10-13 14:04:28.825743 | fa163e2e-69a7-8df9-1ef2-000000004a91 | CHANGED | Create systemd file | standalone 2025-10-13 14:04:28.827170 | fa163e2e-69a7-8df9-1ef2-000000004a91 | TIMING | Create systemd file | standalone | 0:20:24.146369 | 0.51s 2025-10-13 14:04:28.855591 | fa163e2e-69a7-8df9-1ef2-000000004a92 | TASK | Reload systemd 2025-10-13 14:04:29.656857 | fa163e2e-69a7-8df9-1ef2-000000004a92 | CHANGED | Reload systemd | standalone 2025-10-13 14:04:29.658289 | fa163e2e-69a7-8df9-1ef2-000000004a92 | TIMING | Reload systemd | standalone | 0:20:24.977491 | 0.80s 2025-10-13 14:04:29.687898 | fa163e2e-69a7-8df9-1ef2-000000004a95 | TASK | Start OVN container 2025-10-13 14:04:29.736424 | fa163e2e-69a7-8df9-1ef2-000000004a95 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-13 14:04:29.755734 | fa163e2e-69a7-8df9-1ef2-000000004a95 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-13 14:04:29.769268 | fa163e2e-69a7-8df9-1ef2-000000004a95 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-13 14:04:29.781095 | fa163e2e-69a7-8df9-1ef2-000000004a95 | TIMING | Start OVN container | standalone | 0:20:25.100287 | 0.09s 2025-10-13 14:04:29.809295 | fa163e2e-69a7-8df9-1ef2-000000004a97 | TASK | Set NB connection 2025-10-13 14:04:29.848971 | fa163e2e-69a7-8df9-1ef2-000000004a97 | SKIPPED | Set NB connection | standalone 2025-10-13 14:04:29.850254 | fa163e2e-69a7-8df9-1ef2-000000004a97 | TIMING | Set NB connection | standalone | 0:20:25.169454 | 0.04s 2025-10-13 14:04:29.877279 | fa163e2e-69a7-8df9-1ef2-000000004a98 | TASK | Set SB connection 2025-10-13 14:04:29.917398 | fa163e2e-69a7-8df9-1ef2-000000004a98 | SKIPPED | Set SB connection | standalone 2025-10-13 14:04:29.918663 | fa163e2e-69a7-8df9-1ef2-000000004a98 | TIMING | Set SB connection | standalone | 0:20:25.237863 | 0.04s 2025-10-13 14:04:29.946137 | fa163e2e-69a7-8df9-1ef2-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-13 14:04:30.161681 | fa163e2e-69a7-8df9-1ef2-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-13 14:04:30.162588 | fa163e2e-69a7-8df9-1ef2-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:20:25.481799 | 0.22s 2025-10-13 14:04:30.240713 | fa163e2e-69a7-8df9-1ef2-0000000000e7 | TIMING | include_tasks | standalone | 0:20:25.559911 | 0.06s 2025-10-13 14:04:30.260105 | 068dfa10-6bd8-4d5a-9ac0-fbbca5bc7839 | INCLUDED | /root/standalone-ansible-fa02z7re/common_deploy_steps_tasks.yaml | standalone 2025-10-13 14:04:30.282505 | fa163e2e-69a7-8df9-1ef2-000000004ac7 | TASK | Write the config_step hieradata 2025-10-13 14:04:30.708882 | fa163e2e-69a7-8df9-1ef2-000000004ac7 | OK | Write the config_step hieradata | standalone 2025-10-13 14:04:30.710044 | fa163e2e-69a7-8df9-1ef2-000000004ac7 | TIMING | Write the config_step hieradata | standalone | 0:20:26.029250 | 0.43s 2025-10-13 14:04:30.733303 | fa163e2e-69a7-8df9-1ef2-000000004ac8 | TASK | Run puppet host configuration for step 4 2025-10-13 14:04:31.006775 | fa163e2e-69a7-8df9-1ef2-000000004ac8 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-13 14:04:31.008248 | fa163e2e-69a7-8df9-1ef2-000000004ac8 | TIMING | Run puppet host configuration for step 4 | standalone | 0:20:26.327448 | 0.27s 2025-10-13 14:04:31.083640 | fa163e2e-69a7-8df9-1ef2-000000004ac9 | TASK | Wait for puppet host configuration to finish 2025-10-13 14:04:31.324596 | fa163e2e-69a7-8df9-1ef2-000000004ac9 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-13 14:04:41.516037 | fa163e2e-69a7-8df9-1ef2-000000004ac9 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-13 14:04:51.708570 | fa163e2e-69a7-8df9-1ef2-000000004ac9 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-13 14:05:01.909345 | fa163e2e-69a7-8df9-1ef2-000000004ac9 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-13 14:05:01.910905 | fa163e2e-69a7-8df9-1ef2-000000004ac9 | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:57.230107 | 30.83s 2025-10-13 14:05:01.942668 | fa163e2e-69a7-8df9-1ef2-000000004aca | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-13 14:05:02.016851 | fa163e2e-69a7-8df9-1ef2-000000004aca | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 13 14:04:31 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 13 14:04:35 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 13 14:04:35 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 13 14:04:35 puppet-user: (file & line not available)", "<13>Oct 13 14:04:35 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 13 14:04:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 13 14:04:35 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 13 14:04:35 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 13 14:04:35 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 13 14:04:35 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 13 14:04:35 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 13 14:04:35 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 13 14:04:35 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 13 14:04:35 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 13 14:04:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 13 14:04:35 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.52 seconds", "<13>Oct 13 14:04:40 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 13 14:04:42 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 13 14:04:48 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 13 14:04:48 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}16aee50c6df07a52bdd69fea227775eebbb3d3ae1538699447cdb3874bd74865'", "<13>Oct 13 14:04:48 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 13 14:04:48 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 13 14:04:48 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 13 14:04:48 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 13 14:04:49 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 13 14:04:54 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Oct 13 14:04:56 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 13 14:04:56 puppet-user: Notice: Applied catalog in 20.18 seconds", "<13>Oct 13 14:04:56 puppet-user: Application:", "<13>Oct 13 14:04:56 puppet-user: Initial environment: production", "<13>Oct 13 14:04:56 puppet-user: Converged environment: production", "<13>Oct 13 14:04:56 puppet-user: Run mode: user", "<13>Oct 13 14:04:56 puppet-user: Changes:", "<13>Oct 13 14:04:56 puppet-user: Total: 10", "<13>Oct 13 14:04:56 puppet-user: Events:", "<13>Oct 13 14:04:56 puppet-user: Success: 10", "<13>Oct 13 14:04:56 puppet-user: Resources:", "<13>Oct 13 14:04:56 puppet-user: Restarted: 1", "<13>Oct 13 14:04:56 puppet-user: Changed: 10", "<13>Oct 13 14:04:56 puppet-user: Out of sync: 10", "<13>Oct 13 14:04:56 puppet-user: Total: 37", "<13>Oct 13 14:04:56 puppet-user: Time:", "<13>Oct 13 14:04:56 puppet-user: Schedule: 0.00", "<13>Oct 13 14:04:56 puppet-user: File line: 0.00", "<13>Oct 13 14:04:56 puppet-user: Augeas: 0.01", "<13>Oct 13 14:04:56 puppet-user: User: 0.01", "<13>Oct 13 14:04:56 puppet-user: File: 0.06", "<13>Oct 13 14:04:56 puppet-user: Config retrieval: 0.59", "<13>Oct 13 14:04:56 puppet-user: Pcmk property: 1.50", "<13>Oct 13 14:04:56 puppet-user: Service: 1.51", "<13>Oct 13 14:04:56 puppet-user: Last run: 1760364296", "<13>Oct 13 14:04:56 puppet-user: Pcmk resource op default: 2.14", "<13>Oct 13 14:04:56 puppet-user: Pcmk resource default: 2.15", "<13>Oct 13 14:04:56 puppet-user: Transaction evaluation: 20.16", "<13>Oct 13 14:04:56 puppet-user: Catalog application: 20.18", "<13>Oct 13 14:04:56 puppet-user: Package: 5.60", "<13>Oct 13 14:04:56 puppet-user: Exec: 6.98", "<13>Oct 13 14:04:56 puppet-user: Filebucket: 0.00", "<13>Oct 13 14:04:56 puppet-user: Total: 20.18", "<13>Oct 13 14:04:56 puppet-user: Version:", "<13>Oct 13 14:04:56 puppet-user: Config: 1760364275", "<13>Oct 13 14:04:56 puppet-user: Puppet: 7.10.0" ] } 2025-10-13 14:05:02.017998 | fa163e2e-69a7-8df9-1ef2-000000004aca | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:20:57.337203 | 0.07s 2025-10-13 14:05:02.041852 | fa163e2e-69a7-8df9-1ef2-000000004acb | TASK | Pre-cache facts for puppet containers 2025-10-13 14:05:02.069935 | fa163e2e-69a7-8df9-1ef2-000000004acb | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:57.389132 | 0.03s 2025-10-13 14:05:02.143712 | fa163e2e-69a7-8df9-1ef2-000000004b0c | TASK | Gather variables for each operating system 2025-10-13 14:05:02.266335 | fa163e2e-69a7-8df9-1ef2-000000004b0c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:57.585516 | 0.12s 2025-10-13 14:05:02.296433 | fa163e2e-69a7-8df9-1ef2-000000004b0d | TASK | Create puppet caching structures 2025-10-13 14:05:02.554046 | fa163e2e-69a7-8df9-1ef2-000000004b0d | CHANGED | Create puppet caching structures | standalone 2025-10-13 14:05:02.555628 | fa163e2e-69a7-8df9-1ef2-000000004b0d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:57.874830 | 0.26s 2025-10-13 14:05:02.584913 | fa163e2e-69a7-8df9-1ef2-000000004b0e | TASK | Check for facter.conf 2025-10-13 14:05:02.842612 | fa163e2e-69a7-8df9-1ef2-000000004b0e | OK | Check for facter.conf | standalone 2025-10-13 14:05:02.844373 | fa163e2e-69a7-8df9-1ef2-000000004b0e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:58.163570 | 0.26s 2025-10-13 14:05:02.874183 | fa163e2e-69a7-8df9-1ef2-000000004b0f | TASK | Remove facter.conf if directory 2025-10-13 14:05:02.908746 | fa163e2e-69a7-8df9-1ef2-000000004b0f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-13 14:05:02.910376 | fa163e2e-69a7-8df9-1ef2-000000004b0f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:58.229537 | 0.03s 2025-10-13 14:05:02.939937 | fa163e2e-69a7-8df9-1ef2-000000004b10 | TASK | Write facter cache config 2025-10-13 14:05:03.437241 | fa163e2e-69a7-8df9-1ef2-000000004b10 | CHANGED | Write facter cache config | standalone 2025-10-13 14:05:03.438886 | fa163e2e-69a7-8df9-1ef2-000000004b10 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:58.758087 | 0.50s 2025-10-13 14:05:03.468507 | fa163e2e-69a7-8df9-1ef2-000000004b11 | TASK | Cleanup facter cache if exists 2025-10-13 14:05:03.691776 | fa163e2e-69a7-8df9-1ef2-000000004b11 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-13 14:05:03.693322 | fa163e2e-69a7-8df9-1ef2-000000004b11 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:59.012522 | 0.22s 2025-10-13 14:05:03.721323 | fa163e2e-69a7-8df9-1ef2-000000004b12 | TASK | Pre-cache facts 2025-10-13 14:05:04.250097 | fa163e2e-69a7-8df9-1ef2-000000004b12 | CHANGED | Pre-cache facts | standalone 2025-10-13 14:05:04.251410 | fa163e2e-69a7-8df9-1ef2-000000004b12 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:59.570611 | 0.53s 2025-10-13 14:05:04.282139 | fa163e2e-69a7-8df9-1ef2-000000004b13 | TASK | Failed deployment if facter fails 2025-10-13 14:05:04.310345 | fa163e2e-69a7-8df9-1ef2-000000004b13 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-13 14:05:04.311088 | fa163e2e-69a7-8df9-1ef2-000000004b13 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:59.630299 | 0.03s 2025-10-13 14:05:04.337022 | fa163e2e-69a7-8df9-1ef2-000000004b14 | TASK | Sync cached facts 2025-10-13 14:05:04.642750 | fa163e2e-69a7-8df9-1ef2-000000004b14 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2e-69a7-8df9-1ef2-000000004b14') missing from stats 2025-10-13 14:05:04.698957 | fa163e2e-69a7-8df9-1ef2-000000004acc | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-13 14:05:04.753565 | fa163e2e-69a7-8df9-1ef2-000000004acc | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-13 14:05:04.754943 | fa163e2e-69a7-8df9-1ef2-000000004acc | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:21:00.074141 | 0.05s 2025-10-13 14:05:04.785371 | fa163e2e-69a7-8df9-1ef2-000000004ace | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-13 14:05:04.816357 | fa163e2e-69a7-8df9-1ef2-000000004ace | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:21:00.135545 | 0.03s 2025-10-13 14:05:04.879506 | fa163e2e-69a7-8df9-1ef2-000000004b6b | TASK | Gather variables for each operating system 2025-10-13 14:05:04.990639 | fa163e2e-69a7-8df9-1ef2-000000004b6b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:00.309838 | 0.11s 2025-10-13 14:05:05.013010 | fa163e2e-69a7-8df9-1ef2-000000004b6c | TASK | Create container logs path 2025-10-13 14:05:05.278591 | fa163e2e-69a7-8df9-1ef2-000000004b6c | OK | Create container logs path | standalone 2025-10-13 14:05:05.280095 | fa163e2e-69a7-8df9-1ef2-000000004b6c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:00.599294 | 0.27s 2025-10-13 14:05:05.312112 | fa163e2e-69a7-8df9-1ef2-000000004b6e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-13 14:05:05.582995 | fa163e2e-69a7-8df9-1ef2-000000004b6e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-13 14:05:05.584413 | fa163e2e-69a7-8df9-1ef2-000000004b6e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:00.903610 | 0.27s 2025-10-13 14:05:05.611055 | fa163e2e-69a7-8df9-1ef2-000000004b6f | TASK | Finalise hashes for all containers 2025-10-13 14:05:05.709749 | fa163e2e-69a7-8df9-1ef2-000000004b6f | OK | Finalise hashes for all containers | standalone 2025-10-13 14:05:05.711083 | fa163e2e-69a7-8df9-1ef2-000000004b6f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:01.030283 | 0.10s 2025-10-13 14:05:05.742145 | fa163e2e-69a7-8df9-1ef2-000000004b71 | TASK | Manage systemd shutdown files 2025-10-13 14:05:05.783091 | fa163e2e-69a7-8df9-1ef2-000000004b71 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:01.102278 | 0.04s 2025-10-13 14:05:05.818919 | 632a1cdf-ad1f-4e5d-94f1-59fc7c50409c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-13 14:05:05.849854 | fa163e2e-69a7-8df9-1ef2-000000004ba4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-13 14:05:06.073082 | fa163e2e-69a7-8df9-1ef2-000000004ba4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-13 14:05:06.074688 | fa163e2e-69a7-8df9-1ef2-000000004ba4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:21:01.393889 | 0.22s 2025-10-13 14:05:06.103132 | fa163e2e-69a7-8df9-1ef2-000000004ba5 | TASK | Set podman_drop_in fact 2025-10-13 14:05:06.159218 | fa163e2e-69a7-8df9-1ef2-000000004ba5 | OK | Set podman_drop_in fact | standalone 2025-10-13 14:05:06.160576 | fa163e2e-69a7-8df9-1ef2-000000004ba5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:21:01.479775 | 0.06s 2025-10-13 14:05:06.187050 | fa163e2e-69a7-8df9-1ef2-000000004ba7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-13 14:05:06.607970 | fa163e2e-69a7-8df9-1ef2-000000004ba7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-13 14:05:06.608887 | fa163e2e-69a7-8df9-1ef2-000000004ba7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:01.928096 | 0.42s 2025-10-13 14:05:07.034181 | fa163e2e-69a7-8df9-1ef2-000000004ba7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-13 14:05:07.035304 | fa163e2e-69a7-8df9-1ef2-000000004ba7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:02.354508 | 0.85s 2025-10-13 14:05:07.041634 | fa163e2e-69a7-8df9-1ef2-000000004ba7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:02.360838 | 0.85s 2025-10-13 14:05:07.070947 | fa163e2e-69a7-8df9-1ef2-000000004ba8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-13 14:05:07.624792 | fa163e2e-69a7-8df9-1ef2-000000004ba8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-13 14:05:07.626233 | fa163e2e-69a7-8df9-1ef2-000000004ba8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:21:02.945433 | 0.55s 2025-10-13 14:05:07.655044 | fa163e2e-69a7-8df9-1ef2-000000004ba9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-13 14:05:08.204331 | fa163e2e-69a7-8df9-1ef2-000000004ba9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-13 14:05:08.205748 | fa163e2e-69a7-8df9-1ef2-000000004ba9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:21:03.524951 | 0.55s 2025-10-13 14:05:08.233962 | fa163e2e-69a7-8df9-1ef2-000000004baa | TASK | Enable and start tripleo-container-shutdown 2025-10-13 14:05:09.049052 | fa163e2e-69a7-8df9-1ef2-000000004baa | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-13 14:05:09.050172 | fa163e2e-69a7-8df9-1ef2-000000004baa | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:21:04.369382 | 0.81s 2025-10-13 14:05:09.069156 | fa163e2e-69a7-8df9-1ef2-000000004bab | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-13 14:05:09.542354 | fa163e2e-69a7-8df9-1ef2-000000004bab | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-13 14:05:09.543692 | fa163e2e-69a7-8df9-1ef2-000000004bab | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:21:04.862892 | 0.47s 2025-10-13 14:05:09.572542 | fa163e2e-69a7-8df9-1ef2-000000004bac | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-13 14:05:10.033184 | fa163e2e-69a7-8df9-1ef2-000000004bac | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-13 14:05:10.034158 | fa163e2e-69a7-8df9-1ef2-000000004bac | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:21:05.353364 | 0.46s 2025-10-13 14:05:10.063608 | fa163e2e-69a7-8df9-1ef2-000000004bad | TASK | Enable and start netns-placeholder 2025-10-13 14:05:10.820347 | fa163e2e-69a7-8df9-1ef2-000000004bad | CHANGED | Enable and start netns-placeholder | standalone 2025-10-13 14:05:10.823094 | fa163e2e-69a7-8df9-1ef2-000000004bad | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:21:06.142286 | 0.76s 2025-10-13 14:05:10.853330 | fa163e2e-69a7-8df9-1ef2-000000004b73 | TASK | Update container configs with new config hashes 2025-10-13 14:05:10.915325 | fa163e2e-69a7-8df9-1ef2-000000004b73 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:06.234516 | 0.06s 2025-10-13 14:05:10.935820 | b8a6d949-2f3a-405c-8ab8-419f5bd70a6f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-13 14:05:10.969478 | fa163e2e-69a7-8df9-1ef2-000000004bd5 | TASK | Update config hashes for container startup configs 2025-10-13 14:05:11.268263 | fa163e2e-69a7-8df9-1ef2-000000004bd5 | OK | Update config hashes for container startup configs | standalone 2025-10-13 14:05:11.269754 | fa163e2e-69a7-8df9-1ef2-000000004bd5 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:21:06.588946 | 0.30s 2025-10-13 14:05:11.302870 | fa163e2e-69a7-8df9-1ef2-000000004b74 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-13 14:05:11.357194 | fa163e2e-69a7-8df9-1ef2-000000004b74 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:06.676376 | 0.05s 2025-10-13 14:05:11.386789 | 0136f026-e25f-4cf8-ac6d-5d23abfad6ed | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 14:05:11.428614 | fa163e2e-69a7-8df9-1ef2-000000004bf4 | TASK | Gather podman infos 2025-10-13 14:05:12.882027 | fa163e2e-69a7-8df9-1ef2-000000004bf4 | OK | Gather podman infos | standalone 2025-10-13 14:05:12.882834 | fa163e2e-69a7-8df9-1ef2-000000004bf4 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:21:08.202047 | 1.45s 2025-10-13 14:05:12.949005 | fa163e2e-69a7-8df9-1ef2-000000004bf5 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-13 14:05:13.026061 | fa163e2e-69a7-8df9-1ef2-000000004bf5 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:08.345254 | 0.07s 2025-10-13 14:05:13.264238 | fa163e2e-69a7-8df9-1ef2-000000004c3e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:21:08.583423 | 0.18s 2025-10-13 14:05:13.323615 | fa163e2e-69a7-8df9-1ef2-000000004b75 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-13 14:05:13.370091 | fa163e2e-69a7-8df9-1ef2-000000004b75 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:08.689279 | 0.04s 2025-10-13 14:05:13.392856 | 230f7e63-861d-466c-b9f1-f3c8a1791701 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 14:05:13.430231 | fa163e2e-69a7-8df9-1ef2-000000004c64 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-13 14:05:30.793388 | fa163e2e-69a7-8df9-1ef2-000000004c64 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-13 14:05:30.794804 | fa163e2e-69a7-8df9-1ef2-000000004c64 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:21:26.114011 | 17.36s 2025-10-13 14:05:30.818821 | fa163e2e-69a7-8df9-1ef2-000000004c65 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-13 14:06:57.141117 | fa163e2e-69a7-8df9-1ef2-000000004c65 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-13 14:06:57.142954 | fa163e2e-69a7-8df9-1ef2-000000004c65 | 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:22:52.462156 | 86.32s 2025-10-13 14:06:57.226315 | fa163e2e-69a7-8df9-1ef2-000000004ad0 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-13 14:06:57.459311 | fa163e2e-69a7-8df9-1ef2-000000004ad0 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-13 14:06:57.460686 | fa163e2e-69a7-8df9-1ef2-000000004ad0 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:22:52.779889 | 0.23s 2025-10-13 14:06:57.516560 | fa163e2e-69a7-8df9-1ef2-000000004ad1 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-13 14:06:57.565716 | fa163e2e-69a7-8df9-1ef2-000000004ad1 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:22:52.884910 | 0.05s 2025-10-13 14:06:57.670912 | fa163e2e-69a7-8df9-1ef2-000000004ad2 | TASK | Include container-puppet tasks for step 4 2025-10-13 14:06:57.718011 | fa163e2e-69a7-8df9-1ef2-000000004ad2 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:22:53.037205 | 0.05s 2025-10-13 14:06:57.741418 | 2ce2a049-99fd-4587-a510-4ef6b472e5cc | INCLUDED | /root/standalone-ansible-fa02z7re/host-container-puppet-tasks.yaml | standalone 2025-10-13 14:06:57.778753 | fa163e2e-69a7-8df9-1ef2-000000004cb0 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-13 14:06:58.215886 | fa163e2e-69a7-8df9-1ef2-000000004cb0 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-13 14:06:58.217254 | fa163e2e-69a7-8df9-1ef2-000000004cb0 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:22:53.536452 | 0.44s 2025-10-13 14:06:58.247426 | fa163e2e-69a7-8df9-1ef2-000000004cb2 | TASK | Generate container puppet configs for step 4 2025-10-13 14:06:58.542107 | fa163e2e-69a7-8df9-1ef2-000000004cb2 | OK | Generate container puppet configs for step 4 | standalone 2025-10-13 14:06:58.543851 | fa163e2e-69a7-8df9-1ef2-000000004cb2 | TIMING | Generate container puppet configs for step 4 | standalone | 0:22:53.863047 | 0.29s 2025-10-13 14:06:58.575386 | fa163e2e-69a7-8df9-1ef2-000000004cb3 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-13 14:06:58.607849 | fa163e2e-69a7-8df9-1ef2-000000004cb3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:22:53.927033 | 0.03s 2025-10-13 14:06:58.678232 | fa163e2e-69a7-8df9-1ef2-000000004ce2 | TASK | Gather variables for each operating system 2025-10-13 14:06:58.797269 | fa163e2e-69a7-8df9-1ef2-000000004ce2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:54.116439 | 0.12s 2025-10-13 14:06:58.828521 | fa163e2e-69a7-8df9-1ef2-000000004ce3 | TASK | Create container logs path 2025-10-13 14:06:59.080589 | fa163e2e-69a7-8df9-1ef2-000000004ce3 | OK | Create container logs path | standalone 2025-10-13 14:06:59.082516 | fa163e2e-69a7-8df9-1ef2-000000004ce3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:54.401684 | 0.25s 2025-10-13 14:06:59.114991 | fa163e2e-69a7-8df9-1ef2-000000004ce5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-13 14:06:59.394350 | fa163e2e-69a7-8df9-1ef2-000000004ce5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-13 14:06:59.395750 | fa163e2e-69a7-8df9-1ef2-000000004ce5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:22:54.714951 | 0.28s 2025-10-13 14:06:59.424449 | fa163e2e-69a7-8df9-1ef2-000000004ce6 | TASK | Finalise hashes for all containers 2025-10-13 14:06:59.475805 | fa163e2e-69a7-8df9-1ef2-000000004ce6 | OK | Finalise hashes for all containers | standalone 2025-10-13 14:06:59.476884 | fa163e2e-69a7-8df9-1ef2-000000004ce6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:54.796087 | 0.05s 2025-10-13 14:06:59.505923 | fa163e2e-69a7-8df9-1ef2-000000004ce8 | TASK | Manage systemd shutdown files 2025-10-13 14:06:59.539899 | fa163e2e-69a7-8df9-1ef2-000000004ce8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 14:06:59.541010 | fa163e2e-69a7-8df9-1ef2-000000004ce8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:54.860211 | 0.03s 2025-10-13 14:06:59.569299 | fa163e2e-69a7-8df9-1ef2-000000004cea | TASK | Update container configs with new config hashes 2025-10-13 14:06:59.620092 | fa163e2e-69a7-8df9-1ef2-000000004cea | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 14:06:59.621296 | fa163e2e-69a7-8df9-1ef2-000000004cea | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:54.940496 | 0.05s 2025-10-13 14:06:59.652738 | fa163e2e-69a7-8df9-1ef2-000000004ceb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-13 14:06:59.703212 | fa163e2e-69a7-8df9-1ef2-000000004ceb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-13 14:06:59.704470 | fa163e2e-69a7-8df9-1ef2-000000004ceb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:22:55.023669 | 0.05s 2025-10-13 14:06:59.736046 | fa163e2e-69a7-8df9-1ef2-000000004cec | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-13 14:06:59.787717 | fa163e2e-69a7-8df9-1ef2-000000004cec | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-13 14:06:59.788918 | fa163e2e-69a7-8df9-1ef2-000000004cec | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:22:55.108118 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-10-13 14:06:59.970967 | fa163e2e-69a7-8df9-1ef2-0000000000ea | TASK | External deployment step 5 2025-10-13 14:07:00.003174 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000ea') missing from stats 2025-10-13 14:07:00.063861 | fa163e2e-69a7-8df9-1ef2-0000000000eb | TIMING | include_tasks | undercloud | 0:22:55.383050 | 0.04s 2025-10-13 14:07:00.076595 | 6e3d62d4-caa6-4512-9bee-03d0475d6542 | INCLUDED | /root/standalone-ansible-fa02z7re/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-13 14:07:00.096662 | fa163e2e-69a7-8df9-1ef2-000000004d3b | TASK | Manage Cinder's default volume type 2025-10-13 14:07:13.288081 | fa163e2e-69a7-8df9-1ef2-000000004d3b | OK | Manage Cinder's default volume type | undercloud 2025-10-13 14:07:13.289662 | fa163e2e-69a7-8df9-1ef2-000000004d3b | TIMING | Manage Cinder's default volume type | undercloud | 0:23:08.608861 | 13.19s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-13 14:07:13.439084 | fa163e2e-69a7-8df9-1ef2-0000000000ee | TASK | Deploy step tasks for 5 2025-10-13 14:07:13.481591 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000ee') missing from stats 2025-10-13 14:07:13.511339 | fa163e2e-69a7-8df9-1ef2-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-13 14:07:14.033612 | fa163e2e-69a7-8df9-1ef2-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-13 14:07:14.035153 | fa163e2e-69a7-8df9-1ef2-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:23:09.354355 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 14:07:14.102864 | fa163e2e-69a7-8df9-1ef2-0000000000f0 | TIMING | include_tasks | standalone | 0:23:09.422050 | 0.04s 2025-10-13 14:07:14.191421 | 0a6a981e-1397-46be-a82e-2dc149f32a57 | INCLUDED | /root/standalone-ansible-fa02z7re/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-13 14:07:14.224400 | fa163e2e-69a7-8df9-1ef2-000000004d5e | TASK | Gather variables for each operating system 2025-10-13 14:07:14.348111 | fa163e2e-69a7-8df9-1ef2-000000004d5e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:23:09.667294 | 0.12s 2025-10-13 14:07:14.376808 | fa163e2e-69a7-8df9-1ef2-000000004d5f | TASK | Detect if resource is being created or already exists 2025-10-13 14:07:15.117750 | fa163e2e-69a7-8df9-1ef2-000000004d5f | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 14:07:15.119203 | fa163e2e-69a7-8df9-1ef2-000000004d5f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:23:10.438404 | 0.74s 2025-10-13 14:07:15.173187 | fa163e2e-69a7-8df9-1ef2-000000004d60 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-13 14:07:37.268459 | fa163e2e-69a7-8df9-1ef2-000000004d60 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-13 14:07:37.269881 | fa163e2e-69a7-8df9-1ef2-000000004d60 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:23:32.589092 | 22.09s 2025-10-13 14:07:37.295567 | fa163e2e-69a7-8df9-1ef2-000000004d61 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-13 14:07:37.545306 | fa163e2e-69a7-8df9-1ef2-000000004d61 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-13 14:07:37.546975 | fa163e2e-69a7-8df9-1ef2-000000004d61 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:23:32.866172 | 0.25s 2025-10-13 14:07:37.575874 | fa163e2e-69a7-8df9-1ef2-000000004d62 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 14:07:38.042329 | fa163e2e-69a7-8df9-1ef2-000000004d62 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 14:07:38.044201 | fa163e2e-69a7-8df9-1ef2-000000004d62 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:23:33.363402 | 0.47s 2025-10-13 14:07:38.075112 | fa163e2e-69a7-8df9-1ef2-000000004d63 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-13 14:07:38.315549 | fa163e2e-69a7-8df9-1ef2-000000004d63 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-13 14:07:38.316338 | fa163e2e-69a7-8df9-1ef2-000000004d63 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:23:33.635549 | 0.24s 2025-10-13 14:07:38.336572 | fa163e2e-69a7-8df9-1ef2-000000004d65 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-13 14:07:38.373324 | fa163e2e-69a7-8df9-1ef2-000000004d65 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-13 14:07:38.373952 | fa163e2e-69a7-8df9-1ef2-000000004d65 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:23:33.693162 | 0.04s 2025-10-13 14:07:38.393633 | fa163e2e-69a7-8df9-1ef2-000000004d66 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-13 14:07:38.430177 | fa163e2e-69a7-8df9-1ef2-000000004d66 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-13 14:07:38.431113 | fa163e2e-69a7-8df9-1ef2-000000004d66 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:23:33.750314 | 0.04s 2025-10-13 14:07:38.463979 | fa163e2e-69a7-8df9-1ef2-000000004d67 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-13 14:07:38.514535 | fa163e2e-69a7-8df9-1ef2-000000004d67 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-13 14:07:38.515672 | fa163e2e-69a7-8df9-1ef2-000000004d67 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:23:33.834873 | 0.05s 2025-10-13 14:07:38.549623 | fa163e2e-69a7-8df9-1ef2-000000004d68 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 14:07:38.603339 | fa163e2e-69a7-8df9-1ef2-000000004d68 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 14:07:38.604611 | fa163e2e-69a7-8df9-1ef2-000000004d68 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:23:33.923811 | 0.05s 2025-10-13 14:07:38.635513 | fa163e2e-69a7-8df9-1ef2-000000004d69 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-13 14:07:38.691166 | fa163e2e-69a7-8df9-1ef2-000000004d69 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-13 14:07:38.692326 | fa163e2e-69a7-8df9-1ef2-000000004d69 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:23:34.011528 | 0.06s 2025-10-13 14:07:38.747353 | fa163e2e-69a7-8df9-1ef2-000000004d8a | TASK | Gather variables for each operating system 2025-10-13 14:07:38.895179 | fa163e2e-69a7-8df9-1ef2-000000004d8a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:23:34.214366 | 0.15s 2025-10-13 14:07:38.926222 | fa163e2e-69a7-8df9-1ef2-000000004d8b | TASK | Detect if resource is being created or already exists 2025-10-13 14:07:39.640374 | fa163e2e-69a7-8df9-1ef2-000000004d8b | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 14:07:39.641577 | fa163e2e-69a7-8df9-1ef2-000000004d8b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:23:34.960784 | 0.71s 2025-10-13 14:07:39.673174 | fa163e2e-69a7-8df9-1ef2-000000004d8c | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-13 14:08:03.580701 | fa163e2e-69a7-8df9-1ef2-000000004d8c | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-13 14:08:03.582263 | fa163e2e-69a7-8df9-1ef2-000000004d8c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:23:58.901469 | 23.91s 2025-10-13 14:08:03.613909 | fa163e2e-69a7-8df9-1ef2-000000004d8d | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-13 14:08:03.893428 | fa163e2e-69a7-8df9-1ef2-000000004d8d | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-13 14:08:03.894482 | fa163e2e-69a7-8df9-1ef2-000000004d8d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:23:59.213692 | 0.28s 2025-10-13 14:08:03.913728 | fa163e2e-69a7-8df9-1ef2-000000004d8e | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 14:08:04.405024 | fa163e2e-69a7-8df9-1ef2-000000004d8e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 14:08:04.405968 | fa163e2e-69a7-8df9-1ef2-000000004d8e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:23:59.725175 | 0.49s 2025-10-13 14:08:04.434038 | fa163e2e-69a7-8df9-1ef2-000000004d8f | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-13 14:08:04.673264 | fa163e2e-69a7-8df9-1ef2-000000004d8f | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-13 14:08:04.675061 | fa163e2e-69a7-8df9-1ef2-000000004d8f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:23:59.994256 | 0.24s 2025-10-13 14:08:04.710349 | fa163e2e-69a7-8df9-1ef2-000000004d91 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-13 14:08:04.766526 | fa163e2e-69a7-8df9-1ef2-000000004d91 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-13 14:08:04.768418 | fa163e2e-69a7-8df9-1ef2-000000004d91 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:24:00.087611 | 0.06s 2025-10-13 14:08:04.803029 | fa163e2e-69a7-8df9-1ef2-000000004d92 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-13 14:08:04.854460 | fa163e2e-69a7-8df9-1ef2-000000004d92 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-13 14:08:04.856524 | fa163e2e-69a7-8df9-1ef2-000000004d92 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:24:00.175688 | 0.05s 2025-10-13 14:08:04.891694 | fa163e2e-69a7-8df9-1ef2-000000004d93 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-13 14:08:04.949304 | fa163e2e-69a7-8df9-1ef2-000000004d93 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-13 14:08:04.951086 | fa163e2e-69a7-8df9-1ef2-000000004d93 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:24:00.270280 | 0.06s 2025-10-13 14:08:04.985865 | fa163e2e-69a7-8df9-1ef2-000000004d94 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 14:08:05.035313 | fa163e2e-69a7-8df9-1ef2-000000004d94 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 14:08:05.037612 | fa163e2e-69a7-8df9-1ef2-000000004d94 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:24:00.356805 | 0.05s 2025-10-13 14:08:05.072608 | fa163e2e-69a7-8df9-1ef2-000000004d95 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-13 14:08:05.127196 | fa163e2e-69a7-8df9-1ef2-000000004d95 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-13 14:08:05.128237 | fa163e2e-69a7-8df9-1ef2-000000004d95 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:24:00.447445 | 0.05s 2025-10-13 14:08:05.167133 | fa163e2e-69a7-8df9-1ef2-000000004db6 | TASK | Gather variables for each operating system 2025-10-13 14:08:05.250740 | fa163e2e-69a7-8df9-1ef2-000000004db6 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:24:00.569939 | 0.08s 2025-10-13 14:08:05.272418 | fa163e2e-69a7-8df9-1ef2-000000004db7 | TASK | Detect if resource is being created or already exists 2025-10-13 14:08:05.986336 | fa163e2e-69a7-8df9-1ef2-000000004db7 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 14:08:05.987937 | fa163e2e-69a7-8df9-1ef2-000000004db7 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:24:01.307138 | 0.71s 2025-10-13 14:08:06.013548 | fa163e2e-69a7-8df9-1ef2-000000004db8 | TASK | Run init bundle puppet on the host for manila_share 2025-10-13 14:08:27.910330 | fa163e2e-69a7-8df9-1ef2-000000004db8 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-13 14:08:27.911986 | fa163e2e-69a7-8df9-1ef2-000000004db8 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:24:23.231187 | 21.90s 2025-10-13 14:08:27.943462 | fa163e2e-69a7-8df9-1ef2-000000004db9 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-13 14:08:28.221567 | fa163e2e-69a7-8df9-1ef2-000000004db9 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-13 14:08:28.222645 | fa163e2e-69a7-8df9-1ef2-000000004db9 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:24:23.541856 | 0.28s 2025-10-13 14:08:28.241795 | fa163e2e-69a7-8df9-1ef2-000000004dba | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 14:08:28.672685 | fa163e2e-69a7-8df9-1ef2-000000004dba | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 14:08:28.674093 | fa163e2e-69a7-8df9-1ef2-000000004dba | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:24:23.993293 | 0.43s 2025-10-13 14:08:28.698600 | fa163e2e-69a7-8df9-1ef2-000000004dbb | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-13 14:08:28.921837 | fa163e2e-69a7-8df9-1ef2-000000004dbb | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-13 14:08:28.923272 | fa163e2e-69a7-8df9-1ef2-000000004dbb | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:24:24.242477 | 0.22s 2025-10-13 14:08:28.945255 | fa163e2e-69a7-8df9-1ef2-000000004dbd | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-13 14:08:28.974133 | fa163e2e-69a7-8df9-1ef2-000000004dbd | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-13 14:08:28.975114 | fa163e2e-69a7-8df9-1ef2-000000004dbd | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:24:24.294324 | 0.03s 2025-10-13 14:08:28.997046 | fa163e2e-69a7-8df9-1ef2-000000004dbe | TASK | Get container image tag from bundle openstack-manila-share 2025-10-13 14:08:29.046385 | fa163e2e-69a7-8df9-1ef2-000000004dbe | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-13 14:08:29.048399 | fa163e2e-69a7-8df9-1ef2-000000004dbe | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:24:24.367605 | 0.05s 2025-10-13 14:08:29.073342 | fa163e2e-69a7-8df9-1ef2-000000004dbf | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-13 14:08:29.126642 | fa163e2e-69a7-8df9-1ef2-000000004dbf | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-13 14:08:29.128694 | fa163e2e-69a7-8df9-1ef2-000000004dbf | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:24:24.447817 | 0.05s 2025-10-13 14:08:29.160261 | fa163e2e-69a7-8df9-1ef2-000000004dc0 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 14:08:29.212674 | fa163e2e-69a7-8df9-1ef2-000000004dc0 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 14:08:29.213971 | fa163e2e-69a7-8df9-1ef2-000000004dc0 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:24:24.533170 | 0.05s 2025-10-13 14:08:29.245286 | fa163e2e-69a7-8df9-1ef2-000000004dc1 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-13 14:08:29.296326 | fa163e2e-69a7-8df9-1ef2-000000004dc1 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-13 14:08:29.297646 | fa163e2e-69a7-8df9-1ef2-000000004dc1 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:24:24.616845 | 0.05s 2025-10-13 14:08:29.352159 | fa163e2e-69a7-8df9-1ef2-000000004de2 | TASK | Run kolla_set_configs to copy ring files 2025-10-13 14:08:29.869912 | fa163e2e-69a7-8df9-1ef2-000000004de2 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-13 14:08:29.872423 | fa163e2e-69a7-8df9-1ef2-000000004de2 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:25.191619 | 0.52s 2025-10-13 14:08:29.883359 | fa163e2e-69a7-8df9-1ef2-000000004de2 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:25.202550 | 0.53s 2025-10-13 14:08:29.916415 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TASK | Run kolla_set_configs to copy ring files 2025-10-13 14:08:30.253382 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-13 14:08:30.255663 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:25.574859 | 0.34s 2025-10-13 14:08:30.748296 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-13 14:08:30.749048 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:26.068260 | 0.83s 2025-10-13 14:08:31.047462 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-13 14:08:31.049091 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:26.368300 | 1.13s 2025-10-13 14:08:31.431934 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-13 14:08:31.434107 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:26.753310 | 1.52s 2025-10-13 14:08:31.716985 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-13 14:08:31.718061 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:27.037266 | 1.80s 2025-10-13 14:08:32.036394 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-13 14:08:32.038732 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:27.357934 | 2.12s 2025-10-13 14:08:32.544150 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-13 14:08:32.545531 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:27.864697 | 2.63s 2025-10-13 14:08:32.978366 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-13 14:08:32.980684 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:28.299883 | 3.06s 2025-10-13 14:08:33.287612 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-13 14:08:33.289900 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:28.609097 | 3.37s 2025-10-13 14:08:33.815846 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-13 14:08:33.818003 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:29.137199 | 3.90s 2025-10-13 14:08:34.106119 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-13 14:08:34.107707 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:29.426919 | 4.19s 2025-10-13 14:08:34.563005 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-13 14:08:34.563858 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:29.883071 | 4.65s 2025-10-13 14:08:35.025430 | fa163e2e-69a7-8df9-1ef2-000000004de3 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-13 14:08:35.026650 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:30.345857 | 5.11s 2025-10-13 14:08:35.036326 | fa163e2e-69a7-8df9-1ef2-000000004de3 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:24:30.355525 | 5.12s 2025-10-13 14:08:35.075900 | fa163e2e-69a7-8df9-1ef2-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-13 14:08:35.282849 | fa163e2e-69a7-8df9-1ef2-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-13 14:08:35.284405 | fa163e2e-69a7-8df9-1ef2-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:24:30.603602 | 0.21s 2025-10-13 14:08:35.371082 | fa163e2e-69a7-8df9-1ef2-0000000000f3 | TIMING | include_tasks | standalone | 0:24:30.690278 | 0.05s 2025-10-13 14:08:35.400136 | efdb5c93-216e-407b-b33d-d430a53b4ffd | INCLUDED | /root/standalone-ansible-fa02z7re/common_deploy_steps_tasks.yaml | standalone 2025-10-13 14:08:35.429918 | fa163e2e-69a7-8df9-1ef2-000000004e60 | TASK | Write the config_step hieradata 2025-10-13 14:08:35.941657 | fa163e2e-69a7-8df9-1ef2-000000004e60 | OK | Write the config_step hieradata | standalone 2025-10-13 14:08:35.944130 | fa163e2e-69a7-8df9-1ef2-000000004e60 | TIMING | Write the config_step hieradata | standalone | 0:24:31.263329 | 0.51s 2025-10-13 14:08:35.975669 | fa163e2e-69a7-8df9-1ef2-000000004e61 | TASK | Run puppet host configuration for step 5 2025-10-13 14:08:36.250940 | fa163e2e-69a7-8df9-1ef2-000000004e61 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-13 14:08:36.252420 | fa163e2e-69a7-8df9-1ef2-000000004e61 | TIMING | Run puppet host configuration for step 5 | standalone | 0:24:31.571626 | 0.27s 2025-10-13 14:08:36.274785 | fa163e2e-69a7-8df9-1ef2-000000004e62 | TASK | Wait for puppet host configuration to finish 2025-10-13 14:08:36.512941 | fa163e2e-69a7-8df9-1ef2-000000004e62 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-13 14:08:46.712869 | fa163e2e-69a7-8df9-1ef2-000000004e62 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-13 14:08:56.966761 | fa163e2e-69a7-8df9-1ef2-000000004e62 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-13 14:08:56.967842 | fa163e2e-69a7-8df9-1ef2-000000004e62 | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:52.287049 | 20.69s 2025-10-13 14:08:56.992237 | fa163e2e-69a7-8df9-1ef2-000000004e63 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-13 14:08:57.055124 | fa163e2e-69a7-8df9-1ef2-000000004e63 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 13 14:08:36 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 13 14:08:41 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 13 14:08:41 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 13 14:08:41 puppet-user: (file & line not available)", "<13>Oct 13 14:08:41 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 13 14:08:41 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 13 14:08:41 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 13 14:08:41 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 13 14:08:41 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 13 14:08:41 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 13 14:08:41 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 13 14:08:41 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 13 14:08:41 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 13 14:08:41 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Oct 13 14:08:41 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 13 14:08:41 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.74 seconds", "<13>Oct 13 14:08:46 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 13 14:08:48 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 13 14:08:50 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 13 14:08:50 puppet-user: Notice: Applied catalog in 8.49 seconds", "<13>Oct 13 14:08:50 puppet-user: Application:", "<13>Oct 13 14:08:50 puppet-user: Initial environment: production", "<13>Oct 13 14:08:50 puppet-user: Converged environment: production", "<13>Oct 13 14:08:50 puppet-user: Run mode: user", "<13>Oct 13 14:08:50 puppet-user: Changes:", "<13>Oct 13 14:08:50 puppet-user: Total: 2", "<13>Oct 13 14:08:50 puppet-user: Events:", "<13>Oct 13 14:08:50 puppet-user: Success: 2", "<13>Oct 13 14:08:50 puppet-user: Resources:", "<13>Oct 13 14:08:50 puppet-user: Changed: 2", "<13>Oct 13 14:08:50 puppet-user: Out of sync: 2", "<13>Oct 13 14:08:50 puppet-user: Total: 37", "<13>Oct 13 14:08:50 puppet-user: Time:", "<13>Oct 13 14:08:50 puppet-user: Schedule: 0.00", "<13>Oct 13 14:08:50 puppet-user: File line: 0.00", "<13>Oct 13 14:08:50 puppet-user: Package: 0.00", "<13>Oct 13 14:08:50 puppet-user: Augeas: 0.01", "<13>Oct 13 14:08:50 puppet-user: User: 0.01", "<13>Oct 13 14:08:50 puppet-user: File: 0.08", "<13>Oct 13 14:08:50 puppet-user: Service: 0.22", "<13>Oct 13 14:08:50 puppet-user: Config retrieval: 0.90", "<13>Oct 13 14:08:50 puppet-user: Pcmk property: 1.55", "<13>Oct 13 14:08:50 puppet-user: Last run: 1760364530", "<13>Oct 13 14:08:50 puppet-user: Exec: 2.02", "<13>Oct 13 14:08:50 puppet-user: Pcmk resource default: 2.19", "<13>Oct 13 14:08:50 puppet-user: Pcmk resource op default: 2.20", "<13>Oct 13 14:08:50 puppet-user: Transaction evaluation: 8.46", "<13>Oct 13 14:08:50 puppet-user: Catalog application: 8.49", "<13>Oct 13 14:08:50 puppet-user: Filebucket: 0.00", "<13>Oct 13 14:08:50 puppet-user: Total: 8.50", "<13>Oct 13 14:08:50 puppet-user: Version:", "<13>Oct 13 14:08:50 puppet-user: Config: 1760364521", "<13>Oct 13 14:08:50 puppet-user: Puppet: 7.10.0" ] } 2025-10-13 14:08:57.056215 | fa163e2e-69a7-8df9-1ef2-000000004e63 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:24:52.375422 | 0.06s 2025-10-13 14:08:57.078853 | fa163e2e-69a7-8df9-1ef2-000000004e64 | TASK | Pre-cache facts for puppet containers 2025-10-13 14:08:57.107031 | fa163e2e-69a7-8df9-1ef2-000000004e64 | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:52.426233 | 0.03s 2025-10-13 14:08:57.166892 | fa163e2e-69a7-8df9-1ef2-000000004ea3 | TASK | Gather variables for each operating system 2025-10-13 14:08:57.279951 | fa163e2e-69a7-8df9-1ef2-000000004ea3 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:24:52.599126 | 0.11s 2025-10-13 14:08:57.319477 | fa163e2e-69a7-8df9-1ef2-000000004ea4 | TASK | Create puppet caching structures 2025-10-13 14:08:57.568134 | fa163e2e-69a7-8df9-1ef2-000000004ea4 | CHANGED | Create puppet caching structures | standalone 2025-10-13 14:08:57.569530 | fa163e2e-69a7-8df9-1ef2-000000004ea4 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:24:52.888732 | 0.25s 2025-10-13 14:08:57.598853 | fa163e2e-69a7-8df9-1ef2-000000004ea5 | TASK | Check for facter.conf 2025-10-13 14:08:57.853847 | fa163e2e-69a7-8df9-1ef2-000000004ea5 | OK | Check for facter.conf | standalone 2025-10-13 14:08:57.855362 | fa163e2e-69a7-8df9-1ef2-000000004ea5 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:24:53.174563 | 0.25s 2025-10-13 14:08:57.884137 | fa163e2e-69a7-8df9-1ef2-000000004ea6 | TASK | Remove facter.conf if directory 2025-10-13 14:08:57.927536 | fa163e2e-69a7-8df9-1ef2-000000004ea6 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-13 14:08:57.928841 | fa163e2e-69a7-8df9-1ef2-000000004ea6 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:24:53.248039 | 0.04s 2025-10-13 14:08:57.958230 | fa163e2e-69a7-8df9-1ef2-000000004ea7 | TASK | Write facter cache config 2025-10-13 14:08:58.493319 | fa163e2e-69a7-8df9-1ef2-000000004ea7 | CHANGED | Write facter cache config | standalone 2025-10-13 14:08:58.494957 | fa163e2e-69a7-8df9-1ef2-000000004ea7 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:24:53.814157 | 0.53s 2025-10-13 14:08:58.523393 | fa163e2e-69a7-8df9-1ef2-000000004ea8 | TASK | Cleanup facter cache if exists 2025-10-13 14:08:58.757611 | fa163e2e-69a7-8df9-1ef2-000000004ea8 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-13 14:08:58.758465 | fa163e2e-69a7-8df9-1ef2-000000004ea8 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:24:54.077675 | 0.23s 2025-10-13 14:08:58.777331 | fa163e2e-69a7-8df9-1ef2-000000004ea9 | TASK | Pre-cache facts 2025-10-13 14:08:59.351656 | fa163e2e-69a7-8df9-1ef2-000000004ea9 | CHANGED | Pre-cache facts | standalone 2025-10-13 14:08:59.352463 | fa163e2e-69a7-8df9-1ef2-000000004ea9 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:24:54.671675 | 0.57s 2025-10-13 14:08:59.377856 | fa163e2e-69a7-8df9-1ef2-000000004eaa | TASK | Failed deployment if facter fails 2025-10-13 14:08:59.406909 | fa163e2e-69a7-8df9-1ef2-000000004eaa | SKIPPED | Failed deployment if facter fails | standalone 2025-10-13 14:08:59.407816 | fa163e2e-69a7-8df9-1ef2-000000004eaa | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:24:54.727015 | 0.03s 2025-10-13 14:08:59.435030 | fa163e2e-69a7-8df9-1ef2-000000004eab | TASK | Sync cached facts 2025-10-13 14:08:59.740447 | fa163e2e-69a7-8df9-1ef2-000000004eab | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2e-69a7-8df9-1ef2-000000004eab') missing from stats 2025-10-13 14:08:59.778109 | fa163e2e-69a7-8df9-1ef2-000000004e65 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-13 14:08:59.824946 | fa163e2e-69a7-8df9-1ef2-000000004e65 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-13 14:08:59.825759 | fa163e2e-69a7-8df9-1ef2-000000004e65 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:24:55.144967 | 0.05s 2025-10-13 14:08:59.845923 | fa163e2e-69a7-8df9-1ef2-000000004e67 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-13 14:08:59.863311 | fa163e2e-69a7-8df9-1ef2-000000004e67 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:24:55.182512 | 0.02s 2025-10-13 14:08:59.908209 | fa163e2e-69a7-8df9-1ef2-000000004f02 | TASK | Gather variables for each operating system 2025-10-13 14:09:00.029432 | fa163e2e-69a7-8df9-1ef2-000000004f02 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:55.348629 | 0.12s 2025-10-13 14:09:00.049498 | fa163e2e-69a7-8df9-1ef2-000000004f03 | TASK | Create container logs path 2025-10-13 14:09:00.286636 | fa163e2e-69a7-8df9-1ef2-000000004f03 | OK | Create container logs path | standalone 2025-10-13 14:09:00.287458 | fa163e2e-69a7-8df9-1ef2-000000004f03 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:55.606669 | 0.24s 2025-10-13 14:09:00.308222 | fa163e2e-69a7-8df9-1ef2-000000004f05 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-13 14:09:00.590938 | fa163e2e-69a7-8df9-1ef2-000000004f05 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-13 14:09:00.592672 | fa163e2e-69a7-8df9-1ef2-000000004f05 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:24:55.911784 | 0.28s 2025-10-13 14:09:00.617365 | fa163e2e-69a7-8df9-1ef2-000000004f06 | TASK | Finalise hashes for all containers 2025-10-13 14:09:00.679218 | fa163e2e-69a7-8df9-1ef2-000000004f06 | OK | Finalise hashes for all containers | standalone 2025-10-13 14:09:00.680469 | fa163e2e-69a7-8df9-1ef2-000000004f06 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:55.999670 | 0.06s 2025-10-13 14:09:00.712355 | fa163e2e-69a7-8df9-1ef2-000000004f08 | TASK | Manage systemd shutdown files 2025-10-13 14:09:00.743560 | fa163e2e-69a7-8df9-1ef2-000000004f08 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:56.062744 | 0.03s 2025-10-13 14:09:00.777050 | e435972d-cb6c-471c-9190-cbedde1dbb63 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-13 14:09:00.806015 | fa163e2e-69a7-8df9-1ef2-000000004f3b | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-13 14:09:01.038036 | fa163e2e-69a7-8df9-1ef2-000000004f3b | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-13 14:09:01.039567 | fa163e2e-69a7-8df9-1ef2-000000004f3b | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:56.358767 | 0.23s 2025-10-13 14:09:01.068539 | fa163e2e-69a7-8df9-1ef2-000000004f3c | TASK | Set podman_drop_in fact 2025-10-13 14:09:01.098957 | fa163e2e-69a7-8df9-1ef2-000000004f3c | OK | Set podman_drop_in fact | standalone 2025-10-13 14:09:01.100213 | fa163e2e-69a7-8df9-1ef2-000000004f3c | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:56.419417 | 0.03s 2025-10-13 14:09:01.129528 | fa163e2e-69a7-8df9-1ef2-000000004f3e | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-13 14:09:01.655351 | fa163e2e-69a7-8df9-1ef2-000000004f3e | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-13 14:09:01.658401 | fa163e2e-69a7-8df9-1ef2-000000004f3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:56.977607 | 0.53s 2025-10-13 14:09:02.187535 | fa163e2e-69a7-8df9-1ef2-000000004f3e | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-13 14:09:02.188630 | fa163e2e-69a7-8df9-1ef2-000000004f3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:57.507834 | 1.06s 2025-10-13 14:09:02.195394 | fa163e2e-69a7-8df9-1ef2-000000004f3e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:57.514592 | 1.06s 2025-10-13 14:09:02.219338 | fa163e2e-69a7-8df9-1ef2-000000004f3f | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-13 14:09:02.727698 | fa163e2e-69a7-8df9-1ef2-000000004f3f | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-13 14:09:02.728778 | fa163e2e-69a7-8df9-1ef2-000000004f3f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:24:58.047986 | 0.51s 2025-10-13 14:09:02.751509 | fa163e2e-69a7-8df9-1ef2-000000004f40 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-13 14:09:03.237692 | fa163e2e-69a7-8df9-1ef2-000000004f40 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-13 14:09:03.239072 | fa163e2e-69a7-8df9-1ef2-000000004f40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:24:58.558272 | 0.49s 2025-10-13 14:09:03.268663 | fa163e2e-69a7-8df9-1ef2-000000004f41 | TASK | Enable and start tripleo-container-shutdown 2025-10-13 14:09:04.300045 | fa163e2e-69a7-8df9-1ef2-000000004f41 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-13 14:09:04.302090 | fa163e2e-69a7-8df9-1ef2-000000004f41 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:59.621291 | 1.03s 2025-10-13 14:09:04.332966 | fa163e2e-69a7-8df9-1ef2-000000004f42 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-13 14:09:04.870682 | fa163e2e-69a7-8df9-1ef2-000000004f42 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-13 14:09:04.872188 | fa163e2e-69a7-8df9-1ef2-000000004f42 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:00.191388 | 0.54s 2025-10-13 14:09:04.895667 | fa163e2e-69a7-8df9-1ef2-000000004f43 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-13 14:09:05.415931 | fa163e2e-69a7-8df9-1ef2-000000004f43 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-13 14:09:05.416729 | fa163e2e-69a7-8df9-1ef2-000000004f43 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:00.735940 | 0.52s 2025-10-13 14:09:05.436321 | fa163e2e-69a7-8df9-1ef2-000000004f44 | TASK | Enable and start netns-placeholder 2025-10-13 14:09:06.435549 | fa163e2e-69a7-8df9-1ef2-000000004f44 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-13 14:09:06.437610 | fa163e2e-69a7-8df9-1ef2-000000004f44 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:01.756814 | 1.00s 2025-10-13 14:09:06.459591 | fa163e2e-69a7-8df9-1ef2-000000004f0a | TASK | Update container configs with new config hashes 2025-10-13 14:09:06.519068 | fa163e2e-69a7-8df9-1ef2-000000004f0a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:01.838261 | 0.06s 2025-10-13 14:09:06.530949 | 4cc137f7-b942-4b35-a8a8-bdde1e3eb9e8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-13 14:09:06.558275 | fa163e2e-69a7-8df9-1ef2-000000004f6c | TASK | Update config hashes for container startup configs 2025-10-13 14:09:06.855987 | fa163e2e-69a7-8df9-1ef2-000000004f6c | OK | Update config hashes for container startup configs | standalone 2025-10-13 14:09:06.857760 | fa163e2e-69a7-8df9-1ef2-000000004f6c | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:02.176957 | 0.30s 2025-10-13 14:09:06.892396 | fa163e2e-69a7-8df9-1ef2-000000004f0b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-13 14:09:06.959917 | fa163e2e-69a7-8df9-1ef2-000000004f0b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:02.279093 | 0.06s 2025-10-13 14:09:06.991023 | 6de062b3-044a-44b0-bc50-ad594c88c0c5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 14:09:07.023176 | fa163e2e-69a7-8df9-1ef2-000000004f8b | TASK | Gather podman infos 2025-10-13 14:09:08.949103 | fa163e2e-69a7-8df9-1ef2-000000004f8b | OK | Gather podman infos | standalone 2025-10-13 14:09:08.951791 | fa163e2e-69a7-8df9-1ef2-000000004f8b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:04.270993 | 1.93s 2025-10-13 14:09:09.100228 | fa163e2e-69a7-8df9-1ef2-000000004f8c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-13 14:09:09.183805 | fa163e2e-69a7-8df9-1ef2-000000004f8c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:04.502994 | 0.08s 2025-10-13 14:09:09.366406 | fa163e2e-69a7-8df9-1ef2-000000004fd5 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:04.685593 | 0.13s 2025-10-13 14:09:09.430041 | fa163e2e-69a7-8df9-1ef2-000000004f0c | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-13 14:09:09.485203 | fa163e2e-69a7-8df9-1ef2-000000004f0c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:04.804392 | 0.05s 2025-10-13 14:09:09.508310 | eb6d8d6a-6c88-40ad-b9e3-df64811a5759 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 14:09:09.543830 | fa163e2e-69a7-8df9-1ef2-000000004ffb | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-13 14:09:22.286907 | fa163e2e-69a7-8df9-1ef2-000000004ffb | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-13 14:09:22.288387 | fa163e2e-69a7-8df9-1ef2-000000004ffb | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:25:17.607589 | 12.74s 2025-10-13 14:09:22.321352 | fa163e2e-69a7-8df9-1ef2-000000004ffc | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-13 14:09:26.524443 | fa163e2e-69a7-8df9-1ef2-000000004ffc | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-13 14:09:26.525663 | fa163e2e-69a7-8df9-1ef2-000000004ffc | 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:25:21.844872 | 4.20s 2025-10-13 14:09:26.577774 | fa163e2e-69a7-8df9-1ef2-000000004e69 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-13 14:09:26.795864 | fa163e2e-69a7-8df9-1ef2-000000004e69 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-13 14:09:26.797204 | fa163e2e-69a7-8df9-1ef2-000000004e69 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:25:22.116405 | 0.22s 2025-10-13 14:09:26.833549 | fa163e2e-69a7-8df9-1ef2-000000004e6a | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-13 14:09:26.872881 | fa163e2e-69a7-8df9-1ef2-000000004e6a | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:25:22.192070 | 0.04s 2025-10-13 14:09:26.898211 | fa163e2e-69a7-8df9-1ef2-000000004e6b | TASK | Include container-puppet tasks for step 5 2025-10-13 14:09:26.949412 | fa163e2e-69a7-8df9-1ef2-000000004e6b | TIMING | Include container-puppet tasks for step 5 | standalone | 0:25:22.268611 | 0.05s 2025-10-13 14:09:26.961622 | bfa81601-9035-4b15-9f9e-707c4786991b | INCLUDED | /root/standalone-ansible-fa02z7re/host-container-puppet-tasks.yaml | standalone 2025-10-13 14:09:26.998044 | fa163e2e-69a7-8df9-1ef2-000000005047 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-13 14:09:27.492705 | fa163e2e-69a7-8df9-1ef2-000000005047 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-13 14:09:27.494321 | fa163e2e-69a7-8df9-1ef2-000000005047 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:25:22.813514 | 0.50s 2025-10-13 14:09:27.526115 | fa163e2e-69a7-8df9-1ef2-000000005049 | TASK | Generate container puppet configs for step 5 2025-10-13 14:09:27.798235 | fa163e2e-69a7-8df9-1ef2-000000005049 | OK | Generate container puppet configs for step 5 | standalone 2025-10-13 14:09:27.799748 | fa163e2e-69a7-8df9-1ef2-000000005049 | TIMING | Generate container puppet configs for step 5 | standalone | 0:25:23.118951 | 0.27s 2025-10-13 14:09:27.825645 | fa163e2e-69a7-8df9-1ef2-00000000504a | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-13 14:09:27.854371 | fa163e2e-69a7-8df9-1ef2-00000000504a | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:25:23.173572 | 0.03s 2025-10-13 14:09:27.913464 | fa163e2e-69a7-8df9-1ef2-000000005079 | TASK | Gather variables for each operating system 2025-10-13 14:09:28.006930 | fa163e2e-69a7-8df9-1ef2-000000005079 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:23.326128 | 0.09s 2025-10-13 14:09:28.027077 | fa163e2e-69a7-8df9-1ef2-00000000507a | TASK | Create container logs path 2025-10-13 14:09:28.232161 | fa163e2e-69a7-8df9-1ef2-00000000507a | OK | Create container logs path | standalone 2025-10-13 14:09:28.233140 | fa163e2e-69a7-8df9-1ef2-00000000507a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:23.552351 | 0.21s 2025-10-13 14:09:28.254949 | fa163e2e-69a7-8df9-1ef2-00000000507c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-13 14:09:28.515292 | fa163e2e-69a7-8df9-1ef2-00000000507c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-13 14:09:28.516375 | fa163e2e-69a7-8df9-1ef2-00000000507c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:25:23.835583 | 0.26s 2025-10-13 14:09:28.535494 | fa163e2e-69a7-8df9-1ef2-00000000507d | TASK | Finalise hashes for all containers 2025-10-13 14:09:28.573946 | fa163e2e-69a7-8df9-1ef2-00000000507d | OK | Finalise hashes for all containers | standalone 2025-10-13 14:09:28.574890 | fa163e2e-69a7-8df9-1ef2-00000000507d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:23.894099 | 0.04s 2025-10-13 14:09:28.595120 | fa163e2e-69a7-8df9-1ef2-00000000507f | TASK | Manage systemd shutdown files 2025-10-13 14:09:28.627653 | fa163e2e-69a7-8df9-1ef2-00000000507f | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 14:09:28.628425 | fa163e2e-69a7-8df9-1ef2-00000000507f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:23.947635 | 0.03s 2025-10-13 14:09:28.648434 | fa163e2e-69a7-8df9-1ef2-000000005081 | TASK | Update container configs with new config hashes 2025-10-13 14:09:28.696331 | fa163e2e-69a7-8df9-1ef2-000000005081 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 14:09:28.697669 | fa163e2e-69a7-8df9-1ef2-000000005081 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:24.016870 | 0.05s 2025-10-13 14:09:28.728825 | fa163e2e-69a7-8df9-1ef2-000000005082 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-13 14:09:28.783911 | fa163e2e-69a7-8df9-1ef2-000000005082 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-13 14:09:28.785081 | fa163e2e-69a7-8df9-1ef2-000000005082 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:25:24.104285 | 0.05s 2025-10-13 14:09:28.812956 | fa163e2e-69a7-8df9-1ef2-000000005083 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-13 14:09:28.868197 | fa163e2e-69a7-8df9-1ef2-000000005083 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-13 14:09:28.869142 | fa163e2e-69a7-8df9-1ef2-000000005083 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:25:24.188350 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-10-13 14:09:29.094889 | fa163e2e-69a7-8df9-1ef2-0000000000f7 | TASK | Server Post Deployments 2025-10-13 14:09:29.127211 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000f7') missing from stats 2025-10-13 14:09:29.214965 | fa163e2e-69a7-8df9-1ef2-0000000000f8 | TIMING | include_tasks | standalone | 0:25:24.534144 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-13 14:09:29.357076 | fa163e2e-69a7-8df9-1ef2-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-13 14:09:29.387851 | fa163e2e-69a7-8df9-1ef2-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', 'fa163e2e-69a7-8df9-1ef2-0000000000fc') missing from stats 2025-10-13 14:09:29.404122 | fa163e2e-69a7-8df9-1ef2-000000000100 | TASK | is additonal Cell? 2025-10-13 14:09:29.441518 | fa163e2e-69a7-8df9-1ef2-000000000100 | OK | is additonal Cell? | undercloud 2025-10-13 14:09:29.442371 | fa163e2e-69a7-8df9-1ef2-000000000100 | TIMING | is additonal Cell? | undercloud | 0:25:24.761576 | 0.04s 2025-10-13 14:09:29.457867 | fa163e2e-69a7-8df9-1ef2-000000000102 | TASK | discover via nova_manager? 2025-10-13 14:09:29.547757 | fa163e2e-69a7-8df9-1ef2-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-13 14:09:29.548847 | fa163e2e-69a7-8df9-1ef2-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:25:24.868050 | 0.09s 2025-10-13 14:09:29.564732 | fa163e2e-69a7-8df9-1ef2-000000000103 | TASK | discover via nova_api? 2025-10-13 14:09:29.669429 | fa163e2e-69a7-8df9-1ef2-000000000103 | OK | discover via nova_api? | undercloud 2025-10-13 14:09:29.670611 | fa163e2e-69a7-8df9-1ef2-000000000103 | TIMING | discover via nova_api? | undercloud | 0:25:24.989816 | 0.10s 2025-10-13 14:09:29.687068 | fa163e2e-69a7-8df9-1ef2-000000000104 | TASK | Warn if no discovery host available 2025-10-13 14:09:29.748464 | fa163e2e-69a7-8df9-1ef2-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-13 14:09:29.749630 | fa163e2e-69a7-8df9-1ef2-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:25:25.068832 | 0.06s 2025-10-13 14:09:29.779426 | fa163e2e-69a7-8df9-1ef2-000000000105 | TASK | Discovering nova hosts 2025-10-13 14:09:32.384378 | fa163e2e-69a7-8df9-1ef2-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e2e-69a7-8df9-1ef2-000000000105') missing from stats 2025-10-13 14:09:32.444387 | fa163e2e-69a7-8df9-1ef2-000000000106 | OK | set_fact | undercloud 2025-10-13 14:09:32.445744 | fa163e2e-69a7-8df9-1ef2-000000000106 | TIMING | set_fact | undercloud | 0:25:27.764945 | 0.04s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=623 changed=299 unreachable=0 failed=0 skipped=319 rescued=0 ignored=1 undercloud : ok=164 changed=56 unreachable=0 failed=0 skipped=33 rescued=0 ignored=3 2025-10-13 14:09:32.517806 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 14:09:32.518359 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1169 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 14:09:32.519078 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:25:27.838287 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 14:09:32.519609 | UUID | Info | Host | Task Name | Run Time 2025-10-13 14:09:32.520097 | fa163e2e-69a7-8df9-1ef2-0000000021ce | SUMMARY | standalone | Pre-fetch all the containers | 221.98s 2025-10-13 14:09:32.520628 | fa163e2e-69a7-8df9-1ef2-000000003378 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 105.60s 2025-10-13 14:09:32.521150 | fa163e2e-69a7-8df9-1ef2-000000004c65 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 86.32s 2025-10-13 14:09:32.521694 | fa163e2e-69a7-8df9-1ef2-00000000242d | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.56s 2025-10-13 14:09:32.522185 | fa163e2e-69a7-8df9-1ef2-000000002fe0 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 56.83s 2025-10-13 14:09:32.522744 | fa163e2e-69a7-8df9-1ef2-000000003b5d | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 51.67s 2025-10-13 14:09:32.523237 | fa163e2e-69a7-8df9-1ef2-000000004ac9 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.83s 2025-10-13 14:09:32.524035 | fa163e2e-69a7-8df9-1ef2-000000003b5e | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 30.37s 2025-10-13 14:09:32.524708 | fa163e2e-69a7-8df9-1ef2-0000000025cb | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 28.28s 2025-10-13 14:09:32.525229 | fa163e2e-69a7-8df9-1ef2-0000000033a4 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.87s 2025-10-13 14:09:32.525953 | fa163e2e-69a7-8df9-1ef2-0000000033d0 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.39s 2025-10-13 14:09:32.526476 | fa163e2e-69a7-8df9-1ef2-000000004d8c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 23.91s 2025-10-13 14:09:32.527165 | fa163e2e-69a7-8df9-1ef2-000000004d60 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.09s 2025-10-13 14:09:32.527723 | fa163e2e-69a7-8df9-1ef2-000000004db8 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 21.90s 2025-10-13 14:09:32.528345 | fa163e2e-69a7-8df9-1ef2-000000003456 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.70s 2025-10-13 14:09:32.528997 | fa163e2e-69a7-8df9-1ef2-000000004e62 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.69s 2025-10-13 14:09:32.529531 | fa163e2e-69a7-8df9-1ef2-0000000039c9 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.68s 2025-10-13 14:09:32.530014 | fa163e2e-69a7-8df9-1ef2-000000002198 | SUMMARY | standalone | install systemd-container for a greenfield | 20.10s 2025-10-13 14:09:32.530480 | fa163e2e-69a7-8df9-1ef2-000000004c64 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 17.36s 2025-10-13 14:09:32.531009 | fa163e2e-69a7-8df9-1ef2-0000000035ef | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 16.16s 2025-10-13 14:09:32.531463 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-fa02z7re Install artifact is located at /root/standalone-install-20251013140933.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.Xw1i0K24fI + exit 0 ~/ci-framework-data/artifacts